wined3d: Disable occlusion query support if the implementation has 0 counter bits.
[wine] / include / ntstatus.h
1 /*
2  * Win32 definitions for Windows NT
3  *
4  * Copyright 1996 Alexandre Julliard
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19  */
20
21 #ifndef __WINE_NTSTATUS_H
22 #define __WINE_NTSTATUS_H
23
24 #ifndef WIN32_NO_STATUS
25
26 /*
27  * Exception codes
28  */
29
30 #define STATUS_SUCCESS                   ((NTSTATUS) 0x00000000)
31 #define STATUS_SEVERITY_SUCCESS          ((NTSTATUS) 0x00000000)
32 #define STATUS_SEVERITY_INFORMATIONAL    ((NTSTATUS) 0x00000001)
33 #define STATUS_SEVERITY_WARNING          ((NTSTATUS) 0x00000002)
34 #define STATUS_SEVERITY_ERROR            ((NTSTATUS) 0x00000003)
35
36 #define STATUS_WAIT_0                    ((NTSTATUS) 0x00000000)
37 #define STATUS_WAIT_1                    ((NTSTATUS) 0x00000001)
38 #define STATUS_WAIT_2                    ((NTSTATUS) 0x00000002)
39 #define STATUS_WAIT_3                    ((NTSTATUS) 0x00000003)
40 #define STATUS_WAIT_63                   ((NTSTATUS) 0x0000003f)
41 #define STATUS_ABANDONED                 ((NTSTATUS) 0x00000080)
42 #define STATUS_ABANDONED_WAIT_0          ((NTSTATUS) 0x00000080)
43 #define STATUS_ABANDONED_WAIT_63         ((NTSTATUS) 0x000000BF)
44 #define STATUS_USER_APC                  ((NTSTATUS) 0x000000C0)
45 #define STATUS_KERNEL_APC                ((NTSTATUS) 0x00000100)
46 #define STATUS_ALERTED                   ((NTSTATUS) 0x00000101)
47 #define STATUS_TIMEOUT                   ((NTSTATUS) 0x00000102)
48 #define STATUS_PENDING                   ((NTSTATUS) 0x00000103)
49 #define STATUS_REPARSE                   ((NTSTATUS) 0x00000104)
50 #define STATUS_MORE_ENTRIES              ((NTSTATUS) 0x00000105)
51 #define STATUS_NOT_ALL_ASSIGNED          ((NTSTATUS) 0x00000106)
52 #define STATUS_SOME_NOT_MAPPED           ((NTSTATUS) 0x00000107)
53 #define STATUS_OPLOCK_BREAK_IN_PROGRESS  ((NTSTATUS) 0x00000108)
54 #define STATUS_VOLUME_MOUNTED            ((NTSTATUS) 0x00000109)
55 #define STATUS_RXACT_COMMITTED           ((NTSTATUS) 0x0000010A)
56 #define STATUS_NOTIFY_CLEANUP            ((NTSTATUS) 0x0000010B)
57 #define STATUS_NOTIFY_ENUM_DIR           ((NTSTATUS) 0x0000010C)
58 #define STATUS_NO_QUOTAS_FOR_ACCOUNT     ((NTSTATUS) 0x0000010D)
59 #define STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED ((NTSTATUS) 0x0000010E)
60 #define STATUS_PAGE_FAULT_TRANSITION     ((NTSTATUS) 0x00000110)
61 #define STATUS_PAGE_FAULT_DEMAND_ZERO    ((NTSTATUS) 0x00000111)
62 #define STATUS_PAGE_FAULT_COPY_ON_WRITE  ((NTSTATUS) 0x00000112)
63 #define STATUS_PAGE_FAULT_GUARD_PAGE     ((NTSTATUS) 0x00000113)
64 #define STATUS_PAGE_FAULT_PAGING_FILE    ((NTSTATUS) 0x00000114)
65 #define STATUS_CACHE_PAGE_LOCKED         ((NTSTATUS) 0x00000115)
66 #define STATUS_CRASH_DUMP                ((NTSTATUS) 0x00000116)
67 #define STATUS_BUFFER_ALL_ZEROS          ((NTSTATUS) 0x00000117)
68 #define STATUS_REPARSE_OBJECT            ((NTSTATUS) 0x00000118)
69 #define STATUS_RESOURCE_REQUIREMENTS_CHANGED ((NTSTATUS) 0x00000119)
70 #define STATUS_TRANSLATION_COMPLETE      ((NTSTATUS) 0x00000120)
71 #define STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY  ((NTSTATUS) 0x00000121)
72 #define STATUS_NOTHING_TO_TERMINATE      ((NTSTATUS) 0x00000122)
73 #define STATUS_PROCESS_NOT_IN_JOB        ((NTSTATUS) 0x00000123)
74 #define STATUS_PROCESS_IN_JOB            ((NTSTATUS) 0x00000124)
75 #define STATUS_VOLSNAP_HIBERNATE_READY   ((NTSTATUS) 0x00000125)
76 #define STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY ((NTSTATUS) 0x00000126)
77
78 #define STATUS_OBJECT_NAME_EXISTS        ((NTSTATUS) 0x40000000)
79 #define STATUS_THREAD_WAS_SUSPENDED      ((NTSTATUS) 0x40000001)
80 #define STATUS_WORKING_SET_LIMIT_RANGE   ((NTSTATUS) 0x40000002)
81 #define STATUS_IMAGE_NOT_AT_BASE         ((NTSTATUS) 0x40000003)
82 #define STATUS_RXACT_STATE_CREATED       ((NTSTATUS) 0x40000004)
83 #define STATUS_SEGMENT_NOTIFICATION      ((NTSTATUS) 0x40000005)
84 #define STATUS_LOCAL_USER_SESSION_KEY    ((NTSTATUS) 0x40000006)
85 #define STATUS_BAD_CURRENT_DIRECTORY     ((NTSTATUS) 0x40000007)
86 #define STATUS_SERIAL_MORE_WRITES        ((NTSTATUS) 0x40000008)
87 #define STATUS_REGISTRY_RECOVERED        ((NTSTATUS) 0x40000009)
88 #define STATUS_FT_READ_RECOVERY_FROM_BACKUP ((NTSTATUS) 0x4000000A)
89 #define STATUS_FT_WRITE_RECOVERY         ((NTSTATUS) 0x4000000B)
90 #define STATUS_SERIAL_COUNTER_TIMEOUT    ((NTSTATUS) 0x4000000C)
91 #define STATUS_NULL_LM_PASSWORD          ((NTSTATUS) 0x4000000D)
92 #define STATUS_IMAGE_MACHINE_TYPE_MISMATCH ((NTSTATUS) 0x4000000E)
93 #define STATUS_RECEIVE_PARTIAL           ((NTSTATUS) 0x4000000F)
94 #define STATUS_RECEIVE_EXPEDITED         ((NTSTATUS) 0x40000010)
95 #define STATUS_RECEIVE_PARTIAL_EXPEDITED ((NTSTATUS) 0x40000011)
96 #define STATUS_EVENT_DONE                ((NTSTATUS) 0x40000012)
97 #define STATUS_EVENT_PENDING             ((NTSTATUS) 0x40000013)
98 #define STATUS_CHECKING_FILE_SYSTEM      ((NTSTATUS) 0x40000014)
99 #define STATUS_FATAL_APP_EXIT            ((NTSTATUS) 0x40000015)
100 #define STATUS_PREDEFINED_HANDLE         ((NTSTATUS) 0x40000016)
101 #define STATUS_WAS_UNLOCKED              ((NTSTATUS) 0x40000017)
102 #define STATUS_SERVICE_NOTIFICATION      ((NTSTATUS) 0x40000018)
103 #define STATUS_WAS_LOCKED                ((NTSTATUS) 0x40000019)
104 #define STATUS_LOG_HARD_ERROR            ((NTSTATUS) 0x4000001A)
105 #define STATUS_ALREADY_WIN32             ((NTSTATUS) 0x4000001B)
106 #define STATUS_WX86_UNSIMULATE           ((NTSTATUS) 0x4000001C)
107 #define STATUS_WX86_CONTINUE             ((NTSTATUS) 0x4000001D)
108 #define STATUS_WX86_SINGLE_STEP          ((NTSTATUS) 0x4000001E)
109 #define STATUS_WX86_BREAKPOINT           ((NTSTATUS) 0x4000001F)
110 #define STATUS_WX86_EXCEPTION_CONTINUE   ((NTSTATUS) 0x40000020)
111 #define STATUS_WX86_EXCEPTION_LASTCHANCE ((NTSTATUS) 0x40000021)
112 #define STATUS_WX86_EXCEPTION_CHAIN      ((NTSTATUS) 0x40000022)
113 #define STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE ((NTSTATUS) 0x40000023)
114 #define STATUS_NO_YIELD_PERFORMED        ((NTSTATUS) 0x40000024)
115 #define STATUS_TIMER_RESUME_IGNORED      ((NTSTATUS) 0x40000025)
116 #define STATUS_ARBITRATION_UNHANDLED     ((NTSTATUS) 0x40000026)
117 #define STATUS_CARDBUS_NOT_SUPPORTED     ((NTSTATUS) 0x40000027)
118 #define STATUS_WX86_CREATEWX86TIB        ((NTSTATUS) 0x40000028)
119 #define STATUS_MP_PROCESSOR_MISMATCH     ((NTSTATUS) 0x40000029)
120 #define STATUS_HIBERNATED                ((NTSTATUS) 0x4000002A)
121 #define STATUS_RESUME_HIBERNATION        ((NTSTATUS) 0x4000002B)
122 #define STATUS_FIRMWARE_UPDATED          ((NTSTATUS) 0x4000002C)
123 #define STATUS_WAKE_SYSTEM               ((NTSTATUS) 0x40000294)
124 #define STATUS_DS_SHUTTING_DOWN          ((NTSTATUS) 0x40000370)
125
126 #define RPC_NT_UUID_LOCAL_ONLY           ((NTSTATUS) 0x40020056)
127 #define RPC_NT_SEND_INCOMPLETE           ((NTSTATUS) 0x400200AF)
128
129 #define STATUS_CTX_CDM_CONNECT           ((NTSTATUS) 0x400A0004)
130 #define STATUS_CTX_CDM_DISCONNECT        ((NTSTATUS) 0x400A0005)
131
132 #define STATUS_SXS_RELEASE_ACTIVATION_CONTEXT ((NTSTATUS) 0x4015000D)
133
134 #define STATUS_GUARD_PAGE_VIOLATION      ((NTSTATUS) 0x80000001)
135 #define STATUS_DATATYPE_MISALIGNMENT     ((NTSTATUS) 0x80000002)
136 #define STATUS_BREAKPOINT                ((NTSTATUS) 0x80000003)
137 #define STATUS_SINGLE_STEP               ((NTSTATUS) 0x80000004)
138 #define STATUS_BUFFER_OVERFLOW           ((NTSTATUS) 0x80000005)
139 #define STATUS_NO_MORE_FILES             ((NTSTATUS) 0x80000006)
140 #define STATUS_WAKE_SYSTEM_DEBUGGER      ((NTSTATUS) 0x80000007)
141
142 #define STATUS_HANDLES_CLOSED            ((NTSTATUS) 0x8000000A)
143 #define STATUS_NO_INHERITANCE            ((NTSTATUS) 0x8000000B)
144 #define STATUS_GUID_SUBSTITUTION_MADE    ((NTSTATUS) 0x8000000C)
145 #define STATUS_PARTIAL_COPY              ((NTSTATUS) 0x8000000D)
146 #define STATUS_DEVICE_PAPER_EMPTY        ((NTSTATUS) 0x8000000E)
147 #define STATUS_DEVICE_POWERED_OFF        ((NTSTATUS) 0x8000000F)
148 #define STATUS_DEVICE_OFF_LINE           ((NTSTATUS) 0x80000010)
149 #define STATUS_DEVICE_BUSY               ((NTSTATUS) 0x80000011)
150 #define STATUS_NO_MORE_EAS               ((NTSTATUS) 0x80000012)
151 #define STATUS_INVALID_EA_NAME           ((NTSTATUS) 0x80000013)
152 #define STATUS_EA_LIST_INCONSISTENT      ((NTSTATUS) 0x80000014)
153 #define STATUS_INVALID_EA_FLAG           ((NTSTATUS) 0x80000015)
154 #define STATUS_VERIFY_REQUIRED           ((NTSTATUS) 0x80000016)
155 #define STATUS_EXTRANEOUS_INFORMATION    ((NTSTATUS) 0x80000017)
156 #define STATUS_RXACT_COMMIT_NECESSARY    ((NTSTATUS) 0x80000018)
157 #define STATUS_NO_MORE_ENTRIES           ((NTSTATUS) 0x8000001A)
158 #define STATUS_FILEMARK_DETECTED         ((NTSTATUS) 0x8000001B)
159 #define STATUS_MEDIA_CHANGED             ((NTSTATUS) 0x8000001C)
160 #define STATUS_BUS_RESET                 ((NTSTATUS) 0x8000001D)
161 #define STATUS_END_OF_MEDIA              ((NTSTATUS) 0x8000001E)
162 #define STATUS_BEGINNING_OF_MEDIA        ((NTSTATUS) 0x8000001F)
163 #define STATUS_MEDIA_CHECK               ((NTSTATUS) 0x80000020)
164 #define STATUS_SETMARK_DETECTED          ((NTSTATUS) 0x80000021)
165 #define STATUS_NO_DATA_DETECTED          ((NTSTATUS) 0x80000022)
166 #define STATUS_REDIRECTOR_HAS_OPEN_HANDLES ((NTSTATUS) 0x80000023)
167 #define STATUS_SERVER_HAS_OPEN_HANDLES   ((NTSTATUS) 0x80000024)
168 #define STATUS_ALREADY_DISCONNECTED      ((NTSTATUS) 0x80000025)
169 #define STATUS_LONGJUMP                  ((NTSTATUS) 0x80000026)
170 #define STATUS_CLEANER_CARTRIDGE_INSTALLED      ((NTSTATUS) 0x80000027)
171 #define STATUS_PLUGPLAY_QUERY_VETOED     ((NTSTATUS) 0x80000028)
172 #define STATUS_UNWIND_CONSOLIDATE        ((NTSTATUS) 0x80000029)
173 #define STATUS_REGISTRY_HIVE_RECOVERED   ((NTSTATUS) 0x8000002A)
174 #define STATUS_DLL_MIGHT_BE_INSECURE     ((NTSTATUS) 0x8000002B)
175 #define STATUS_DLL_MIGHT_BE_INCOMPATIBLE ((NTSTATUS) 0x8000002C)
176
177 #define STATUS_DEVICE_REQUIRES_CLEANING  ((NTSTATUS) 0x80000288)
178 #define STATUS_DEVICE_DOOR_OPEN          ((NTSTATUS) 0x80000289)
179
180 #define STATUS_CLUSTER_NODE_ALREADY_UP   ((NTSTATUS) 0x80130001)
181 #define STATUS_CLUSTER_NODE_ALREADY_DOWN ((NTSTATUS) 0x80130002)
182 #define STATUS_CLUSTER_NETWORK_ALREADY_ONLINE   ((NTSTATUS) 0x80130003)
183 #define STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE  ((NTSTATUS) 0x80130004)
184 #define STATUS_CLUSTER_NODE_ALREADY_MEMBER      ((NTSTATUS) 0x80130005)
185
186 #define STATUS_UNSUCCESSFUL              ((NTSTATUS) 0xC0000001)
187 #define STATUS_NOT_IMPLEMENTED           ((NTSTATUS) 0xC0000002)
188 #define STATUS_INVALID_INFO_CLASS        ((NTSTATUS) 0xC0000003)
189 #define STATUS_INFO_LENGTH_MISMATCH      ((NTSTATUS) 0xC0000004)
190 #define STATUS_ACCESS_VIOLATION          ((NTSTATUS) 0xC0000005)
191 #define STATUS_IN_PAGE_ERROR             ((NTSTATUS) 0xC0000006)
192 #define STATUS_PAGEFILE_QUOTA            ((NTSTATUS) 0xC0000007)
193 #define STATUS_INVALID_HANDLE            ((NTSTATUS) 0xC0000008)
194 #define STATUS_BAD_INITIAL_STACK         ((NTSTATUS) 0xC0000009)
195 #define STATUS_BAD_INITIAL_PC            ((NTSTATUS) 0xC000000A)
196 #define STATUS_INVALID_CID               ((NTSTATUS) 0xC000000B)
197 #define STATUS_TIMER_NOT_CANCELED        ((NTSTATUS) 0xC000000C)
198 #define STATUS_INVALID_PARAMETER         ((NTSTATUS) 0xC000000D)
199 #define STATUS_NO_SUCH_DEVICE            ((NTSTATUS) 0xC000000E)
200 #define STATUS_NO_SUCH_FILE              ((NTSTATUS) 0xC000000F)
201 #define STATUS_INVALID_DEVICE_REQUEST    ((NTSTATUS) 0xC0000010)
202 #define STATUS_END_OF_FILE               ((NTSTATUS) 0xC0000011)
203 #define STATUS_WRONG_VOLUME              ((NTSTATUS) 0xC0000012)
204 #define STATUS_NO_MEDIA_IN_DEVICE        ((NTSTATUS) 0xC0000013)
205 #define STATUS_UNRECOGNIZED_MEDIA        ((NTSTATUS) 0xC0000014)
206 #define STATUS_NONEXISTENT_SECTOR        ((NTSTATUS) 0xC0000015)
207 #define STATUS_MORE_PROCESSING_REQUIRED  ((NTSTATUS) 0xC0000016)
208 #define STATUS_NO_MEMORY                 ((NTSTATUS) 0xC0000017)
209 #define STATUS_CONFLICTING_ADDRESSES     ((NTSTATUS) 0xC0000018)
210 #define STATUS_NOT_MAPPED_VIEW           ((NTSTATUS) 0xC0000019)
211 #define STATUS_UNABLE_TO_FREE_VM         ((NTSTATUS) 0xC000001A)
212 #define STATUS_UNABLE_TO_DELETE_SECTION  ((NTSTATUS) 0xC000001B)
213 #define STATUS_INVALID_SYSTEM_SERVICE    ((NTSTATUS) 0xC000001C)
214 #define STATUS_ILLEGAL_INSTRUCTION       ((NTSTATUS) 0xC000001D)
215 #define STATUS_INVALID_LOCK_SEQUENCE     ((NTSTATUS) 0xC000001E)
216 #define STATUS_INVALID_VIEW_SIZE         ((NTSTATUS) 0xC000001F)
217 #define STATUS_INVALID_FILE_FOR_SECTION  ((NTSTATUS) 0xC0000020)
218 #define STATUS_ALREADY_COMMITTED         ((NTSTATUS) 0xC0000021)
219 #define STATUS_ACCESS_DENIED             ((NTSTATUS) 0xC0000022)
220 #define STATUS_BUFFER_TOO_SMALL          ((NTSTATUS) 0xC0000023)
221 #define STATUS_OBJECT_TYPE_MISMATCH      ((NTSTATUS) 0xC0000024)
222 #define STATUS_NONCONTINUABLE_EXCEPTION  ((NTSTATUS) 0xC0000025)
223 #define STATUS_INVALID_DISPOSITION       ((NTSTATUS) 0xC0000026)
224 #define STATUS_UNWIND                    ((NTSTATUS) 0xC0000027)
225 #define STATUS_BAD_STACK                 ((NTSTATUS) 0xC0000028)
226 #define STATUS_INVALID_UNWIND_TARGET     ((NTSTATUS) 0xC0000029)
227 #define STATUS_NOT_LOCKED                ((NTSTATUS) 0xC000002A)
228 #define STATUS_PARITY_ERROR              ((NTSTATUS) 0xC000002B)
229 #define STATUS_UNABLE_TO_DECOMMIT_VM     ((NTSTATUS) 0xC000002C)
230 #define STATUS_NOT_COMMITTED             ((NTSTATUS) 0xC000002D)
231 #define STATUS_INVALID_PORT_ATTRIBUTES   ((NTSTATUS) 0xC000002E)
232 #define STATUS_PORT_MESSAGE_TOO_LONG     ((NTSTATUS) 0xC000002F)
233 #define STATUS_INVALID_PARAMETER_MIX     ((NTSTATUS) 0xC0000030)
234 #define STATUS_INVALID_QUOTA_LOWER       ((NTSTATUS) 0xC0000031)
235 #define STATUS_DISK_CORRUPT_ERROR        ((NTSTATUS) 0xC0000032)
236 #define STATUS_OBJECT_NAME_INVALID       ((NTSTATUS) 0xC0000033)
237 #define STATUS_OBJECT_NAME_NOT_FOUND     ((NTSTATUS) 0xC0000034)
238 #define STATUS_OBJECT_NAME_COLLISION     ((NTSTATUS) 0xC0000035)
239 #define STATUS_PORT_DISCONNECTED         ((NTSTATUS) 0xC0000037)
240 #define STATUS_DEVICE_ALREADY_ATTACHED   ((NTSTATUS) 0xC0000038)
241 #define STATUS_OBJECT_PATH_INVALID       ((NTSTATUS) 0xC0000039)
242 #define STATUS_OBJECT_PATH_NOT_FOUND     ((NTSTATUS) 0xC000003A)
243 #define STATUS_OBJECT_PATH_SYNTAX_BAD    ((NTSTATUS) 0xC000003B)
244 #define STATUS_DATA_OVERRUN              ((NTSTATUS) 0xC000003C)
245 #define STATUS_DATA_LATE_ERROR           ((NTSTATUS) 0xC000003D)
246 #define STATUS_DATA_ERROR                ((NTSTATUS) 0xC000003E)
247 #define STATUS_CRC_ERROR                 ((NTSTATUS) 0xC000003F)
248 #define STATUS_SECTION_TOO_BIG           ((NTSTATUS) 0xC0000040)
249 #define STATUS_PORT_CONNECTION_REFUSED   ((NTSTATUS) 0xC0000041)
250 #define STATUS_INVALID_PORT_HANDLE       ((NTSTATUS) 0xC0000042)
251 #define STATUS_SHARING_VIOLATION         ((NTSTATUS) 0xC0000043)
252 #define STATUS_QUOTA_EXCEEDED            ((NTSTATUS) 0xC0000044)
253 #define STATUS_INVALID_PAGE_PROTECTION   ((NTSTATUS) 0xC0000045)
254 #define STATUS_MUTANT_NOT_OWNED          ((NTSTATUS) 0xC0000046)
255 #define STATUS_SEMAPHORE_LIMIT_EXCEEDED  ((NTSTATUS) 0xC0000047)
256 #define STATUS_PORT_ALREADY_SET          ((NTSTATUS) 0xC0000048)
257 #define STATUS_SECTION_NOT_IMAGE         ((NTSTATUS) 0xC0000049)
258 #define STATUS_SUSPEND_COUNT_EXCEEDED    ((NTSTATUS) 0xC000004A)
259 #define STATUS_THREAD_IS_TERMINATING     ((NTSTATUS) 0xC000004B)
260 #define STATUS_BAD_WORKING_SET_LIMIT     ((NTSTATUS) 0xC000004C)
261 #define STATUS_INCOMPATIBLE_FILE_MAP     ((NTSTATUS) 0xC000004D)
262 #define STATUS_SECTION_PROTECTION        ((NTSTATUS) 0xC000004E)
263 #define STATUS_EAS_NOT_SUPPORTED         ((NTSTATUS) 0xC000004F)
264 #define STATUS_EA_TOO_LARGE              ((NTSTATUS) 0xC0000050)
265 #define STATUS_NONEXISTENT_EA_ENTRY      ((NTSTATUS) 0xC0000051)
266 #define STATUS_NO_EAS_ON_FILE            ((NTSTATUS) 0xC0000052)
267 #define STATUS_EA_CORRUPT_ERROR          ((NTSTATUS) 0xC0000053)
268 #define STATUS_FILE_LOCK_CONFLICT        ((NTSTATUS) 0xC0000054)
269 #define STATUS_LOCK_NOT_GRANTED          ((NTSTATUS) 0xC0000055)
270 #define STATUS_DELETE_PENDING            ((NTSTATUS) 0xC0000056)
271 #define STATUS_CTL_FILE_NOT_SUPPORTED    ((NTSTATUS) 0xC0000057)
272 #define STATUS_UNKNOWN_REVISION          ((NTSTATUS) 0xC0000058)
273 #define STATUS_REVISION_MISMATCH         ((NTSTATUS) 0xC0000059)
274 #define STATUS_INVALID_OWNER             ((NTSTATUS) 0xC000005A)
275 #define STATUS_INVALID_PRIMARY_GROUP     ((NTSTATUS) 0xC000005B)
276 #define STATUS_NO_IMPERSONATION_TOKEN    ((NTSTATUS) 0xC000005C)
277 #define STATUS_CANT_DISABLE_MANDATORY    ((NTSTATUS) 0xC000005D)
278 #define STATUS_NO_LOGON_SERVERS          ((NTSTATUS) 0xC000005E)
279 #define STATUS_NO_SUCH_LOGON_SESSION     ((NTSTATUS) 0xC000005F)
280 #define STATUS_NO_SUCH_PRIVILEGE         ((NTSTATUS) 0xC0000060)
281 #define STATUS_PRIVILEGE_NOT_HELD        ((NTSTATUS) 0xC0000061)
282 #define STATUS_INVALID_ACCOUNT_NAME      ((NTSTATUS) 0xC0000062)
283 #define STATUS_USER_EXISTS               ((NTSTATUS) 0xC0000063)
284 #define STATUS_NO_SUCH_USER              ((NTSTATUS) 0xC0000064)
285 #define STATUS_GROUP_EXISTS              ((NTSTATUS) 0xC0000065)
286 #define STATUS_NO_SUCH_GROUP             ((NTSTATUS) 0xC0000066)
287 #define STATUS_MEMBER_IN_GROUP           ((NTSTATUS) 0xC0000067)
288 #define STATUS_MEMBER_NOT_IN_GROUP       ((NTSTATUS) 0xC0000068)
289 #define STATUS_LAST_ADMIN                ((NTSTATUS) 0xC0000069)
290 #define STATUS_WRONG_PASSWORD            ((NTSTATUS) 0xC000006A)
291 #define STATUS_ILL_FORMED_PASSWORD       ((NTSTATUS) 0xC000006B)
292 #define STATUS_PASSWORD_RESTRICTION      ((NTSTATUS) 0xC000006C)
293 #define STATUS_LOGON_FAILURE             ((NTSTATUS) 0xC000006D)
294 #define STATUS_ACCOUNT_RESTRICTION       ((NTSTATUS) 0xC000006E)
295 #define STATUS_INVALID_LOGON_HOURS       ((NTSTATUS) 0xC000006F)
296 #define STATUS_INVALID_WORKSTATION       ((NTSTATUS) 0xC0000070)
297 #define STATUS_PASSWORD_EXPIRED          ((NTSTATUS) 0xC0000071)
298 #define STATUS_ACCOUNT_DISABLED          ((NTSTATUS) 0xC0000072)
299 #define STATUS_NONE_MAPPED               ((NTSTATUS) 0xC0000073)
300 #define STATUS_TOO_MANY_LUIDS_REQUESTED  ((NTSTATUS) 0xC0000074)
301 #define STATUS_LUIDS_EXHAUSTED           ((NTSTATUS) 0xC0000075)
302 #define STATUS_INVALID_SUB_AUTHORITY     ((NTSTATUS) 0xC0000076)
303 #define STATUS_INVALID_ACL               ((NTSTATUS) 0xC0000077)
304 #define STATUS_INVALID_SID               ((NTSTATUS) 0xC0000078)
305 #define STATUS_INVALID_SECURITY_DESCR    ((NTSTATUS) 0xC0000079)
306 #define STATUS_PROCEDURE_NOT_FOUND       ((NTSTATUS) 0xC000007A)
307 #define STATUS_INVALID_IMAGE_FORMAT      ((NTSTATUS) 0xC000007B)
308 #define STATUS_NO_TOKEN                  ((NTSTATUS) 0xC000007C)
309 #define STATUS_BAD_INHERITANCE_ACL       ((NTSTATUS) 0xC000007D)
310 #define STATUS_RANGE_NOT_LOCKED          ((NTSTATUS) 0xC000007E)
311 #define STATUS_DISK_FULL                 ((NTSTATUS) 0xC000007F)
312 #define STATUS_SERVER_DISABLED           ((NTSTATUS) 0xC0000080)
313 #define STATUS_SERVER_NOT_DISABLED       ((NTSTATUS) 0xC0000081)
314 #define STATUS_TOO_MANY_GUIDS_REQUESTED  ((NTSTATUS) 0xC0000082)
315 #define STATUS_GUIDS_EXHAUSTED           ((NTSTATUS) 0xC0000083)
316 #define STATUS_INVALID_ID_AUTHORITY      ((NTSTATUS) 0xC0000084)
317 #define STATUS_AGENTS_EXHAUSTED          ((NTSTATUS) 0xC0000085)
318 #define STATUS_INVALID_VOLUME_LABEL      ((NTSTATUS) 0xC0000086)
319 #define STATUS_SECTION_NOT_EXTENDED      ((NTSTATUS) 0xC0000087)
320 #define STATUS_NOT_MAPPED_DATA           ((NTSTATUS) 0xC0000088)
321 #define STATUS_RESOURCE_DATA_NOT_FOUND   ((NTSTATUS) 0xC0000089)
322 #define STATUS_RESOURCE_TYPE_NOT_FOUND   ((NTSTATUS) 0xC000008A)
323 #define STATUS_RESOURCE_NAME_NOT_FOUND   ((NTSTATUS) 0xC000008B)
324 #define STATUS_ARRAY_BOUNDS_EXCEEDED     ((NTSTATUS) 0xC000008C)
325 #define STATUS_FLOAT_DENORMAL_OPERAND    ((NTSTATUS) 0xC000008D)
326 #define STATUS_FLOAT_DIVIDE_BY_ZERO      ((NTSTATUS) 0xC000008E)
327 #define STATUS_FLOAT_INEXACT_RESULT      ((NTSTATUS) 0xC000008F)
328 #define STATUS_FLOAT_INVALID_OPERATION   ((NTSTATUS) 0xC0000090)
329 #define STATUS_FLOAT_OVERFLOW            ((NTSTATUS) 0xC0000091)
330 #define STATUS_FLOAT_STACK_CHECK         ((NTSTATUS) 0xC0000092)
331 #define STATUS_FLOAT_UNDERFLOW           ((NTSTATUS) 0xC0000093)
332 #define STATUS_INTEGER_DIVIDE_BY_ZERO    ((NTSTATUS) 0xC0000094)
333 #define STATUS_INTEGER_OVERFLOW          ((NTSTATUS) 0xC0000095)
334 #define STATUS_PRIVILEGED_INSTRUCTION    ((NTSTATUS) 0xC0000096)
335 #define STATUS_TOO_MANY_PAGING_FILES     ((NTSTATUS) 0xC0000097)
336 #define STATUS_FILE_INVALID              ((NTSTATUS) 0xC0000098)
337 #define STATUS_ALLOTTED_SPACE_EXCEEDED   ((NTSTATUS) 0xC0000099)
338 #define STATUS_INSUFFICIENT_RESOURCES    ((NTSTATUS) 0xC000009A)
339 #define STATUS_DFS_EXIT_PATH_FOUND       ((NTSTATUS) 0xC000009B)
340 #define STATUS_DEVICE_DATA_ERROR         ((NTSTATUS) 0xC000009C)
341 #define STATUS_DEVICE_NOT_CONNECTED      ((NTSTATUS) 0xC000009D)
342 #define STATUS_DEVICE_POWER_FAILURE      ((NTSTATUS) 0xC000009E)
343 #define STATUS_FREE_VM_NOT_AT_BASE       ((NTSTATUS) 0xC000009F)
344 #define STATUS_MEMORY_NOT_ALLOCATED      ((NTSTATUS) 0xC00000A0)
345 #define STATUS_WORKING_SET_QUOTA         ((NTSTATUS) 0xC00000A1)
346 #define STATUS_MEDIA_WRITE_PROTECTED     ((NTSTATUS) 0xC00000A2)
347 #define STATUS_DEVICE_NOT_READY          ((NTSTATUS) 0xC00000A3)
348 #define STATUS_INVALID_GROUP_ATTRIBUTES  ((NTSTATUS) 0xC00000A4)
349 #define STATUS_BAD_IMPERSONATION_LEVEL   ((NTSTATUS) 0xC00000A5)
350 #define STATUS_CANT_OPEN_ANONYMOUS       ((NTSTATUS) 0xC00000A6)
351 #define STATUS_BAD_VALIDATION_CLASS      ((NTSTATUS) 0xC00000A7)
352 #define STATUS_BAD_TOKEN_TYPE            ((NTSTATUS) 0xC00000A8)
353 #define STATUS_BAD_MASTER_BOOT_RECORD    ((NTSTATUS) 0xC00000A9)
354 #define STATUS_INSTRUCTION_MISALIGNMENT  ((NTSTATUS) 0xC00000AA)
355 #define STATUS_INSTANCE_NOT_AVAILABLE    ((NTSTATUS) 0xC00000AB)
356 #define STATUS_PIPE_NOT_AVAILABLE        ((NTSTATUS) 0xC00000AC)
357 #define STATUS_INVALID_PIPE_STATE        ((NTSTATUS) 0xC00000AD)
358 #define STATUS_PIPE_BUSY                 ((NTSTATUS) 0xC00000AE)
359 #define STATUS_ILLEGAL_FUNCTION          ((NTSTATUS) 0xC00000AF)
360 #define STATUS_PIPE_DISCONNECTED         ((NTSTATUS) 0xC00000B0)
361 #define STATUS_PIPE_CLOSING              ((NTSTATUS) 0xC00000B1)
362 #define STATUS_PIPE_CONNECTED            ((NTSTATUS) 0xC00000B2)
363 #define STATUS_PIPE_LISTENING            ((NTSTATUS) 0xC00000B3)
364 #define STATUS_INVALID_READ_MODE         ((NTSTATUS) 0xC00000B4)
365 #define STATUS_IO_TIMEOUT                ((NTSTATUS) 0xC00000B5)
366 #define STATUS_FILE_FORCED_CLOSED        ((NTSTATUS) 0xC00000B6)
367 #define STATUS_PROFILING_NOT_STARTED     ((NTSTATUS) 0xC00000B7)
368 #define STATUS_PROFILING_NOT_STOPPED     ((NTSTATUS) 0xC00000B8)
369 #define STATUS_COULD_NOT_INTERPRET       ((NTSTATUS) 0xC00000B9)
370 #define STATUS_FILE_IS_A_DIRECTORY       ((NTSTATUS) 0xC00000BA)
371 #define STATUS_NOT_SUPPORTED             ((NTSTATUS) 0xC00000BB)
372 #define STATUS_REMOTE_NOT_LISTENING      ((NTSTATUS) 0xC00000BC)
373 #define STATUS_DUPLICATE_NAME            ((NTSTATUS) 0xC00000BD)
374 #define STATUS_BAD_NETWORK_PATH          ((NTSTATUS) 0xC00000BE)
375 #define STATUS_NETWORK_BUSY              ((NTSTATUS) 0xC00000BF)
376 #define STATUS_DEVICE_DOES_NOT_EXIST     ((NTSTATUS) 0xC00000C0)
377 #define STATUS_TOO_MANY_COMMANDS         ((NTSTATUS) 0xC00000C1)
378 #define STATUS_ADAPTER_HARDWARE_ERROR    ((NTSTATUS) 0xC00000C2)
379 #define STATUS_INVALID_NETWORK_RESPONSE  ((NTSTATUS) 0xC00000C3)
380 #define STATUS_UNEXPECTED_NETWORK_ERROR  ((NTSTATUS) 0xC00000C4)
381 #define STATUS_BAD_REMOTE_ADAPTER        ((NTSTATUS) 0xC00000C5)
382 #define STATUS_PRINT_QUEUE_FULL          ((NTSTATUS) 0xC00000C6)
383 #define STATUS_NO_SPOOL_SPACE            ((NTSTATUS) 0xC00000C7)
384 #define STATUS_PRINT_CANCELLED           ((NTSTATUS) 0xC00000C8)
385 #define STATUS_NETWORK_NAME_DELETED      ((NTSTATUS) 0xC00000C9)
386 #define STATUS_NETWORK_ACCESS_DENIED     ((NTSTATUS) 0xC00000CA)
387 #define STATUS_BAD_DEVICE_TYPE           ((NTSTATUS) 0xC00000CB)
388 #define STATUS_BAD_NETWORK_NAME          ((NTSTATUS) 0xC00000CC)
389 #define STATUS_TOO_MANY_NAMES            ((NTSTATUS) 0xC00000CD)
390 #define STATUS_TOO_MANY_SESSIONS         ((NTSTATUS) 0xC00000CE)
391 #define STATUS_SHARING_PAUSED            ((NTSTATUS) 0xC00000CF)
392 #define STATUS_REQUEST_NOT_ACCEPTED      ((NTSTATUS) 0xC00000D0)
393 #define STATUS_REDIRECTOR_PAUSED         ((NTSTATUS) 0xC00000D1)
394 #define STATUS_NET_WRITE_FAULT           ((NTSTATUS) 0xC00000D2)
395 #define STATUS_PROFILING_AT_LIMIT        ((NTSTATUS) 0xC00000D3)
396 #define STATUS_NOT_SAME_DEVICE           ((NTSTATUS) 0xC00000D4)
397 #define STATUS_FILE_RENAMED              ((NTSTATUS) 0xC00000D5)
398 #define STATUS_VIRTUAL_CIRCUIT_CLOSED    ((NTSTATUS) 0xC00000D6)
399 #define STATUS_NO_SECURITY_ON_OBJECT     ((NTSTATUS) 0xC00000D7)
400 #define STATUS_CANT_WAIT                 ((NTSTATUS) 0xC00000D8)
401 #define STATUS_PIPE_EMPTY                ((NTSTATUS) 0xC00000D9)
402 #define STATUS_CANT_ACCESS_DOMAIN_INFO   ((NTSTATUS) 0xC00000DA)
403 #define STATUS_CANT_TERMINATE_SELF       ((NTSTATUS) 0xC00000DB)
404 #define STATUS_INVALID_SERVER_STATE      ((NTSTATUS) 0xC00000DC)
405 #define STATUS_INVALID_DOMAIN_STATE      ((NTSTATUS) 0xC00000DD)
406 #define STATUS_INVALID_DOMAIN_ROLE       ((NTSTATUS) 0xC00000DE)
407 #define STATUS_NO_SUCH_DOMAIN            ((NTSTATUS) 0xC00000DF)
408 #define STATUS_DOMAIN_EXISTS             ((NTSTATUS) 0xC00000E0)
409 #define STATUS_DOMAIN_LIMIT_EXCEEDED     ((NTSTATUS) 0xC00000E1)
410 #define STATUS_OPLOCK_NOT_GRANTED        ((NTSTATUS) 0xC00000E2)
411 #define STATUS_INVALID_OPLOCK_PROTOCOL   ((NTSTATUS) 0xC00000E3)
412 #define STATUS_INTERNAL_DB_CORRUPTION    ((NTSTATUS) 0xC00000E4)
413 #define STATUS_INTERNAL_ERROR            ((NTSTATUS) 0xC00000E5)
414 #define STATUS_GENERIC_NOT_MAPPED        ((NTSTATUS) 0xC00000E6)
415 #define STATUS_BAD_DESCRIPTOR_FORMAT     ((NTSTATUS) 0xC00000E7)
416 #define STATUS_INVALID_USER_BUFFER       ((NTSTATUS) 0xC00000E8)
417 #define STATUS_UNEXPECTED_IO_ERROR       ((NTSTATUS) 0xC00000E9)
418 #define STATUS_UNEXPECTED_MM_CREATE_ERR  ((NTSTATUS) 0xC00000EA)
419 #define STATUS_UNEXPECTED_MM_MAP_ERROR   ((NTSTATUS) 0xC00000EB)
420 #define STATUS_UNEXPECTED_MM_EXTEND_ERR  ((NTSTATUS) 0xC00000EC)
421 #define STATUS_NOT_LOGON_PROCESS         ((NTSTATUS) 0xC00000ED)
422 #define STATUS_LOGON_SESSION_EXISTS      ((NTSTATUS) 0xC00000EE)
423 #define STATUS_INVALID_PARAMETER_1       ((NTSTATUS) 0xC00000EF)
424 #define STATUS_INVALID_PARAMETER_2       ((NTSTATUS) 0xC00000F0)
425 #define STATUS_INVALID_PARAMETER_3       ((NTSTATUS) 0xC00000F1)
426 #define STATUS_INVALID_PARAMETER_4       ((NTSTATUS) 0xC00000F2)
427 #define STATUS_INVALID_PARAMETER_5       ((NTSTATUS) 0xC00000F3)
428 #define STATUS_INVALID_PARAMETER_6       ((NTSTATUS) 0xC00000F4)
429 #define STATUS_INVALID_PARAMETER_7       ((NTSTATUS) 0xC00000F5)
430 #define STATUS_INVALID_PARAMETER_8       ((NTSTATUS) 0xC00000F6)
431 #define STATUS_INVALID_PARAMETER_9       ((NTSTATUS) 0xC00000F7)
432 #define STATUS_INVALID_PARAMETER_10      ((NTSTATUS) 0xC00000F8)
433 #define STATUS_INVALID_PARAMETER_11      ((NTSTATUS) 0xC00000F9)
434 #define STATUS_INVALID_PARAMETER_12      ((NTSTATUS) 0xC00000FA)
435 #define STATUS_REDIRECTOR_NOT_STARTED    ((NTSTATUS) 0xC00000FB)
436 #define STATUS_REDIRECTOR_STARTED        ((NTSTATUS) 0xC00000FC)
437 #define STATUS_STACK_OVERFLOW            ((NTSTATUS) 0xC00000FD)
438 #define STATUS_NO_SUCH_PACKAGE           ((NTSTATUS) 0xC00000FE)
439 #define STATUS_BAD_FUNCTION_TABLE        ((NTSTATUS) 0xC00000FF)
440 #define STATUS_VARIABLE_NOT_FOUND        ((NTSTATUS) 0xC0000100)
441 #define STATUS_DIRECTORY_NOT_EMPTY       ((NTSTATUS) 0xC0000101)
442 #define STATUS_FILE_CORRUPT_ERROR        ((NTSTATUS) 0xC0000102)
443 #define STATUS_NOT_A_DIRECTORY           ((NTSTATUS) 0xC0000103)
444 #define STATUS_BAD_LOGON_SESSION_STATE   ((NTSTATUS) 0xC0000104)
445 #define STATUS_LOGON_SESSION_COLLISION   ((NTSTATUS) 0xC0000105)
446 #define STATUS_NAME_TOO_LONG             ((NTSTATUS) 0xC0000106)
447 #define STATUS_FILES_OPEN                ((NTSTATUS) 0xC0000107)
448 #define STATUS_CONNECTION_IN_USE         ((NTSTATUS) 0xC0000108)
449 #define STATUS_MESSAGE_NOT_FOUND         ((NTSTATUS) 0xC0000109)
450 #define STATUS_PROCESS_IS_TERMINATING    ((NTSTATUS) 0xC000010A)
451 #define STATUS_INVALID_LOGON_TYPE        ((NTSTATUS) 0xC000010B)
452 #define STATUS_NO_GUID_TRANSLATION       ((NTSTATUS) 0xC000010C)
453 #define STATUS_CANNOT_IMPERSONATE        ((NTSTATUS) 0xC000010D)
454 #define STATUS_IMAGE_ALREADY_LOADED      ((NTSTATUS) 0xC000010E)
455 #define STATUS_ABIOS_NOT_PRESENT         ((NTSTATUS) 0xC000010F)
456 #define STATUS_ABIOS_LID_NOT_EXIST       ((NTSTATUS) 0xC0000110)
457 #define STATUS_ABIOS_LID_ALREADY_OWNED   ((NTSTATUS) 0xC0000111)
458 #define STATUS_ABIOS_NOT_LID_OWNER       ((NTSTATUS) 0xC0000112)
459 #define STATUS_ABIOS_INVALID_COMMAND     ((NTSTATUS) 0xC0000113)
460 #define STATUS_ABIOS_INVALID_LID         ((NTSTATUS) 0xC0000114)
461 #define STATUS_ABIOS_SELECTOR_NOT_AVAILABLE ((NTSTATUS) 0xC0000115)
462 #define STATUS_ABIOS_INVALID_SELECTOR    ((NTSTATUS) 0xC0000116)
463 #define STATUS_NO_LDT                    ((NTSTATUS) 0xC0000117)
464 #define STATUS_INVALID_LDT_SIZE          ((NTSTATUS) 0xC0000118)
465 #define STATUS_INVALID_LDT_OFFSET        ((NTSTATUS) 0xC0000119)
466 #define STATUS_INVALID_LDT_DESCRIPTOR    ((NTSTATUS) 0xC000011A)
467 #define STATUS_INVALID_IMAGE_NE_FORMAT   ((NTSTATUS) 0xC000011B)
468 #define STATUS_RXACT_INVALID_STATE       ((NTSTATUS) 0xC000011C)
469 #define STATUS_RXACT_COMMIT_FAILURE      ((NTSTATUS) 0xC000011D)
470 #define STATUS_MAPPED_FILE_SIZE_ZERO     ((NTSTATUS) 0xC000011E)
471 #define STATUS_TOO_MANY_OPENED_FILES     ((NTSTATUS) 0xC000011F)
472 #define STATUS_CANCELLED                 ((NTSTATUS) 0xC0000120)
473 #define STATUS_CANNOT_DELETE             ((NTSTATUS) 0xC0000121)
474 #define STATUS_INVALID_COMPUTER_NAME     ((NTSTATUS) 0xC0000122)
475 #define STATUS_FILE_DELETED              ((NTSTATUS) 0xC0000123)
476 #define STATUS_SPECIAL_ACCOUNT           ((NTSTATUS) 0xC0000124)
477 #define STATUS_SPECIAL_GROUP             ((NTSTATUS) 0xC0000125)
478 #define STATUS_SPECIAL_USER              ((NTSTATUS) 0xC0000126)
479 #define STATUS_MEMBERS_PRIMARY_GROUP     ((NTSTATUS) 0xC0000127)
480 #define STATUS_FILE_CLOSED               ((NTSTATUS) 0xC0000128)
481 #define STATUS_TOO_MANY_THREADS          ((NTSTATUS) 0xC0000129)
482 #define STATUS_THREAD_NOT_IN_PROCESS     ((NTSTATUS) 0xC000012A)
483 #define STATUS_TOKEN_ALREADY_IN_USE      ((NTSTATUS) 0xC000012B)
484 #define STATUS_PAGEFILE_QUOTA_EXCEEDED   ((NTSTATUS) 0xC000012C)
485 #define STATUS_COMMITMENT_LIMIT          ((NTSTATUS) 0xC000012D)
486 #define STATUS_INVALID_IMAGE_LE_FORMAT   ((NTSTATUS) 0xC000012E)
487 #define STATUS_INVALID_IMAGE_NOT_MZ      ((NTSTATUS) 0xC000012F)
488 #define STATUS_INVALID_IMAGE_PROTECT     ((NTSTATUS) 0xC0000130)
489 #define STATUS_INVALID_IMAGE_WIN_16      ((NTSTATUS) 0xC0000131)
490 #define STATUS_LOGON_SERVER_CONFLICT     ((NTSTATUS) 0xC0000132)
491 #define STATUS_TIME_DIFFERENCE_AT_DC     ((NTSTATUS) 0xC0000133)
492 #define STATUS_SYNCHRONIZATION_REQUIRED  ((NTSTATUS) 0xC0000134)
493 #define STATUS_DLL_NOT_FOUND             ((NTSTATUS) 0xC0000135)
494 #define STATUS_OPEN_FAILED               ((NTSTATUS) 0xC0000136)
495 #define STATUS_IO_PRIVILEGE_FAILED       ((NTSTATUS) 0xC0000137)
496 #define STATUS_ORDINAL_NOT_FOUND         ((NTSTATUS) 0xC0000138)
497 #define STATUS_ENTRYPOINT_NOT_FOUND      ((NTSTATUS) 0xC0000139)
498 #define STATUS_CONTROL_C_EXIT            ((NTSTATUS) 0xC000013A)
499 #define STATUS_LOCAL_DISCONNECT          ((NTSTATUS) 0xC000013B)
500 #define STATUS_REMOTE_DISCONNECT         ((NTSTATUS) 0xC000013C)
501 #define STATUS_REMOTE_RESOURCES          ((NTSTATUS) 0xC000013D)
502 #define STATUS_LINK_FAILED               ((NTSTATUS) 0xC000013E)
503 #define STATUS_LINK_TIMEOUT              ((NTSTATUS) 0xC000013F)
504 #define STATUS_INVALID_CONNECTION        ((NTSTATUS) 0xC0000140)
505 #define STATUS_INVALID_ADDRESS           ((NTSTATUS) 0xC0000141)
506 #define STATUS_DLL_INIT_FAILED           ((NTSTATUS) 0xC0000142)
507 #define STATUS_MISSING_SYSTEMFILE        ((NTSTATUS) 0xC0000143)
508 #define STATUS_UNHANDLED_EXCEPTION       ((NTSTATUS) 0xC0000144)
509 #define STATUS_APP_INIT_FAILURE          ((NTSTATUS) 0xC0000145)
510 #define STATUS_PAGEFILE_CREATE_FAILED    ((NTSTATUS) 0xC0000146)
511 #define STATUS_NO_PAGEFILE               ((NTSTATUS) 0xC0000147)
512 #define STATUS_INVALID_LEVEL             ((NTSTATUS) 0xC0000148)
513 #define STATUS_WRONG_PASSWORD_CORE       ((NTSTATUS) 0xC0000149)
514 #define STATUS_ILLEGAL_FLOAT_CONTEXT     ((NTSTATUS) 0xC000014A)
515 #define STATUS_PIPE_BROKEN               ((NTSTATUS) 0xC000014B)
516 #define STATUS_REGISTRY_CORRUPT          ((NTSTATUS) 0xC000014C)
517 #define STATUS_REGISTRY_IO_FAILED        ((NTSTATUS) 0xC000014D)
518 #define STATUS_NO_EVENT_PAIR             ((NTSTATUS) 0xC000014E)
519 #define STATUS_UNRECOGNIZED_VOLUME       ((NTSTATUS) 0xC000014F)
520 #define STATUS_SERIAL_NO_DEVICE_INITED   ((NTSTATUS) 0xC0000150)
521 #define STATUS_NO_SUCH_ALIAS             ((NTSTATUS) 0xC0000151)
522 #define STATUS_MEMBER_NOT_IN_ALIAS       ((NTSTATUS) 0xC0000152)
523 #define STATUS_MEMBER_IN_ALIAS           ((NTSTATUS) 0xC0000153)
524 #define STATUS_ALIAS_EXISTS              ((NTSTATUS) 0xC0000154)
525 #define STATUS_LOGON_NOT_GRANTED         ((NTSTATUS) 0xC0000155)
526 #define STATUS_TOO_MANY_SECRETS          ((NTSTATUS) 0xC0000156)
527 #define STATUS_SECRET_TOO_LONG           ((NTSTATUS) 0xC0000157)
528 #define STATUS_INTERNAL_DB_ERROR         ((NTSTATUS) 0xC0000158)
529 #define STATUS_FULLSCREEN_MODE           ((NTSTATUS) 0xC0000159)
530 #define STATUS_TOO_MANY_CONTEXT_IDS      ((NTSTATUS) 0xC000015A)
531 #define STATUS_LOGON_TYPE_NOT_GRANTED    ((NTSTATUS) 0xC000015B)
532 #define STATUS_NOT_REGISTRY_FILE         ((NTSTATUS) 0xC000015C)
533 #define STATUS_NT_CROSS_ENCRYPTION_REQUIRED ((NTSTATUS) 0xC000015D)
534 #define STATUS_DOMAIN_CTRLR_CONFIG_ERROR ((NTSTATUS) 0xC000015E)
535 #define STATUS_FT_MISSING_MEMBER         ((NTSTATUS) 0xC000015F)
536 #define STATUS_ILL_FORMED_SERVICE_ENTRY  ((NTSTATUS) 0xC0000160)
537 #define STATUS_ILLEGAL_CHARACTER         ((NTSTATUS) 0xC0000161)
538 #define STATUS_UNMAPPABLE_CHARACTER      ((NTSTATUS) 0xC0000162)
539 #define STATUS_UNDEFINED_CHARACTER       ((NTSTATUS) 0xC0000163)
540 #define STATUS_FLOPPY_VOLUME             ((NTSTATUS) 0xC0000164)
541 #define STATUS_FLOPPY_ID_MARK_NOT_FOUND  ((NTSTATUS) 0xC0000165)
542 #define STATUS_FLOPPY_WRONG_CYLINDER     ((NTSTATUS) 0xC0000166)
543 #define STATUS_FLOPPY_UNKNOWN_ERROR      ((NTSTATUS) 0xC0000167)
544 #define STATUS_FLOPPY_BAD_REGISTERS      ((NTSTATUS) 0xC0000168)
545 #define STATUS_DISK_RECALIBRATE_FAILED   ((NTSTATUS) 0xC0000169)
546 #define STATUS_DISK_OPERATION_FAILED     ((NTSTATUS) 0xC000016A)
547 #define STATUS_DISK_RESET_FAILED         ((NTSTATUS) 0xC000016B)
548 #define STATUS_SHARED_IRQ_BUSY           ((NTSTATUS) 0xC000016C)
549 #define STATUS_FT_ORPHANING              ((NTSTATUS) 0xC000016D)
550 #define STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT ((NTSTATUS) 0xC000016E)
551
552 #define STATUS_PARTITION_FAILURE         ((NTSTATUS) 0xC0000172)
553 #define STATUS_INVALID_BLOCK_LENGTH      ((NTSTATUS) 0xC0000173)
554 #define STATUS_DEVICE_NOT_PARTITIONED    ((NTSTATUS) 0xC0000174)
555 #define STATUS_UNABLE_TO_LOCK_MEDIA      ((NTSTATUS) 0xC0000175)
556 #define STATUS_UNABLE_TO_UNLOAD_MEDIA    ((NTSTATUS) 0xC0000176)
557 #define STATUS_EOM_OVERFLOW              ((NTSTATUS) 0xC0000177)
558 #define STATUS_NO_MEDIA                  ((NTSTATUS) 0xC0000178)
559 #define STATUS_NO_SUCH_MEMBER            ((NTSTATUS) 0xC000017A)
560 #define STATUS_INVALID_MEMBER            ((NTSTATUS) 0xC000017B)
561 #define STATUS_KEY_DELETED               ((NTSTATUS) 0xC000017C)
562 #define STATUS_NO_LOG_SPACE              ((NTSTATUS) 0xC000017D)
563 #define STATUS_TOO_MANY_SIDS             ((NTSTATUS) 0xC000017E)
564 #define STATUS_LM_CROSS_ENCRYPTION_REQUIRED ((NTSTATUS) 0xC000017F)
565 #define STATUS_KEY_HAS_CHILDREN          ((NTSTATUS) 0xC0000180)
566 #define STATUS_CHILD_MUST_BE_VOLATILE    ((NTSTATUS) 0xC0000181)
567 #define STATUS_DEVICE_CONFIGURATION_ERROR ((NTSTATUS) 0xC0000182)
568 #define STATUS_DRIVER_INTERNAL_ERROR     ((NTSTATUS) 0xC0000183)
569 #define STATUS_INVALID_DEVICE_STATE      ((NTSTATUS) 0xC0000184)
570 #define STATUS_IO_DEVICE_ERROR           ((NTSTATUS) 0xC0000185)
571 #define STATUS_DEVICE_PROTOCOL_ERROR     ((NTSTATUS) 0xC0000186)
572 #define STATUS_BACKUP_CONTROLLER         ((NTSTATUS) 0xC0000187)
573 #define STATUS_LOG_FILE_FULL             ((NTSTATUS) 0xC0000188)
574 #define STATUS_TOO_LATE                  ((NTSTATUS) 0xC0000189)
575 #define STATUS_NO_TRUST_LSA_SECRET       ((NTSTATUS) 0xC000018A)
576 #define STATUS_NO_TRUST_SAM_ACCOUNT      ((NTSTATUS) 0xC000018B)
577 #define STATUS_TRUSTED_DOMAIN_FAILURE    ((NTSTATUS) 0xC000018C)
578 #define STATUS_TRUSTED_RELATIONSHIP_FAILURE ((NTSTATUS) 0xC000018D)
579 #define STATUS_EVENTLOG_FILE_CORRUPT     ((NTSTATUS) 0xC000018E)
580 #define STATUS_EVENTLOG_CANT_START       ((NTSTATUS) 0xC000018F)
581 #define STATUS_TRUST_FAILURE             ((NTSTATUS) 0xC0000190)
582 #define STATUS_MUTANT_LIMIT_EXCEEDED     ((NTSTATUS) 0xC0000191)
583 #define STATUS_NETLOGON_NOT_STARTED      ((NTSTATUS) 0xC0000192)
584 #define STATUS_ACCOUNT_EXPIRED           ((NTSTATUS) 0xC0000193)
585 #define STATUS_POSSIBLE_DEADLOCK         ((NTSTATUS) 0xC0000194)
586 #define STATUS_NETWORK_CREDENTIAL_CONFLICT ((NTSTATUS) 0xC0000195)
587 #define STATUS_REMOTE_SESSION_LIMIT      ((NTSTATUS) 0xC0000196)
588 #define STATUS_EVENTLOG_FILE_CHANGED     ((NTSTATUS) 0xC0000197)
589 #define STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT ((NTSTATUS) 0xC0000198)
590 #define STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT ((NTSTATUS) 0xC0000199)
591 #define STATUS_NOLOGON_SERVER_TRUST_ACCOUNT ((NTSTATUS) 0xC000019A)
592 #define STATUS_DOMAIN_TRUST_INCONSISTENT ((NTSTATUS) 0xC000019B)
593 #define STATUS_FS_DRIVER_REQUIRED        ((NTSTATUS) 0xC000019C)
594 #define STATUS_NO_USER_SESSION_KEY       ((NTSTATUS) 0xC0000202)
595 #define STATUS_USER_SESSION_DELETED      ((NTSTATUS) 0xC0000203)
596 #define STATUS_RESOURCE_LANG_NOT_FOUND   ((NTSTATUS) 0xC0000204)
597 #define STATUS_INSUFF_SERVER_RESOURCES   ((NTSTATUS) 0xC0000205)
598 #define STATUS_INVALID_BUFFER_SIZE       ((NTSTATUS) 0xC0000206)
599 #define STATUS_INVALID_ADDRESS_COMPONENT ((NTSTATUS) 0xC0000207)
600 #define STATUS_INVALID_ADDRESS_WILDCARD  ((NTSTATUS) 0xC0000208)
601 #define STATUS_TOO_MANY_ADDRESSES        ((NTSTATUS) 0xC0000209)
602 #define STATUS_ADDRESS_ALREADY_EXISTS    ((NTSTATUS) 0xC000020A)
603 #define STATUS_ADDRESS_CLOSED            ((NTSTATUS) 0xC000020B)
604 #define STATUS_CONNECTION_DISCONNECTED   ((NTSTATUS) 0xC000020C)
605 #define STATUS_CONNECTION_RESET          ((NTSTATUS) 0xC000020D)
606 #define STATUS_TOO_MANY_NODES            ((NTSTATUS) 0xC000020E)
607 #define STATUS_TRANSACTION_ABORTED       ((NTSTATUS) 0xC000020F)
608 #define STATUS_TRANSACTION_TIMED_OUT     ((NTSTATUS) 0xC0000210)
609 #define STATUS_TRANSACTION_NO_RELEASE    ((NTSTATUS) 0xC0000211)
610 #define STATUS_TRANSACTION_NO_MATCH      ((NTSTATUS) 0xC0000212)
611 #define STATUS_TRANSACTION_RESPONDED     ((NTSTATUS) 0xC0000213)
612 #define STATUS_TRANSACTION_INVALID_ID    ((NTSTATUS) 0xC0000214)
613 #define STATUS_TRANSACTION_INVALID_TYPE  ((NTSTATUS) 0xC0000215)
614 #define STATUS_NOT_SERVER_SESSION        ((NTSTATUS) 0xC0000216)
615 #define STATUS_NOT_CLIENT_SESSION        ((NTSTATUS) 0xC0000217)
616 #define STATUS_CANNOT_LOAD_REGISTRY_FILE ((NTSTATUS) 0xC0000218)
617 #define STATUS_DEBUG_ATTACH_FAILED       ((NTSTATUS) 0xC0000219)
618 #define STATUS_SYSTEM_PROCESS_TERMINATED ((NTSTATUS) 0xC000021A)
619 #define STATUS_DATA_NOT_ACCEPTED         ((NTSTATUS) 0xC000021B)
620 #define STATUS_NO_BROWSER_SERVERS_FOUND  ((NTSTATUS) 0xC000021C)
621 #define STATUS_VDM_HARD_ERROR            ((NTSTATUS) 0xC000021D)
622 #define STATUS_DRIVER_CANCEL_TIMEOUT     ((NTSTATUS) 0xC000021E)
623 #define STATUS_REPLY_MESSAGE_MISMATCH    ((NTSTATUS) 0xC000021F)
624 #define STATUS_MAPPED_ALIGNMENT          ((NTSTATUS) 0xC0000220)
625 #define STATUS_IMAGE_CHECKSUM_MISMATCH   ((NTSTATUS) 0xC0000221)
626 #define STATUS_LOST_WRITEBEHIND_DATA     ((NTSTATUS) 0xC0000222)
627 #define STATUS_CLIENT_SERVER_PARAMETERS_INVALID ((NTSTATUS) 0xC0000223)
628 #define STATUS_PASSWORD_MUST_CHANGE      ((NTSTATUS) 0xC0000224)
629 #define STATUS_NOT_FOUND                 ((NTSTATUS) 0xC0000225)
630 #define STATUS_NOT_TINY_STREAM           ((NTSTATUS) 0xC0000226)
631 #define STATUS_RECOVERY_FAILURE          ((NTSTATUS) 0xC0000227)
632 #define STATUS_STACK_OVERFLOW_READ       ((NTSTATUS) 0xC0000228)
633 #define STATUS_FAIL_CHECK                ((NTSTATUS) 0xC0000229)
634 #define STATUS_DUPLICATE_OBJECTID        ((NTSTATUS) 0xC000022A)
635 #define STATUS_OBJECTID_EXISTS           ((NTSTATUS) 0xC000022B)
636 #define STATUS_CONVERT_TO_LARGE          ((NTSTATUS) 0xC000022C)
637 #define STATUS_RETRY                     ((NTSTATUS) 0xC000022D)
638 #define STATUS_FOUND_OUT_OF_SCOPE        ((NTSTATUS) 0xC000022E)
639 #define STATUS_ALLOCATE_BUCKET           ((NTSTATUS) 0xC000022F)
640 #define STATUS_PROPSET_NOT_FOUND         ((NTSTATUS) 0xC0000230)
641 #define STATUS_MARSHALL_OVERFLOW         ((NTSTATUS) 0xC0000231)
642 #define STATUS_INVALID_VARIANT           ((NTSTATUS) 0xC0000232)
643 #define STATUS_DOMAIN_CONTROLLER_NOT_FOUND ((NTSTATUS) 0xC0000233)
644 #define STATUS_ACCOUNT_LOCKED_OUT        ((NTSTATUS) 0xC0000234)
645 #define STATUS_HANDLE_NOT_CLOSABLE       ((NTSTATUS) 0xC0000235)
646 #define STATUS_CONNECTION_REFUSED        ((NTSTATUS) 0xC0000236)
647 #define STATUS_GRACEFUL_DISCONNECT       ((NTSTATUS) 0xC0000237)
648 #define STATUS_ADDRESS_ALREADY_ASSOCIATED ((NTSTATUS) 0xC0000238)
649 #define STATUS_ADDRESS_NOT_ASSOCIATED    ((NTSTATUS) 0xC0000239)
650 #define STATUS_CONNECTION_INVALID        ((NTSTATUS) 0xC000023A)
651 #define STATUS_CONNECTION_ACTIVE         ((NTSTATUS) 0xC000023B)
652 #define STATUS_NETWORK_UNREACHABLE       ((NTSTATUS) 0xC000023C)
653 #define STATUS_HOST_UNREACHABLE          ((NTSTATUS) 0xC000023D)
654 #define STATUS_PROTOCOL_UNREACHABLE      ((NTSTATUS) 0xC000023E)
655 #define STATUS_PORT_UNREACHABLE          ((NTSTATUS) 0xC000023F)
656 #define STATUS_REQUEST_ABORTED           ((NTSTATUS) 0xC0000240)
657 #define STATUS_CONNECTION_ABORTED        ((NTSTATUS) 0xC0000241)
658 #define STATUS_BAD_COMPRESSION_BUFFER    ((NTSTATUS) 0xC0000242)
659 #define STATUS_USER_MAPPED_FILE          ((NTSTATUS) 0xC0000243)
660 #define STATUS_AUDIT_FAILED              ((NTSTATUS) 0xC0000244)
661 #define STATUS_TIMER_RESOLUTION_NOT_SET  ((NTSTATUS) 0xC0000245)
662 #define STATUS_CONNECTION_COUNT_LIMIT    ((NTSTATUS) 0xC0000246)
663 #define STATUS_LOGIN_TIME_RESTRICTION    ((NTSTATUS) 0xC0000247)
664 #define STATUS_LOGIN_WKSTA_RESTRICTION   ((NTSTATUS) 0xC0000248)
665 #define STATUS_IMAGE_MP_UP_MISMATCH      ((NTSTATUS) 0xC0000249)
666 #define STATUS_INSUFFICIENT_LOGON_INFO   ((NTSTATUS) 0xC0000250)
667 #define STATUS_BAD_DLL_ENTRYPOINT        ((NTSTATUS) 0xC0000251)
668 #define STATUS_BAD_SERVICE_ENTRYPOINT    ((NTSTATUS) 0xC0000252)
669 #define STATUS_LPC_REPLY_LOST            ((NTSTATUS) 0xC0000253)
670 #define STATUS_IP_ADDRESS_CONFLICT1      ((NTSTATUS) 0xC0000254)
671 #define STATUS_IP_ADDRESS_CONFLICT2      ((NTSTATUS) 0xC0000255)
672 #define STATUS_REGISTRY_QUOTA_LIMIT      ((NTSTATUS) 0xC0000256)
673 #define STATUS_PATH_NOT_COVERED          ((NTSTATUS) 0xC0000257)
674 #define STATUS_NO_CALLBACK_ACTIVE        ((NTSTATUS) 0xC0000258)
675 #define STATUS_LICENSE_QUOTA_EXCEEDED    ((NTSTATUS) 0xC0000259)
676 #define STATUS_PWD_TOO_SHORT             ((NTSTATUS) 0xC000025A)
677 #define STATUS_PWD_TOO_RECENT            ((NTSTATUS) 0xC000025B)
678 #define STATUS_PWD_HISTORY_CONFLICT      ((NTSTATUS) 0xC000025C)
679 #define STATUS_PLUGPLAY_NO_DEVICE        ((NTSTATUS) 0xC000025E)
680 #define STATUS_UNSUPPORTED_COMPRESSION   ((NTSTATUS) 0xC000025F)
681 #define STATUS_INVALID_HW_PROFILE        ((NTSTATUS) 0xC0000260)
682 #define STATUS_INVALID_PLUGPLAY_DEVICE_PATH ((NTSTATUS) 0xC0000261)
683 #define STATUS_DRIVER_ORDINAL_NOT_FOUND  ((NTSTATUS) 0xC0000262)
684 #define STATUS_DRIVER_ENTRYPOINT_NOT_FOUND ((NTSTATUS) 0xC0000263)
685 #define STATUS_RESOURCE_NOT_OWNED        ((NTSTATUS) 0xC0000264)
686 #define STATUS_TOO_MANY_LINKS            ((NTSTATUS) 0xC0000265)
687 #define STATUS_QUOTA_LIST_INCONSISTENT   ((NTSTATUS) 0xC0000266)
688 #define STATUS_FILE_IS_OFFLINE           ((NTSTATUS) 0xC0000267)
689 #define STATUS_EVALUATION_EXPIRATION     ((NTSTATUS) 0xC0000268)
690 #define STATUS_ILLEGAL_DLL_RELOCATION    ((NTSTATUS) 0xC0000269)
691 #define STATUS_LICENSE_VIOLATION         ((NTSTATUS) 0xC000026A)
692 #define STATUS_DLL_INIT_FAILED_LOGOFF    ((NTSTATUS) 0xC000026B)
693 #define STATUS_DRIVER_UNABLE_TO_LOAD     ((NTSTATUS) 0xC000026C)
694 #define STATUS_DFS_UNAVAILABLE           ((NTSTATUS) 0xC000026D)
695 #define STATUS_VOLUME_DISMOUNTED         ((NTSTATUS) 0xC000026E)
696 #define STATUS_WX86_INTERNAL_ERROR       ((NTSTATUS) 0xC000026F)
697 #define STATUS_WX86_FLOAT_STACK_CHECK    ((NTSTATUS) 0xC0000270)
698 #define STATUS_VALIDATE_CONTINUE         ((NTSTATUS) 0xC0000271)
699 #define STATUS_NO_MATCH                  ((NTSTATUS) 0xC0000272)
700 #define STATUS_NO_MORE_MATCHES           ((NTSTATUS) 0xC0000273)
701 #define STATUS_NOT_A_REPARSE_POINT       ((NTSTATUS) 0xC0000275)
702 #define STATUS_IO_REPARSE_TAG_INVALID    ((NTSTATUS) 0xC0000276)
703 #define STATUS_IO_REPARSE_TAG_MISMATCH   ((NTSTATUS) 0xC0000277)
704 #define STATUS_IO_REPARSE_DATA_INVALID   ((NTSTATUS) 0xC0000278)
705 #define STATUS_IO_REPARSE_TAG_NOT_HANDLED       ((NTSTATUS) 0xC0000279)
706 #define STATUS_REPARSE_POINT_NOT_RESOLVED       ((NTSTATUS) 0xC0000280)
707 #define STATUS_DIRECTORY_IS_A_REPARSE_POINT     ((NTSTATUS) 0xC0000281)
708 #define STATUS_RANGE_LIST_CONFLICT       ((NTSTATUS) 0xC0000282)
709 #define STATUS_SOURCE_ELEMENT_EMPTY      ((NTSTATUS) 0xC0000283)
710 #define STATUS_DESTINATION_ELEMENT_FULL  ((NTSTATUS) 0xC0000284)
711 #define STATUS_ILLEGAL_ELEMENT_ADDRESS   ((NTSTATUS) 0xC0000285)
712 #define STATUS_MAGAZINE_NOT_PRESENT      ((NTSTATUS) 0xC0000286)
713 #define STATUS_REINITIALIZATION_NEEDED   ((NTSTATUS) 0xC0000287)
714 #define STATUS_ENCRYPTION_FAILED         ((NTSTATUS) 0xC000028A)
715 #define STATUS_DECRYPTION_FAILED         ((NTSTATUS) 0xC000028B)
716 #define STATUS_RANGE_NOT_FOUND           ((NTSTATUS) 0xC000028C)
717 #define STATUS_NO_RECOVERY_POLICY        ((NTSTATUS) 0xC000028D)
718 #define STATUS_NO_EFS                    ((NTSTATUS) 0xC000028E)
719 #define STATUS_WRONG_EFS                 ((NTSTATUS) 0xC000028F)
720 #define STATUS_NO_USER_KEYS              ((NTSTATUS) 0xC0000290)
721 #define STATUS_FILE_NOT_ENCRYPTED        ((NTSTATUS) 0xC0000291)
722 #define STATUS_NOT_EXPORT_FORMAT         ((NTSTATUS) 0xC0000292)
723 #define STATUS_FILE_ENCRYPTED            ((NTSTATUS) 0xC0000293)
724 #define STATUS_WMI_GUID_NOT_FOUND        ((NTSTATUS) 0xC0000295)
725 #define STATUS_WMI_INSTANCE_NOT_FOUND    ((NTSTATUS) 0xC0000296)
726 #define STATUS_WMI_ITEMID_NOT_FOUND      ((NTSTATUS) 0xC0000297)
727 #define STATUS_WMI_TRY_AGAIN             ((NTSTATUS) 0xC0000298)
728 #define STATUS_SHARED_POLICY             ((NTSTATUS) 0xC0000299)
729 #define STATUS_POLICY_OBJECT_NOT_FOUND   ((NTSTATUS) 0xC000029A)
730 #define STATUS_POLICY_ONLY_IN_DS         ((NTSTATUS) 0xC000029B)
731 #define STATUS_VOLUME_NOT_UPGRADED       ((NTSTATUS) 0xC000029C)
732 #define STATUS_REMOTE_STORAGE_NOT_ACTIVE ((NTSTATUS) 0xC000029D)
733 #define STATUS_REMOTE_STORAGE_MEDIA_ERROR       ((NTSTATUS) 0xC000029E)
734 #define STATUS_NO_TRACKING_SERVICE       ((NTSTATUS) 0xC000029F)
735 #define STATUS_SERVER_SID_MISMATCH       ((NTSTATUS) 0xC00002A0)
736 #define STATUS_DS_NO_ATTRIBUTE_OR_VALUE  ((NTSTATUS) 0xC00002A1)
737 #define STATUS_DS_INVALID_ATTRIBUTE_SYNTAX      ((NTSTATUS) 0xC00002A2)
738 #define STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED      ((NTSTATUS) 0xC00002A3)
739 #define STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS     ((NTSTATUS) 0xC00002A4)
740 #define STATUS_DS_BUSY                   ((NTSTATUS) 0xC00002A5)
741 #define STATUS_DS_UNAVAILABLE            ((NTSTATUS) 0xC00002A6)
742 #define STATUS_DS_NO_RIDS_ALLOCATED      ((NTSTATUS) 0xC00002A7)
743 #define STATUS_DS_NO_MORE_RIDS           ((NTSTATUS) 0xC00002A8)
744 #define STATUS_DS_INCORRECT_ROLE_OWNER   ((NTSTATUS) 0xC00002A9)
745 #define STATUS_DS_RIDMGR_INIT_ERROR      ((NTSTATUS) 0xC00002AA)
746 #define STATUS_DS_OBJ_CLASS_VIOLATION    ((NTSTATUS) 0xC00002AB)
747 #define STATUS_DS_CANT_ON_NON_LEAF       ((NTSTATUS) 0xC00002AC)
748 #define STATUS_DS_CANT_ON_RDN            ((NTSTATUS) 0xC00002AD)
749 #define STATUS_DS_CANT_MOD_OBJ_CLASS     ((NTSTATUS) 0xC00002AE)
750 #define STATUS_DS_CROSS_DOM_MOVE_FAILED  ((NTSTATUS) 0xC00002AF)
751 #define STATUS_DS_GC_NOT_AVAILABLE       ((NTSTATUS) 0xC00002B0)
752 #define STATUS_DIRECTORY_SERVICE_REQUIRED       ((NTSTATUS) 0xC00002B1)
753 #define STATUS_REPARSE_ATTRIBUTE_CONFLICT       ((NTSTATUS) 0xC00002B2)
754 #define STATUS_CANT_ENABLE_DENY_ONLY     ((NTSTATUS) 0xC00002B3)
755 #define STATUS_FLOAT_MULTIPLE_FAULTS     ((NTSTATUS) 0xC00002B4)
756 #define STATUS_FLOAT_MULTIPLE_TRAPS      ((NTSTATUS) 0xC00002B5)
757 #define STATUS_DEVICE_REMOVED            ((NTSTATUS) 0xC00002B6)
758 #define STATUS_JOURNAL_DELETE_IN_PROGRESS       ((NTSTATUS) 0xC00002B7)
759 #define STATUS_JOURNAL_NOT_ACTIVE        ((NTSTATUS) 0xC00002B8)
760 #define STATUS_NOINTERFACE               ((NTSTATUS) 0xC00002B9)
761 #define STATUS_DS_ADMIN_LIMIT_EXCEEDED   ((NTSTATUS) 0xC00002C1)
762 #define STATUS_DRIVER_FAILED_SLEEP       ((NTSTATUS) 0xC00002C2)
763 #define STATUS_MUTUAL_AUTHENTICATION_FAILED     ((NTSTATUS) 0xC00002C3)
764 #define STATUS_CORRUPT_SYSTEM_FILE       ((NTSTATUS) 0xC00002C4)
765 #define STATUS_DATATYPE_MISALIGNMENT_ERROR      ((NTSTATUS) 0xC00002C5)
766 #define STATUS_WMI_READ_ONLY             ((NTSTATUS) 0xC00002C6)
767 #define STATUS_WMI_SET_FAILURE           ((NTSTATUS) 0xC00002C7)
768 #define STATUS_COMMITMENT_MINIMUM        ((NTSTATUS) 0xC00002C8)
769 #define STATUS_REG_NAT_CONSUMPTION       ((NTSTATUS) 0xC00002C9)
770 #define STATUS_TRANSPORT_FULL            ((NTSTATUS) 0xC00002CA)
771 #define STATUS_DS_SAM_INIT_FAILURE       ((NTSTATUS) 0xC00002CB)
772 #define STATUS_ONLY_IF_CONNECTED         ((NTSTATUS) 0xC00002CC)
773 #define STATUS_DS_SENSITIVE_GROUP_VIOLATION     ((NTSTATUS) 0xC00002CD)
774 #define STATUS_PNP_RESTART_ENUMERATION   ((NTSTATUS) 0xC00002CE)
775 #define STATUS_JOURNAL_ENTRY_DELETED     ((NTSTATUS) 0xC00002CF)
776 #define STATUS_DS_CANT_MOD_PRIMARYGROUPID       ((NTSTATUS) 0xC00002D0)
777 #define STATUS_SYSTEM_IMAGE_BAD_SIGNATURE ((NTSTATUS) 0xC00002D1)
778 #define STATUS_PNP_REBOOT_REQUIRED       ((NTSTATUS) 0xC00002D2)
779 #define STATUS_POWER_STATE_INVALID       ((NTSTATUS) 0xC00002D3)
780 #define STATUS_DS_INVALID_GROUP_TYPE     ((NTSTATUS) 0xC00002D4)
781 #define STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN    ((NTSTATUS) 0xC00002D5)
782 #define STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN     ((NTSTATUS) 0xC00002D6)
783 #define STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER ((NTSTATUS) 0xC00002D7)
784 #define STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER     ((NTSTATUS) 0xC00002D8)
785 #define STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER      ((NTSTATUS) 0xC00002D9)
786 #define STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER   ((NTSTATUS) 0xC00002DA)
787 #define STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER      ((NTSTATUS) 0xC00002DB)
788 #define STATUS_DS_HAVE_PRIMARY_MEMBERS   ((NTSTATUS) 0xC00002DC)
789 #define STATUS_WMI_NOT_SUPPORTED         ((NTSTATUS) 0xC00002DD)
790 #define STATUS_INSUFFICIENT_POWER        ((NTSTATUS) 0xC00002DE)
791 #define STATUS_SAM_NEED_BOOTKEY_PASSWORD ((NTSTATUS) 0xC00002DF)
792 #define STATUS_SAM_NEED_BOOTKEY_FLOPPY   ((NTSTATUS) 0xC00002E0)
793 #define STATUS_DS_CANT_START             ((NTSTATUS) 0xC00002E1)
794 #define STATUS_DS_INIT_FAILURE           ((NTSTATUS) 0xC00002E2)
795 #define STATUS_SAM_INIT_FAILURE          ((NTSTATUS) 0xC00002E3)
796 #define STATUS_DS_GC_REQUIRED            ((NTSTATUS) 0xC00002E4)
797 #define STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY    ((NTSTATUS) 0xC00002E5)
798 #define STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS    ((NTSTATUS) 0xC00002E6)
799 #define STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED        ((NTSTATUS) 0xC00002E7)
800 #define STATUS_MULTIPLE_FAULT_VIOLATION  ((NTSTATUS) 0xC00002E8)
801 #define STATUS_CURRENT_DOMAIN_NOT_ALLOWED       ((NTSTATUS) 0xC00002E9)
802 #define STATUS_CANNOT_MAKE               ((NTSTATUS) 0xC00002EA)
803 #define STATUS_SYSTEM_SHUTDOWN           ((NTSTATUS) 0xC00002EB)
804 #define STATUS_DS_INIT_FAILURE_CONSOLE   ((NTSTATUS) 0xC00002EC)
805 #define STATUS_DS_SAM_INIT_FAILURE_CONSOLE      ((NTSTATUS) 0xC00002ED)
806 #define STATUS_UNFINISHED_CONTEXT_DELETED       ((NTSTATUS) 0xC00002EE)
807 #define STATUS_NO_TGT_REPLY              ((NTSTATUS) 0xC00002EF)
808 #define STATUS_OBJECTID_NOT_FOUND        ((NTSTATUS) 0xC00002F0)
809 #define STATUS_NO_IP_ADDRESSES           ((NTSTATUS) 0xC00002F1)
810 #define STATUS_WRONG_CREDENTIAL_HANDLE   ((NTSTATUS) 0xC00002F2)
811 #define STATUS_CRYPTO_SYSTEM_INVALID     ((NTSTATUS) 0xC00002F3)
812 #define STATUS_MAX_REFERRALS_EXCEEDED    ((NTSTATUS) 0xC00002F4)
813 #define STATUS_MUST_BE_KDC               ((NTSTATUS) 0xC00002F5)
814 #define STATUS_STRONG_CRYPTO_NOT_SUPPORTED      ((NTSTATUS) 0xC00002F6)
815 #define STATUS_TOO_MANY_PRINCIPALS       ((NTSTATUS) 0xC00002F7)
816 #define STATUS_NO_PA_DATA                ((NTSTATUS) 0xC00002F8)
817 #define STATUS_PKINIT_NAME_MISMATCH      ((NTSTATUS) 0xC00002F9)
818 #define STATUS_SMARTCARD_LOGON_REQUIRED  ((NTSTATUS) 0xC00002FA)
819 #define STATUS_KDC_INVALID_REQUEST       ((NTSTATUS) 0xC00002FB)
820 #define STATUS_KDC_UNABLE_TO_REFER       ((NTSTATUS) 0xC00002FC)
821 #define STATUS_KDC_UNKNOWN_ETYPE         ((NTSTATUS) 0xC00002FD)
822 #define STATUS_SHUTDOWN_IN_PROGRESS      ((NTSTATUS) 0xC00002FE)
823 #define STATUS_SERVER_SHUTDOWN_IN_PROGRESS      ((NTSTATUS) 0xC00002FF)
824 #define STATUS_NOT_SUPPORTED_ON_SBS      ((NTSTATUS) 0xC0000300)
825 #define STATUS_WMI_GUID_DISCONNECTED     ((NTSTATUS) 0xC0000301)
826 #define STATUS_WMI_ALREADY_DISABLED      ((NTSTATUS) 0xC0000302)
827 #define STATUS_WMI_ALREADY_ENABLED       ((NTSTATUS) 0xC0000303)
828 #define STATUS_MFT_TOO_FRAGMENTED        ((NTSTATUS) 0xC0000304)
829 #define STATUS_COPY_PROTECTION_FAILURE   ((NTSTATUS) 0xC0000305)
830 #define STATUS_CSS_AUTHENTICATION_FAILURE       ((NTSTATUS) 0xC0000306)
831 #define STATUS_CSS_KEY_NOT_PRESENT       ((NTSTATUS) 0xC0000307)
832 #define STATUS_CSS_KEY_NOT_ESTABLISHED   ((NTSTATUS) 0xC0000308)
833 #define STATUS_CSS_SCRAMBLED_SECTOR      ((NTSTATUS) 0xC0000309)
834 #define STATUS_CSS_REGION_MISMATCH       ((NTSTATUS) 0xC000030A)
835 #define STATUS_CSS_RESETS_EXHAUSTED      ((NTSTATUS) 0xC000030B)
836 #define STATUS_PKINIT_FAILURE            ((NTSTATUS) 0xC0000320)
837 #define STATUS_SMARTCARD_SUBSYSTEM_FAILURE      ((NTSTATUS) 0xC0000321)
838 #define STATUS_NO_KERB_KEY               ((NTSTATUS) 0xC0000322)
839 #define STATUS_HOST_DOWN                 ((NTSTATUS) 0xC0000350)
840 #define STATUS_UNSUPPORTED_PREAUTH       ((NTSTATUS) 0xC0000351)
841 #define STATUS_EFS_ALG_BLOB_TOO_BIG      ((NTSTATUS) 0xC0000352)
842 #define STATUS_PORT_NOT_SET              ((NTSTATUS) 0xC0000353)
843 #define STATUS_DEBUGGER_INACTIVE         ((NTSTATUS) 0xC0000354)
844 #define STATUS_DS_VERSION_CHECK_FAILURE  ((NTSTATUS) 0xC0000355)
845 #define STATUS_AUDITING_DISABLED         ((NTSTATUS) 0xC0000356)
846 #define STATUS_PRENT4_MACHINE_ACCOUNT    ((NTSTATUS) 0xC0000357)
847 #define STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER ((NTSTATUS) 0xC0000358)
848 #define STATUS_INVALID_IMAGE_WIN_32      ((NTSTATUS) 0xC0000359)
849 #define STATUS_INVALID_IMAGE_WIN_64      ((NTSTATUS) 0xC000035A)
850 #define STATUS_BAD_BINDINGS              ((NTSTATUS) 0xC000035B)
851 #define STATUS_NETWORK_SESSION_EXPIRED   ((NTSTATUS) 0xC000035C)
852 #define STATUS_APPHELP_BLOCK             ((NTSTATUS) 0xC000035D)
853 #define STATUS_ALL_SIDS_FILTERED         ((NTSTATUS) 0xC000035E)
854 #define STATUS_NOT_SAFE_MODE_DRIVER      ((NTSTATUS) 0xC000035F)
855 #define STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT        ((NTSTATUS) 0xC0000361)
856 #define STATUS_ACCESS_DISABLED_BY_POLICY_PATH   ((NTSTATUS) 0xC0000362)
857 #define STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER      ((NTSTATUS) 0xC0000363)
858 #define STATUS_ACCESS_DISABLED_BY_POLICY_OTHER  ((NTSTATUS) 0xC0000364)
859 #define STATUS_FAILED_DRIVER_ENTRY       ((NTSTATUS) 0xC0000365)
860 #define STATUS_DEVICE_ENUMERATION_ERROR  ((NTSTATUS) 0xC0000366)
861 #define STATUS_WAIT_FOR_OPLOCK           ((NTSTATUS) 0x00000367)
862 #define STATUS_MOUNT_POINT_NOT_RESOLVED  ((NTSTATUS) 0xC0000368)
863 #define STATUS_INVALID_DEVICE_OBJECT_PARAMETER ((NTSTATUS) 0xC0000369)
864 /* STATUS_MCA_OCCURED is not a typo, as per Microsoft's headers */
865 #define STATUS_MCA_OCCURED               ((NTSTATUS) 0xC000036A)
866 #define STATUS_DRIVER_BLOCKED_CRITICAL   ((NTSTATUS) 0xC000036B)
867 #define STATUS_DRIVER_BLOCKED            ((NTSTATUS) 0xC000036C)
868 #define STATUS_DRIVER_DATABASE_ERROR     ((NTSTATUS) 0xC000036D)
869 #define STATUS_SYSTEM_HIVE_TOO_LARGE     ((NTSTATUS) 0xC000036E)
870 #define STATUS_INVALID_IMPORT_OF_NON_DLL ((NTSTATUS) 0xC000036F)
871 #define STATUS_SMARTCARD_WRONG_PIN       ((NTSTATUS) 0xC0000380)
872 #define STATUS_SMARTCARD_CARD_BLOCKED    ((NTSTATUS) 0xC0000381)
873 #define STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED ((NTSTATUS) 0xC0000382)
874 #define STATUS_SMARTCARD_NO_CARD         ((NTSTATUS) 0xC0000383)
875 #define STATUS_SMARTCARD_NO_KEY_CONTAINER       ((NTSTATUS) 0xC0000384)
876 #define STATUS_SMARTCARD_NO_CERTIFICATE  ((NTSTATUS) 0xC0000385)
877 #define STATUS_SMARTCARD_NO_KEYSET       ((NTSTATUS) 0xC0000386)
878 #define STATUS_SMARTCARD_IO_ERROR        ((NTSTATUS) 0xC0000387)
879 #define STATUS_DOWNGRADE_DETECTED        ((NTSTATUS) 0xC0000388)
880 #define STATUS_SMARTCARD_CERT_REVOKED    ((NTSTATUS) 0xC0000389)
881 #define STATUS_ISSUING_CA_UNTRUSTED      ((NTSTATUS) 0xC000038A)
882 #define STATUS_REVOCATION_OFFLINE_C      ((NTSTATUS) 0xC000038B)
883 #define STATUS_PKINIT_CLIENT_FAILURE     ((NTSTATUS) 0xC000038C)
884 #define STATUS_SMARTCARD_CERT_EXPIRED    ((NTSTATUS) 0xC000038D)
885 #define STATUS_DRIVER_FAILED_PRIOR_UNLOAD ((NTSTATUS) 0xC000038E)
886 #define STATUS_SMARTCARD_SILENT_CONTEXT  ((NTSTATUS) 0xC000038F)
887 #define STATUS_PER_USER_TRUST_QUOTA_EXCEEDED ((NTSTATUS) 0xC0000401)
888 #define STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED ((NTSTATUS) 0xC0000402)
889 #define STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED ((NTSTATUS) 0xC0000403)
890 #define STATUS_DS_NAME_NOT_UNIQUE        ((NTSTATUS) 0xC0000404)
891 #define STATUS_DS_DUPLICATE_ID_FOUND     ((NTSTATUS) 0xC0000405)
892 #define STATUS_DS_GROUP_CONVERSION_ERROR ((NTSTATUS) 0xC0000406)
893 #define STATUS_VOLSNAP_PREPARE_HIBERNATE ((NTSTATUS) 0xC0000407)
894 #define STATUS_USER2USER_REQUIRED        ((NTSTATUS) 0xC0000408)
895 #define STATUS_STACK_BUFFER_OVERRUN      ((NTSTATUS) 0xC0000409)
896 #define STATUS_NO_S4U_PROT_SUPPORT       ((NTSTATUS) 0xC000040A)
897 #define STATUS_CROSSREALM_DELEGATION_FAILURE ((NTSTATUS) 0xC000040B)
898 #define STATUS_REVOCATION_OFFLINE_KDC    ((NTSTATUS) 0xC000040C)
899 #define STATUS_ISSUING_CA_UNTRUSTED_KDC  ((NTSTATUS) 0xC000040D)
900 #define STATUS_KDC_CERT_EXPIRED          ((NTSTATUS) 0xC000040E)
901 #define STATUS_KDC_CERT_REVOKED          ((NTSTATUS) 0xC000040F)
902 #define STATUS_PARAMETER_QUOTA_EXCEEDED  ((NTSTATUS) 0xC0000410)
903 #define STATUS_HIBERNATION_FAILURE       ((NTSTATUS) 0xC0000411)
904 #define STATUS_DELAY_LOAD_FAILED         ((NTSTATUS) 0xC0000412)
905 #define STATUS_AUTHENTICATION_FIREWALL_FAILED ((NTSTATUS) 0xC0000413)
906 #define STATUS_VDM_DISALLOWED            ((NTSTATUS) 0xC0000414)
907 #define STATUS_HUNG_DISPLAY_DRIVER_THREAD ((NTSTATUS) 0xC0000415)
908 #define STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE ((NTSTATUS) 0xC0000416)
909 #define STATUS_INVALID_CRUNTIME_PARAMETER   ((NTSTATUS) 0xC0000417)
910 #define STATUS_NTLM_BLOCKED                 ((NTSTATUS) 0xC0000418)
911 #define STATUS_ASSERTION_FAILURE            ((NTSTATUS) 0xC0000420)
912 #define STATUS_VERIFIER_STOP                ((NTSTATUS) 0xC0000421)
913 #define STATUS_CALLBACK_POP_STACK           ((NTSTATUS) 0xC0000423)
914 #define STATUS_INCOMPATIBLE_DRIVER_BLOCKED  ((NTSTATUS) 0xC0000424)
915 #define STATUS_HIVE_UNLOADED                ((NTSTATUS) 0xC0000425)
916 #define STATUS_COMPRESSION_DISABLED         ((NTSTATUS) 0xC0000426)
917 #define STATUS_FILE_SYSTEM_LIMITATION       ((NTSTATUS) 0xC0000427)
918 #define STATUS_INVALID_IMAGE_HASH           ((NTSTATUS) 0xC0000428)
919 #define STATUS_NOT_CAPABLE                  ((NTSTATUS) 0xC0000429)
920 #define STATUS_REQUEST_OUT_OF_SEQUENCE      ((NTSTATUS) 0xC000042A)
921 #define STATUS_IMPLEMENTATION_LIMIT         ((NTSTATUS) 0xC000042B)
922 #define STATUS_ELEVATION_REQUIRED           ((NTSTATUS) 0xC000042C)
923 #define STATUS_BEYOND_VDL                   ((NTSTATUS) 0xC0000432)
924 #define STATUS_ENCOUNTERED_WRITE_IN_PROGRESS ((NTSTATUS) 0xC0000433)
925 #define STATUS_PTE_CHANGED                  ((NTSTATUS) 0xC0000434)
926 #define STATUS_PURGE_FAILED                 ((NTSTATUS) 0xC0000435)
927 #define STATUS_CRED_REQUIRES_CONFIRMATION   ((NTSTATUS) 0xC0000440)
928 #define STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE ((NTSTATUS) 0xC0000441)
929 #define STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER ((NTSTATUS) 0xC0000442)
930 #define STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE ((NTSTATUS) 0xC0000443)
931 #define STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE ((NTSTATUS) 0xC0000444)
932 #define STATUS_CS_ENCRYPTION_FILE_NOT_CSE   ((NTSTATUS) 0xC0000445)
933 #define STATUS_INVALID_LABEL                ((NTSTATUS) 0xC0000446)
934 #define STATUS_DRIVER_PROCESS_TERMINATED    ((NTSTATUS) 0xC0000450)
935 #define STATUS_AMBIGUOUS_SYSTEM_DEVICE      ((NTSTATUS) 0xC0000451)
936 #define STATUS_SYSTEM_DEVICE_NOT_FOUND      ((NTSTATUS) 0xC0000452)
937 #define STATUS_RESTART_BOOT_APPLICATION     ((NTSTATUS) 0xC0000453)
938 #define STATUS_INVALID_TASK_NAME            ((NTSTATUS) 0xC0000500)
939 #define STATUS_INVALID_TASK_INDEX           ((NTSTATUS) 0xC0000501)
940 #define STATUS_THREAD_ALREADY_IN_TASK       ((NTSTATUS) 0xC0000502)
941 #define STATUS_CALLBACK_BYPASS              ((NTSTATUS) 0xC0000503)
942 #define STATUS_PORT_CLOSED                  ((NTSTATUS) 0xC0000700)
943 #define STATUS_MESSAGE_LOST                 ((NTSTATUS) 0xC0000701)
944 #define STATUS_INVALID_MESSAGE              ((NTSTATUS) 0xC0000702)
945 #define STATUS_REQUEST_CANCELED             ((NTSTATUS) 0xC0000703)
946 #define STATUS_RECURSIVE_DISPATCH           ((NTSTATUS) 0xC0000704)
947 #define STATUS_LPC_RECEIVE_BUFFER_EXPECTED  ((NTSTATUS) 0xC0000705)
948 #define STATUS_LPC_INVALID_CONNECTION_USAGE ((NTSTATUS) 0xC0000706)
949 #define STATUS_LPC_REQUESTS_NOT_ALLOWED     ((NTSTATUS) 0xC0000707)
950 #define STATUS_RESOURCE_IN_USE              ((NTSTATUS) 0xC0000708)
951 #define STATUS_HARDWARE_MEMORY_ERROR        ((NTSTATUS) 0xC0000709)
952 #define STATUS_THREADPOOL_HANDLE_EXCEPTION  ((NTSTATUS) 0xC000070A)
953 #define STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED ((NTSTATUS) 0xC000070B)
954 #define STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED ((NTSTATUS) 0xC000070C)
955 #define STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED ((NTSTATUS) 0xC000070D)
956 #define STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED ((NTSTATUS) 0xC000070E)
957 #define STATUS_THREADPOOL_RELEASED_DURING_OPERATION ((NTSTATUS) 0xC000070F)
958 #define STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING ((NTSTATUS) 0xC0000710)
959 #define STATUS_APC_RETURNED_WHILE_IMPERSONATING ((NTSTATUS) 0xC0000711)
960 #define STATUS_PROCESS_IS_PROTECTED         ((NTSTATUS) 0xC0000712)
961 #define STATUS_MCA_EXCEPTION                ((NTSTATUS) 0xC0000713)
962 #define STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE ((NTSTATUS) 0xC0000714)
963 #define STATUS_SYMLINK_CLASS_DISABLED       ((NTSTATUS) 0xC0000715)
964 #define STATUS_INVALID_IDN_NORMALIZATION    ((NTSTATUS) 0xC0000716)
965 #define STATUS_NO_UNICODE_TRANSLATION       ((NTSTATUS) 0xC0000717)
966 #define STATUS_ALREADY_REGISTERED           ((NTSTATUS) 0xC0000718)
967 #define STATUS_CONTEXT_MISMATCH             ((NTSTATUS) 0xC0000719)
968 #define STATUS_PORT_ALREADY_HAS_COMPLETION_LIST ((NTSTATUS) 0xC000071A)
969 #define STATUS_CALLBACK_RETURNED_THREAD_PRIORITY ((NTSTATUS) 0xC000071B)
970 #define STATUS_INVALID_THREAD               ((NTSTATUS) 0xC000071C)
971 #define STATUS_CALLBACK_RETURNED_TRANSACTION ((NTSTATUS) 0xC000071D)
972 #define STATUS_CALLBACK_RETURNED_LDR_LOCK   ((NTSTATUS) 0xC000071E)
973 #define STATUS_CALLBACK_RETURNED_LANG       ((NTSTATUS) 0xC000071F)
974 #define STATUS_CALLBACK_RETURNED_PRI_BACK   ((NTSTATUS) 0xC0000720)
975 #define STATUS_CALLBACK_RETURNED_THREAD_AFFINITY ((NTSTATUS) 0xC0000721)
976 #define STATUS_DISK_REPAIR_DISABLED         ((NTSTATUS) 0xC0000800)
977 #define STATUS_DS_DOMAIN_RENAME_IN_PROGRESS ((NTSTATUS) 0xC0000801)
978 #define STATUS_DISK_QUOTA_EXCEEDED          ((NTSTATUS) 0xC0000802)
979 #define STATUS_CONTENT_BLOCKED              ((NTSTATUS) 0xC0000804)
980 #define STATUS_BAD_CLUSTERS                 ((NTSTATUS) 0xC0000805)
981 #define STATUS_VOLUME_DIRTY                 ((NTSTATUS) 0xC0000806)
982 #define STATUS_FILE_CHECKED_OUT             ((NTSTATUS) 0xC0000901)
983 #define STATUS_CHECKOUT_REQUIRED            ((NTSTATUS) 0xC0000902)
984 #define STATUS_BAD_FILE_TYPE                ((NTSTATUS) 0xC0000903)
985 #define STATUS_FILE_TOO_LARGE               ((NTSTATUS) 0xC0000904)
986 #define STATUS_FORMS_AUTH_REQUIRED          ((NTSTATUS) 0xC0000905)
987 #define STATUS_VIRUS_INFECTED               ((NTSTATUS) 0xC0000906)
988 #define STATUS_VIRUS_DELETED                ((NTSTATUS) 0xC0000907)
989 #define STATUS_BAD_MCFG_TABLE               ((NTSTATUS) 0xC0000908)
990
991 #define STATUS_WOW_ASSERTION             ((NTSTATUS) 0xC0009898)
992
993 #define RPC_NT_INVALID_STRING_BINDING    ((NTSTATUS) 0xC0020001)
994 #define RPC_NT_WRONG_KIND_OF_BINDING     ((NTSTATUS) 0xC0020002)
995 #define RPC_NT_INVALID_BINDING           ((NTSTATUS) 0xC0020003)
996 #define RPC_NT_PROTSEQ_NOT_SUPPORTED     ((NTSTATUS) 0xC0020004)
997 #define RPC_NT_INVALID_RPC_PROTSEQ       ((NTSTATUS) 0xC0020005)
998 #define RPC_NT_INVALID_STRING_UUID       ((NTSTATUS) 0xC0020006)
999 #define RPC_NT_INVALID_ENDPOINT_FORMAT   ((NTSTATUS) 0xC0020007)
1000 #define RPC_NT_INVALID_NET_ADDR          ((NTSTATUS) 0xC0020008)
1001 #define RPC_NT_NO_ENDPOINT_FOUND         ((NTSTATUS) 0xC0020009)
1002 #define RPC_NT_INVALID_TIMEOUT           ((NTSTATUS) 0xC002000A)
1003 #define RPC_NT_OBJECT_NOT_FOUND          ((NTSTATUS) 0xC002000B)
1004 #define RPC_NT_ALREADY_REGISTERED        ((NTSTATUS) 0xC002000C)
1005 #define RPC_NT_TYPE_ALREADY_REGISTERED   ((NTSTATUS) 0xC002000D)
1006 #define RPC_NT_ALREADY_LISTENING         ((NTSTATUS) 0xC002000E)
1007 #define RPC_NT_NO_PROTSEQS_REGISTERED    ((NTSTATUS) 0xC002000F)
1008 #define RPC_NT_NOT_LISTENING             ((NTSTATUS) 0xC0020010)
1009 #define RPC_NT_UNKNOWN_MGR_TYPE          ((NTSTATUS) 0xC0020011)
1010 #define RPC_NT_UNKNOWN_IF                ((NTSTATUS) 0xC0020012)
1011 #define RPC_NT_NO_BINDINGS               ((NTSTATUS) 0xC0020013)
1012 #define RPC_NT_NO_PROTSEQS               ((NTSTATUS) 0xC0020014)
1013 #define RPC_NT_CANT_CREATE_ENDPOINT      ((NTSTATUS) 0xC0020015)
1014 #define RPC_NT_OUT_OF_RESOURCES          ((NTSTATUS) 0xC0020016)
1015 #define RPC_NT_SERVER_UNAVAILABLE        ((NTSTATUS) 0xC0020017)
1016 #define RPC_NT_SERVER_TOO_BUSY           ((NTSTATUS) 0xC0020018)
1017 #define RPC_NT_INVALID_NETWORK_OPTIONS   ((NTSTATUS) 0xC0020019)
1018 #define RPC_NT_NO_CALL_ACTIVE            ((NTSTATUS) 0xC002001A)
1019 #define RPC_NT_CALL_FAILED               ((NTSTATUS) 0xC002001B)
1020 #define RPC_NT_CALL_FAILED_DNE           ((NTSTATUS) 0xC002001C)
1021 #define RPC_NT_PROTOCOL_ERROR            ((NTSTATUS) 0xC002001D)
1022 #define RPC_NT_UNSUPPORTED_TRANS_SYN     ((NTSTATUS) 0xC002001F)
1023 #define RPC_NT_UNSUPPORTED_TYPE          ((NTSTATUS) 0xC0020021)
1024 #define RPC_NT_INVALID_TAG               ((NTSTATUS) 0xC0020022)
1025 #define RPC_NT_INVALID_BOUND             ((NTSTATUS) 0xC0020023)
1026 #define RPC_NT_NO_ENTRY_NAME             ((NTSTATUS) 0xC0020024)
1027 #define RPC_NT_INVALID_NAME_SYNTAX       ((NTSTATUS) 0xC0020025)
1028 #define RPC_NT_UNSUPPORTED_NAME_SYNTAX   ((NTSTATUS) 0xC0020026)
1029 #define RPC_NT_UUID_NO_ADDRESS           ((NTSTATUS) 0xC0020028)
1030 #define RPC_NT_DUPLICATE_ENDPOINT        ((NTSTATUS) 0xC0020029)
1031 #define RPC_NT_UNKNOWN_AUTHN_TYPE        ((NTSTATUS) 0xC002002A)
1032 #define RPC_NT_MAX_CALLS_TOO_SMALL       ((NTSTATUS) 0xC002002B)
1033 #define RPC_NT_STRING_TOO_LONG           ((NTSTATUS) 0xC002002C)
1034 #define RPC_NT_PROTSEQ_NOT_FOUND         ((NTSTATUS) 0xC002002D)
1035 #define RPC_NT_PROCNUM_OUT_OF_RANGE      ((NTSTATUS) 0xC002002E)
1036 #define RPC_NT_BINDING_HAS_NO_AUTH       ((NTSTATUS) 0xC002002F)
1037 #define RPC_NT_UNKNOWN_AUTHN_SERVICE     ((NTSTATUS) 0xC0020030)
1038 #define RPC_NT_UNKNOWN_AUTHN_LEVEL       ((NTSTATUS) 0xC0020031)
1039 #define RPC_NT_INVALID_AUTH_IDENTITY     ((NTSTATUS) 0xC0020032)
1040 #define RPC_NT_UNKNOWN_AUTHZ_SERVICE     ((NTSTATUS) 0xC0020033)
1041 #define EPT_NT_INVALID_ENTRY             ((NTSTATUS) 0xC0020034)
1042 #define EPT_NT_CANT_PERFORM_OP           ((NTSTATUS) 0xC0020035)
1043 #define EPT_NT_NOT_REGISTERED            ((NTSTATUS) 0xC0020036)
1044 #define RPC_NT_NOTHING_TO_EXPORT         ((NTSTATUS) 0xC0020037)
1045 #define RPC_NT_INCOMPLETE_NAME           ((NTSTATUS) 0xC0020038)
1046 #define RPC_NT_INVALID_VERS_OPTION       ((NTSTATUS) 0xC0020039)
1047 #define RPC_NT_NO_MORE_MEMBERS           ((NTSTATUS) 0xC002003A)
1048 #define RPC_NT_NOT_ALL_OBJS_UNEXPORTED   ((NTSTATUS) 0xC002003B)
1049 #define RPC_NT_INTERFACE_NOT_FOUND       ((NTSTATUS) 0xC002003C)
1050 #define RPC_NT_ENTRY_ALREADY_EXISTS      ((NTSTATUS) 0xC002003D)
1051 #define RPC_NT_ENTRY_NOT_FOUND           ((NTSTATUS) 0xC002003E)
1052 #define RPC_NT_NAME_SERVICE_UNAVAILABLE  ((NTSTATUS) 0xC002003F)
1053 #define RPC_NT_INVALID_NAF_ID            ((NTSTATUS) 0xC0020040)
1054 #define RPC_NT_CANNOT_SUPPORT            ((NTSTATUS) 0xC0020041)
1055 #define RPC_NT_NO_CONTEXT_AVAILABLE      ((NTSTATUS) 0xC0020042)
1056 #define RPC_NT_INTERNAL_ERROR            ((NTSTATUS) 0xC0020043)
1057 #define RPC_NT_ZERO_DIVIDE               ((NTSTATUS) 0xC0020044)
1058 #define RPC_NT_ADDRESS_ERROR             ((NTSTATUS) 0xC0020045)
1059 #define RPC_NT_FP_DIV_ZERO               ((NTSTATUS) 0xC0020046)
1060 #define RPC_NT_FP_UNDERFLOW              ((NTSTATUS) 0xC0020047)
1061 #define RPC_NT_FP_OVERFLOW               ((NTSTATUS) 0xC0020048)
1062 #define RPC_NT_CALL_IN_PROGRESS          ((NTSTATUS) 0xC0020049)
1063 #define RPC_NT_NO_MORE_BINDINGS          ((NTSTATUS) 0xC002004A)
1064 #define RPC_NT_GROUP_MEMBER_NOT_FOUND    ((NTSTATUS) 0xC002004B)
1065 #define EPT_NT_CANT_CREATE               ((NTSTATUS) 0xC002004C)
1066 #define RPC_NT_INVALID_OBJECT            ((NTSTATUS) 0xC002004D)
1067 #define RPC_NT_NO_INTERFACES             ((NTSTATUS) 0xC002004F)
1068 #define RPC_NT_CALL_CANCELLED            ((NTSTATUS) 0xC0020050)
1069 #define RPC_NT_BINDING_INCOMPLETE        ((NTSTATUS) 0xC0020051)
1070 #define RPC_NT_COMM_FAILURE              ((NTSTATUS) 0xC0020052)
1071 #define RPC_NT_UNSUPPORTED_AUTHN_LEVEL   ((NTSTATUS) 0xC0020053)
1072 #define RPC_NT_NO_PRINC_NAME             ((NTSTATUS) 0xC0020054)
1073 #define RPC_NT_NOT_RPC_ERROR             ((NTSTATUS) 0xC0020055)
1074 #define RPC_NT_SEC_PKG_ERROR             ((NTSTATUS) 0xC0020057)
1075 #define RPC_NT_NOT_CANCELLED             ((NTSTATUS) 0xC0020058)
1076 #define RPC_NT_INVALID_ASYNC_HANDLE      ((NTSTATUS) 0xC0020062)
1077 #define RPC_NT_INVALID_ASYNC_CALL        ((NTSTATUS) 0xC0020063)
1078
1079 #define RPC_NT_NO_MORE_ENTRIES           ((NTSTATUS) 0xC0030001)
1080 #define RPC_NT_SS_CHAR_TRANS_OPEN_FAIL   ((NTSTATUS) 0xC0030002)
1081 #define RPC_NT_SS_CHAR_TRANS_SHORT_FILE  ((NTSTATUS) 0xC0030003)
1082 #define RPC_NT_SS_IN_NULL_CONTEXT        ((NTSTATUS) 0xC0030004)
1083 #define RPC_NT_SS_CONTEXT_MISMATCH       ((NTSTATUS) 0xC0030005)
1084 #define RPC_NT_SS_CONTEXT_DAMAGED        ((NTSTATUS) 0xC0030006)
1085 #define RPC_NT_SS_HANDLES_MISMATCH       ((NTSTATUS) 0xC0030007)
1086 #define RPC_NT_SS_CANNOT_GET_CALL_HANDLE ((NTSTATUS) 0xC0030008)
1087 #define RPC_NT_NULL_REF_POINTER          ((NTSTATUS) 0xC0030009)
1088 #define RPC_NT_ENUM_VALUE_OUT_OF_RANGE   ((NTSTATUS) 0xC003000A)
1089 #define RPC_NT_BYTE_COUNT_TOO_SMALL      ((NTSTATUS) 0xC003000B)
1090 #define RPC_NT_BAD_STUB_DATA             ((NTSTATUS) 0xC003000C)
1091 #define RPC_NT_INVALID_ES_ACTION         ((NTSTATUS) 0xC0030059)
1092 #define RPC_NT_WRONG_ES_VERSION          ((NTSTATUS) 0xC003005A)
1093 #define RPC_NT_WRONG_STUB_VERSION        ((NTSTATUS) 0xC003005B)
1094 #define RPC_NT_INVALID_PIPE_OBJECT       ((NTSTATUS) 0xC003005C)
1095 #define RPC_NT_INVALID_PIPE_OPERATION    ((NTSTATUS) 0xC003005D)
1096 #define RPC_NT_WRONG_PIPE_VERSION        ((NTSTATUS) 0xC003005E)
1097 #define RPC_NT_PIPE_CLOSED               ((NTSTATUS) 0xC003005F)
1098 #define RPC_NT_PIPE_DISCIPLINE_ERROR     ((NTSTATUS) 0xC0030060)
1099 #define RPC_NT_PIPE_EMPTY                ((NTSTATUS) 0xC0030061)
1100
1101 #define STATUS_PNP_BAD_MPS_TABLE         ((NTSTATUS) 0xC0040035)
1102 #define STATUS_PNP_TRANSLATION_FAILED    ((NTSTATUS) 0xC0040036)
1103 #define STATUS_PNP_IRQ_TRANSLATION_FAILED ((NTSTATUS) 0xC0040037)
1104 #define STATUS_PNP_INVALID_ID            ((NTSTATUS) 0xC0040038)
1105
1106 #define STATUS_CTX_WINSTATION_NAME_INVALID      ((NTSTATUS) 0xC00A0001)
1107 #define STATUS_CTX_INVALID_PD            ((NTSTATUS) 0xC00A0002)
1108 #define STATUS_CTX_PD_NOT_FOUND          ((NTSTATUS) 0xC00A0003)
1109 #define STATUS_CTX_CLOSE_PENDING         ((NTSTATUS) 0xC00A0006)
1110 #define STATUS_CTX_NO_OUTBUF             ((NTSTATUS) 0xC00A0007)
1111 #define STATUS_CTX_MODEM_INF_NOT_FOUND   ((NTSTATUS) 0xC00A0008)
1112 #define STATUS_CTX_INVALID_MODEMNAME     ((NTSTATUS) 0xC00A0009)
1113 #define STATUS_CTX_RESPONSE_ERROR        ((NTSTATUS) 0xC00A000A)
1114 #define STATUS_CTX_MODEM_RESPONSE_TIMEOUT       ((NTSTATUS) 0xC00A000B)
1115 #define STATUS_CTX_MODEM_RESPONSE_NO_CARRIER    ((NTSTATUS) 0xC00A000C)
1116 #define STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE   ((NTSTATUS) 0xC00A000D)
1117 #define STATUS_CTX_MODEM_RESPONSE_BUSY   ((NTSTATUS) 0xC00A000E)
1118 #define STATUS_CTX_MODEM_RESPONSE_VOICE  ((NTSTATUS) 0xC00A000F)
1119 #define STATUS_CTX_TD_ERROR              ((NTSTATUS) 0xC00A0010)
1120 #define STATUS_CTX_LICENSE_CLIENT_INVALID       ((NTSTATUS) 0xC00A0012)
1121 #define STATUS_CTX_LICENSE_NOT_AVAILABLE ((NTSTATUS) 0xC00A0013)
1122 #define STATUS_CTX_LICENSE_EXPIRED       ((NTSTATUS) 0xC00A0014)
1123 #define STATUS_CTX_WINSTATION_NOT_FOUND  ((NTSTATUS) 0xC00A0015)
1124 #define STATUS_CTX_WINSTATION_NAME_COLLISION    ((NTSTATUS) 0xC00A0016)
1125 #define STATUS_CTX_WINSTATION_BUSY       ((NTSTATUS) 0xC00A0017)
1126 #define STATUS_CTX_BAD_VIDEO_MODE        ((NTSTATUS) 0xC00A0018)
1127 #define STATUS_CTX_GRAPHICS_INVALID      ((NTSTATUS) 0xC00A0022)
1128 #define STATUS_CTX_NOT_CONSOLE           ((NTSTATUS) 0xC00A0024)
1129 #define STATUS_CTX_CLIENT_QUERY_TIMEOUT  ((NTSTATUS) 0xC00A0026)
1130 #define STATUS_CTX_CONSOLE_DISCONNECT    ((NTSTATUS) 0xC00A0027)
1131 #define STATUS_CTX_CONSOLE_CONNECT       ((NTSTATUS) 0xC00A0028)
1132 #define STATUS_CTX_SHADOW_DENIED         ((NTSTATUS) 0xC00A002A)
1133 #define STATUS_CTX_WINSTATION_ACCESS_DENIED     ((NTSTATUS) 0xC00A002B)
1134 #define STATUS_CTX_INVALID_WD            ((NTSTATUS) 0xC00A002E)
1135 #define STATUS_CTX_WD_NOT_FOUND          ((NTSTATUS) 0xC00A002F)
1136 #define STATUS_CTX_SHADOW_INVALID        ((NTSTATUS) 0xC00A0030)
1137 #define STATUS_CTX_SHADOW_DISABLED       ((NTSTATUS) 0xC00A0031)
1138 #define STATUS_RDP_PROTOCOL_ERROR        ((NTSTATUS) 0xC00A0032)
1139 #define STATUS_CTX_CLIENT_LICENSE_NOT_SET       ((NTSTATUS) 0xC00A0033)
1140 #define STATUS_CTX_CLIENT_LICENSE_IN_USE ((NTSTATUS) 0xC00A0034)
1141 #define STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE  ((NTSTATUS) 0xC00A0035)
1142 #define STATUS_CTX_SHADOW_NOT_RUNNING    ((NTSTATUS) 0xC00A0036)
1143 #define STATUS_CTX_LOGON_DISABLED        ((NTSTATUS) 0xC00A0037)
1144 #define STATUS_CTX_SECURITY_LAYER_ERROR  ((NTSTATUS) 0xC00A0038)
1145
1146 #define STATUS_CLUSTER_INVALID_NODE      ((NTSTATUS) 0xC0130001)
1147 #define STATUS_CLUSTER_NODE_EXISTS       ((NTSTATUS) 0xC0130002)
1148 #define STATUS_CLUSTER_JOIN_IN_PROGRESS  ((NTSTATUS) 0xC0130003)
1149 #define STATUS_CLUSTER_NODE_NOT_FOUND    ((NTSTATUS) 0xC0130004)
1150 #define STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND     ((NTSTATUS) 0xC0130005)
1151 #define STATUS_CLUSTER_NETWORK_EXISTS    ((NTSTATUS) 0xC0130006)
1152 #define STATUS_CLUSTER_NETWORK_NOT_FOUND ((NTSTATUS) 0xC0130007)
1153 #define STATUS_CLUSTER_NETINTERFACE_EXISTS      ((NTSTATUS) 0xC0130008)
1154 #define STATUS_CLUSTER_NETINTERFACE_NOT_FOUND   ((NTSTATUS) 0xC0130009)
1155 #define STATUS_CLUSTER_INVALID_REQUEST   ((NTSTATUS) 0xC013000A)
1156 #define STATUS_CLUSTER_INVALID_NETWORK_PROVIDER ((NTSTATUS) 0xC013000B)
1157 #define STATUS_CLUSTER_NODE_DOWN         ((NTSTATUS) 0xC013000C)
1158 #define STATUS_CLUSTER_NODE_UNREACHABLE  ((NTSTATUS) 0xC013000D)
1159 #define STATUS_CLUSTER_NODE_NOT_MEMBER   ((NTSTATUS) 0xC013000E)
1160 #define STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS     ((NTSTATUS) 0xC013000F)
1161 #define STATUS_CLUSTER_INVALID_NETWORK   ((NTSTATUS) 0xC0130010)
1162 #define STATUS_CLUSTER_NO_NET_ADAPTERS   ((NTSTATUS) 0xC0130011)
1163 #define STATUS_CLUSTER_NODE_UP           ((NTSTATUS) 0xC0130012)
1164 #define STATUS_CLUSTER_NODE_PAUSED       ((NTSTATUS) 0xC0130013)
1165 #define STATUS_CLUSTER_NODE_NOT_PAUSED   ((NTSTATUS) 0xC0130014)
1166 #define STATUS_CLUSTER_NO_SECURITY_CONTEXT      ((NTSTATUS) 0xC0130015)
1167 #define STATUS_CLUSTER_NETWORK_NOT_INTERNAL     ((NTSTATUS) 0xC0130016)
1168 #define STATUS_CLUSTER_POISONED          ((NTSTATUS) 0xC0130017)
1169
1170 #define STATUS_SXS_SECTION_NOT_FOUND     ((NTSTATUS) 0xC0150001)
1171 #define STATUS_SXS_CANT_GEN_ACTCTX       ((NTSTATUS) 0xC0150002)
1172 #define STATUS_SXS_INVALID_ACTCTXDATA_FORMAT    ((NTSTATUS) 0xC0150003)
1173 #define STATUS_SXS_ASSEMBLY_NOT_FOUND    ((NTSTATUS) 0xC0150004)
1174 #define STATUS_SXS_MANIFEST_FORMAT_ERROR ((NTSTATUS) 0xC0150005)
1175 #define STATUS_SXS_MANIFEST_PARSE_ERROR  ((NTSTATUS) 0xC0150006)
1176 #define STATUS_SXS_ACTIVATION_CONTEXT_DISABLED  ((NTSTATUS) 0xC0150007)
1177 #define STATUS_SXS_KEY_NOT_FOUND         ((NTSTATUS) 0xC0150008)
1178 #define STATUS_SXS_VERSION_CONFLICT      ((NTSTATUS) 0xC0150009)
1179 #define STATUS_SXS_WRONG_SECTION_TYPE    ((NTSTATUS) 0xC015000A)
1180 #define STATUS_SXS_THREAD_QUERIES_DISABLED      ((NTSTATUS) 0xC015000B)
1181 #define STATUS_SXS_ASSEMBLY_MISSING      ((NTSTATUS) 0xC015000C)
1182 #define STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET  ((NTSTATUS) 0xC015000E)
1183 #define STATUS_SXS_EARLY_DEACTIVATION    ((NTSTATUS) 0xC015000F)
1184 #define STATUS_SXS_INVALID_DEACTIVATION  ((NTSTATUS) 0xC0150010)
1185 #define STATUS_SXS_MULTIPLE_DEACTIVATION ((NTSTATUS) 0xC0150011)
1186 #define STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY ((NTSTATUS) 0xC0150012)
1187 #define STATUS_SXS_PROCESS_TERMINATION_REQUESTED ((NTSTATUS) 0xC0150013)
1188 #define STATUS_SXS_CORRUPT_ACTIVATION_STACK ((NTSTATUS) 0xC0150014)
1189 #define STATUS_SXS_CORRUPTION            ((NTSTATUS) 0xC0150015)
1190 #define STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE  ((NTSTATUS) 0xC0150016)
1191 #define STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME   ((NTSTATUS) 0xC0150017)
1192 #define STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE      ((NTSTATUS) 0xC0150018)
1193 #define STATUS_SXS_IDENTITY_PARSE_ERROR              ((NTSTATUS) 0xC0150019)
1194 #define STATUS_SXS_COMPONENT_STORE_CORRUPT           ((NTSTATUS) 0xC015001A)
1195 #define STATUS_SXS_FILE_HASH_MISMATCH                ((NTSTATUS) 0xC015001B)
1196 #define STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT    ((NTSTATUS) 0xC015001C)
1197 #define STATUS_SXS_IDENTITIES_DIFFERENT              ((NTSTATUS) 0xC015001D)
1198 #define STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT      ((NTSTATUS) 0xC015001E)
1199 #define STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY         ((NTSTATUS) 0xC015001F)
1200 #define STATUS_ADVANCED_INSTALLER_FAILED             ((NTSTATUS) 0xC0150020)
1201 #define STATUS_XML_ENCODING_MISMATCH                 ((NTSTATUS) 0xC0150021)
1202 #define STATUS_SXS_MANIFEST_TOO_BIG                  ((NTSTATUS) 0xC0150022)
1203 #define STATUS_SXS_SETTING_NOT_REGISTERED            ((NTSTATUS) 0xC0150023)
1204 #define STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE    ((NTSTATUS) 0xC0150024)
1205 #define STATUS_SXS_PRIMITIVE_INSTALLER_FAILED        ((NTSTATUS) 0xC0150025)
1206 #define STATUS_GENERIC_COMMAND_FAILED                ((NTSTATUS) 0xC0150026)
1207 #define STATUS_SXS_FILE_HASH_MISSING                 ((NTSTATUS) 0xC0150027)
1208
1209 #define DBG_EXCEPTION_HANDLED       ((NTSTATUS) 0x00010001)
1210 #define DBG_CONTINUE                ((NTSTATUS) 0x00010002)
1211 #define DBG_TERMINATE_THREAD        ((NTSTATUS) 0x40010003)
1212 #define DBG_TERMINATE_PROCESS       ((NTSTATUS) 0x40010004)
1213 #define DBG_CONTROL_C               ((NTSTATUS) 0x40010005)
1214 #define DBG_CONTROL_BREAK           ((NTSTATUS) 0x40010008)
1215 #define DBG_COMMAND_EXCEPTION       ((NTSTATUS) 0x40010009)
1216 #define DBG_EXCEPTION_NOT_HANDLED   ((NTSTATUS) 0x80010001)
1217
1218 #endif /* WIN32_NO_STATUS */
1219
1220 #endif /* __WINE_NTSTATUS_H */