]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys-0.28.0/src/Windows/Win32/Foundation/mod.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / vendor / windows-sys-0.28.0 / src / Windows / Win32 / Foundation / mod.rs
1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[link(name = "windows")]
3 extern "system" {
4 pub fn CloseHandle(hobject: HANDLE) -> BOOL;
5 pub fn CompareObjectHandles(hfirstobjecthandle: HANDLE, hsecondobjecthandle: HANDLE) -> BOOL;
6 pub fn DuplicateHandle(hsourceprocesshandle: HANDLE, hsourcehandle: HANDLE, htargetprocesshandle: HANDLE, lptargethandle: *mut HANDLE, dwdesiredaccess: u32, binherithandle: BOOL, dwoptions: DUPLICATE_HANDLE_OPTIONS) -> BOOL;
7 pub fn GetHandleInformation(hobject: HANDLE, lpdwflags: *mut u32) -> BOOL;
8 pub fn GetLastError() -> WIN32_ERROR;
9 pub fn RtlNtStatusToDosError(status: NTSTATUS) -> u32;
10 pub fn SetHandleInformation(hobject: HANDLE, dwmask: u32, dwflags: HANDLE_FLAGS) -> BOOL;
11 pub fn SetLastError(dwerrcode: WIN32_ERROR);
12 pub fn SetLastErrorEx(dwerrcode: WIN32_ERROR, dwtype: u32);
13 pub fn SysAddRefString(bstrstring: BSTR) -> ::windows_sys::core::HRESULT;
14 pub fn SysAllocString(psz: PWSTR) -> BSTR;
15 pub fn SysAllocStringByteLen(psz: PSTR, len: u32) -> BSTR;
16 pub fn SysAllocStringLen(strin: PWSTR, ui: u32) -> BSTR;
17 pub fn SysFreeString(bstrstring: BSTR);
18 pub fn SysReAllocString(pbstr: *mut BSTR, psz: PWSTR) -> i32;
19 pub fn SysReAllocStringLen(pbstr: *mut BSTR, psz: PWSTR, len: u32) -> i32;
20 pub fn SysReleaseString(bstrstring: BSTR);
21 pub fn SysStringByteLen(bstr: BSTR) -> u32;
22 pub fn SysStringLen(pbstr: BSTR) -> u32;
23 }
24 pub const APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID: i32 = 15705i32;
25 pub const APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED: i32 = 15704i32;
26 pub const APPMODEL_ERROR_NO_APPLICATION: i32 = 15703i32;
27 pub const APPMODEL_ERROR_NO_MUTABLE_DIRECTORY: i32 = 15707i32;
28 pub const APPMODEL_ERROR_NO_PACKAGE: i32 = 15700i32;
29 pub const APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT: i32 = 15702i32;
30 pub const APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE: i32 = 15706i32;
31 pub const APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT: i32 = 15701i32;
32 pub const APPX_E_BLOCK_HASH_INVALID: ::windows_sys::core::HRESULT = -2146958841i32;
33 pub const APPX_E_CORRUPT_CONTENT: ::windows_sys::core::HRESULT = -2146958842i32;
34 pub const APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958832i32;
35 pub const APPX_E_DELTA_BASELINE_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2146958835i32;
36 pub const APPX_E_DELTA_PACKAGE_MISSING_FILE: ::windows_sys::core::HRESULT = -2146958834i32;
37 pub const APPX_E_FILE_COMPRESSION_MISMATCH: ::windows_sys::core::HRESULT = -2146958828i32;
38 pub const APPX_E_INTERLEAVING_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958847i32;
39 pub const APPX_E_INVALID_APPINSTALLER: ::windows_sys::core::HRESULT = -2146958836i32;
40 pub const APPX_E_INVALID_BLOCKMAP: ::windows_sys::core::HRESULT = -2146958843i32;
41 pub const APPX_E_INVALID_CONTENTGROUPMAP: ::windows_sys::core::HRESULT = -2146958837i32;
42 pub const APPX_E_INVALID_DELTA_PACKAGE: ::windows_sys::core::HRESULT = -2146958833i32;
43 pub const APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST: ::windows_sys::core::HRESULT = -2146958826i32;
44 pub const APPX_E_INVALID_KEY_INFO: ::windows_sys::core::HRESULT = -2146958838i32;
45 pub const APPX_E_INVALID_MANIFEST: ::windows_sys::core::HRESULT = -2146958844i32;
46 pub const APPX_E_INVALID_PACKAGESIGNCONFIG: ::windows_sys::core::HRESULT = -2146958830i32;
47 pub const APPX_E_INVALID_PACKAGE_FOLDER_ACLS: ::windows_sys::core::HRESULT = -2146958825i32;
48 pub const APPX_E_INVALID_PACKAGING_LAYOUT: ::windows_sys::core::HRESULT = -2146958831i32;
49 pub const APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION: ::windows_sys::core::HRESULT = -2146958827i32;
50 pub const APPX_E_INVALID_PUBLISHER_BRIDGING: ::windows_sys::core::HRESULT = -2146958824i32;
51 pub const APPX_E_INVALID_SIP_CLIENT_DATA: ::windows_sys::core::HRESULT = -2146958839i32;
52 pub const APPX_E_MISSING_REQUIRED_FILE: ::windows_sys::core::HRESULT = -2146958845i32;
53 pub const APPX_E_PACKAGING_INTERNAL: ::windows_sys::core::HRESULT = -2146958848i32;
54 pub const APPX_E_RELATIONSHIPS_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958846i32;
55 pub const APPX_E_REQUESTED_RANGE_TOO_LARGE: ::windows_sys::core::HRESULT = -2146958840i32;
56 pub const APPX_E_RESOURCESPRI_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958829i32;
57 #[repr(C)]
58 pub struct APP_LOCAL_DEVICE_ID {
59 pub value: [u8; 32],
60 }
61 impl ::core::marker::Copy for APP_LOCAL_DEVICE_ID {}
62 impl ::core::clone::Clone for APP_LOCAL_DEVICE_ID {
63 fn clone(&self) -> Self {
64 *self
65 }
66 }
67 pub const APP_LOCAL_DEVICE_ID_SIZE: u32 = 32u32;
68 pub type BOOL = i32;
69 pub type BOOLEAN = u8;
70 pub type BSTR = *mut u16;
71 pub const BT_E_SPURIOUS_ACTIVATION: ::windows_sys::core::HRESULT = -2146958592i32;
72 pub const CACHE_E_FIRST: i32 = -2147221136i32;
73 pub const CACHE_E_LAST: i32 = -2147221121i32;
74 pub const CACHE_E_NOCACHE_UPDATED: ::windows_sys::core::HRESULT = -2147221136i32;
75 pub const CACHE_S_FIRST: i32 = 262512i32;
76 pub const CACHE_S_FORMATETC_NOTSUPPORTED: ::windows_sys::core::HRESULT = 262512i32;
77 pub const CACHE_S_LAST: i32 = 262527i32;
78 pub const CACHE_S_SAMECACHE: ::windows_sys::core::HRESULT = 262513i32;
79 pub const CACHE_S_SOMECACHES_NOTUPDATED: ::windows_sys::core::HRESULT = 262514i32;
80 pub const CAT_E_CATIDNOEXIST: ::windows_sys::core::HRESULT = -2147221152i32;
81 pub const CAT_E_FIRST: i32 = -2147221152i32;
82 pub const CAT_E_LAST: i32 = -2147221151i32;
83 pub const CAT_E_NODESCRIPTION: ::windows_sys::core::HRESULT = -2147221151i32;
84 pub const CERTSRV_E_ADMIN_DENIED_REQUEST: ::windows_sys::core::HRESULT = -2146877420i32;
85 pub const CERTSRV_E_ALIGNMENT_FAULT: ::windows_sys::core::HRESULT = -2146877424i32;
86 pub const CERTSRV_E_ARCHIVED_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2146875388i32;
87 pub const CERTSRV_E_ARCHIVED_KEY_UNEXPECTED: ::windows_sys::core::HRESULT = -2146875376i32;
88 pub const CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE: ::windows_sys::core::HRESULT = -2146877426i32;
89 pub const CERTSRV_E_BAD_RENEWAL_SUBJECT: ::windows_sys::core::HRESULT = -2146875386i32;
90 pub const CERTSRV_E_BAD_REQUESTSTATUS: ::windows_sys::core::HRESULT = -2146877437i32;
91 pub const CERTSRV_E_BAD_REQUESTSUBJECT: ::windows_sys::core::HRESULT = -2146877439i32;
92 pub const CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL: ::windows_sys::core::HRESULT = -2146877428i32;
93 pub const CERTSRV_E_BAD_TEMPLATE_VERSION: ::windows_sys::core::HRESULT = -2146875385i32;
94 pub const CERTSRV_E_CERT_TYPE_OVERLAP: ::windows_sys::core::HRESULT = -2146875372i32;
95 pub const CERTSRV_E_CORRUPT_KEY_ATTESTATION: ::windows_sys::core::HRESULT = -2146875365i32;
96 pub const CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE: ::windows_sys::core::HRESULT = -2146877421i32;
97 pub const CERTSRV_E_ENCODING_LENGTH: ::windows_sys::core::HRESULT = -2146877433i32;
98 pub const CERTSRV_E_ENCRYPTION_CERT_REQUIRED: ::windows_sys::core::HRESULT = -2146877416i32;
99 pub const CERTSRV_E_ENROLL_DENIED: ::windows_sys::core::HRESULT = -2146877423i32;
100 pub const CERTSRV_E_EXPIRED_CHALLENGE: ::windows_sys::core::HRESULT = -2146875364i32;
101 pub const CERTSRV_E_INVALID_ATTESTATION: ::windows_sys::core::HRESULT = -2146875367i32;
102 pub const CERTSRV_E_INVALID_CA_CERTIFICATE: ::windows_sys::core::HRESULT = -2146877435i32;
103 pub const CERTSRV_E_INVALID_EK: ::windows_sys::core::HRESULT = -2146875369i32;
104 pub const CERTSRV_E_INVALID_IDBINDING: ::windows_sys::core::HRESULT = -2146875368i32;
105 pub const CERTSRV_E_INVALID_REQUESTID: ::windows_sys::core::HRESULT = -2146875362i32;
106 pub const CERTSRV_E_INVALID_RESPONSE: ::windows_sys::core::HRESULT = -2146875363i32;
107 pub const CERTSRV_E_ISSUANCE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875380i32;
108 pub const CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2146877430i32;
109 pub const CERTSRV_E_KEY_ATTESTATION: ::windows_sys::core::HRESULT = -2146875366i32;
110 pub const CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146877417i32;
111 pub const CERTSRV_E_KEY_LENGTH: ::windows_sys::core::HRESULT = -2146875375i32;
112 pub const CERTSRV_E_NO_CAADMIN_DEFINED: ::windows_sys::core::HRESULT = -2146877427i32;
113 pub const CERTSRV_E_NO_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875391i32;
114 pub const CERTSRV_E_NO_DB_SESSIONS: ::windows_sys::core::HRESULT = -2146877425i32;
115 pub const CERTSRV_E_NO_POLICY_SERVER: ::windows_sys::core::HRESULT = -2146877419i32;
116 pub const CERTSRV_E_NO_REQUEST: ::windows_sys::core::HRESULT = -2146877438i32;
117 pub const CERTSRV_E_NO_VALID_KRA: ::windows_sys::core::HRESULT = -2146877429i32;
118 pub const CERTSRV_E_PENDING_CLIENT_RESPONSE: ::windows_sys::core::HRESULT = -2146875360i32;
119 pub const CERTSRV_E_PROPERTY_EMPTY: ::windows_sys::core::HRESULT = -2146877436i32;
120 pub const CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY: ::windows_sys::core::HRESULT = -2146875370i32;
121 pub const CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH: ::windows_sys::core::HRESULT = -2146875361i32;
122 pub const CERTSRV_E_RESTRICTEDOFFICER: ::windows_sys::core::HRESULT = -2146877431i32;
123 pub const CERTSRV_E_ROLECONFLICT: ::windows_sys::core::HRESULT = -2146877432i32;
124 pub const CERTSRV_E_SERVER_SUSPENDED: ::windows_sys::core::HRESULT = -2146877434i32;
125 pub const CERTSRV_E_SIGNATURE_COUNT: ::windows_sys::core::HRESULT = -2146875382i32;
126 pub const CERTSRV_E_SIGNATURE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875383i32;
127 pub const CERTSRV_E_SIGNATURE_REJECTED: ::windows_sys::core::HRESULT = -2146875381i32;
128 pub const CERTSRV_E_SMIME_REQUIRED: ::windows_sys::core::HRESULT = -2146875387i32;
129 pub const CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED: ::windows_sys::core::HRESULT = -2146875389i32;
130 pub const CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED: ::windows_sys::core::HRESULT = -2146875378i32;
131 pub const CERTSRV_E_SUBJECT_DNS_REQUIRED: ::windows_sys::core::HRESULT = -2146875377i32;
132 pub const CERTSRV_E_SUBJECT_EMAIL_REQUIRED: ::windows_sys::core::HRESULT = -2146875374i32;
133 pub const CERTSRV_E_SUBJECT_UPN_REQUIRED: ::windows_sys::core::HRESULT = -2146875379i32;
134 pub const CERTSRV_E_TEMPLATE_CONFLICT: ::windows_sys::core::HRESULT = -2146875390i32;
135 pub const CERTSRV_E_TEMPLATE_DENIED: ::windows_sys::core::HRESULT = -2146877422i32;
136 pub const CERTSRV_E_TEMPLATE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875384i32;
137 pub const CERTSRV_E_TOO_MANY_SIGNATURES: ::windows_sys::core::HRESULT = -2146875371i32;
138 pub const CERTSRV_E_UNKNOWN_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875373i32;
139 pub const CERTSRV_E_UNSUPPORTED_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875392i32;
140 pub const CERTSRV_E_WEAK_SIGNATURE_OR_KEY: ::windows_sys::core::HRESULT = -2146877418i32;
141 pub const CERT_E_CHAINING: ::windows_sys::core::HRESULT = -2146762486i32;
142 pub const CERT_E_CN_NO_MATCH: ::windows_sys::core::HRESULT = -2146762481i32;
143 pub const CERT_E_CRITICAL: ::windows_sys::core::HRESULT = -2146762491i32;
144 pub const CERT_E_EXPIRED: ::windows_sys::core::HRESULT = -2146762495i32;
145 pub const CERT_E_INVALID_NAME: ::windows_sys::core::HRESULT = -2146762476i32;
146 pub const CERT_E_INVALID_POLICY: ::windows_sys::core::HRESULT = -2146762477i32;
147 pub const CERT_E_ISSUERCHAINING: ::windows_sys::core::HRESULT = -2146762489i32;
148 pub const CERT_E_MALFORMED: ::windows_sys::core::HRESULT = -2146762488i32;
149 pub const CERT_E_PATHLENCONST: ::windows_sys::core::HRESULT = -2146762492i32;
150 pub const CERT_E_PURPOSE: ::windows_sys::core::HRESULT = -2146762490i32;
151 pub const CERT_E_REVOCATION_FAILURE: ::windows_sys::core::HRESULT = -2146762482i32;
152 pub const CERT_E_REVOKED: ::windows_sys::core::HRESULT = -2146762484i32;
153 pub const CERT_E_ROLE: ::windows_sys::core::HRESULT = -2146762493i32;
154 pub const CERT_E_UNTRUSTEDCA: ::windows_sys::core::HRESULT = -2146762478i32;
155 pub const CERT_E_UNTRUSTEDROOT: ::windows_sys::core::HRESULT = -2146762487i32;
156 pub const CERT_E_UNTRUSTEDTESTROOT: ::windows_sys::core::HRESULT = -2146762483i32;
157 pub const CERT_E_VALIDITYPERIODNESTING: ::windows_sys::core::HRESULT = -2146762494i32;
158 pub const CERT_E_WRONG_USAGE: ::windows_sys::core::HRESULT = -2146762480i32;
159 pub type CHAR = u8;
160 pub const CI_CORRUPT_CATALOG: ::windows_sys::core::HRESULT = -1073473535i32;
161 pub const CI_CORRUPT_DATABASE: ::windows_sys::core::HRESULT = -1073473536i32;
162 pub const CI_CORRUPT_FILTER_BUFFER: ::windows_sys::core::HRESULT = -1073473529i32;
163 pub const CI_E_ALREADY_INITIALIZED: ::windows_sys::core::HRESULT = -2147215350i32;
164 pub const CI_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147215348i32;
165 pub const CI_E_CARDINALITY_MISMATCH: ::windows_sys::core::HRESULT = -2147215321i32;
166 pub const CI_E_CLIENT_FILTER_ABORT: ::windows_sys::core::HRESULT = -1073473500i32;
167 pub const CI_E_CONFIG_DISK_FULL: ::windows_sys::core::HRESULT = -2147215320i32;
168 pub const CI_E_DISK_FULL: ::windows_sys::core::HRESULT = -2147215343i32;
169 pub const CI_E_DISTRIBUTED_GROUPBY_UNSUPPORTED: ::windows_sys::core::HRESULT = -2147215319i32;
170 pub const CI_E_DUPLICATE_NOTIFICATION: ::windows_sys::core::HRESULT = -2147215337i32;
171 pub const CI_E_ENUMERATION_STARTED: ::windows_sys::core::HRESULT = -1073473502i32;
172 pub const CI_E_FILTERING_DISABLED: ::windows_sys::core::HRESULT = -2147215344i32;
173 pub const CI_E_INVALID_FLAGS_COMBINATION: ::windows_sys::core::HRESULT = -2147215335i32;
174 pub const CI_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2147215345i32;
175 pub const CI_E_LOGON_FAILURE: ::windows_sys::core::HRESULT = -2147215332i32;
176 pub const CI_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2147215339i32;
177 pub const CI_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2147215349i32;
178 pub const CI_E_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147215328i32;
179 pub const CI_E_NO_CATALOG: ::windows_sys::core::HRESULT = -2147215331i32;
180 pub const CI_E_OUTOFSEQ_INCREMENT_DATA: ::windows_sys::core::HRESULT = -2147215334i32;
181 pub const CI_E_PROPERTY_NOT_CACHED: ::windows_sys::core::HRESULT = -2147215347i32;
182 pub const CI_E_PROPERTY_TOOLARGE: ::windows_sys::core::HRESULT = -1073473501i32;
183 pub const CI_E_SHARING_VIOLATION: ::windows_sys::core::HRESULT = -2147215333i32;
184 pub const CI_E_SHUTDOWN: ::windows_sys::core::HRESULT = -2147215342i32;
185 pub const CI_E_STRANGE_PAGEORSECTOR_SIZE: ::windows_sys::core::HRESULT = -2147215330i32;
186 pub const CI_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147215329i32;
187 pub const CI_E_UPDATES_DISABLED: ::windows_sys::core::HRESULT = -2147215336i32;
188 pub const CI_E_USE_DEFAULT_PID: ::windows_sys::core::HRESULT = -2147215338i32;
189 pub const CI_E_WORKID_NOTVALID: ::windows_sys::core::HRESULT = -2147215341i32;
190 pub const CI_INCORRECT_VERSION: ::windows_sys::core::HRESULT = -1073473503i32;
191 pub const CI_INVALID_INDEX: ::windows_sys::core::HRESULT = -1073473528i32;
192 pub const CI_INVALID_PARTITION: ::windows_sys::core::HRESULT = -1073473534i32;
193 pub const CI_INVALID_PRIORITY: ::windows_sys::core::HRESULT = -1073473533i32;
194 pub const CI_NO_CATALOG: ::windows_sys::core::HRESULT = -1073473530i32;
195 pub const CI_NO_STARTING_KEY: ::windows_sys::core::HRESULT = -1073473532i32;
196 pub const CI_OUT_OF_INDEX_IDS: ::windows_sys::core::HRESULT = -1073473531i32;
197 pub const CI_PROPSTORE_INCONSISTENCY: ::windows_sys::core::HRESULT = -1073473527i32;
198 pub const CI_S_CAT_STOPPED: ::windows_sys::core::HRESULT = 268326i32;
199 pub const CI_S_END_OF_ENUMERATION: ::windows_sys::core::HRESULT = 268308i32;
200 pub const CI_S_NO_DOCSTORE: ::windows_sys::core::HRESULT = 268325i32;
201 pub const CI_S_WORKID_DELETED: ::windows_sys::core::HRESULT = 268302i32;
202 pub const CLASSFACTORY_E_FIRST: i32 = -2147221232i32;
203 pub const CLASSFACTORY_E_LAST: i32 = -2147221217i32;
204 pub const CLASSFACTORY_S_FIRST: i32 = 262416i32;
205 pub const CLASSFACTORY_S_LAST: i32 = 262431i32;
206 pub const CLASS_E_CLASSNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147221231i32;
207 pub const CLASS_E_NOAGGREGATION: ::windows_sys::core::HRESULT = -2147221232i32;
208 pub const CLASS_E_NOTLICENSED: ::windows_sys::core::HRESULT = -2147221230i32;
209 pub const CLIENTSITE_E_FIRST: i32 = -2147221104i32;
210 pub const CLIENTSITE_E_LAST: i32 = -2147221089i32;
211 pub const CLIENTSITE_S_FIRST: i32 = 262544i32;
212 pub const CLIENTSITE_S_LAST: i32 = 262559i32;
213 pub const CLIPBRD_E_BAD_DATA: ::windows_sys::core::HRESULT = -2147221037i32;
214 pub const CLIPBRD_E_CANT_CLOSE: ::windows_sys::core::HRESULT = -2147221036i32;
215 pub const CLIPBRD_E_CANT_EMPTY: ::windows_sys::core::HRESULT = -2147221039i32;
216 pub const CLIPBRD_E_CANT_OPEN: ::windows_sys::core::HRESULT = -2147221040i32;
217 pub const CLIPBRD_E_CANT_SET: ::windows_sys::core::HRESULT = -2147221038i32;
218 pub const CLIPBRD_E_FIRST: i32 = -2147221040i32;
219 pub const CLIPBRD_E_LAST: i32 = -2147221025i32;
220 pub const CLIPBRD_S_FIRST: i32 = 262608i32;
221 pub const CLIPBRD_S_LAST: i32 = 262623i32;
222 pub const COMADMIN_E_ALREADYINSTALLED: ::windows_sys::core::HRESULT = -2146368508i32;
223 pub const COMADMIN_E_AMBIGUOUS_APPLICATION_NAME: ::windows_sys::core::HRESULT = -2146368420i32;
224 pub const COMADMIN_E_AMBIGUOUS_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368419i32;
225 pub const COMADMIN_E_APPDIRNOTFOUND: ::windows_sys::core::HRESULT = -2146368481i32;
226 pub const COMADMIN_E_APPLICATIONEXISTS: ::windows_sys::core::HRESULT = -2146368501i32;
227 pub const COMADMIN_E_APPLID_MATCHES_CLSID: ::windows_sys::core::HRESULT = -2146368442i32;
228 pub const COMADMIN_E_APP_FILE_READFAIL: ::windows_sys::core::HRESULT = -2146368504i32;
229 pub const COMADMIN_E_APP_FILE_VERSION: ::windows_sys::core::HRESULT = -2146368503i32;
230 pub const COMADMIN_E_APP_FILE_WRITEFAIL: ::windows_sys::core::HRESULT = -2146368505i32;
231 pub const COMADMIN_E_APP_NOT_RUNNING: ::windows_sys::core::HRESULT = -2146367478i32;
232 pub const COMADMIN_E_AUTHENTICATIONLEVEL: ::windows_sys::core::HRESULT = -2146368493i32;
233 pub const COMADMIN_E_BADPATH: ::windows_sys::core::HRESULT = -2146368502i32;
234 pub const COMADMIN_E_BADREGISTRYLIBID: ::windows_sys::core::HRESULT = -2146368482i32;
235 pub const COMADMIN_E_BADREGISTRYPROGID: ::windows_sys::core::HRESULT = -2146368494i32;
236 pub const COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET: ::windows_sys::core::HRESULT = -2146367457i32;
237 pub const COMADMIN_E_BASE_PARTITION_ONLY: ::windows_sys::core::HRESULT = -2146368432i32;
238 pub const COMADMIN_E_CANNOT_ALIAS_EVENTCLASS: ::windows_sys::core::HRESULT = -2146367456i32;
239 pub const COMADMIN_E_CANTCOPYFILE: ::windows_sys::core::HRESULT = -2146368499i32;
240 pub const COMADMIN_E_CANTMAKEINPROCSERVICE: ::windows_sys::core::HRESULT = -2146367468i32;
241 pub const COMADMIN_E_CANTRECYCLELIBRARYAPPS: ::windows_sys::core::HRESULT = -2146367473i32;
242 pub const COMADMIN_E_CANTRECYCLESERVICEAPPS: ::windows_sys::core::HRESULT = -2146367471i32;
243 pub const COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT: ::windows_sys::core::HRESULT = -2146368435i32;
244 pub const COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY: ::windows_sys::core::HRESULT = -2146368438i32;
245 pub const COMADMIN_E_CAN_NOT_EXPORT_SYS_APP: ::windows_sys::core::HRESULT = -2146368436i32;
246 pub const COMADMIN_E_CAN_NOT_START_APP: ::windows_sys::core::HRESULT = -2146368437i32;
247 pub const COMADMIN_E_CAT_BITNESSMISMATCH: ::windows_sys::core::HRESULT = -2146368382i32;
248 pub const COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368425i32;
249 pub const COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146368421i32;
250 pub const COMADMIN_E_CAT_INVALID_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368424i32;
251 pub const COMADMIN_E_CAT_PARTITION_IN_USE: ::windows_sys::core::HRESULT = -2146368423i32;
252 pub const COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146368379i32;
253 pub const COMADMIN_E_CAT_SERVERFAULT: ::windows_sys::core::HRESULT = -2146368378i32;
254 pub const COMADMIN_E_CAT_UNACCEPTABLEBITNESS: ::windows_sys::core::HRESULT = -2146368381i32;
255 pub const COMADMIN_E_CAT_WRONGAPPBITNESS: ::windows_sys::core::HRESULT = -2146368380i32;
256 pub const COMADMIN_E_CLSIDORIIDMISMATCH: ::windows_sys::core::HRESULT = -2146368488i32;
257 pub const COMADMIN_E_COMPFILE_BADTLB: ::windows_sys::core::HRESULT = -2146368472i32;
258 pub const COMADMIN_E_COMPFILE_CLASSNOTAVAIL: ::windows_sys::core::HRESULT = -2146368473i32;
259 pub const COMADMIN_E_COMPFILE_DOESNOTEXIST: ::windows_sys::core::HRESULT = -2146368476i32;
260 pub const COMADMIN_E_COMPFILE_GETCLASSOBJ: ::windows_sys::core::HRESULT = -2146368474i32;
261 pub const COMADMIN_E_COMPFILE_LOADDLLFAIL: ::windows_sys::core::HRESULT = -2146368475i32;
262 pub const COMADMIN_E_COMPFILE_NOREGISTRAR: ::windows_sys::core::HRESULT = -2146368460i32;
263 pub const COMADMIN_E_COMPFILE_NOTINSTALLABLE: ::windows_sys::core::HRESULT = -2146368471i32;
264 pub const COMADMIN_E_COMPONENTEXISTS: ::windows_sys::core::HRESULT = -2146368455i32;
265 pub const COMADMIN_E_COMP_MOVE_BAD_DEST: ::windows_sys::core::HRESULT = -2146368466i32;
266 pub const COMADMIN_E_COMP_MOVE_DEST: ::windows_sys::core::HRESULT = -2146367459i32;
267 pub const COMADMIN_E_COMP_MOVE_LOCKED: ::windows_sys::core::HRESULT = -2146368467i32;
268 pub const COMADMIN_E_COMP_MOVE_PRIVATE: ::windows_sys::core::HRESULT = -2146367458i32;
269 pub const COMADMIN_E_COMP_MOVE_SOURCE: ::windows_sys::core::HRESULT = -2146367460i32;
270 pub const COMADMIN_E_COREQCOMPINSTALLED: ::windows_sys::core::HRESULT = -2146368459i32;
271 pub const COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET: ::windows_sys::core::HRESULT = -2146367466i32;
272 pub const COMADMIN_E_DLLLOADFAILED: ::windows_sys::core::HRESULT = -2146368483i32;
273 pub const COMADMIN_E_DLLREGISTERSERVER: ::windows_sys::core::HRESULT = -2146368486i32;
274 pub const COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER: ::windows_sys::core::HRESULT = -2146368434i32;
275 pub const COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES: ::windows_sys::core::HRESULT = -2146368422i32;
276 pub const COMADMIN_E_INVALIDUSERIDS: ::windows_sys::core::HRESULT = -2146368496i32;
277 pub const COMADMIN_E_INVALID_PARTITION: ::windows_sys::core::HRESULT = -2146367477i32;
278 pub const COMADMIN_E_KEYMISSING: ::windows_sys::core::HRESULT = -2146368509i32;
279 pub const COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT: ::windows_sys::core::HRESULT = -2146367462i32;
280 pub const COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS: ::windows_sys::core::HRESULT = -2146367461i32;
281 pub const COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2146368433i32;
282 pub const COMADMIN_E_MIG_SCHEMANOTFOUND: ::windows_sys::core::HRESULT = -2146368383i32;
283 pub const COMADMIN_E_MIG_VERSIONNOTSUPPORTED: ::windows_sys::core::HRESULT = -2146368384i32;
284 pub const COMADMIN_E_NOREGISTRYCLSID: ::windows_sys::core::HRESULT = -2146368495i32;
285 pub const COMADMIN_E_NOSERVERSHARE: ::windows_sys::core::HRESULT = -2146368485i32;
286 pub const COMADMIN_E_NOTCHANGEABLE: ::windows_sys::core::HRESULT = -2146368470i32;
287 pub const COMADMIN_E_NOTDELETEABLE: ::windows_sys::core::HRESULT = -2146368469i32;
288 pub const COMADMIN_E_NOTINREGISTRY: ::windows_sys::core::HRESULT = -2146368450i32;
289 pub const COMADMIN_E_NOUSER: ::windows_sys::core::HRESULT = -2146368497i32;
290 pub const COMADMIN_E_OBJECTERRORS: ::windows_sys::core::HRESULT = -2146368511i32;
291 pub const COMADMIN_E_OBJECTEXISTS: ::windows_sys::core::HRESULT = -2146368456i32;
292 pub const COMADMIN_E_OBJECTINVALID: ::windows_sys::core::HRESULT = -2146368510i32;
293 pub const COMADMIN_E_OBJECTNOTPOOLABLE: ::windows_sys::core::HRESULT = -2146368449i32;
294 pub const COMADMIN_E_OBJECT_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146367479i32;
295 pub const COMADMIN_E_OBJECT_PARENT_MISSING: ::windows_sys::core::HRESULT = -2146367480i32;
296 pub const COMADMIN_E_PARTITIONS_DISABLED: ::windows_sys::core::HRESULT = -2146367452i32;
297 pub const COMADMIN_E_PARTITION_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367464i32;
298 pub const COMADMIN_E_PARTITION_MSI_ONLY: ::windows_sys::core::HRESULT = -2146367463i32;
299 pub const COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED: ::windows_sys::core::HRESULT = -2146367469i32;
300 pub const COMADMIN_E_PRIVATE_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367455i32;
301 pub const COMADMIN_E_PROCESSALREADYRECYCLED: ::windows_sys::core::HRESULT = -2146367470i32;
302 pub const COMADMIN_E_PROGIDINUSEBYCLSID: ::windows_sys::core::HRESULT = -2146367467i32;
303 pub const COMADMIN_E_PROPERTYSAVEFAILED: ::windows_sys::core::HRESULT = -2146368457i32;
304 pub const COMADMIN_E_PROPERTY_OVERFLOW: ::windows_sys::core::HRESULT = -2146368452i32;
305 pub const COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED: ::windows_sys::core::HRESULT = -2146367465i32;
306 pub const COMADMIN_E_REGDB_ALREADYRUNNING: ::windows_sys::core::HRESULT = -2146368395i32;
307 pub const COMADMIN_E_REGDB_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2146368398i32;
308 pub const COMADMIN_E_REGDB_NOTOPEN: ::windows_sys::core::HRESULT = -2146368397i32;
309 pub const COMADMIN_E_REGDB_SYSTEMERR: ::windows_sys::core::HRESULT = -2146368396i32;
310 pub const COMADMIN_E_REGFILE_CORRUPT: ::windows_sys::core::HRESULT = -2146368453i32;
311 pub const COMADMIN_E_REGISTERTLB: ::windows_sys::core::HRESULT = -2146368464i32;
312 pub const COMADMIN_E_REGISTRARFAILED: ::windows_sys::core::HRESULT = -2146368477i32;
313 pub const COMADMIN_E_REGISTRY_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367453i32;
314 pub const COMADMIN_E_REMOTEINTERFACE: ::windows_sys::core::HRESULT = -2146368487i32;
315 pub const COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM: ::windows_sys::core::HRESULT = -2146368439i32;
316 pub const COMADMIN_E_ROLEEXISTS: ::windows_sys::core::HRESULT = -2146368500i32;
317 pub const COMADMIN_E_ROLE_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146368441i32;
318 pub const COMADMIN_E_SAFERINVALID: ::windows_sys::core::HRESULT = -2146367454i32;
319 pub const COMADMIN_E_SERVICENOTINSTALLED: ::windows_sys::core::HRESULT = -2146368458i32;
320 pub const COMADMIN_E_SESSION: ::windows_sys::core::HRESULT = -2146368468i32;
321 pub const COMADMIN_E_START_APP_DISABLED: ::windows_sys::core::HRESULT = -2146368431i32;
322 pub const COMADMIN_E_START_APP_NEEDS_COMPONENTS: ::windows_sys::core::HRESULT = -2146368440i32;
323 pub const COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE: ::windows_sys::core::HRESULT = -2146367475i32;
324 pub const COMADMIN_E_SYSTEMAPP: ::windows_sys::core::HRESULT = -2146368461i32;
325 pub const COMADMIN_E_USERPASSWDNOTVALID: ::windows_sys::core::HRESULT = -2146368492i32;
326 pub const COMADMIN_E_USER_IN_SET: ::windows_sys::core::HRESULT = -2146367474i32;
327 pub const COMQC_E_APPLICATION_NOT_QUEUED: ::windows_sys::core::HRESULT = -2146368000i32;
328 pub const COMQC_E_BAD_MESSAGE: ::windows_sys::core::HRESULT = -2146367996i32;
329 pub const COMQC_E_NO_IPERSISTSTREAM: ::windows_sys::core::HRESULT = -2146367997i32;
330 pub const COMQC_E_NO_QUEUEABLE_INTERFACES: ::windows_sys::core::HRESULT = -2146367999i32;
331 pub const COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2146367998i32;
332 pub const COMQC_E_UNAUTHENTICATED: ::windows_sys::core::HRESULT = -2146367995i32;
333 pub const COMQC_E_UNTRUSTED_ENQUEUER: ::windows_sys::core::HRESULT = -2146367994i32;
334 pub const CONTEXT_E_ABORTED: ::windows_sys::core::HRESULT = -2147164158i32;
335 pub const CONTEXT_E_ABORTING: ::windows_sys::core::HRESULT = -2147164157i32;
336 pub const CONTEXT_E_FIRST: i32 = -2147164160i32;
337 pub const CONTEXT_E_LAST: i32 = -2147164113i32;
338 pub const CONTEXT_E_NOCONTEXT: ::windows_sys::core::HRESULT = -2147164156i32;
339 pub const CONTEXT_E_NOJIT: ::windows_sys::core::HRESULT = -2147164122i32;
340 pub const CONTEXT_E_NOTRANSACTION: ::windows_sys::core::HRESULT = -2147164121i32;
341 pub const CONTEXT_E_OLDREF: ::windows_sys::core::HRESULT = -2147164153i32;
342 pub const CONTEXT_E_ROLENOTFOUND: ::windows_sys::core::HRESULT = -2147164148i32;
343 pub const CONTEXT_E_SYNCH_TIMEOUT: ::windows_sys::core::HRESULT = -2147164154i32;
344 pub const CONTEXT_E_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147164145i32;
345 pub const CONTEXT_E_WOULD_DEADLOCK: ::windows_sys::core::HRESULT = -2147164155i32;
346 pub const CONTEXT_S_FIRST: i32 = 319488i32;
347 pub const CONTEXT_S_LAST: i32 = 319535i32;
348 pub const CONVERT10_E_FIRST: i32 = -2147221056i32;
349 pub const CONVERT10_E_LAST: i32 = -2147221041i32;
350 pub const CONVERT10_E_OLESTREAM_BITMAP_TO_DIB: ::windows_sys::core::HRESULT = -2147221053i32;
351 pub const CONVERT10_E_OLESTREAM_FMT: ::windows_sys::core::HRESULT = -2147221054i32;
352 pub const CONVERT10_E_OLESTREAM_GET: ::windows_sys::core::HRESULT = -2147221056i32;
353 pub const CONVERT10_E_OLESTREAM_PUT: ::windows_sys::core::HRESULT = -2147221055i32;
354 pub const CONVERT10_E_STG_DIB_TO_BITMAP: ::windows_sys::core::HRESULT = -2147221050i32;
355 pub const CONVERT10_E_STG_FMT: ::windows_sys::core::HRESULT = -2147221052i32;
356 pub const CONVERT10_E_STG_NO_STD_STREAM: ::windows_sys::core::HRESULT = -2147221051i32;
357 pub const CONVERT10_S_FIRST: i32 = 262592i32;
358 pub const CONVERT10_S_LAST: i32 = 262607i32;
359 pub const CONVERT10_S_NO_PRESENTATION: ::windows_sys::core::HRESULT = 262592i32;
360 pub const CO_E_ACCESSCHECKFAILED: ::windows_sys::core::HRESULT = -2147417814i32;
361 pub const CO_E_ACESINWRONGORDER: ::windows_sys::core::HRESULT = -2147417798i32;
362 pub const CO_E_ACNOTINITIALIZED: ::windows_sys::core::HRESULT = -2147417793i32;
363 pub const CO_E_ACTIVATIONFAILED: ::windows_sys::core::HRESULT = -2147164127i32;
364 pub const CO_E_ACTIVATIONFAILED_CATALOGERROR: ::windows_sys::core::HRESULT = -2147164125i32;
365 pub const CO_E_ACTIVATIONFAILED_EVENTLOGGED: ::windows_sys::core::HRESULT = -2147164126i32;
366 pub const CO_E_ACTIVATIONFAILED_TIMEOUT: ::windows_sys::core::HRESULT = -2147164124i32;
367 pub const CO_E_ALREADYINITIALIZED: ::windows_sys::core::HRESULT = -2147221007i32;
368 pub const CO_E_APPDIDNTREG: ::windows_sys::core::HRESULT = -2147220994i32;
369 pub const CO_E_APPNOTFOUND: ::windows_sys::core::HRESULT = -2147221003i32;
370 pub const CO_E_APPSINGLEUSE: ::windows_sys::core::HRESULT = -2147221002i32;
371 pub const CO_E_ASYNC_WORK_REJECTED: ::windows_sys::core::HRESULT = -2147467223i32;
372 pub const CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT: ::windows_sys::core::HRESULT = -2147467228i32;
373 pub const CO_E_BAD_PATH: ::windows_sys::core::HRESULT = -2146959356i32;
374 pub const CO_E_BAD_SERVER_NAME: ::windows_sys::core::HRESULT = -2147467244i32;
375 pub const CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2147164112i32;
376 pub const CO_E_CANCEL_DISABLED: ::windows_sys::core::HRESULT = -2147417792i32;
377 pub const CO_E_CANTDETERMINECLASS: ::windows_sys::core::HRESULT = -2147221006i32;
378 pub const CO_E_CANT_REMOTE: ::windows_sys::core::HRESULT = -2147467245i32;
379 pub const CO_E_CLASSSTRING: ::windows_sys::core::HRESULT = -2147221005i32;
380 pub const CO_E_CLASS_CREATE_FAILED: ::windows_sys::core::HRESULT = -2146959359i32;
381 pub const CO_E_CLASS_DISABLED: ::windows_sys::core::HRESULT = -2147467225i32;
382 pub const CO_E_CLRNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147467224i32;
383 pub const CO_E_CLSREG_INCONSISTENT: ::windows_sys::core::HRESULT = -2147467233i32;
384 pub const CO_E_CONVERSIONFAILED: ::windows_sys::core::HRESULT = -2147417810i32;
385 pub const CO_E_CREATEPROCESS_FAILURE: ::windows_sys::core::HRESULT = -2147467240i32;
386 pub const CO_E_DBERROR: ::windows_sys::core::HRESULT = -2147164117i32;
387 pub const CO_E_DECODEFAILED: ::windows_sys::core::HRESULT = -2147417795i32;
388 pub const CO_E_DLLNOTFOUND: ::windows_sys::core::HRESULT = -2147221000i32;
389 pub const CO_E_ELEVATION_DISABLED: ::windows_sys::core::HRESULT = -2146959337i32;
390 pub const CO_E_ERRORINAPP: ::windows_sys::core::HRESULT = -2147221001i32;
391 pub const CO_E_ERRORINDLL: ::windows_sys::core::HRESULT = -2147220999i32;
392 pub const CO_E_EXCEEDSYSACLLIMIT: ::windows_sys::core::HRESULT = -2147417799i32;
393 pub const CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED: ::windows_sys::core::HRESULT = -2147164111i32;
394 pub const CO_E_FAILEDTOCLOSEHANDLE: ::windows_sys::core::HRESULT = -2147417800i32;
395 pub const CO_E_FAILEDTOCREATEFILE: ::windows_sys::core::HRESULT = -2147417801i32;
396 pub const CO_E_FAILEDTOGENUUID: ::windows_sys::core::HRESULT = -2147417802i32;
397 pub const CO_E_FAILEDTOGETSECCTX: ::windows_sys::core::HRESULT = -2147417820i32;
398 pub const CO_E_FAILEDTOGETTOKENINFO: ::windows_sys::core::HRESULT = -2147417818i32;
399 pub const CO_E_FAILEDTOGETWINDIR: ::windows_sys::core::HRESULT = -2147417804i32;
400 pub const CO_E_FAILEDTOIMPERSONATE: ::windows_sys::core::HRESULT = -2147417821i32;
401 pub const CO_E_FAILEDTOOPENPROCESSTOKEN: ::windows_sys::core::HRESULT = -2147417796i32;
402 pub const CO_E_FAILEDTOOPENTHREADTOKEN: ::windows_sys::core::HRESULT = -2147417819i32;
403 pub const CO_E_FAILEDTOQUERYCLIENTBLANKET: ::windows_sys::core::HRESULT = -2147417816i32;
404 pub const CO_E_FAILEDTOSETDACL: ::windows_sys::core::HRESULT = -2147417815i32;
405 pub const CO_E_FIRST: i32 = -2147221008i32;
406 pub const CO_E_IIDREG_INCONSISTENT: ::windows_sys::core::HRESULT = -2147467232i32;
407 pub const CO_E_IIDSTRING: ::windows_sys::core::HRESULT = -2147221004i32;
408 pub const CO_E_INCOMPATIBLESTREAMVERSION: ::windows_sys::core::HRESULT = -2147417797i32;
409 pub const CO_E_INITIALIZATIONFAILED: ::windows_sys::core::HRESULT = -2147164123i32;
410 pub const CO_E_INIT_CLASS_CACHE: ::windows_sys::core::HRESULT = -2147467255i32;
411 pub const CO_E_INIT_MEMORY_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467256i32;
412 pub const CO_E_INIT_ONLY_SINGLE_THREADED: ::windows_sys::core::HRESULT = -2147467246i32;
413 pub const CO_E_INIT_RPC_CHANNEL: ::windows_sys::core::HRESULT = -2147467254i32;
414 pub const CO_E_INIT_SCM_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2147467247i32;
415 pub const CO_E_INIT_SCM_FILE_MAPPING_EXISTS: ::windows_sys::core::HRESULT = -2147467249i32;
416 pub const CO_E_INIT_SCM_MAP_VIEW_OF_FILE: ::windows_sys::core::HRESULT = -2147467248i32;
417 pub const CO_E_INIT_SCM_MUTEX_EXISTS: ::windows_sys::core::HRESULT = -2147467250i32;
418 pub const CO_E_INIT_SHARED_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467257i32;
419 pub const CO_E_INIT_TLS: ::windows_sys::core::HRESULT = -2147467258i32;
420 pub const CO_E_INIT_TLS_CHANNEL_CONTROL: ::windows_sys::core::HRESULT = -2147467252i32;
421 pub const CO_E_INIT_TLS_SET_CHANNEL_CONTROL: ::windows_sys::core::HRESULT = -2147467253i32;
422 pub const CO_E_INIT_UNACCEPTED_USER_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467251i32;
423 pub const CO_E_INVALIDSID: ::windows_sys::core::HRESULT = -2147417811i32;
424 pub const CO_E_ISOLEVELMISMATCH: ::windows_sys::core::HRESULT = -2147164113i32;
425 pub const CO_E_LAST: i32 = -2147220993i32;
426 pub const CO_E_LAUNCH_PERMSSION_DENIED: ::windows_sys::core::HRESULT = -2147467237i32;
427 pub const CO_E_LOOKUPACCNAMEFAILED: ::windows_sys::core::HRESULT = -2147417806i32;
428 pub const CO_E_LOOKUPACCSIDFAILED: ::windows_sys::core::HRESULT = -2147417808i32;
429 pub const CO_E_MALFORMED_SPN: ::windows_sys::core::HRESULT = -2147467213i32;
430 pub const CO_E_MISSING_DISPLAYNAME: ::windows_sys::core::HRESULT = -2146959339i32;
431 pub const CO_E_MSI_ERROR: ::windows_sys::core::HRESULT = -2147467229i32;
432 pub const CO_E_NETACCESSAPIFAILED: ::windows_sys::core::HRESULT = -2147417813i32;
433 pub const CO_E_NOCOOKIES: ::windows_sys::core::HRESULT = -2147164118i32;
434 pub const CO_E_NOIISINTRINSICS: ::windows_sys::core::HRESULT = -2147164119i32;
435 pub const CO_E_NOMATCHINGNAMEFOUND: ::windows_sys::core::HRESULT = -2147417807i32;
436 pub const CO_E_NOMATCHINGSIDFOUND: ::windows_sys::core::HRESULT = -2147417809i32;
437 pub const CO_E_NOSYNCHRONIZATION: ::windows_sys::core::HRESULT = -2147164114i32;
438 pub const CO_E_NOTCONSTRUCTED: ::windows_sys::core::HRESULT = -2147164115i32;
439 pub const CO_E_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2147221008i32;
440 pub const CO_E_NOTPOOLED: ::windows_sys::core::HRESULT = -2147164116i32;
441 pub const CO_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2147467231i32;
442 pub const CO_E_NO_SECCTX_IN_ACTIVATE: ::windows_sys::core::HRESULT = -2147467221i32;
443 pub const CO_E_OBJISREG: ::windows_sys::core::HRESULT = -2147220996i32;
444 pub const CO_E_OBJNOTCONNECTED: ::windows_sys::core::HRESULT = -2147220995i32;
445 pub const CO_E_OBJNOTREG: ::windows_sys::core::HRESULT = -2147220997i32;
446 pub const CO_E_OBJSRV_RPC_FAILURE: ::windows_sys::core::HRESULT = -2146959354i32;
447 pub const CO_E_OLE1DDE_DISABLED: ::windows_sys::core::HRESULT = -2147467242i32;
448 pub const CO_E_PATHTOOLONG: ::windows_sys::core::HRESULT = -2147417803i32;
449 pub const CO_E_PREMATURE_STUB_RUNDOWN: ::windows_sys::core::HRESULT = -2147467211i32;
450 pub const CO_E_RELEASED: ::windows_sys::core::HRESULT = -2147220993i32;
451 pub const CO_E_RELOAD_DLL: ::windows_sys::core::HRESULT = -2147467230i32;
452 pub const CO_E_REMOTE_COMMUNICATION_FAILURE: ::windows_sys::core::HRESULT = -2147467235i32;
453 pub const CO_E_RUNAS_CREATEPROCESS_FAILURE: ::windows_sys::core::HRESULT = -2147467239i32;
454 pub const CO_E_RUNAS_LOGON_FAILURE: ::windows_sys::core::HRESULT = -2147467238i32;
455 pub const CO_E_RUNAS_SYNTAX: ::windows_sys::core::HRESULT = -2147467241i32;
456 pub const CO_E_RUNAS_VALUE_MUST_BE_AAA: ::windows_sys::core::HRESULT = -2146959338i32;
457 pub const CO_E_SCM_ERROR: ::windows_sys::core::HRESULT = -2146959358i32;
458 pub const CO_E_SCM_RPC_FAILURE: ::windows_sys::core::HRESULT = -2146959357i32;
459 pub const CO_E_SERVER_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2146959355i32;
460 pub const CO_E_SERVER_INIT_TIMEOUT: ::windows_sys::core::HRESULT = -2147467222i32;
461 pub const CO_E_SERVER_NOT_PAUSED: ::windows_sys::core::HRESULT = -2147467226i32;
462 pub const CO_E_SERVER_PAUSED: ::windows_sys::core::HRESULT = -2147467227i32;
463 pub const CO_E_SERVER_START_TIMEOUT: ::windows_sys::core::HRESULT = -2147467234i32;
464 pub const CO_E_SERVER_STOPPING: ::windows_sys::core::HRESULT = -2146959352i32;
465 pub const CO_E_SETSERLHNDLFAILED: ::windows_sys::core::HRESULT = -2147417805i32;
466 pub const CO_E_START_SERVICE_FAILURE: ::windows_sys::core::HRESULT = -2147467236i32;
467 pub const CO_E_SXS_CONFIG: ::windows_sys::core::HRESULT = -2147467214i32;
468 pub const CO_E_THREADINGMODEL_CHANGED: ::windows_sys::core::HRESULT = -2147164120i32;
469 pub const CO_E_THREADPOOL_CONFIG: ::windows_sys::core::HRESULT = -2147467215i32;
470 pub const CO_E_TRACKER_CONFIG: ::windows_sys::core::HRESULT = -2147467216i32;
471 pub const CO_E_TRUSTEEDOESNTMATCHCLIENT: ::windows_sys::core::HRESULT = -2147417817i32;
472 pub const CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN: ::windows_sys::core::HRESULT = -2147467212i32;
473 pub const CO_E_WRONGOSFORAPP: ::windows_sys::core::HRESULT = -2147220998i32;
474 pub const CO_E_WRONGTRUSTEENAMESYNTAX: ::windows_sys::core::HRESULT = -2147417812i32;
475 pub const CO_E_WRONG_SERVER_IDENTITY: ::windows_sys::core::HRESULT = -2147467243i32;
476 pub const CO_S_FIRST: i32 = 262640i32;
477 pub const CO_S_LAST: i32 = 262655i32;
478 pub const CO_S_MACHINENAMENOTFOUND: ::windows_sys::core::HRESULT = 524307i32;
479 pub const CO_S_NOTALLINTERFACES: ::windows_sys::core::HRESULT = 524306i32;
480 pub const CRYPT_E_ALREADY_DECRYPTED: ::windows_sys::core::HRESULT = -2146889719i32;
481 pub const CRYPT_E_ASN1_BADARGS: ::windows_sys::core::HRESULT = -2146881271i32;
482 pub const CRYPT_E_ASN1_BADPDU: ::windows_sys::core::HRESULT = -2146881272i32;
483 pub const CRYPT_E_ASN1_BADREAL: ::windows_sys::core::HRESULT = -2146881270i32;
484 pub const CRYPT_E_ASN1_BADTAG: ::windows_sys::core::HRESULT = -2146881269i32;
485 pub const CRYPT_E_ASN1_CHOICE: ::windows_sys::core::HRESULT = -2146881268i32;
486 pub const CRYPT_E_ASN1_CONSTRAINT: ::windows_sys::core::HRESULT = -2146881275i32;
487 pub const CRYPT_E_ASN1_CORRUPT: ::windows_sys::core::HRESULT = -2146881277i32;
488 pub const CRYPT_E_ASN1_EOD: ::windows_sys::core::HRESULT = -2146881278i32;
489 pub const CRYPT_E_ASN1_ERROR: ::windows_sys::core::HRESULT = -2146881280i32;
490 pub const CRYPT_E_ASN1_EXTENDED: ::windows_sys::core::HRESULT = -2146881023i32;
491 pub const CRYPT_E_ASN1_INTERNAL: ::windows_sys::core::HRESULT = -2146881279i32;
492 pub const CRYPT_E_ASN1_LARGE: ::windows_sys::core::HRESULT = -2146881276i32;
493 pub const CRYPT_E_ASN1_MEMORY: ::windows_sys::core::HRESULT = -2146881274i32;
494 pub const CRYPT_E_ASN1_NOEOD: ::windows_sys::core::HRESULT = -2146881022i32;
495 pub const CRYPT_E_ASN1_NYI: ::windows_sys::core::HRESULT = -2146881228i32;
496 pub const CRYPT_E_ASN1_OVERFLOW: ::windows_sys::core::HRESULT = -2146881273i32;
497 pub const CRYPT_E_ASN1_PDU_TYPE: ::windows_sys::core::HRESULT = -2146881229i32;
498 pub const CRYPT_E_ASN1_RULE: ::windows_sys::core::HRESULT = -2146881267i32;
499 pub const CRYPT_E_ASN1_UTF8: ::windows_sys::core::HRESULT = -2146881266i32;
500 pub const CRYPT_E_ATTRIBUTES_MISSING: ::windows_sys::core::HRESULT = -2146889713i32;
501 pub const CRYPT_E_AUTH_ATTR_MISSING: ::windows_sys::core::HRESULT = -2146889722i32;
502 pub const CRYPT_E_BAD_ENCODE: ::windows_sys::core::HRESULT = -2146885630i32;
503 pub const CRYPT_E_BAD_LEN: ::windows_sys::core::HRESULT = -2146885631i32;
504 pub const CRYPT_E_BAD_MSG: ::windows_sys::core::HRESULT = -2146885619i32;
505 pub const CRYPT_E_CONTROL_TYPE: ::windows_sys::core::HRESULT = -2146889716i32;
506 pub const CRYPT_E_DELETED_PREV: ::windows_sys::core::HRESULT = -2146885624i32;
507 pub const CRYPT_E_EXISTS: ::windows_sys::core::HRESULT = -2146885627i32;
508 pub const CRYPT_E_FILERESIZED: ::windows_sys::core::HRESULT = -2146885595i32;
509 pub const CRYPT_E_FILE_ERROR: ::windows_sys::core::HRESULT = -2146885629i32;
510 pub const CRYPT_E_HASH_VALUE: ::windows_sys::core::HRESULT = -2146889721i32;
511 pub const CRYPT_E_INVALID_IA5_STRING: ::windows_sys::core::HRESULT = -2146885598i32;
512 pub const CRYPT_E_INVALID_INDEX: ::windows_sys::core::HRESULT = -2146889720i32;
513 pub const CRYPT_E_INVALID_MSG_TYPE: ::windows_sys::core::HRESULT = -2146889724i32;
514 pub const CRYPT_E_INVALID_NUMERIC_STRING: ::windows_sys::core::HRESULT = -2146885600i32;
515 pub const CRYPT_E_INVALID_PRINTABLE_STRING: ::windows_sys::core::HRESULT = -2146885599i32;
516 pub const CRYPT_E_INVALID_X500_STRING: ::windows_sys::core::HRESULT = -2146885597i32;
517 pub const CRYPT_E_ISSUER_SERIALNUMBER: ::windows_sys::core::HRESULT = -2146889715i32;
518 pub const CRYPT_E_MISSING_PUBKEY_PARA: ::windows_sys::core::HRESULT = -2146885588i32;
519 pub const CRYPT_E_MSG_ERROR: ::windows_sys::core::HRESULT = -2146889727i32;
520 pub const CRYPT_E_NOT_CHAR_STRING: ::windows_sys::core::HRESULT = -2146885596i32;
521 pub const CRYPT_E_NOT_DECRYPTED: ::windows_sys::core::HRESULT = -2146889718i32;
522 pub const CRYPT_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2146885628i32;
523 pub const CRYPT_E_NOT_IN_CTL: ::windows_sys::core::HRESULT = -2146885590i32;
524 pub const CRYPT_E_NOT_IN_REVOCATION_DATABASE: ::windows_sys::core::HRESULT = -2146885612i32;
525 pub const CRYPT_E_NO_DECRYPT_CERT: ::windows_sys::core::HRESULT = -2146885620i32;
526 pub const CRYPT_E_NO_KEY_PROPERTY: ::windows_sys::core::HRESULT = -2146885621i32;
527 pub const CRYPT_E_NO_MATCH: ::windows_sys::core::HRESULT = -2146885623i32;
528 pub const CRYPT_E_NO_PROVIDER: ::windows_sys::core::HRESULT = -2146885626i32;
529 pub const CRYPT_E_NO_REVOCATION_CHECK: ::windows_sys::core::HRESULT = -2146885614i32;
530 pub const CRYPT_E_NO_REVOCATION_DLL: ::windows_sys::core::HRESULT = -2146885615i32;
531 pub const CRYPT_E_NO_SIGNER: ::windows_sys::core::HRESULT = -2146885618i32;
532 pub const CRYPT_E_NO_TRUSTED_SIGNER: ::windows_sys::core::HRESULT = -2146885589i32;
533 pub const CRYPT_E_NO_VERIFY_USAGE_CHECK: ::windows_sys::core::HRESULT = -2146885592i32;
534 pub const CRYPT_E_NO_VERIFY_USAGE_DLL: ::windows_sys::core::HRESULT = -2146885593i32;
535 pub const CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND: ::windows_sys::core::HRESULT = -2146885587i32;
536 pub const CRYPT_E_OID_FORMAT: ::windows_sys::core::HRESULT = -2146889725i32;
537 pub const CRYPT_E_OSS_ERROR: ::windows_sys::core::HRESULT = -2146881536i32;
538 pub const CRYPT_E_PENDING_CLOSE: ::windows_sys::core::HRESULT = -2146885617i32;
539 pub const CRYPT_E_RECIPIENT_NOT_FOUND: ::windows_sys::core::HRESULT = -2146889717i32;
540 pub const CRYPT_E_REVOCATION_OFFLINE: ::windows_sys::core::HRESULT = -2146885613i32;
541 pub const CRYPT_E_REVOKED: ::windows_sys::core::HRESULT = -2146885616i32;
542 pub const CRYPT_E_SECURITY_SETTINGS: ::windows_sys::core::HRESULT = -2146885594i32;
543 pub const CRYPT_E_SELF_SIGNED: ::windows_sys::core::HRESULT = -2146885625i32;
544 pub const CRYPT_E_SIGNER_NOT_FOUND: ::windows_sys::core::HRESULT = -2146889714i32;
545 pub const CRYPT_E_STREAM_INSUFFICIENT_DATA: ::windows_sys::core::HRESULT = -2146889711i32;
546 pub const CRYPT_E_STREAM_MSG_NOT_READY: ::windows_sys::core::HRESULT = -2146889712i32;
547 pub const CRYPT_E_UNEXPECTED_ENCODING: ::windows_sys::core::HRESULT = -2146889723i32;
548 pub const CRYPT_E_UNEXPECTED_MSG_TYPE: ::windows_sys::core::HRESULT = -2146885622i32;
549 pub const CRYPT_E_UNKNOWN_ALGO: ::windows_sys::core::HRESULT = -2146889726i32;
550 pub const CRYPT_E_VERIFY_USAGE_OFFLINE: ::windows_sys::core::HRESULT = -2146885591i32;
551 pub const CRYPT_I_NEW_PROTECTION_REQUIRED: ::windows_sys::core::HRESULT = 593938i32;
552 pub const CS_E_ADMIN_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2147221139i32;
553 pub const CS_E_CLASS_NOTFOUND: ::windows_sys::core::HRESULT = -2147221146i32;
554 pub const CS_E_FIRST: i32 = -2147221148i32;
555 pub const CS_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2147221137i32;
556 pub const CS_E_INVALID_PATH: ::windows_sys::core::HRESULT = -2147221141i32;
557 pub const CS_E_INVALID_VERSION: ::windows_sys::core::HRESULT = -2147221145i32;
558 pub const CS_E_LAST: i32 = -2147221137i32;
559 pub const CS_E_NETWORK_ERROR: ::windows_sys::core::HRESULT = -2147221140i32;
560 pub const CS_E_NOT_DELETABLE: ::windows_sys::core::HRESULT = -2147221147i32;
561 pub const CS_E_NO_CLASSSTORE: ::windows_sys::core::HRESULT = -2147221144i32;
562 pub const CS_E_OBJECT_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2147221142i32;
563 pub const CS_E_OBJECT_NOTFOUND: ::windows_sys::core::HRESULT = -2147221143i32;
564 pub const CS_E_PACKAGE_NOTFOUND: ::windows_sys::core::HRESULT = -2147221148i32;
565 pub const CS_E_SCHEMA_MISMATCH: ::windows_sys::core::HRESULT = -2147221138i32;
566 pub const D2DERR_BAD_NUMBER: ::windows_sys::core::HRESULT = -2003238895i32;
567 pub const D2DERR_BITMAP_BOUND_AS_TARGET: ::windows_sys::core::HRESULT = -2003238875i32;
568 pub const D2DERR_BITMAP_CANNOT_DRAW: ::windows_sys::core::HRESULT = -2003238879i32;
569 pub const D2DERR_CYCLIC_GRAPH: ::windows_sys::core::HRESULT = -2003238880i32;
570 pub const D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003238903i32;
571 pub const D2DERR_DISPLAY_STATE_INVALID: ::windows_sys::core::HRESULT = -2003238906i32;
572 pub const D2DERR_EFFECT_IS_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2003238872i32;
573 pub const D2DERR_EXCEEDS_MAX_BITMAP_SIZE: ::windows_sys::core::HRESULT = -2003238883i32;
574 pub const D2DERR_INCOMPATIBLE_BRUSH_TYPES: ::windows_sys::core::HRESULT = -2003238888i32;
575 pub const D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES: ::windows_sys::core::HRESULT = -2003238874i32;
576 pub const D2DERR_INTERMEDIATE_TOO_LARGE: ::windows_sys::core::HRESULT = -2003238873i32;
577 pub const D2DERR_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2003238904i32;
578 pub const D2DERR_INVALID_CALL: ::windows_sys::core::HRESULT = -2003238902i32;
579 pub const D2DERR_INVALID_GLYPH_IMAGE: ::windows_sys::core::HRESULT = -2003238866i32;
580 pub const D2DERR_INVALID_GRAPH_CONFIGURATION: ::windows_sys::core::HRESULT = -2003238882i32;
581 pub const D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION: ::windows_sys::core::HRESULT = -2003238881i32;
582 pub const D2DERR_INVALID_PROPERTY: ::windows_sys::core::HRESULT = -2003238871i32;
583 pub const D2DERR_INVALID_TARGET: ::windows_sys::core::HRESULT = -2003238876i32;
584 pub const D2DERR_LAYER_ALREADY_IN_USE: ::windows_sys::core::HRESULT = -2003238893i32;
585 pub const D2DERR_MAX_TEXTURE_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2003238897i32;
586 pub const D2DERR_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2003238910i32;
587 pub const D2DERR_NO_HARDWARE_DEVICE: ::windows_sys::core::HRESULT = -2003238901i32;
588 pub const D2DERR_NO_SUBPROPERTIES: ::windows_sys::core::HRESULT = -2003238870i32;
589 pub const D2DERR_ORIGINAL_TARGET_NOT_BOUND: ::windows_sys::core::HRESULT = -2003238877i32;
590 pub const D2DERR_OUTSTANDING_BITMAP_REFERENCES: ::windows_sys::core::HRESULT = -2003238878i32;
591 pub const D2DERR_POP_CALL_DID_NOT_MATCH_PUSH: ::windows_sys::core::HRESULT = -2003238892i32;
592 pub const D2DERR_PRINT_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003238868i32;
593 pub const D2DERR_PRINT_JOB_CLOSED: ::windows_sys::core::HRESULT = -2003238869i32;
594 pub const D2DERR_PUSH_POP_UNBALANCED: ::windows_sys::core::HRESULT = -2003238890i32;
595 pub const D2DERR_RECREATE_TARGET: ::windows_sys::core::HRESULT = -2003238900i32;
596 pub const D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT: ::windows_sys::core::HRESULT = -2003238889i32;
597 pub const D2DERR_SCANNER_FAILED: ::windows_sys::core::HRESULT = -2003238908i32;
598 pub const D2DERR_SCREEN_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2003238907i32;
599 pub const D2DERR_SHADER_COMPILE_FAILED: ::windows_sys::core::HRESULT = -2003238898i32;
600 pub const D2DERR_TARGET_NOT_GDI_COMPATIBLE: ::windows_sys::core::HRESULT = -2003238886i32;
601 pub const D2DERR_TEXT_EFFECT_IS_WRONG_TYPE: ::windows_sys::core::HRESULT = -2003238885i32;
602 pub const D2DERR_TEXT_RENDERER_NOT_RELEASED: ::windows_sys::core::HRESULT = -2003238884i32;
603 pub const D2DERR_TOO_MANY_SHADER_ELEMENTS: ::windows_sys::core::HRESULT = -2003238899i32;
604 pub const D2DERR_TOO_MANY_TRANSFORM_INPUTS: ::windows_sys::core::HRESULT = -2003238867i32;
605 pub const D2DERR_UNSUPPORTED_OPERATION: ::windows_sys::core::HRESULT = -2003238909i32;
606 pub const D2DERR_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2003238896i32;
607 pub const D2DERR_WIN32_ERROR: ::windows_sys::core::HRESULT = -2003238887i32;
608 pub const D2DERR_WRONG_FACTORY: ::windows_sys::core::HRESULT = -2003238894i32;
609 pub const D2DERR_WRONG_RESOURCE_DOMAIN: ::windows_sys::core::HRESULT = -2003238891i32;
610 pub const D2DERR_WRONG_STATE: ::windows_sys::core::HRESULT = -2003238911i32;
611 pub const D2DERR_ZERO_VECTOR: ::windows_sys::core::HRESULT = -2003238905i32;
612 pub const D3D10_ERROR_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2005336062i32;
613 pub const D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS: ::windows_sys::core::HRESULT = -2005336063i32;
614 pub const D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD: ::windows_sys::core::HRESULT = -2005139452i32;
615 pub const D3D11_ERROR_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2005139454i32;
616 pub const D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS: ::windows_sys::core::HRESULT = -2005139455i32;
617 pub const D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS: ::windows_sys::core::HRESULT = -2005139453i32;
618 pub const D3D12_ERROR_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2005008383i32;
619 pub const D3D12_ERROR_DRIVER_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2005008382i32;
620 pub const D3D12_ERROR_INVALID_REDIST: ::windows_sys::core::HRESULT = -2005008381i32;
621 pub const DATA_E_FIRST: i32 = -2147221200i32;
622 pub const DATA_E_LAST: i32 = -2147221185i32;
623 pub const DATA_S_FIRST: i32 = 262448i32;
624 pub const DATA_S_LAST: i32 = 262463i32;
625 pub const DATA_S_SAMEFORMATETC: ::windows_sys::core::HRESULT = 262448i32;
626 pub const DBG_APP_NOT_IDLE: NTSTATUS = -1073676286i32;
627 pub const DBG_COMMAND_EXCEPTION: NTSTATUS = 1073807369i32;
628 pub const DBG_CONTINUE: NTSTATUS = 65538i32;
629 pub const DBG_CONTROL_BREAK: NTSTATUS = 1073807368i32;
630 pub const DBG_CONTROL_C: NTSTATUS = 1073807365i32;
631 pub const DBG_EXCEPTION_HANDLED: NTSTATUS = 65537i32;
632 pub const DBG_EXCEPTION_NOT_HANDLED: NTSTATUS = -2147418111i32;
633 pub const DBG_NO_STATE_CHANGE: NTSTATUS = -1073676287i32;
634 pub const DBG_PRINTEXCEPTION_C: NTSTATUS = 1073807366i32;
635 pub const DBG_PRINTEXCEPTION_WIDE_C: NTSTATUS = 1073807370i32;
636 pub const DBG_REPLY_LATER: NTSTATUS = 1073807361i32;
637 pub const DBG_RIPEXCEPTION: NTSTATUS = 1073807367i32;
638 pub const DBG_TERMINATE_PROCESS: NTSTATUS = 1073807364i32;
639 pub const DBG_TERMINATE_THREAD: NTSTATUS = 1073807363i32;
640 pub const DBG_UNABLE_TO_PROVIDE_HANDLE: NTSTATUS = 1073807362i32;
641 pub const DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED: ::windows_sys::core::HRESULT = -2003302399i32;
642 pub const DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED: ::windows_sys::core::HRESULT = -2003302398i32;
643 pub const DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED: ::windows_sys::core::HRESULT = -2003302400i32;
644 #[repr(C)]
645 pub struct DECIMAL {
646 pub wReserved: u16,
647 pub Anonymous1: DECIMAL_0,
648 pub Hi32: u32,
649 pub Anonymous2: DECIMAL_1,
650 }
651 impl ::core::marker::Copy for DECIMAL {}
652 impl ::core::clone::Clone for DECIMAL {
653 fn clone(&self) -> Self {
654 *self
655 }
656 }
657 #[repr(C)]
658 pub union DECIMAL_0 {
659 pub Anonymous: DECIMAL_0_0,
660 pub signscale: u16,
661 }
662 impl ::core::marker::Copy for DECIMAL_0 {}
663 impl ::core::clone::Clone for DECIMAL_0 {
664 fn clone(&self) -> Self {
665 *self
666 }
667 }
668 #[repr(C)]
669 pub struct DECIMAL_0_0 {
670 pub scale: u8,
671 pub sign: u8,
672 }
673 impl ::core::marker::Copy for DECIMAL_0_0 {}
674 impl ::core::clone::Clone for DECIMAL_0_0 {
675 fn clone(&self) -> Self {
676 *self
677 }
678 }
679 #[repr(C)]
680 pub union DECIMAL_1 {
681 pub Anonymous: DECIMAL_1_0,
682 pub Lo64: u64,
683 }
684 impl ::core::marker::Copy for DECIMAL_1 {}
685 impl ::core::clone::Clone for DECIMAL_1 {
686 fn clone(&self) -> Self {
687 *self
688 }
689 }
690 #[repr(C)]
691 pub struct DECIMAL_1_0 {
692 pub Lo32: u32,
693 pub Mid32: u32,
694 }
695 impl ::core::marker::Copy for DECIMAL_1_0 {}
696 impl ::core::clone::Clone for DECIMAL_1_0 {
697 fn clone(&self) -> Self {
698 *self
699 }
700 }
701 pub const DIGSIG_E_CRYPTO: ::windows_sys::core::HRESULT = -2146762744i32;
702 pub const DIGSIG_E_DECODE: ::windows_sys::core::HRESULT = -2146762746i32;
703 pub const DIGSIG_E_ENCODE: ::windows_sys::core::HRESULT = -2146762747i32;
704 pub const DIGSIG_E_EXTENSIBILITY: ::windows_sys::core::HRESULT = -2146762745i32;
705 pub const DISP_E_ARRAYISLOCKED: ::windows_sys::core::HRESULT = -2147352563i32;
706 pub const DISP_E_BADCALLEE: ::windows_sys::core::HRESULT = -2147352560i32;
707 pub const DISP_E_BADINDEX: ::windows_sys::core::HRESULT = -2147352565i32;
708 pub const DISP_E_BADPARAMCOUNT: ::windows_sys::core::HRESULT = -2147352562i32;
709 pub const DISP_E_BADVARTYPE: ::windows_sys::core::HRESULT = -2147352568i32;
710 pub const DISP_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147352557i32;
711 pub const DISP_E_DIVBYZERO: ::windows_sys::core::HRESULT = -2147352558i32;
712 pub const DISP_E_EXCEPTION: ::windows_sys::core::HRESULT = -2147352567i32;
713 pub const DISP_E_MEMBERNOTFOUND: ::windows_sys::core::HRESULT = -2147352573i32;
714 pub const DISP_E_NONAMEDARGS: ::windows_sys::core::HRESULT = -2147352569i32;
715 pub const DISP_E_NOTACOLLECTION: ::windows_sys::core::HRESULT = -2147352559i32;
716 pub const DISP_E_OVERFLOW: ::windows_sys::core::HRESULT = -2147352566i32;
717 pub const DISP_E_PARAMNOTFOUND: ::windows_sys::core::HRESULT = -2147352572i32;
718 pub const DISP_E_PARAMNOTOPTIONAL: ::windows_sys::core::HRESULT = -2147352561i32;
719 pub const DISP_E_TYPEMISMATCH: ::windows_sys::core::HRESULT = -2147352571i32;
720 pub const DISP_E_UNKNOWNINTERFACE: ::windows_sys::core::HRESULT = -2147352575i32;
721 pub const DISP_E_UNKNOWNLCID: ::windows_sys::core::HRESULT = -2147352564i32;
722 pub const DISP_E_UNKNOWNNAME: ::windows_sys::core::HRESULT = -2147352570i32;
723 pub const DM_COPY: u32 = 2u32;
724 pub const DM_IN_BUFFER: u32 = 8u32;
725 pub const DM_IN_PROMPT: u32 = 4u32;
726 pub const DM_MODIFY: u32 = 8u32;
727 pub const DM_OUT_BUFFER: u32 = 2u32;
728 pub const DM_OUT_DEFAULT: u32 = 1u32;
729 pub const DM_PROMPT: u32 = 4u32;
730 pub const DM_UPDATE: u32 = 1u32;
731 pub const DNS_INFO_ADDED_LOCAL_WINS: i32 = 9753i32;
732 pub const DNS_INFO_AXFR_COMPLETE: i32 = 9751i32;
733 pub const DNS_INFO_NO_RECORDS: i32 = 9501i32;
734 pub const DNS_REQUEST_PENDING: i32 = 9506i32;
735 pub const DNS_STATUS_CONTINUE_NEEDED: i32 = 9801i32;
736 pub const DNS_STATUS_DOTTED_NAME: i32 = 9558i32;
737 pub const DNS_STATUS_FQDN: i32 = 9557i32;
738 pub const DNS_STATUS_SINGLE_PART_NAME: i32 = 9559i32;
739 pub const DNS_WARNING_DOMAIN_UNDELETED: i32 = 9716i32;
740 pub const DNS_WARNING_PTR_CREATE_FAILED: i32 = 9715i32;
741 pub const DRAGDROP_E_ALREADYREGISTERED: ::windows_sys::core::HRESULT = -2147221247i32;
742 pub const DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED: ::windows_sys::core::HRESULT = -2147221245i32;
743 pub const DRAGDROP_E_FIRST: i32 = -2147221248i32;
744 pub const DRAGDROP_E_INVALIDHWND: ::windows_sys::core::HRESULT = -2147221246i32;
745 pub const DRAGDROP_E_LAST: i32 = -2147221233i32;
746 pub const DRAGDROP_E_NOTREGISTERED: ::windows_sys::core::HRESULT = -2147221248i32;
747 pub const DRAGDROP_S_CANCEL: ::windows_sys::core::HRESULT = 262401i32;
748 pub const DRAGDROP_S_DROP: ::windows_sys::core::HRESULT = 262400i32;
749 pub const DRAGDROP_S_FIRST: i32 = 262400i32;
750 pub const DRAGDROP_S_LAST: i32 = 262415i32;
751 pub const DRAGDROP_S_USEDEFAULTCURSORS: ::windows_sys::core::HRESULT = 262402i32;
752 pub type DUPLICATE_HANDLE_OPTIONS = u32;
753 pub const DUPLICATE_CLOSE_SOURCE: DUPLICATE_HANDLE_OPTIONS = 1u32;
754 pub const DUPLICATE_SAME_ACCESS: DUPLICATE_HANDLE_OPTIONS = 2u32;
755 pub const DV_E_CLIPFORMAT: ::windows_sys::core::HRESULT = -2147221398i32;
756 pub const DV_E_DVASPECT: ::windows_sys::core::HRESULT = -2147221397i32;
757 pub const DV_E_DVTARGETDEVICE: ::windows_sys::core::HRESULT = -2147221403i32;
758 pub const DV_E_DVTARGETDEVICE_SIZE: ::windows_sys::core::HRESULT = -2147221396i32;
759 pub const DV_E_FORMATETC: ::windows_sys::core::HRESULT = -2147221404i32;
760 pub const DV_E_LINDEX: ::windows_sys::core::HRESULT = -2147221400i32;
761 pub const DV_E_NOIVIEWOBJECT: ::windows_sys::core::HRESULT = -2147221395i32;
762 pub const DV_E_STATDATA: ::windows_sys::core::HRESULT = -2147221401i32;
763 pub const DV_E_STGMEDIUM: ::windows_sys::core::HRESULT = -2147221402i32;
764 pub const DV_E_TYMED: ::windows_sys::core::HRESULT = -2147221399i32;
765 pub const DWMERR_CATASTROPHIC_FAILURE: ::windows_sys::core::HRESULT = -2003302654i32;
766 pub const DWMERR_STATE_TRANSITION_FAILED: ::windows_sys::core::HRESULT = -2003302656i32;
767 pub const DWMERR_THEME_FAILED: ::windows_sys::core::HRESULT = -2003302655i32;
768 pub const DWM_E_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144980987i32;
769 pub const DWM_E_COMPOSITIONDISABLED: ::windows_sys::core::HRESULT = -2144980991i32;
770 pub const DWM_E_NOT_QUEUING_PRESENTS: ::windows_sys::core::HRESULT = -2144980988i32;
771 pub const DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE: ::windows_sys::core::HRESULT = -2144980989i32;
772 pub const DWM_E_REMOTING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144980990i32;
773 pub const DWM_E_TEXTURE_TOO_LARGE: ::windows_sys::core::HRESULT = -2144980985i32;
774 pub const DWM_S_GDI_REDIRECTION_SURFACE: ::windows_sys::core::HRESULT = 2502661i32;
775 pub const DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI: ::windows_sys::core::HRESULT = 2502664i32;
776 pub const DWRITE_E_ALREADYREGISTERED: ::windows_sys::core::HRESULT = -2003283962i32;
777 pub const DWRITE_E_CACHEFORMAT: ::windows_sys::core::HRESULT = -2003283961i32;
778 pub const DWRITE_E_CACHEVERSION: ::windows_sys::core::HRESULT = -2003283960i32;
779 pub const DWRITE_E_FILEACCESS: ::windows_sys::core::HRESULT = -2003283964i32;
780 pub const DWRITE_E_FILEFORMAT: ::windows_sys::core::HRESULT = -2003283968i32;
781 pub const DWRITE_E_FILENOTFOUND: ::windows_sys::core::HRESULT = -2003283965i32;
782 pub const DWRITE_E_FLOWDIRECTIONCONFLICTS: ::windows_sys::core::HRESULT = -2003283957i32;
783 pub const DWRITE_E_FONTCOLLECTIONOBSOLETE: ::windows_sys::core::HRESULT = -2003283963i32;
784 pub const DWRITE_E_NOCOLOR: ::windows_sys::core::HRESULT = -2003283956i32;
785 pub const DWRITE_E_NOFONT: ::windows_sys::core::HRESULT = -2003283966i32;
786 pub const DWRITE_E_TEXTRENDERERINCOMPATIBLE: ::windows_sys::core::HRESULT = -2003283958i32;
787 pub const DWRITE_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2003283967i32;
788 pub const DWRITE_E_UNSUPPORTEDOPERATION: ::windows_sys::core::HRESULT = -2003283959i32;
789 pub const DXCORE_ERROR_EVENT_NOT_UNREGISTERED: ::windows_sys::core::HRESULT = -2004877311i32;
790 pub const DXGI_DDI_ERR_NONEXCLUSIVE: ::windows_sys::core::HRESULT = -2005204989i32;
791 pub const DXGI_DDI_ERR_UNSUPPORTED: ::windows_sys::core::HRESULT = -2005204990i32;
792 pub const DXGI_DDI_ERR_WASSTILLDRAWING: ::windows_sys::core::HRESULT = -2005204991i32;
793 pub const DXGI_STATUS_CLIPPED: ::windows_sys::core::HRESULT = 142213122i32;
794 pub const DXGI_STATUS_DDA_WAS_STILL_DRAWING: ::windows_sys::core::HRESULT = 142213130i32;
795 pub const DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE: ::windows_sys::core::HRESULT = 142213126i32;
796 pub const DXGI_STATUS_MODE_CHANGED: ::windows_sys::core::HRESULT = 142213127i32;
797 pub const DXGI_STATUS_MODE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = 142213128i32;
798 pub const DXGI_STATUS_NO_DESKTOP_ACCESS: ::windows_sys::core::HRESULT = 142213125i32;
799 pub const DXGI_STATUS_NO_REDIRECTION: ::windows_sys::core::HRESULT = 142213124i32;
800 pub const DXGI_STATUS_OCCLUDED: ::windows_sys::core::HRESULT = 142213121i32;
801 pub const DXGI_STATUS_PRESENT_REQUIRED: ::windows_sys::core::HRESULT = 142213167i32;
802 pub const DXGI_STATUS_UNOCCLUDED: ::windows_sys::core::HRESULT = 142213129i32;
803 pub const EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913080i32;
804 pub const EAS_E_ADMINS_HAVE_BLANK_PASSWORD: ::windows_sys::core::HRESULT = -2141913081i32;
805 pub const EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913077i32;
806 pub const EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913075i32;
807 pub const EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD: ::windows_sys::core::HRESULT = -2141913084i32;
808 pub const EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913079i32;
809 pub const EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS: ::windows_sys::core::HRESULT = -2141913078i32;
810 pub const EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER: ::windows_sys::core::HRESULT = -2141913076i32;
811 pub const EAS_E_POLICY_COMPLIANT_WITH_ACTIONS: ::windows_sys::core::HRESULT = -2141913086i32;
812 pub const EAS_E_POLICY_NOT_MANAGED_BY_OS: ::windows_sys::core::HRESULT = -2141913087i32;
813 pub const EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE: ::windows_sys::core::HRESULT = -2141913085i32;
814 pub const EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2141913083i32;
815 pub const EAS_E_USER_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913082i32;
816 pub const ENUM_E_FIRST: i32 = -2147221072i32;
817 pub const ENUM_E_LAST: i32 = -2147221057i32;
818 pub const ENUM_S_FIRST: i32 = 262576i32;
819 pub const ENUM_S_LAST: i32 = 262591i32;
820 pub const EPT_NT_CANT_CREATE: NTSTATUS = -1073610676i32;
821 pub const EPT_NT_CANT_PERFORM_OP: NTSTATUS = -1073610699i32;
822 pub const EPT_NT_INVALID_ENTRY: NTSTATUS = -1073610700i32;
823 pub const EPT_NT_NOT_REGISTERED: NTSTATUS = -1073610698i32;
824 pub const ERROR_ALLOWED_PORT_TYPE_RESTRICTION: u32 = 941u32;
825 pub const ERROR_ALL_SIDS_FILTERED: ::windows_sys::core::HRESULT = -1073151998i32;
826 pub const ERROR_ALREADY_CONNECTED: u32 = 901u32;
827 pub const ERROR_ALREADY_CONNECTING: u32 = 910u32;
828 pub const ERROR_ATTRIBUTE_NOT_PRESENT: ::windows_sys::core::HRESULT = -2138898422i32;
829 pub const ERROR_AUDITING_DISABLED: ::windows_sys::core::HRESULT = -1073151999i32;
830 pub const ERROR_AUTHENTICATOR_MISMATCH: u32 = 955u32;
831 pub const ERROR_AUTH_PROTOCOL_REJECTED: u32 = 917u32;
832 pub const ERROR_AUTH_PROTOCOL_RESTRICTION: u32 = 942u32;
833 pub const ERROR_AUTH_SERVER_TIMEOUT: u32 = 930u32;
834 pub const ERROR_BAP_DISCONNECTED: u32 = 936u32;
835 pub const ERROR_BAP_REQUIRED: u32 = 943u32;
836 pub const ERROR_BIZRULES_NOT_ENABLED: ::windows_sys::core::HRESULT = -1073151997i32;
837 pub const ERROR_CLIENT_INTERFACE_ALREADY_EXISTS: u32 = 915u32;
838 pub const ERROR_CLIP_DEVICE_LICENSE_MISSING: ::windows_sys::core::HRESULT = -1058406397i32;
839 pub const ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID: ::windows_sys::core::HRESULT = -1058406395i32;
840 pub const ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH: ::windows_sys::core::HRESULT = -1058406390i32;
841 pub const ERROR_CLIP_LICENSE_EXPIRED: ::windows_sys::core::HRESULT = -1058406394i32;
842 pub const ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE: ::windows_sys::core::HRESULT = -1058406391i32;
843 pub const ERROR_CLIP_LICENSE_INVALID_SIGNATURE: ::windows_sys::core::HRESULT = -1058406396i32;
844 pub const ERROR_CLIP_LICENSE_NOT_FOUND: ::windows_sys::core::HRESULT = -1058406398i32;
845 pub const ERROR_CLIP_LICENSE_NOT_SIGNED: ::windows_sys::core::HRESULT = -1058406392i32;
846 pub const ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE: ::windows_sys::core::HRESULT = -1058406393i32;
847 pub const ERROR_CRED_REQUIRES_CONFIRMATION: ::windows_sys::core::HRESULT = -2146865127i32;
848 pub const ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949310i32;
849 pub const ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949309i32;
850 pub const ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949311i32;
851 pub const ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949308i32;
852 pub const ERROR_DDM_NOT_RUNNING: u32 = 903u32;
853 pub const ERROR_DIALIN_HOURS_RESTRICTION: u32 = 940u32;
854 pub const ERROR_DIALOUT_HOURS_RESTRICTION: u32 = 944u32;
855 pub const ERROR_FLT_ALREADY_ENLISTED: ::windows_sys::core::HRESULT = -2145452005i32;
856 pub const ERROR_FLT_CBDQ_DISABLED: ::windows_sys::core::HRESULT = -2145452018i32;
857 pub const ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452010i32;
858 pub const ERROR_FLT_CONTEXT_ALREADY_DEFINED: ::windows_sys::core::HRESULT = -2145452030i32;
859 pub const ERROR_FLT_CONTEXT_ALREADY_LINKED: ::windows_sys::core::HRESULT = -2145452004i32;
860 pub const ERROR_FLT_DELETING_OBJECT: ::windows_sys::core::HRESULT = -2145452021i32;
861 pub const ERROR_FLT_DISALLOW_FAST_IO: ::windows_sys::core::HRESULT = -2145452028i32;
862 pub const ERROR_FLT_DO_NOT_ATTACH: ::windows_sys::core::HRESULT = -2145452017i32;
863 pub const ERROR_FLT_DO_NOT_DETACH: ::windows_sys::core::HRESULT = -2145452016i32;
864 pub const ERROR_FLT_DUPLICATE_ENTRY: ::windows_sys::core::HRESULT = -2145452019i32;
865 pub const ERROR_FLT_FILTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452013i32;
866 pub const ERROR_FLT_FILTER_NOT_READY: ::windows_sys::core::HRESULT = -2145452024i32;
867 pub const ERROR_FLT_INSTANCE_ALTITUDE_COLLISION: ::windows_sys::core::HRESULT = -2145452015i32;
868 pub const ERROR_FLT_INSTANCE_NAME_COLLISION: ::windows_sys::core::HRESULT = -2145452014i32;
869 pub const ERROR_FLT_INSTANCE_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452011i32;
870 pub const ERROR_FLT_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2145452022i32;
871 pub const ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST: ::windows_sys::core::HRESULT = -2145452029i32;
872 pub const ERROR_FLT_INVALID_CONTEXT_REGISTRATION: ::windows_sys::core::HRESULT = -2145452009i32;
873 pub const ERROR_FLT_INVALID_NAME_REQUEST: ::windows_sys::core::HRESULT = -2145452027i32;
874 pub const ERROR_FLT_IO_COMPLETE: ::windows_sys::core::HRESULT = 2031617i32;
875 pub const ERROR_FLT_MUST_BE_NONPAGED_POOL: ::windows_sys::core::HRESULT = -2145452020i32;
876 pub const ERROR_FLT_NAME_CACHE_MISS: ::windows_sys::core::HRESULT = -2145452008i32;
877 pub const ERROR_FLT_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2145452025i32;
878 pub const ERROR_FLT_NOT_SAFE_TO_POST_OPERATION: ::windows_sys::core::HRESULT = -2145452026i32;
879 pub const ERROR_FLT_NO_DEVICE_OBJECT: ::windows_sys::core::HRESULT = -2145452007i32;
880 pub const ERROR_FLT_NO_HANDLER_DEFINED: ::windows_sys::core::HRESULT = -2145452031i32;
881 pub const ERROR_FLT_NO_WAITER_FOR_REPLY: ::windows_sys::core::HRESULT = -2145452000i32;
882 pub const ERROR_FLT_POST_OPERATION_CLEANUP: ::windows_sys::core::HRESULT = -2145452023i32;
883 pub const ERROR_FLT_REGISTRATION_BUSY: ::windows_sys::core::HRESULT = -2145451997i32;
884 pub const ERROR_FLT_VOLUME_ALREADY_MOUNTED: ::windows_sys::core::HRESULT = -2145452006i32;
885 pub const ERROR_FLT_VOLUME_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452012i32;
886 pub const ERROR_FLT_WCOS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2145451996i32;
887 pub const ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED: ::windows_sys::core::HRESULT = -1071242181i32;
888 pub const ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY: ::windows_sys::core::HRESULT = -1071242189i32;
889 pub const ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE: ::windows_sys::core::HRESULT = -1071242456i32;
890 pub const ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET: ::windows_sys::core::HRESULT = -1071242455i32;
891 pub const ERROR_GRAPHICS_ADAPTER_WAS_RESET: ::windows_sys::core::HRESULT = -1071243261i32;
892 pub const ERROR_GRAPHICS_ALLOCATION_BUSY: ::windows_sys::core::HRESULT = -1071243006i32;
893 pub const ERROR_GRAPHICS_ALLOCATION_CLOSED: ::windows_sys::core::HRESULT = -1071242990i32;
894 pub const ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST: ::windows_sys::core::HRESULT = -1071242986i32;
895 pub const ERROR_GRAPHICS_ALLOCATION_INVALID: ::windows_sys::core::HRESULT = -1071243002i32;
896 pub const ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION: ::windows_sys::core::HRESULT = -1071242406i32;
897 pub const ERROR_GRAPHICS_CANNOTCOLORCONVERT: ::windows_sys::core::HRESULT = -1071243256i32;
898 pub const ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN: ::windows_sys::core::HRESULT = -1071242429i32;
899 pub const ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION: ::windows_sys::core::HRESULT = -1071242999i32;
900 pub const ERROR_GRAPHICS_CANT_LOCK_MEMORY: ::windows_sys::core::HRESULT = -1071243007i32;
901 pub const ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION: ::windows_sys::core::HRESULT = -1071242991i32;
902 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED: ::windows_sys::core::HRESULT = -1071242190i32;
903 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON: ::windows_sys::core::HRESULT = -1071242187i32;
904 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED: ::windows_sys::core::HRESULT = -1071242188i32;
905 pub const ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242239i32;
906 pub const ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET: ::windows_sys::core::HRESULT = -1071242404i32;
907 pub const ERROR_GRAPHICS_COPP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241983i32;
908 pub const ERROR_GRAPHICS_DATASET_IS_EMPTY: ::windows_sys::core::HRESULT = 2499403i32;
909 pub const ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE: ::windows_sys::core::HRESULT = -1071241768i32;
910 pub const ERROR_GRAPHICS_DDCCI_INVALID_DATA: ::windows_sys::core::HRESULT = -1071241851i32;
911 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM: ::windows_sys::core::HRESULT = -1071241845i32;
912 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND: ::windows_sys::core::HRESULT = -1071241847i32;
913 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH: ::windows_sys::core::HRESULT = -1071241846i32;
914 pub const ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE: ::windows_sys::core::HRESULT = -1071241850i32;
915 pub const ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241852i32;
916 pub const ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS: ::windows_sys::core::HRESULT = 1076241468i32;
917 pub const ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP: ::windows_sys::core::HRESULT = -1071241758i32;
918 pub const ERROR_GRAPHICS_DRIVER_MISMATCH: ::windows_sys::core::HRESULT = -1071243255i32;
919 pub const ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION: ::windows_sys::core::HRESULT = -1071242459i32;
920 pub const ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242465i32;
921 pub const ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET: ::windows_sys::core::HRESULT = -1071242467i32;
922 pub const ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242424i32;
923 pub const ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE: ::windows_sys::core::HRESULT = -1071242752i32;
924 pub const ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -1071241855i32;
925 pub const ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA: ::windows_sys::core::HRESULT = -1071241853i32;
926 pub const ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA: ::windows_sys::core::HRESULT = -1071241854i32;
927 pub const ERROR_GRAPHICS_I2C_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241856i32;
928 pub const ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT: ::windows_sys::core::HRESULT = -1071242411i32;
929 pub const ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE: ::windows_sys::core::HRESULT = -1071242186i32;
930 pub const ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN: ::windows_sys::core::HRESULT = -1071243246i32;
931 pub const ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED: ::windows_sys::core::HRESULT = -1071243245i32;
932 pub const ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER: ::windows_sys::core::HRESULT = -1071243263i32;
933 pub const ERROR_GRAPHICS_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241753i32;
934 pub const ERROR_GRAPHICS_INVALID_ACTIVE_REGION: ::windows_sys::core::HRESULT = -1071242485i32;
935 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE: ::windows_sys::core::HRESULT = -1071242988i32;
936 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE: ::windows_sys::core::HRESULT = -1071242989i32;
937 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE: ::windows_sys::core::HRESULT = -1071242992i32;
938 pub const ERROR_GRAPHICS_INVALID_CLIENT_TYPE: ::windows_sys::core::HRESULT = -1071242405i32;
939 pub const ERROR_GRAPHICS_INVALID_COLORBASIS: ::windows_sys::core::HRESULT = -1071242434i32;
940 pub const ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE: ::windows_sys::core::HRESULT = -1071242417i32;
941 pub const ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER: ::windows_sys::core::HRESULT = -1071243262i32;
942 pub const ERROR_GRAPHICS_INVALID_DRIVER_MODEL: ::windows_sys::core::HRESULT = -1071243260i32;
943 pub const ERROR_GRAPHICS_INVALID_FREQUENCY: ::windows_sys::core::HRESULT = -1071242486i32;
944 pub const ERROR_GRAPHICS_INVALID_GAMMA_RAMP: ::windows_sys::core::HRESULT = -1071242425i32;
945 pub const ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM: ::windows_sys::core::HRESULT = -1071242410i32;
946 pub const ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR: ::windows_sys::core::HRESULT = -1071242453i32;
947 pub const ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET: ::windows_sys::core::HRESULT = -1071242454i32;
948 pub const ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN: ::windows_sys::core::HRESULT = -1071242409i32;
949 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE: ::windows_sys::core::HRESULT = -1071242468i32;
950 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET: ::windows_sys::core::HRESULT = -1071242469i32;
951 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT: ::windows_sys::core::HRESULT = -1071242408i32;
952 pub const ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET: ::windows_sys::core::HRESULT = -1071242463i32;
953 pub const ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE: ::windows_sys::core::HRESULT = -1071242462i32;
954 pub const ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION: ::windows_sys::core::HRESULT = -1071242427i32;
955 pub const ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE: ::windows_sys::core::HRESULT = -1071242418i32;
956 pub const ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL: ::windows_sys::core::HRESULT = -1071242428i32;
957 pub const ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE: ::windows_sys::core::HRESULT = -1071241844i32;
958 pub const ERROR_GRAPHICS_INVALID_PIXELFORMAT: ::windows_sys::core::HRESULT = -1071242435i32;
959 pub const ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE: ::windows_sys::core::HRESULT = -1071242433i32;
960 pub const ERROR_GRAPHICS_INVALID_POINTER: ::windows_sys::core::HRESULT = -1071241756i32;
961 pub const ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE: ::windows_sys::core::HRESULT = -1071242438i32;
962 pub const ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING: ::windows_sys::core::HRESULT = -1071242414i32;
963 pub const ERROR_GRAPHICS_INVALID_STRIDE: ::windows_sys::core::HRESULT = -1071242436i32;
964 pub const ERROR_GRAPHICS_INVALID_TOTAL_REGION: ::windows_sys::core::HRESULT = -1071242484i32;
965 pub const ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET: ::windows_sys::core::HRESULT = -1071242475i32;
966 pub const ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET: ::windows_sys::core::HRESULT = -1071242474i32;
967 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE: ::windows_sys::core::HRESULT = -1071242492i32;
968 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE: ::windows_sys::core::HRESULT = -1071242480i32;
969 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET: ::windows_sys::core::HRESULT = -1071242491i32;
970 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE: ::windows_sys::core::HRESULT = -1071242479i32;
971 pub const ERROR_GRAPHICS_INVALID_VIDPN: ::windows_sys::core::HRESULT = -1071242493i32;
972 pub const ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH: ::windows_sys::core::HRESULT = -1071242471i32;
973 pub const ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET: ::windows_sys::core::HRESULT = -1071242488i32;
974 pub const ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET: ::windows_sys::core::HRESULT = -1071242487i32;
975 pub const ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE: ::windows_sys::core::HRESULT = -1071242449i32;
976 pub const ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242496i32;
977 pub const ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON: ::windows_sys::core::HRESULT = -1071242419i32;
978 pub const ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE: ::windows_sys::core::HRESULT = -1071242437i32;
979 pub const ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED: ::windows_sys::core::HRESULT = -1071242191i32;
980 pub const ERROR_GRAPHICS_LEADLINK_START_DEFERRED: ::windows_sys::core::HRESULT = 1076241463i32;
981 pub const ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED: ::windows_sys::core::HRESULT = -1071242407i32;
982 pub const ERROR_GRAPHICS_MCA_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241848i32;
983 pub const ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING: ::windows_sys::core::HRESULT = -1071241849i32;
984 pub const ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED: ::windows_sys::core::HRESULT = -1071241762i32;
985 pub const ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION: ::windows_sys::core::HRESULT = -1071241767i32;
986 pub const ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -1071241765i32;
987 pub const ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION: ::windows_sys::core::HRESULT = -1071241766i32;
988 pub const ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE: ::windows_sys::core::HRESULT = -1071241761i32;
989 pub const ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION: ::windows_sys::core::HRESULT = -1071241764i32;
990 pub const ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241757i32;
991 pub const ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET: ::windows_sys::core::HRESULT = -1071242476i32;
992 pub const ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242460i32;
993 pub const ERROR_GRAPHICS_MODE_NOT_IN_MODESET: ::windows_sys::core::HRESULT = -1071242422i32;
994 pub const ERROR_GRAPHICS_MODE_NOT_PINNED: ::windows_sys::core::HRESULT = 2499335i32;
995 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242451i32;
996 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242450i32;
997 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET: ::windows_sys::core::HRESULT = -1071242452i32;
998 pub const ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER: ::windows_sys::core::HRESULT = -1071242444i32;
999 pub const ERROR_GRAPHICS_MONITOR_NOT_CONNECTED: ::windows_sys::core::HRESULT = -1071242440i32;
1000 pub const ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS: ::windows_sys::core::HRESULT = -1071241843i32;
1001 pub const ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242423i32;
1002 pub const ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER: ::windows_sys::core::HRESULT = -1071242192i32;
1003 pub const ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER: ::windows_sys::core::HRESULT = -1071243264i32;
1004 pub const ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER: ::windows_sys::core::HRESULT = -1071242184i32;
1005 pub const ERROR_GRAPHICS_NO_ACTIVE_VIDPN: ::windows_sys::core::HRESULT = -1071242442i32;
1006 pub const ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS: ::windows_sys::core::HRESULT = -1071242412i32;
1007 pub const ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET: ::windows_sys::core::HRESULT = -1071242445i32;
1008 pub const ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME: ::windows_sys::core::HRESULT = -1071241759i32;
1009 pub const ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT: ::windows_sys::core::HRESULT = -1071242431i32;
1010 pub const ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE: ::windows_sys::core::HRESULT = -1071241755i32;
1011 pub const ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET: ::windows_sys::core::HRESULT = 2499404i32;
1012 pub const ERROR_GRAPHICS_NO_PREFERRED_MODE: ::windows_sys::core::HRESULT = 2499358i32;
1013 pub const ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN: ::windows_sys::core::HRESULT = -1071242461i32;
1014 pub const ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242470i32;
1015 pub const ERROR_GRAPHICS_NO_VIDEO_MEMORY: ::windows_sys::core::HRESULT = -1071243008i32;
1016 pub const ERROR_GRAPHICS_NO_VIDPNMGR: ::windows_sys::core::HRESULT = -1071242443i32;
1017 pub const ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED: ::windows_sys::core::HRESULT = -1071241760i32;
1018 pub const ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE: ::windows_sys::core::HRESULT = -1071241960i32;
1019 pub const ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241954i32;
1020 pub const ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET: ::windows_sys::core::HRESULT = -1071241962i32;
1021 pub const ERROR_GRAPHICS_OPM_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241973i32;
1022 pub const ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST: ::windows_sys::core::HRESULT = -1071241951i32;
1023 pub const ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS: ::windows_sys::core::HRESULT = -1071241981i32;
1024 pub const ERROR_GRAPHICS_OPM_INVALID_HANDLE: ::windows_sys::core::HRESULT = -1071241972i32;
1025 pub const ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST: ::windows_sys::core::HRESULT = -1071241955i32;
1026 pub const ERROR_GRAPHICS_OPM_INVALID_SRM: ::windows_sys::core::HRESULT = -1071241966i32;
1027 pub const ERROR_GRAPHICS_OPM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241984i32;
1028 pub const ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST: ::windows_sys::core::HRESULT = -1071241979i32;
1029 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP: ::windows_sys::core::HRESULT = -1071241964i32;
1030 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA: ::windows_sys::core::HRESULT = -1071241963i32;
1031 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP: ::windows_sys::core::HRESULT = -1071241965i32;
1032 pub const ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH: ::windows_sys::core::HRESULT = -1071241961i32;
1033 pub const ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = -1071241957i32;
1034 pub const ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241952i32;
1035 pub const ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED: ::windows_sys::core::HRESULT = -1071241969i32;
1036 pub const ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED: ::windows_sys::core::HRESULT = -1071241968i32;
1037 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS: ::windows_sys::core::HRESULT = -1071241956i32;
1038 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS: ::windows_sys::core::HRESULT = -1071241953i32;
1039 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS: ::windows_sys::core::HRESULT = -1071241958i32;
1040 pub const ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL: ::windows_sys::core::HRESULT = -1071241754i32;
1041 pub const ERROR_GRAPHICS_PARTIAL_DATA_POPULATED: ::windows_sys::core::HRESULT = 1076240394i32;
1042 pub const ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242477i32;
1043 pub const ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED: ::windows_sys::core::HRESULT = 2499409i32;
1044 pub const ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242426i32;
1045 pub const ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242457i32;
1046 pub const ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET: ::windows_sys::core::HRESULT = -1071242478i32;
1047 pub const ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY: ::windows_sys::core::HRESULT = 1076241465i32;
1048 pub const ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND: ::windows_sys::core::HRESULT = -1071243248i32;
1049 pub const ERROR_GRAPHICS_PRESENT_DENIED: ::windows_sys::core::HRESULT = -1071243257i32;
1050 pub const ERROR_GRAPHICS_PRESENT_INVALID_WINDOW: ::windows_sys::core::HRESULT = -1071243249i32;
1051 pub const ERROR_GRAPHICS_PRESENT_MODE_CHANGED: ::windows_sys::core::HRESULT = -1071243259i32;
1052 pub const ERROR_GRAPHICS_PRESENT_OCCLUDED: ::windows_sys::core::HRESULT = -1071243258i32;
1053 pub const ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED: ::windows_sys::core::HRESULT = -1071243253i32;
1054 pub const ERROR_GRAPHICS_PRESENT_UNOCCLUDED: ::windows_sys::core::HRESULT = -1071243252i32;
1055 pub const ERROR_GRAPHICS_PVP_HFS_FAILED: ::windows_sys::core::HRESULT = -1071241967i32;
1056 pub const ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH: ::windows_sys::core::HRESULT = -1071241970i32;
1057 pub const ERROR_GRAPHICS_RESOURCES_NOT_RELATED: ::windows_sys::core::HRESULT = -1071242448i32;
1058 pub const ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = -1071249944i32;
1059 pub const ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION: ::windows_sys::core::HRESULT = 1076240897i32;
1060 pub const ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242473i32;
1061 pub const ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242447i32;
1062 pub const ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242439i32;
1063 pub const ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = -1071242240i32;
1064 pub const ERROR_GRAPHICS_STALE_MODESET: ::windows_sys::core::HRESULT = -1071242464i32;
1065 pub const ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242441i32;
1066 pub const ERROR_GRAPHICS_START_DEFERRED: ::windows_sys::core::HRESULT = 1076241466i32;
1067 pub const ERROR_GRAPHICS_TARGET_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242472i32;
1068 pub const ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242446i32;
1069 pub const ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242432i32;
1070 pub const ERROR_GRAPHICS_TOO_MANY_REFERENCES: ::windows_sys::core::HRESULT = -1071243005i32;
1071 pub const ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED: ::windows_sys::core::HRESULT = -1071242413i32;
1072 pub const ERROR_GRAPHICS_TRY_AGAIN_LATER: ::windows_sys::core::HRESULT = -1071243004i32;
1073 pub const ERROR_GRAPHICS_TRY_AGAIN_NOW: ::windows_sys::core::HRESULT = -1071243003i32;
1074 pub const ERROR_GRAPHICS_UAB_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241982i32;
1075 pub const ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -1071242416i32;
1076 pub const ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS: ::windows_sys::core::HRESULT = 1076241455i32;
1077 pub const ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE: ::windows_sys::core::HRESULT = -1071243001i32;
1078 pub const ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED: ::windows_sys::core::HRESULT = -1071243000i32;
1079 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_COMPOSITION_WINDOW_DPI_MESSAGE: ::windows_sys::core::HRESULT = -1071243242i32;
1080 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_CREATE_SUPERWETINK_MESSAGE: ::windows_sys::core::HRESULT = -1071243244i32;
1081 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_DESTROY_SUPERWETINK_MESSAGE: ::windows_sys::core::HRESULT = -1071243243i32;
1082 pub const ERROR_GRAPHICS_VAIL_STATE_CHANGED: ::windows_sys::core::HRESULT = -1071243247i32;
1083 pub const ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES: ::windows_sys::core::HRESULT = -1071242458i32;
1084 pub const ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242490i32;
1085 pub const ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE: ::windows_sys::core::HRESULT = -1071242430i32;
1086 pub const ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242494i32;
1087 pub const ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242495i32;
1088 pub const ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -1071243251i32;
1089 pub const ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED: ::windows_sys::core::HRESULT = -1071243250i32;
1090 pub const ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE: ::windows_sys::core::HRESULT = -1071242987i32;
1091 pub const ERROR_HUNG_DISPLAY_DRIVER_THREAD: ::windows_sys::core::HRESULT = -2144993279i32;
1092 pub const ERROR_IDLE_DISCONNECTED: u32 = 926u32;
1093 pub const ERROR_INTERFACE_ALREADY_EXISTS: u32 = 904u32;
1094 pub const ERROR_INTERFACE_CONFIGURATION: u32 = 912u32;
1095 pub const ERROR_INTERFACE_CONNECTED: u32 = 908u32;
1096 pub const ERROR_INTERFACE_DISABLED: u32 = 916u32;
1097 pub const ERROR_INTERFACE_DISCONNECTED: u32 = 929u32;
1098 pub const ERROR_INTERFACE_HAS_NO_DEVICES: u32 = 925u32;
1099 pub const ERROR_INTERFACE_NOT_CONNECTED: u32 = 906u32;
1100 pub const ERROR_INTERFACE_UNREACHABLE: u32 = 927u32;
1101 pub const ERROR_INVALID_ATTRIBUTE_LENGTH: u32 = 953u32;
1102 pub const ERROR_INVALID_PACKET: u32 = 954u32;
1103 pub const ERROR_INVALID_PACKET_LENGTH_OR_ID: u32 = 952u32;
1104 pub const ERROR_INVALID_RADIUS_RESPONSE: u32 = 939u32;
1105 pub const ERROR_INVALID_SIGNATURE: u32 = 950u32;
1106 pub const ERROR_INVALID_SIGNATURE_LENGTH: u32 = 949u32;
1107 pub const ERROR_IO_PREEMPTED: ::windows_sys::core::HRESULT = -1996423167i32;
1108 pub const ERROR_MAX_CLIENT_INTERFACE_LIMIT: u32 = 935u32;
1109 pub const ERROR_MAX_LAN_INTERFACE_LIMIT: u32 = 933u32;
1110 pub const ERROR_MAX_WAN_INTERFACE_LIMIT: u32 = 934u32;
1111 pub const ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM: ::windows_sys::core::HRESULT = -1071247357i32;
1112 pub const ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK: ::windows_sys::core::HRESULT = -1071247351i32;
1113 pub const ERROR_MONITOR_INVALID_MANUFACTURE_DATE: ::windows_sys::core::HRESULT = -1071247350i32;
1114 pub const ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK: ::windows_sys::core::HRESULT = -1071247354i32;
1115 pub const ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK: ::windows_sys::core::HRESULT = -1071247356i32;
1116 pub const ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK: ::windows_sys::core::HRESULT = -1071247353i32;
1117 pub const ERROR_MONITOR_NO_DESCRIPTOR: ::windows_sys::core::HRESULT = 2494465i32;
1118 pub const ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA: ::windows_sys::core::HRESULT = -1071247352i32;
1119 pub const ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT: ::windows_sys::core::HRESULT = 2494466i32;
1120 pub const ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED: ::windows_sys::core::HRESULT = -1071247355i32;
1121 pub const ERROR_NOT_A_TIERED_VOLUME: ::windows_sys::core::HRESULT = -2138898423i32;
1122 pub const ERROR_NOT_CLIENT_PORT: u32 = 913u32;
1123 pub const ERROR_NOT_ROUTER_PORT: u32 = 914u32;
1124 pub const ERROR_NO_APPLICABLE_APP_LICENSES_FOUND: ::windows_sys::core::HRESULT = -1058406399i32;
1125 pub const ERROR_NO_AUTH_PROTOCOL_AVAILABLE: u32 = 918u32;
1126 pub const ERROR_NO_INTERFACE_CREDENTIALS_SET: u32 = 909u32;
1127 pub const ERROR_NO_RADIUS_SERVERS: u32 = 938u32;
1128 pub const ERROR_NO_SIGNATURE: u32 = 951u32;
1129 pub const ERROR_NO_SUCH_INTERFACE: u32 = 905u32;
1130 pub const ERROR_PEER_REFUSED_AUTH: u32 = 919u32;
1131 pub const ERROR_PORT_LIMIT_REACHED: u32 = 931u32;
1132 pub const ERROR_PPP_SESSION_TIMEOUT: u32 = 932u32;
1133 pub const ERROR_PROTOCOL_ALREADY_INSTALLED: u32 = 948u32;
1134 pub const ERROR_PROTOCOL_STOP_PENDING: u32 = 907u32;
1135 pub const ERROR_QUIC_ALPN_NEG_FAILURE: ::windows_sys::core::HRESULT = -2143223801i32;
1136 pub const ERROR_QUIC_CONNECTION_IDLE: ::windows_sys::core::HRESULT = -2143223803i32;
1137 pub const ERROR_QUIC_CONNECTION_TIMEOUT: ::windows_sys::core::HRESULT = -2143223802i32;
1138 pub const ERROR_QUIC_HANDSHAKE_FAILURE: ::windows_sys::core::HRESULT = -2143223808i32;
1139 pub const ERROR_QUIC_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2143223805i32;
1140 pub const ERROR_QUIC_PROTOCOL_VIOLATION: ::windows_sys::core::HRESULT = -2143223804i32;
1141 pub const ERROR_QUIC_USER_CANCELED: ::windows_sys::core::HRESULT = -2143223806i32;
1142 pub const ERROR_QUIC_VER_NEG_FAILURE: ::windows_sys::core::HRESULT = -2143223807i32;
1143 pub const ERROR_REMOTEACCESS_NOT_CONFIGURED: u32 = 956u32;
1144 pub const ERROR_REMOTE_ACCT_DISABLED: u32 = 922u32;
1145 pub const ERROR_REMOTE_AUTHENTICATION_FAILURE: u32 = 924u32;
1146 pub const ERROR_REMOTE_NO_DIALIN_PERMISSION: u32 = 920u32;
1147 pub const ERROR_REMOTE_PASSWD_EXPIRED: u32 = 921u32;
1148 pub const ERROR_REMOTE_RESTRICTED_LOGON_HOURS: u32 = 923u32;
1149 pub const ERROR_ROUTER_CONFIG_INCOMPATIBLE: u32 = 945u32;
1150 pub const ERROR_ROUTER_STOPPED: u32 = 900u32;
1151 pub const ERROR_SECCORE_INVALID_COMMAND: ::windows_sys::core::HRESULT = -1058537472i32;
1152 pub const ERROR_SERVICE_IS_PAUSED: u32 = 928u32;
1153 pub const ERROR_SMB_BAD_CLUSTER_DIALECT: ::windows_sys::core::HRESULT = -1067646975i32;
1154 pub const ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP: ::windows_sys::core::HRESULT = -1067646976i32;
1155 pub const ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP: ::windows_sys::core::HRESULT = -1067646974i32;
1156 pub const ERROR_SPACES_ALLOCATION_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344818i32;
1157 pub const ERROR_SPACES_CACHE_FULL: ::windows_sys::core::HRESULT = -2132344794i32;
1158 pub const ERROR_SPACES_CORRUPT_METADATA: ::windows_sys::core::HRESULT = -2132344808i32;
1159 pub const ERROR_SPACES_DRIVE_LOST_DATA: ::windows_sys::core::HRESULT = -2132344801i32;
1160 pub const ERROR_SPACES_DRIVE_NOT_READY: ::windows_sys::core::HRESULT = -2132344803i32;
1161 pub const ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID: ::windows_sys::core::HRESULT = -2132344814i32;
1162 pub const ERROR_SPACES_DRIVE_REDUNDANCY_INVALID: ::windows_sys::core::HRESULT = -2132344826i32;
1163 pub const ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344828i32;
1164 pub const ERROR_SPACES_DRIVE_SPLIT: ::windows_sys::core::HRESULT = -2132344802i32;
1165 pub const ERROR_SPACES_DRT_FULL: ::windows_sys::core::HRESULT = -2132344807i32;
1166 pub const ERROR_SPACES_ENCLOSURE_AWARE_INVALID: ::windows_sys::core::HRESULT = -2132344817i32;
1167 pub const ERROR_SPACES_ENTRY_INCOMPLETE: ::windows_sys::core::HRESULT = -2132344813i32;
1168 pub const ERROR_SPACES_ENTRY_INVALID: ::windows_sys::core::HRESULT = -2132344812i32;
1169 pub const ERROR_SPACES_EXTENDED_ERROR: ::windows_sys::core::HRESULT = -2132344820i32;
1170 pub const ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344831i32;
1171 pub const ERROR_SPACES_FLUSH_METADATA: ::windows_sys::core::HRESULT = -2132344795i32;
1172 pub const ERROR_SPACES_INCONSISTENCY: ::windows_sys::core::HRESULT = -2132344806i32;
1173 pub const ERROR_SPACES_INTERLEAVE_LENGTH_INVALID: ::windows_sys::core::HRESULT = -2132344823i32;
1174 pub const ERROR_SPACES_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2132344830i32;
1175 pub const ERROR_SPACES_LOG_NOT_READY: ::windows_sys::core::HRESULT = -2132344805i32;
1176 pub const ERROR_SPACES_MAP_REQUIRED: ::windows_sys::core::HRESULT = -2132344810i32;
1177 pub const ERROR_SPACES_MARK_DIRTY: ::windows_sys::core::HRESULT = -2132344800i32;
1178 pub const ERROR_SPACES_NOT_ENOUGH_DRIVES: ::windows_sys::core::HRESULT = -2132344821i32;
1179 pub const ERROR_SPACES_NO_REDUNDANCY: ::windows_sys::core::HRESULT = -2132344804i32;
1180 pub const ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID: ::windows_sys::core::HRESULT = -2132344822i32;
1181 pub const ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID: ::windows_sys::core::HRESULT = -2132344825i32;
1182 pub const ERROR_SPACES_NUMBER_OF_GROUPS_INVALID: ::windows_sys::core::HRESULT = -2132344815i32;
1183 pub const ERROR_SPACES_PARITY_LAYOUT_INVALID: ::windows_sys::core::HRESULT = -2132344824i32;
1184 pub const ERROR_SPACES_POOL_WAS_DELETED: ::windows_sys::core::HRESULT = 15138817i32;
1185 pub const ERROR_SPACES_PROVISIONING_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344819i32;
1186 pub const ERROR_SPACES_RESILIENCY_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344829i32;
1187 pub const ERROR_SPACES_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2132344809i32;
1188 pub const ERROR_SPACES_UPDATE_COLUMN_STATE: ::windows_sys::core::HRESULT = -2132344811i32;
1189 pub const ERROR_SPACES_WRITE_CACHE_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344816i32;
1190 pub const ERROR_SVHDX_ERROR_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -1067647232i32;
1191 pub const ERROR_SVHDX_ERROR_STORED: ::windows_sys::core::HRESULT = -1067712512i32;
1192 pub const ERROR_SVHDX_NO_INITIATOR: ::windows_sys::core::HRESULT = -1067647221i32;
1193 pub const ERROR_SVHDX_RESERVATION_CONFLICT: ::windows_sys::core::HRESULT = -1067647225i32;
1194 pub const ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE: ::windows_sys::core::HRESULT = -1067647231i32;
1195 pub const ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED: ::windows_sys::core::HRESULT = -1067647230i32;
1196 pub const ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED: ::windows_sys::core::HRESULT = -1067647226i32;
1197 pub const ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED: ::windows_sys::core::HRESULT = -1067647227i32;
1198 pub const ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED: ::windows_sys::core::HRESULT = -1067647229i32;
1199 pub const ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED: ::windows_sys::core::HRESULT = -1067647228i32;
1200 pub const ERROR_SVHDX_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -1067647223i32;
1201 pub const ERROR_SVHDX_WRONG_FILE_TYPE: ::windows_sys::core::HRESULT = -1067647224i32;
1202 pub const ERROR_TIERING_ALREADY_PROCESSING: ::windows_sys::core::HRESULT = -2138898426i32;
1203 pub const ERROR_TIERING_CANNOT_PIN_OBJECT: ::windows_sys::core::HRESULT = -2138898425i32;
1204 pub const ERROR_TIERING_FILE_IS_NOT_PINNED: ::windows_sys::core::HRESULT = -2138898424i32;
1205 pub const ERROR_TIERING_INVALID_FILE_ID: ::windows_sys::core::HRESULT = -2138898428i32;
1206 pub const ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME: ::windows_sys::core::HRESULT = -2138898431i32;
1207 pub const ERROR_TIERING_STORAGE_TIER_NOT_FOUND: ::windows_sys::core::HRESULT = -2138898429i32;
1208 pub const ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS: ::windows_sys::core::HRESULT = -2138898430i32;
1209 pub const ERROR_TIERING_WRONG_CLUSTER_NODE: ::windows_sys::core::HRESULT = -2138898427i32;
1210 pub const ERROR_UNKNOWN_PROTOCOL_ID: u32 = 902u32;
1211 pub const ERROR_UPDATE_IN_PROGRESS: u32 = 911u32;
1212 pub const ERROR_USER_LIMIT: u32 = 937u32;
1213 pub const ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND: ::windows_sys::core::HRESULT = -1067647220i32;
1214 pub const ERROR_VHD_SHARED: ::windows_sys::core::HRESULT = -1067647222i32;
1215 pub const ERROR_VOLSNAP_ACTIVATION_TIMEOUT: ::windows_sys::core::HRESULT = -2138963966i32;
1216 pub const ERROR_VOLSNAP_BOOTFILE_NOT_VALID: ::windows_sys::core::HRESULT = -2138963967i32;
1217 pub const ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT: ::windows_sys::core::HRESULT = -2138963965i32;
1218 pub const EVENT_E_ALL_SUBSCRIBERS_FAILED: ::windows_sys::core::HRESULT = -2147220991i32;
1219 pub const EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT: ::windows_sys::core::HRESULT = -2147220978i32;
1220 pub const EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT: ::windows_sys::core::HRESULT = -2147220979i32;
1221 pub const EVENT_E_COMPLUS_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147220980i32;
1222 pub const EVENT_E_FIRST: i32 = -2147220992i32;
1223 pub const EVENT_E_INTERNALERROR: ::windows_sys::core::HRESULT = -2147220986i32;
1224 pub const EVENT_E_INTERNALEXCEPTION: ::windows_sys::core::HRESULT = -2147220987i32;
1225 pub const EVENT_E_INVALID_EVENT_CLASS_PARTITION: ::windows_sys::core::HRESULT = -2147220977i32;
1226 pub const EVENT_E_INVALID_PER_USER_SID: ::windows_sys::core::HRESULT = -2147220985i32;
1227 pub const EVENT_E_LAST: i32 = -2147220961i32;
1228 pub const EVENT_E_MISSING_EVENTCLASS: ::windows_sys::core::HRESULT = -2147220982i32;
1229 pub const EVENT_E_NOT_ALL_REMOVED: ::windows_sys::core::HRESULT = -2147220981i32;
1230 pub const EVENT_E_PER_USER_SID_NOT_LOGGED_ON: ::windows_sys::core::HRESULT = -2147220976i32;
1231 pub const EVENT_E_QUERYFIELD: ::windows_sys::core::HRESULT = -2147220988i32;
1232 pub const EVENT_E_QUERYSYNTAX: ::windows_sys::core::HRESULT = -2147220989i32;
1233 pub const EVENT_E_TOO_MANY_METHODS: ::windows_sys::core::HRESULT = -2147220983i32;
1234 pub const EVENT_E_USER_EXCEPTION: ::windows_sys::core::HRESULT = -2147220984i32;
1235 pub const EVENT_S_FIRST: i32 = 262656i32;
1236 pub const EVENT_S_LAST: i32 = 262687i32;
1237 pub const EVENT_S_NOSUBSCRIBERS: ::windows_sys::core::HRESULT = 262658i32;
1238 pub const EVENT_S_SOME_SUBSCRIBERS_FAILED: ::windows_sys::core::HRESULT = 262656i32;
1239 pub const E_ABORT: ::windows_sys::core::HRESULT = -2147467260i32;
1240 pub const E_ACCESSDENIED: ::windows_sys::core::HRESULT = -2147024891i32;
1241 pub const E_APPLICATION_ACTIVATION_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2144927141i32;
1242 pub const E_APPLICATION_ACTIVATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2144927142i32;
1243 pub const E_APPLICATION_EXITING: ::windows_sys::core::HRESULT = -2147483622i32;
1244 pub const E_APPLICATION_MANAGER_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144927145i32;
1245 pub const E_APPLICATION_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2144927148i32;
1246 pub const E_APPLICATION_TEMPORARY_LICENSE_ERROR: ::windows_sys::core::HRESULT = -2144927140i32;
1247 pub const E_APPLICATION_TRIAL_LICENSE_EXPIRED: ::windows_sys::core::HRESULT = -2144927139i32;
1248 pub const E_APPLICATION_VIEW_EXITING: ::windows_sys::core::HRESULT = -2147483621i32;
1249 pub const E_ASYNC_OPERATION_NOT_STARTED: ::windows_sys::core::HRESULT = -2147483623i32;
1250 pub const E_AUDIO_ENGINE_NODE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140798975i32;
1251 pub const E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140864502i32;
1252 pub const E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG: ::windows_sys::core::HRESULT = -2140864501i32;
1253 pub const E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION: ::windows_sys::core::HRESULT = -2140864507i32;
1254 pub const E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION: ::windows_sys::core::HRESULT = -2140864504i32;
1255 pub const E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION: ::windows_sys::core::HRESULT = -2140864497i32;
1256 pub const E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE: ::windows_sys::core::HRESULT = -2140864500i32;
1257 pub const E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES: ::windows_sys::core::HRESULT = -2140864495i32;
1258 pub const E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH: ::windows_sys::core::HRESULT = -2140864499i32;
1259 pub const E_BLUETOOTH_ATT_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2140864511i32;
1260 pub const E_BLUETOOTH_ATT_INVALID_OFFSET: ::windows_sys::core::HRESULT = -2140864505i32;
1261 pub const E_BLUETOOTH_ATT_INVALID_PDU: ::windows_sys::core::HRESULT = -2140864508i32;
1262 pub const E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL: ::windows_sys::core::HRESULT = -2140864503i32;
1263 pub const E_BLUETOOTH_ATT_READ_NOT_PERMITTED: ::windows_sys::core::HRESULT = -2140864510i32;
1264 pub const E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140864506i32;
1265 pub const E_BLUETOOTH_ATT_UNKNOWN_ERROR: ::windows_sys::core::HRESULT = -2140860416i32;
1266 pub const E_BLUETOOTH_ATT_UNLIKELY: ::windows_sys::core::HRESULT = -2140864498i32;
1267 pub const E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE: ::windows_sys::core::HRESULT = -2140864496i32;
1268 pub const E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED: ::windows_sys::core::HRESULT = -2140864509i32;
1269 pub const E_BOUNDS: ::windows_sys::core::HRESULT = -2147483637i32;
1270 pub const E_CHANGED_STATE: ::windows_sys::core::HRESULT = -2147483636i32;
1271 pub const E_ELEVATED_ACTIVATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927151i32;
1272 pub const E_FAIL: ::windows_sys::core::HRESULT = -2147467259i32;
1273 pub const E_FULL_ADMIN_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927149i32;
1274 pub const E_HANDLE: ::windows_sys::core::HRESULT = -2147024890i32;
1275 pub const E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140798973i32;
1276 pub const E_HDAUDIO_EMPTY_CONNECTION_LIST: ::windows_sys::core::HRESULT = -2140798974i32;
1277 pub const E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED: ::windows_sys::core::HRESULT = -2140798972i32;
1278 pub const E_HDAUDIO_NULL_LINKED_LIST_ENTRY: ::windows_sys::core::HRESULT = -2140798971i32;
1279 pub const E_ILLEGAL_DELEGATE_ASSIGNMENT: ::windows_sys::core::HRESULT = -2147483624i32;
1280 pub const E_ILLEGAL_METHOD_CALL: ::windows_sys::core::HRESULT = -2147483634i32;
1281 pub const E_ILLEGAL_STATE_CHANGE: ::windows_sys::core::HRESULT = -2147483635i32;
1282 pub const E_INVALIDARG: ::windows_sys::core::HRESULT = -2147024809i32;
1283 pub const E_INVALID_PROTOCOL_FORMAT: ::windows_sys::core::HRESULT = -2089418750i32;
1284 pub const E_INVALID_PROTOCOL_OPERATION: ::windows_sys::core::HRESULT = -2089418751i32;
1285 pub const E_MBN_BAD_SIM: ::windows_sys::core::HRESULT = -2141945342i32;
1286 pub const E_MBN_CONTEXT_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2141945343i32;
1287 pub const E_MBN_DATA_CLASS_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2141945341i32;
1288 pub const E_MBN_DEFAULT_PROFILE_EXIST: ::windows_sys::core::HRESULT = -2141945319i32;
1289 pub const E_MBN_FAILURE: ::windows_sys::core::HRESULT = -2141945326i32;
1290 pub const E_MBN_INVALID_ACCESS_STRING: ::windows_sys::core::HRESULT = -2141945340i32;
1291 pub const E_MBN_INVALID_CACHE: ::windows_sys::core::HRESULT = -2141945332i32;
1292 pub const E_MBN_INVALID_PROFILE: ::windows_sys::core::HRESULT = -2141945320i32;
1293 pub const E_MBN_MAX_ACTIVATED_CONTEXTS: ::windows_sys::core::HRESULT = -2141945339i32;
1294 pub const E_MBN_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2141945331i32;
1295 pub const E_MBN_PACKET_SVC_DETACHED: ::windows_sys::core::HRESULT = -2141945338i32;
1296 pub const E_MBN_PIN_DISABLED: ::windows_sys::core::HRESULT = -2141945327i32;
1297 pub const E_MBN_PIN_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945329i32;
1298 pub const E_MBN_PIN_REQUIRED: ::windows_sys::core::HRESULT = -2141945328i32;
1299 pub const E_MBN_PROVIDERS_NOT_FOUND: ::windows_sys::core::HRESULT = -2141945330i32;
1300 pub const E_MBN_PROVIDER_NOT_VISIBLE: ::windows_sys::core::HRESULT = -2141945337i32;
1301 pub const E_MBN_RADIO_POWER_OFF: ::windows_sys::core::HRESULT = -2141945336i32;
1302 pub const E_MBN_SERVICE_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2141945335i32;
1303 pub const E_MBN_SIM_NOT_INSERTED: ::windows_sys::core::HRESULT = -2141945334i32;
1304 pub const E_MBN_SMS_ENCODING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945312i32;
1305 pub const E_MBN_SMS_FILTER_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945311i32;
1306 pub const E_MBN_SMS_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945305i32;
1307 pub const E_MBN_SMS_INVALID_MEMORY_INDEX: ::windows_sys::core::HRESULT = -2141945310i32;
1308 pub const E_MBN_SMS_LANG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945309i32;
1309 pub const E_MBN_SMS_MEMORY_FAILURE: ::windows_sys::core::HRESULT = -2141945308i32;
1310 pub const E_MBN_SMS_MEMORY_FULL: ::windows_sys::core::HRESULT = -2141945303i32;
1311 pub const E_MBN_SMS_NETWORK_TIMEOUT: ::windows_sys::core::HRESULT = -2141945307i32;
1312 pub const E_MBN_SMS_OPERATION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2141945304i32;
1313 pub const E_MBN_SMS_UNKNOWN_SMSC_ADDRESS: ::windows_sys::core::HRESULT = -2141945306i32;
1314 pub const E_MBN_VOICE_CALL_IN_PROGRESS: ::windows_sys::core::HRESULT = -2141945333i32;
1315 pub const E_MONITOR_RESOLUTION_TOO_LOW: ::windows_sys::core::HRESULT = -2144927152i32;
1316 pub const E_MULTIPLE_EXTENSIONS_FOR_APPLICATION: ::windows_sys::core::HRESULT = -2144927147i32;
1317 pub const E_MULTIPLE_PACKAGES_FOR_FAMILY: ::windows_sys::core::HRESULT = -2144927146i32;
1318 pub const E_NOINTERFACE: ::windows_sys::core::HRESULT = -2147467262i32;
1319 pub const E_NOTIMPL: ::windows_sys::core::HRESULT = -2147467263i32;
1320 pub const E_OUTOFMEMORY: ::windows_sys::core::HRESULT = -2147024882i32;
1321 pub const E_POINTER: ::windows_sys::core::HRESULT = -2147467261i32;
1322 pub const E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418749i32;
1323 pub const E_PROTOCOL_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418747i32;
1324 pub const E_SKYDRIVE_FILE_NOT_UPLOADED: ::windows_sys::core::HRESULT = -2144927133i32;
1325 pub const E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX: ::windows_sys::core::HRESULT = -2144927134i32;
1326 pub const E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927136i32;
1327 pub const E_SKYDRIVE_ROOT_TARGET_OVERLAP: ::windows_sys::core::HRESULT = -2144927135i32;
1328 pub const E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927131i32;
1329 pub const E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL: ::windows_sys::core::HRESULT = -2144927132i32;
1330 pub const E_STRING_NOT_NULL_TERMINATED: ::windows_sys::core::HRESULT = -2147483625i32;
1331 pub const E_SUBPROTOCOL_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418748i32;
1332 pub const E_SYNCENGINE_CLIENT_UPDATE_NEEDED: ::windows_sys::core::HRESULT = -2013081594i32;
1333 pub const E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN: ::windows_sys::core::HRESULT = -2013085694i32;
1334 pub const E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA: ::windows_sys::core::HRESULT = -2013089790i32;
1335 pub const E_SYNCENGINE_FILE_SIZE_OVER_LIMIT: ::windows_sys::core::HRESULT = -2013089791i32;
1336 pub const E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR: ::windows_sys::core::HRESULT = -2013089787i32;
1337 pub const E_SYNCENGINE_FOLDER_INACCESSIBLE: ::windows_sys::core::HRESULT = -2013081599i32;
1338 pub const E_SYNCENGINE_FOLDER_IN_REDIRECTION: ::windows_sys::core::HRESULT = -2013081589i32;
1339 pub const E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013089788i32;
1340 pub const E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013081596i32;
1341 pub const E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED: ::windows_sys::core::HRESULT = -2013081593i32;
1342 pub const E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013081595i32;
1343 pub const E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE: ::windows_sys::core::HRESULT = -2013085690i32;
1344 pub const E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR: ::windows_sys::core::HRESULT = -2013085689i32;
1345 pub const E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED: ::windows_sys::core::HRESULT = -2013085693i32;
1346 pub const E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE: ::windows_sys::core::HRESULT = -2013085691i32;
1347 pub const E_SYNCENGINE_STORAGE_SERVICE_BLOCKED: ::windows_sys::core::HRESULT = -2013081590i32;
1348 pub const E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED: ::windows_sys::core::HRESULT = -2013081592i32;
1349 pub const E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE: ::windows_sys::core::HRESULT = -2013089786i32;
1350 pub const E_SYNCENGINE_UNKNOWN_SERVICE_ERROR: ::windows_sys::core::HRESULT = -2013085692i32;
1351 pub const E_SYNCENGINE_UNSUPPORTED_FILE_NAME: ::windows_sys::core::HRESULT = -2013089789i32;
1352 pub const E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME: ::windows_sys::core::HRESULT = -2013081598i32;
1353 pub const E_SYNCENGINE_UNSUPPORTED_MARKET: ::windows_sys::core::HRESULT = -2013081597i32;
1354 pub const E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT: ::windows_sys::core::HRESULT = -2013081591i32;
1355 pub const E_UAC_DISABLED: ::windows_sys::core::HRESULT = -2144927150i32;
1356 pub const E_UNEXPECTED: ::windows_sys::core::HRESULT = -2147418113i32;
1357 pub const FACILTIY_MUI_ERROR_CODE: u32 = 11u32;
1358 pub type FARPROC = unsafe extern "system" fn() -> isize;
1359 pub const FA_E_HOMEGROUP_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144927198i32;
1360 pub const FA_E_MAX_PERSISTED_ITEMS_REACHED: ::windows_sys::core::HRESULT = -2144927200i32;
1361 pub const FDAEMON_E_CHANGEUPDATEFAILED: ::windows_sys::core::HRESULT = -2147215740i32;
1362 pub const FDAEMON_E_FATALERROR: ::windows_sys::core::HRESULT = -2147215742i32;
1363 pub const FDAEMON_E_LOWRESOURCE: ::windows_sys::core::HRESULT = -2147215743i32;
1364 pub const FDAEMON_E_NOWORDLIST: ::windows_sys::core::HRESULT = -2147215737i32;
1365 pub const FDAEMON_E_PARTITIONDELETED: ::windows_sys::core::HRESULT = -2147215741i32;
1366 pub const FDAEMON_E_TOOMANYFILTEREDBLOCKS: ::windows_sys::core::HRESULT = -2147215736i32;
1367 pub const FDAEMON_E_WORDLISTCOMMITFAILED: ::windows_sys::core::HRESULT = -2147215738i32;
1368 pub const FDAEMON_W_EMPTYWORDLIST: ::windows_sys::core::HRESULT = 267909i32;
1369 pub const FDAEMON_W_WORDLISTFULL: ::windows_sys::core::HRESULT = 267904i32;
1370 #[repr(C)]
1371 pub struct FILETIME {
1372 pub dwLowDateTime: u32,
1373 pub dwHighDateTime: u32,
1374 }
1375 impl ::core::marker::Copy for FILETIME {}
1376 impl ::core::clone::Clone for FILETIME {
1377 fn clone(&self) -> Self {
1378 *self
1379 }
1380 }
1381 pub const FILTER_E_ALREADY_OPEN: ::windows_sys::core::HRESULT = -2147215562i32;
1382 pub const FILTER_E_CONTENTINDEXCORRUPT: ::windows_sys::core::HRESULT = -1073473740i32;
1383 pub const FILTER_E_IN_USE: ::windows_sys::core::HRESULT = -2147215560i32;
1384 pub const FILTER_E_NOT_OPEN: ::windows_sys::core::HRESULT = -2147215559i32;
1385 pub const FILTER_E_NO_SUCH_PROPERTY: ::windows_sys::core::HRESULT = -2147215557i32;
1386 pub const FILTER_E_OFFLINE: ::windows_sys::core::HRESULT = -2147215555i32;
1387 pub const FILTER_E_PARTIALLY_FILTERED: ::windows_sys::core::HRESULT = -2147215554i32;
1388 pub const FILTER_E_TOO_BIG: ::windows_sys::core::HRESULT = -2147215568i32;
1389 pub const FILTER_E_UNREACHABLE: ::windows_sys::core::HRESULT = -2147215561i32;
1390 pub const FILTER_S_CONTENTSCAN_DELAYED: ::windows_sys::core::HRESULT = 268083i32;
1391 pub const FILTER_S_DISK_FULL: ::windows_sys::core::HRESULT = 268085i32;
1392 pub const FILTER_S_FULL_CONTENTSCAN_IMMEDIATE: ::windows_sys::core::HRESULT = 268082i32;
1393 pub const FILTER_S_NO_PROPSETS: ::windows_sys::core::HRESULT = 268090i32;
1394 pub const FILTER_S_NO_SECURITY_DESCRIPTOR: ::windows_sys::core::HRESULT = 268092i32;
1395 pub const FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE: ::windows_sys::core::HRESULT = 268081i32;
1396 #[repr(C)]
1397 pub struct FLOAT128 {
1398 pub LowPart: i64,
1399 pub HighPart: i64,
1400 }
1401 impl ::core::marker::Copy for FLOAT128 {}
1402 impl ::core::clone::Clone for FLOAT128 {
1403 fn clone(&self) -> Self {
1404 *self
1405 }
1406 }
1407 pub const FRS_ERR_AUTHENTICATION: i32 = 8008i32;
1408 pub const FRS_ERR_CHILD_TO_PARENT_COMM: i32 = 8011i32;
1409 pub const FRS_ERR_INSUFFICIENT_PRIV: i32 = 8007i32;
1410 pub const FRS_ERR_INTERNAL: i32 = 8005i32;
1411 pub const FRS_ERR_INTERNAL_API: i32 = 8004i32;
1412 pub const FRS_ERR_INVALID_API_SEQUENCE: i32 = 8001i32;
1413 pub const FRS_ERR_INVALID_SERVICE_PARAMETER: i32 = 8017i32;
1414 pub const FRS_ERR_PARENT_AUTHENTICATION: i32 = 8010i32;
1415 pub const FRS_ERR_PARENT_INSUFFICIENT_PRIV: i32 = 8009i32;
1416 pub const FRS_ERR_PARENT_TO_CHILD_COMM: i32 = 8012i32;
1417 pub const FRS_ERR_SERVICE_COMM: i32 = 8006i32;
1418 pub const FRS_ERR_STARTING_SERVICE: i32 = 8002i32;
1419 pub const FRS_ERR_STOPPING_SERVICE: i32 = 8003i32;
1420 pub const FRS_ERR_SYSVOL_DEMOTE: i32 = 8016i32;
1421 pub const FRS_ERR_SYSVOL_IS_BUSY: i32 = 8015i32;
1422 pub const FRS_ERR_SYSVOL_POPULATE: i32 = 8013i32;
1423 pub const FRS_ERR_SYSVOL_POPULATE_TIMEOUT: i32 = 8014i32;
1424 pub const FVE_E_AAD_ENDPOINT_BUSY: ::windows_sys::core::HRESULT = -2144272159i32;
1425 pub const FVE_E_ACTION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272375i32;
1426 pub const FVE_E_ADBACKUP_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144272171i32;
1427 pub const FVE_E_AD_ATTR_NOT_SET: ::windows_sys::core::HRESULT = -2144272370i32;
1428 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE: ::windows_sys::core::HRESULT = -2144272165i32;
1429 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE: ::windows_sys::core::HRESULT = -2144272166i32;
1430 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE: ::windows_sys::core::HRESULT = -2144272164i32;
1431 pub const FVE_E_AD_GUID_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272369i32;
1432 pub const FVE_E_AD_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2144272358i32;
1433 pub const FVE_E_AD_INVALID_DATASIZE: ::windows_sys::core::HRESULT = -2144272372i32;
1434 pub const FVE_E_AD_INVALID_DATATYPE: ::windows_sys::core::HRESULT = -2144272373i32;
1435 pub const FVE_E_AD_NO_VALUES: ::windows_sys::core::HRESULT = -2144272371i32;
1436 pub const FVE_E_AD_SCHEMA_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2144272374i32;
1437 pub const FVE_E_AUTH_INVALID_APPLICATION: ::windows_sys::core::HRESULT = -2144272316i32;
1438 pub const FVE_E_AUTH_INVALID_CONFIG: ::windows_sys::core::HRESULT = -2144272315i32;
1439 pub const FVE_E_AUTOUNLOCK_ENABLED: ::windows_sys::core::HRESULT = -2144272343i32;
1440 pub const FVE_E_BAD_DATA: ::windows_sys::core::HRESULT = -2144272362i32;
1441 pub const FVE_E_BAD_INFORMATION: ::windows_sys::core::HRESULT = -2144272368i32;
1442 pub const FVE_E_BAD_PARTITION_SIZE: ::windows_sys::core::HRESULT = -2144272364i32;
1443 pub const FVE_E_BCD_APPLICATIONS_PATH_INCORRECT: ::windows_sys::core::HRESULT = -2144272302i32;
1444 pub const FVE_E_BOOTABLE_CDDVD: ::windows_sys::core::HRESULT = -2144272336i32;
1445 pub const FVE_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2144272177i32;
1446 pub const FVE_E_CANNOT_ENCRYPT_NO_KEY: ::windows_sys::core::HRESULT = -2144272338i32;
1447 pub const FVE_E_CANNOT_SET_FVEK_ENCRYPTED: ::windows_sys::core::HRESULT = -2144272339i32;
1448 pub const FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME: ::windows_sys::core::HRESULT = -2144272233i32;
1449 pub const FVE_E_CLUSTERING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272354i32;
1450 pub const FVE_E_CONV_READ: ::windows_sys::core::HRESULT = -2144272357i32;
1451 pub const FVE_E_CONV_RECOVERY_FAILED: ::windows_sys::core::HRESULT = -2144272248i32;
1452 pub const FVE_E_CONV_WRITE: ::windows_sys::core::HRESULT = -2144272356i32;
1453 pub const FVE_E_DEBUGGER_ENABLED: ::windows_sys::core::HRESULT = -2144272305i32;
1454 pub const FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH: ::windows_sys::core::HRESULT = -2144272178i32;
1455 pub const FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144272179i32;
1456 pub const FVE_E_DEVICE_NOT_JOINED: ::windows_sys::core::HRESULT = -2144272160i32;
1457 pub const FVE_E_DE_DEVICE_LOCKEDOUT: ::windows_sys::core::HRESULT = -2144272182i32;
1458 pub const FVE_E_DE_FIXED_DATA_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272187i32;
1459 pub const FVE_E_DE_HARDWARE_NOT_COMPLIANT: ::windows_sys::core::HRESULT = -2144272186i32;
1460 pub const FVE_E_DE_OS_VOLUME_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2144272183i32;
1461 pub const FVE_E_DE_PREVENTED_FOR_OS: ::windows_sys::core::HRESULT = -2144272175i32;
1462 pub const FVE_E_DE_PROTECTION_NOT_YET_ENABLED: ::windows_sys::core::HRESULT = -2144272181i32;
1463 pub const FVE_E_DE_PROTECTION_SUSPENDED: ::windows_sys::core::HRESULT = -2144272184i32;
1464 pub const FVE_E_DE_VOLUME_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272173i32;
1465 pub const FVE_E_DE_VOLUME_OPTED_OUT: ::windows_sys::core::HRESULT = -2144272174i32;
1466 pub const FVE_E_DE_WINRE_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2144272185i32;
1467 pub const FVE_E_DRY_RUN_FAILED: ::windows_sys::core::HRESULT = -2144272307i32;
1468 pub const FVE_E_DV_NOT_ALLOWED_BY_GP: ::windows_sys::core::HRESULT = -2144272271i32;
1469 pub const FVE_E_DV_NOT_SUPPORTED_ON_FS: ::windows_sys::core::HRESULT = -2144272272i32;
1470 pub const FVE_E_EDRIVE_BAND_ENUMERATION_FAILED: ::windows_sys::core::HRESULT = -2144272157i32;
1471 pub const FVE_E_EDRIVE_BAND_IN_USE: ::windows_sys::core::HRESULT = -2144272208i32;
1472 pub const FVE_E_EDRIVE_DISALLOWED_BY_GP: ::windows_sys::core::HRESULT = -2144272207i32;
1473 pub const FVE_E_EDRIVE_DRY_RUN_FAILED: ::windows_sys::core::HRESULT = -2144272196i32;
1474 pub const FVE_E_EDRIVE_DV_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272204i32;
1475 pub const FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE: ::windows_sys::core::HRESULT = -2144272193i32;
1476 pub const FVE_E_EDRIVE_INCOMPATIBLE_VOLUME: ::windows_sys::core::HRESULT = -2144272206i32;
1477 pub const FVE_E_EDRIVE_NO_FAILOVER_TO_SW: ::windows_sys::core::HRESULT = -2144272209i32;
1478 pub const FVE_E_EFI_ONLY: ::windows_sys::core::HRESULT = -2144272228i32;
1479 pub const FVE_E_ENH_PIN_INVALID: ::windows_sys::core::HRESULT = -2144272231i32;
1480 pub const FVE_E_EOW_NOT_SUPPORTED_IN_VERSION: ::windows_sys::core::HRESULT = -2144272172i32;
1481 pub const FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON: ::windows_sys::core::HRESULT = -2144272162i32;
1482 pub const FVE_E_FAILED_AUTHENTICATION: ::windows_sys::core::HRESULT = -2144272345i32;
1483 pub const FVE_E_FAILED_SECTOR_SIZE: ::windows_sys::core::HRESULT = -2144272346i32;
1484 pub const FVE_E_FAILED_WRONG_FS: ::windows_sys::core::HRESULT = -2144272365i32;
1485 pub const FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272314i32;
1486 pub const FVE_E_FIPS_HASH_KDF_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272232i32;
1487 pub const FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT: ::windows_sys::core::HRESULT = -2144272328i32;
1488 pub const FVE_E_FIPS_PREVENTS_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272276i32;
1489 pub const FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD: ::windows_sys::core::HRESULT = -2144272329i32;
1490 pub const FVE_E_FIPS_RNG_CHECK_FAILED: ::windows_sys::core::HRESULT = -2144272330i32;
1491 pub const FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272312i32;
1492 pub const FVE_E_FOREIGN_VOLUME: ::windows_sys::core::HRESULT = -2144272349i32;
1493 pub const FVE_E_FS_MOUNTED: ::windows_sys::core::HRESULT = -2144272309i32;
1494 pub const FVE_E_FS_NOT_EXTENDED: ::windows_sys::core::HRESULT = -2144272313i32;
1495 pub const FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE: ::windows_sys::core::HRESULT = -2144272219i32;
1496 pub const FVE_E_HIDDEN_VOLUME: ::windows_sys::core::HRESULT = -2144272298i32;
1497 pub const FVE_E_INVALID_BITLOCKER_OID: ::windows_sys::core::HRESULT = -2144272274i32;
1498 pub const FVE_E_INVALID_DATUM_TYPE: ::windows_sys::core::HRESULT = -2144272229i32;
1499 pub const FVE_E_INVALID_KEY_FORMAT: ::windows_sys::core::HRESULT = -2144272332i32;
1500 pub const FVE_E_INVALID_NBP_CERT: ::windows_sys::core::HRESULT = -2144272158i32;
1501 pub const FVE_E_INVALID_NKP_CERT: ::windows_sys::core::HRESULT = -2144272225i32;
1502 pub const FVE_E_INVALID_PASSWORD_FORMAT: ::windows_sys::core::HRESULT = -2144272331i32;
1503 pub const FVE_E_INVALID_PIN_CHARS: ::windows_sys::core::HRESULT = -2144272230i32;
1504 pub const FVE_E_INVALID_PIN_CHARS_DETAILED: ::windows_sys::core::HRESULT = -2144272180i32;
1505 pub const FVE_E_INVALID_PROTECTOR_TYPE: ::windows_sys::core::HRESULT = -2144272326i32;
1506 pub const FVE_E_INVALID_STARTUP_OPTIONS: ::windows_sys::core::HRESULT = -2144272293i32;
1507 pub const FVE_E_KEYFILE_INVALID: ::windows_sys::core::HRESULT = -2144272323i32;
1508 pub const FVE_E_KEYFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272324i32;
1509 pub const FVE_E_KEYFILE_NO_VMK: ::windows_sys::core::HRESULT = -2144272322i32;
1510 pub const FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE: ::windows_sys::core::HRESULT = -2144272217i32;
1511 pub const FVE_E_KEY_PROTECTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272279i32;
1512 pub const FVE_E_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272355i32;
1513 pub const FVE_E_KEY_ROTATION_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144272161i32;
1514 pub const FVE_E_KEY_ROTATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272163i32;
1515 pub const FVE_E_LIVEID_ACCOUNT_BLOCKED: ::windows_sys::core::HRESULT = -2144272189i32;
1516 pub const FVE_E_LIVEID_ACCOUNT_SUSPENDED: ::windows_sys::core::HRESULT = -2144272190i32;
1517 pub const FVE_E_LOCKED_VOLUME: ::windows_sys::core::HRESULT = -2144272384i32;
1518 pub const FVE_E_MOR_FAILED: ::windows_sys::core::HRESULT = -2144272299i32;
1519 pub const FVE_E_MULTIPLE_NKP_CERTS: ::windows_sys::core::HRESULT = -2144272227i32;
1520 pub const FVE_E_NON_BITLOCKER_KU: ::windows_sys::core::HRESULT = -2144272237i32;
1521 pub const FVE_E_NON_BITLOCKER_OID: ::windows_sys::core::HRESULT = -2144272251i32;
1522 pub const FVE_E_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2144272376i32;
1523 pub const FVE_E_NOT_ALLOWED_IN_SAFE_MODE: ::windows_sys::core::HRESULT = -2144272320i32;
1524 pub const FVE_E_NOT_ALLOWED_IN_VERSION: ::windows_sys::core::HRESULT = -2144272301i32;
1525 pub const FVE_E_NOT_ALLOWED_ON_CLUSTER: ::windows_sys::core::HRESULT = -2144272210i32;
1526 pub const FVE_E_NOT_ALLOWED_ON_CSV_STACK: ::windows_sys::core::HRESULT = -2144272211i32;
1527 pub const FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING: ::windows_sys::core::HRESULT = -2144272205i32;
1528 pub const FVE_E_NOT_DATA_VOLUME: ::windows_sys::core::HRESULT = -2144272359i32;
1529 pub const FVE_E_NOT_DECRYPTED: ::windows_sys::core::HRESULT = -2144272327i32;
1530 pub const FVE_E_NOT_DE_VOLUME: ::windows_sys::core::HRESULT = -2144272169i32;
1531 pub const FVE_E_NOT_ENCRYPTED: ::windows_sys::core::HRESULT = -2144272383i32;
1532 pub const FVE_E_NOT_ON_STACK: ::windows_sys::core::HRESULT = -2144272310i32;
1533 pub const FVE_E_NOT_OS_VOLUME: ::windows_sys::core::HRESULT = -2144272344i32;
1534 pub const FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES: ::windows_sys::core::HRESULT = -2144272188i32;
1535 pub const FVE_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272363i32;
1536 pub const FVE_E_NO_AUTOUNLOCK_MASTER_KEY: ::windows_sys::core::HRESULT = -2144272300i32;
1537 pub const FVE_E_NO_BOOTMGR_METRIC: ::windows_sys::core::HRESULT = -2144272379i32;
1538 pub const FVE_E_NO_BOOTSECTOR_METRIC: ::windows_sys::core::HRESULT = -2144272380i32;
1539 pub const FVE_E_NO_EXISTING_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272216i32;
1540 pub const FVE_E_NO_EXISTING_PIN: ::windows_sys::core::HRESULT = -2144272224i32;
1541 pub const FVE_E_NO_FEATURE_LICENSE: ::windows_sys::core::HRESULT = -2144272294i32;
1542 pub const FVE_E_NO_LICENSE: ::windows_sys::core::HRESULT = -2144272311i32;
1543 pub const FVE_E_NO_MBR_METRIC: ::windows_sys::core::HRESULT = -2144272381i32;
1544 pub const FVE_E_NO_PASSPHRASE_WITH_TPM: ::windows_sys::core::HRESULT = -2144272213i32;
1545 pub const FVE_E_NO_PREBOOT_KEYBOARD_DETECTED: ::windows_sys::core::HRESULT = -2144272203i32;
1546 pub const FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED: ::windows_sys::core::HRESULT = -2144272202i32;
1547 pub const FVE_E_NO_PROTECTORS_TO_TEST: ::windows_sys::core::HRESULT = -2144272325i32;
1548 pub const FVE_E_NO_SUCH_CAPABILITY_ON_TARGET: ::windows_sys::core::HRESULT = -2144272176i32;
1549 pub const FVE_E_NO_TPM_BIOS: ::windows_sys::core::HRESULT = -2144272382i32;
1550 pub const FVE_E_NO_TPM_WITH_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272212i32;
1551 pub const FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME: ::windows_sys::core::HRESULT = -2144272234i32;
1552 pub const FVE_E_OSV_KSR_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272167i32;
1553 pub const FVE_E_OS_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2144272352i32;
1554 pub const FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272275i32;
1555 pub const FVE_E_OVERLAPPED_UPDATE: ::windows_sys::core::HRESULT = -2144272348i32;
1556 pub const FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED: ::windows_sys::core::HRESULT = -2144272191i32;
1557 pub const FVE_E_PASSPHRASE_TOO_LONG: ::windows_sys::core::HRESULT = -2144272214i32;
1558 pub const FVE_E_PIN_INVALID: ::windows_sys::core::HRESULT = -2144272317i32;
1559 pub const FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED: ::windows_sys::core::HRESULT = -2144272222i32;
1560 pub const FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON: ::windows_sys::core::HRESULT = -2144272253i32;
1561 pub const FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272239i32;
1562 pub const FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272240i32;
1563 pub const FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON: ::windows_sys::core::HRESULT = -2144272252i32;
1564 pub const FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272238i32;
1565 pub const FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272249i32;
1566 pub const FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS: ::windows_sys::core::HRESULT = -2144272194i32;
1567 pub const FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH: ::windows_sys::core::HRESULT = -2144272256i32;
1568 pub const FVE_E_POLICY_INVALID_PIN_LENGTH: ::windows_sys::core::HRESULT = -2144272280i32;
1569 pub const FVE_E_POLICY_ON_RDV_EXCLUSION_LIST: ::windows_sys::core::HRESULT = -2144272156i32;
1570 pub const FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272278i32;
1571 pub const FVE_E_POLICY_PASSPHRASE_REQUIRED: ::windows_sys::core::HRESULT = -2144272277i32;
1572 pub const FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII: ::windows_sys::core::HRESULT = -2144272220i32;
1573 pub const FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE: ::windows_sys::core::HRESULT = -2144272255i32;
1574 pub const FVE_E_POLICY_PASSWORD_REQUIRED: ::windows_sys::core::HRESULT = -2144272340i32;
1575 pub const FVE_E_POLICY_PROHIBITS_SELFSIGNED: ::windows_sys::core::HRESULT = -2144272250i32;
1576 pub const FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272290i32;
1577 pub const FVE_E_POLICY_RECOVERY_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272289i32;
1578 pub const FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272292i32;
1579 pub const FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED: ::windows_sys::core::HRESULT = -2144272291i32;
1580 pub const FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE: ::windows_sys::core::HRESULT = -2144272200i32;
1581 pub const FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE: ::windows_sys::core::HRESULT = -2144272201i32;
1582 pub const FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272286i32;
1583 pub const FVE_E_POLICY_STARTUP_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272285i32;
1584 pub const FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272284i32;
1585 pub const FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272283i32;
1586 pub const FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272288i32;
1587 pub const FVE_E_POLICY_STARTUP_PIN_REQUIRED: ::windows_sys::core::HRESULT = -2144272287i32;
1588 pub const FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272282i32;
1589 pub const FVE_E_POLICY_STARTUP_TPM_REQUIRED: ::windows_sys::core::HRESULT = -2144272281i32;
1590 pub const FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272270i32;
1591 pub const FVE_E_POLICY_USER_CERTIFICATE_REQUIRED: ::windows_sys::core::HRESULT = -2144272269i32;
1592 pub const FVE_E_POLICY_USER_CERT_MUST_BE_HW: ::windows_sys::core::HRESULT = -2144272268i32;
1593 pub const FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272267i32;
1594 pub const FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272266i32;
1595 pub const FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272265i32;
1596 pub const FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272263i32;
1597 pub const FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272264i32;
1598 pub const FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272155i32;
1599 pub const FVE_E_PRIVATEKEY_AUTH_FAILED: ::windows_sys::core::HRESULT = -2144272236i32;
1600 pub const FVE_E_PROTECTION_CANNOT_BE_DISABLED: ::windows_sys::core::HRESULT = -2144272168i32;
1601 pub const FVE_E_PROTECTION_DISABLED: ::windows_sys::core::HRESULT = -2144272351i32;
1602 pub const FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED: ::windows_sys::core::HRESULT = -2144272192i32;
1603 pub const FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED: ::windows_sys::core::HRESULT = -2144272221i32;
1604 pub const FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH: ::windows_sys::core::HRESULT = -2144272215i32;
1605 pub const FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH: ::windows_sys::core::HRESULT = -2144272223i32;
1606 pub const FVE_E_PROTECTOR_EXISTS: ::windows_sys::core::HRESULT = -2144272335i32;
1607 pub const FVE_E_PROTECTOR_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272333i32;
1608 pub const FVE_E_PUBKEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272296i32;
1609 pub const FVE_E_RAW_ACCESS: ::windows_sys::core::HRESULT = -2144272304i32;
1610 pub const FVE_E_RAW_BLOCKED: ::windows_sys::core::HRESULT = -2144272303i32;
1611 pub const FVE_E_REBOOT_REQUIRED: ::windows_sys::core::HRESULT = -2144272306i32;
1612 pub const FVE_E_RECOVERY_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272350i32;
1613 pub const FVE_E_RECOVERY_PARTITION: ::windows_sys::core::HRESULT = -2144272254i32;
1614 pub const FVE_E_RELATIVE_PATH: ::windows_sys::core::HRESULT = -2144272334i32;
1615 pub const FVE_E_REMOVAL_OF_DRA_FAILED: ::windows_sys::core::HRESULT = -2144272235i32;
1616 pub const FVE_E_REMOVAL_OF_NKP_FAILED: ::windows_sys::core::HRESULT = -2144272226i32;
1617 pub const FVE_E_SECUREBOOT_CONFIGURATION_INVALID: ::windows_sys::core::HRESULT = -2144272197i32;
1618 pub const FVE_E_SECUREBOOT_DISABLED: ::windows_sys::core::HRESULT = -2144272198i32;
1619 pub const FVE_E_SECURE_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272377i32;
1620 pub const FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272154i32;
1621 pub const FVE_E_SHADOW_COPY_PRESENT: ::windows_sys::core::HRESULT = -2144272195i32;
1622 pub const FVE_E_SYSTEM_VOLUME: ::windows_sys::core::HRESULT = -2144272366i32;
1623 pub const FVE_E_TOKEN_NOT_IMPERSONATED: ::windows_sys::core::HRESULT = -2144272308i32;
1624 pub const FVE_E_TOO_SMALL: ::windows_sys::core::HRESULT = -2144272367i32;
1625 pub const FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272153i32;
1626 pub const FVE_E_TPM_DISABLED: ::windows_sys::core::HRESULT = -2144272321i32;
1627 pub const FVE_E_TPM_INVALID_PCR: ::windows_sys::core::HRESULT = -2144272319i32;
1628 pub const FVE_E_TPM_NOT_OWNED: ::windows_sys::core::HRESULT = -2144272360i32;
1629 pub const FVE_E_TPM_NO_VMK: ::windows_sys::core::HRESULT = -2144272318i32;
1630 pub const FVE_E_TPM_SRK_AUTH_NOT_ZERO: ::windows_sys::core::HRESULT = -2144272347i32;
1631 pub const FVE_E_TRANSIENT_STATE: ::windows_sys::core::HRESULT = -2144272297i32;
1632 pub const FVE_E_VIRTUALIZED_SPACE_TOO_BIG: ::windows_sys::core::HRESULT = -2144272247i32;
1633 pub const FVE_E_VOLUME_BOUND_ALREADY: ::windows_sys::core::HRESULT = -2144272353i32;
1634 pub const FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT: ::windows_sys::core::HRESULT = -2144272170i32;
1635 pub const FVE_E_VOLUME_HANDLE_OPEN: ::windows_sys::core::HRESULT = -2144272295i32;
1636 pub const FVE_E_VOLUME_NOT_BOUND: ::windows_sys::core::HRESULT = -2144272361i32;
1637 pub const FVE_E_VOLUME_TOO_SMALL: ::windows_sys::core::HRESULT = -2144272273i32;
1638 pub const FVE_E_WIPE_CANCEL_NOT_APPLICABLE: ::windows_sys::core::HRESULT = -2144272199i32;
1639 pub const FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE: ::windows_sys::core::HRESULT = -2144272218i32;
1640 pub const FVE_E_WRONG_BOOTMGR: ::windows_sys::core::HRESULT = -2144272378i32;
1641 pub const FVE_E_WRONG_BOOTSECTOR: ::windows_sys::core::HRESULT = -2144272342i32;
1642 pub const FVE_E_WRONG_SYSTEM_FS: ::windows_sys::core::HRESULT = -2144272341i32;
1643 pub const FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER: ::windows_sys::core::HRESULT = -2144206804i32;
1644 pub const FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER: ::windows_sys::core::HRESULT = -2144206803i32;
1645 pub const FWP_E_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144206839i32;
1646 pub const FWP_E_BUILTIN_OBJECT: ::windows_sys::core::HRESULT = -2144206825i32;
1647 pub const FWP_E_CALLOUT_NOTIFICATION_FAILED: ::windows_sys::core::HRESULT = -2144206793i32;
1648 pub const FWP_E_CALLOUT_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206847i32;
1649 pub const FWP_E_CONDITION_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206846i32;
1650 pub const FWP_E_CONNECTIONS_DISABLED: ::windows_sys::core::HRESULT = -2144206783i32;
1651 pub const FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT: ::windows_sys::core::HRESULT = -2144206801i32;
1652 pub const FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER: ::windows_sys::core::HRESULT = -2144206802i32;
1653 pub const FWP_E_DROP_NOICMP: ::windows_sys::core::HRESULT = -2144206588i32;
1654 pub const FWP_E_DUPLICATE_AUTH_METHOD: ::windows_sys::core::HRESULT = -2144206788i32;
1655 pub const FWP_E_DUPLICATE_CONDITION: ::windows_sys::core::HRESULT = -2144206806i32;
1656 pub const FWP_E_DUPLICATE_KEYMOD: ::windows_sys::core::HRESULT = -2144206805i32;
1657 pub const FWP_E_DYNAMIC_SESSION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206837i32;
1658 pub const FWP_E_EM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144206798i32;
1659 pub const FWP_E_FILTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206845i32;
1660 pub const FWP_E_IKEEXT_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144206780i32;
1661 pub const FWP_E_INCOMPATIBLE_AUTH_METHOD: ::windows_sys::core::HRESULT = -2144206800i32;
1662 pub const FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM: ::windows_sys::core::HRESULT = -2144206790i32;
1663 pub const FWP_E_INCOMPATIBLE_DH_GROUP: ::windows_sys::core::HRESULT = -2144206799i32;
1664 pub const FWP_E_INCOMPATIBLE_LAYER: ::windows_sys::core::HRESULT = -2144206828i32;
1665 pub const FWP_E_INCOMPATIBLE_SA_STATE: ::windows_sys::core::HRESULT = -2144206821i32;
1666 pub const FWP_E_INCOMPATIBLE_TXN: ::windows_sys::core::HRESULT = -2144206831i32;
1667 pub const FWP_E_INVALID_ACTION_TYPE: ::windows_sys::core::HRESULT = -2144206812i32;
1668 pub const FWP_E_INVALID_AUTH_TRANSFORM: ::windows_sys::core::HRESULT = -2144206792i32;
1669 pub const FWP_E_INVALID_CIPHER_TRANSFORM: ::windows_sys::core::HRESULT = -2144206791i32;
1670 pub const FWP_E_INVALID_DNS_NAME: ::windows_sys::core::HRESULT = -2144206782i32;
1671 pub const FWP_E_INVALID_ENUMERATOR: ::windows_sys::core::HRESULT = -2144206819i32;
1672 pub const FWP_E_INVALID_FLAGS: ::windows_sys::core::HRESULT = -2144206818i32;
1673 pub const FWP_E_INVALID_INTERVAL: ::windows_sys::core::HRESULT = -2144206815i32;
1674 pub const FWP_E_INVALID_NET_MASK: ::windows_sys::core::HRESULT = -2144206817i32;
1675 pub const FWP_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144206795i32;
1676 pub const FWP_E_INVALID_RANGE: ::windows_sys::core::HRESULT = -2144206816i32;
1677 pub const FWP_E_INVALID_TRANSFORM_COMBINATION: ::windows_sys::core::HRESULT = -2144206789i32;
1678 pub const FWP_E_INVALID_TUNNEL_ENDPOINT: ::windows_sys::core::HRESULT = -2144206787i32;
1679 pub const FWP_E_INVALID_WEIGHT: ::windows_sys::core::HRESULT = -2144206811i32;
1680 pub const FWP_E_IN_USE: ::windows_sys::core::HRESULT = -2144206838i32;
1681 pub const FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL: ::windows_sys::core::HRESULT = -2144206784i32;
1682 pub const FWP_E_KEY_DICTATOR_ALREADY_REGISTERED: ::windows_sys::core::HRESULT = -2144206785i32;
1683 pub const FWP_E_KM_CLIENTS_ONLY: ::windows_sys::core::HRESULT = -2144206827i32;
1684 pub const FWP_E_L2_DRIVER_NOT_READY: ::windows_sys::core::HRESULT = -2144206786i32;
1685 pub const FWP_E_LAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206844i32;
1686 pub const FWP_E_LIFETIME_MISMATCH: ::windows_sys::core::HRESULT = -2144206826i32;
1687 pub const FWP_E_MATCH_TYPE_MISMATCH: ::windows_sys::core::HRESULT = -2144206810i32;
1688 pub const FWP_E_NET_EVENTS_DISABLED: ::windows_sys::core::HRESULT = -2144206829i32;
1689 pub const FWP_E_NEVER_MATCH: ::windows_sys::core::HRESULT = -2144206797i32;
1690 pub const FWP_E_NOTIFICATION_DROPPED: ::windows_sys::core::HRESULT = -2144206823i32;
1691 pub const FWP_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206840i32;
1692 pub const FWP_E_NO_TXN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206835i32;
1693 pub const FWP_E_NULL_DISPLAY_NAME: ::windows_sys::core::HRESULT = -2144206813i32;
1694 pub const FWP_E_NULL_POINTER: ::windows_sys::core::HRESULT = -2144206820i32;
1695 pub const FWP_E_OUT_OF_BOUNDS: ::windows_sys::core::HRESULT = -2144206808i32;
1696 pub const FWP_E_PROVIDER_CONTEXT_MISMATCH: ::windows_sys::core::HRESULT = -2144206796i32;
1697 pub const FWP_E_PROVIDER_CONTEXT_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206842i32;
1698 pub const FWP_E_PROVIDER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206843i32;
1699 pub const FWP_E_RESERVED: ::windows_sys::core::HRESULT = -2144206807i32;
1700 pub const FWP_E_SESSION_ABORTED: ::windows_sys::core::HRESULT = -2144206832i32;
1701 pub const FWP_E_STILL_ON: ::windows_sys::core::HRESULT = -2144206781i32;
1702 pub const FWP_E_SUBLAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206841i32;
1703 pub const FWP_E_TIMEOUT: ::windows_sys::core::HRESULT = -2144206830i32;
1704 pub const FWP_E_TOO_MANY_CALLOUTS: ::windows_sys::core::HRESULT = -2144206824i32;
1705 pub const FWP_E_TOO_MANY_SUBLAYERS: ::windows_sys::core::HRESULT = -2144206794i32;
1706 pub const FWP_E_TRAFFIC_MISMATCH: ::windows_sys::core::HRESULT = -2144206822i32;
1707 pub const FWP_E_TXN_ABORTED: ::windows_sys::core::HRESULT = -2144206833i32;
1708 pub const FWP_E_TXN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206834i32;
1709 pub const FWP_E_TYPE_MISMATCH: ::windows_sys::core::HRESULT = -2144206809i32;
1710 pub const FWP_E_WRONG_SESSION: ::windows_sys::core::HRESULT = -2144206836i32;
1711 pub const FWP_E_ZERO_LENGTH_ARRAY: ::windows_sys::core::HRESULT = -2144206814i32;
1712 pub const GCN_E_DEFAULTNAMESPACE_EXISTS: ::windows_sys::core::HRESULT = -2143616983i32;
1713 pub const GCN_E_MODULE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616991i32;
1714 pub const GCN_E_NETADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616986i32;
1715 pub const GCN_E_NETADAPTER_TIMEOUT: ::windows_sys::core::HRESULT = -2143616987i32;
1716 pub const GCN_E_NETCOMPARTMENT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616985i32;
1717 pub const GCN_E_NETINTERFACE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616984i32;
1718 pub const GCN_E_NO_REQUEST_HANDLERS: ::windows_sys::core::HRESULT = -2143616990i32;
1719 pub const GCN_E_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2143616989i32;
1720 pub const GCN_E_RUNTIMEKEYS_FAILED: ::windows_sys::core::HRESULT = -2143616988i32;
1721 pub type HANDLE = *mut ::core::ffi::c_void;
1722 pub type HANDLE_FLAGS = u32;
1723 pub const HANDLE_FLAG_INHERIT: HANDLE_FLAGS = 1u32;
1724 pub const HANDLE_FLAG_PROTECT_FROM_CLOSE: HANDLE_FLAGS = 2u32;
1725 pub type HANDLE_PTR = usize;
1726 pub const HCN_E_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617018i32;
1727 pub const HCN_E_ADDR_INVALID_OR_RESERVED: ::windows_sys::core::HRESULT = -2143616977i32;
1728 pub const HCN_E_DEGRADED_OPERATION: ::windows_sys::core::HRESULT = -2143617001i32;
1729 pub const HCN_E_ENDPOINT_ALREADY_ATTACHED: ::windows_sys::core::HRESULT = -2143617004i32;
1730 pub const HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143616981i32;
1731 pub const HCN_E_ENDPOINT_NOT_ATTACHED: ::windows_sys::core::HRESULT = -2143616972i32;
1732 pub const HCN_E_ENDPOINT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617022i32;
1733 pub const HCN_E_ENDPOINT_NOT_LOCAL: ::windows_sys::core::HRESULT = -2143616971i32;
1734 pub const HCN_E_ENDPOINT_SHARING_DISABLED: ::windows_sys::core::HRESULT = -2143616995i32;
1735 pub const HCN_E_ENTITY_HAS_REFERENCES: ::windows_sys::core::HRESULT = -2143616980i32;
1736 pub const HCN_E_GUID_CONVERSION_FAILURE: ::windows_sys::core::HRESULT = -2143616999i32;
1737 pub const HCN_E_ICS_DISABLED: ::windows_sys::core::HRESULT = -2143616982i32;
1738 pub const HCN_E_INVALID_ENDPOINT: ::windows_sys::core::HRESULT = -2143617012i32;
1739 pub const HCN_E_INVALID_INTERNAL_PORT: ::windows_sys::core::HRESULT = -2143616979i32;
1740 pub const HCN_E_INVALID_IP: ::windows_sys::core::HRESULT = -2143616994i32;
1741 pub const HCN_E_INVALID_IP_SUBNET: ::windows_sys::core::HRESULT = -2143616973i32;
1742 pub const HCN_E_INVALID_JSON: ::windows_sys::core::HRESULT = -2143616997i32;
1743 pub const HCN_E_INVALID_JSON_REFERENCE: ::windows_sys::core::HRESULT = -2143616996i32;
1744 pub const HCN_E_INVALID_NETWORK: ::windows_sys::core::HRESULT = -2143617014i32;
1745 pub const HCN_E_INVALID_NETWORK_TYPE: ::windows_sys::core::HRESULT = -2143617013i32;
1746 pub const HCN_E_INVALID_POLICY: ::windows_sys::core::HRESULT = -2143617011i32;
1747 pub const HCN_E_INVALID_POLICY_TYPE: ::windows_sys::core::HRESULT = -2143617010i32;
1748 pub const HCN_E_INVALID_PREFIX: ::windows_sys::core::HRESULT = -2143616976i32;
1749 pub const HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION: ::windows_sys::core::HRESULT = -2143617009i32;
1750 pub const HCN_E_INVALID_SUBNET: ::windows_sys::core::HRESULT = -2143616974i32;
1751 pub const HCN_E_LAYER_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617007i32;
1752 pub const HCN_E_LAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617021i32;
1753 pub const HCN_E_MANAGER_STOPPED: ::windows_sys::core::HRESULT = -2143616992i32;
1754 pub const HCN_E_MAPPING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143617002i32;
1755 pub const HCN_E_NAMESPACE_ATTACH_FAILED: ::windows_sys::core::HRESULT = -2143616978i32;
1756 pub const HCN_E_NETWORK_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617008i32;
1757 pub const HCN_E_NETWORK_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617023i32;
1758 pub const HCN_E_OBJECT_USED_AFTER_UNLOAD: ::windows_sys::core::HRESULT = -2143616975i32;
1759 pub const HCN_E_POLICY_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617006i32;
1760 pub const HCN_E_POLICY_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617016i32;
1761 pub const HCN_E_PORT_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617005i32;
1762 pub const HCN_E_PORT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617017i32;
1763 pub const HCN_E_REGKEY_FAILURE: ::windows_sys::core::HRESULT = -2143616998i32;
1764 pub const HCN_E_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2143617003i32;
1765 pub const HCN_E_SHARED_SWITCH_MODIFICATION: ::windows_sys::core::HRESULT = -2143617000i32;
1766 pub const HCN_E_SUBNET_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617019i32;
1767 pub const HCN_E_SWITCH_EXTENSION_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616993i32;
1768 pub const HCN_E_SWITCH_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617020i32;
1769 pub const HCN_E_VFP_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2143616969i32;
1770 pub const HCN_E_VFP_PORTSETTING_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617015i32;
1771 pub const HCN_INTERFACEPARAMETERS_ALREADY_APPLIED: ::windows_sys::core::HRESULT = -2143616970i32;
1772 pub const HCS_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143878885i32;
1773 pub const HCS_E_CONNECTION_CLOSED: ::windows_sys::core::HRESULT = -2143878902i32;
1774 pub const HCS_E_CONNECTION_TIMEOUT: ::windows_sys::core::HRESULT = -2143878903i32;
1775 pub const HCS_E_CONNECT_FAILED: ::windows_sys::core::HRESULT = -2143878904i32;
1776 pub const HCS_E_GUEST_CRITICAL_ERROR: ::windows_sys::core::HRESULT = -2143878884i32;
1777 pub const HCS_E_HYPERV_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2143878910i32;
1778 pub const HCS_E_IMAGE_MISMATCH: ::windows_sys::core::HRESULT = -2143878911i32;
1779 pub const HCS_E_INVALID_JSON: ::windows_sys::core::HRESULT = -2143878899i32;
1780 pub const HCS_E_INVALID_LAYER: ::windows_sys::core::HRESULT = -2143878894i32;
1781 pub const HCS_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2143878907i32;
1782 pub const HCS_E_OPERATION_ALREADY_STARTED: ::windows_sys::core::HRESULT = -2143878890i32;
1783 pub const HCS_E_OPERATION_NOT_STARTED: ::windows_sys::core::HRESULT = -2143878891i32;
1784 pub const HCS_E_OPERATION_PENDING: ::windows_sys::core::HRESULT = -2143878889i32;
1785 pub const HCS_E_OPERATION_RESULT_ALLOCATION_FAILED: ::windows_sys::core::HRESULT = -2143878886i32;
1786 pub const HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET: ::windows_sys::core::HRESULT = -2143878887i32;
1787 pub const HCS_E_OPERATION_TIMEOUT: ::windows_sys::core::HRESULT = -2143878888i32;
1788 pub const HCS_E_PROCESS_ALREADY_STOPPED: ::windows_sys::core::HRESULT = -2143878881i32;
1789 pub const HCS_E_PROCESS_INFO_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143878883i32;
1790 pub const HCS_E_PROTOCOL_ERROR: ::windows_sys::core::HRESULT = -2143878895i32;
1791 pub const HCS_E_SERVICE_DISCONNECT: ::windows_sys::core::HRESULT = -2143878882i32;
1792 pub const HCS_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143878892i32;
1793 pub const HCS_E_SYSTEM_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143878897i32;
1794 pub const HCS_E_SYSTEM_ALREADY_STOPPED: ::windows_sys::core::HRESULT = -2143878896i32;
1795 pub const HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION: ::windows_sys::core::HRESULT = -2143878880i32;
1796 pub const HCS_E_SYSTEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2143878898i32;
1797 pub const HCS_E_TERMINATED: ::windows_sys::core::HRESULT = -2143878905i32;
1798 pub const HCS_E_TERMINATED_DURING_START: ::windows_sys::core::HRESULT = -2143878912i32;
1799 pub const HCS_E_UNEXPECTED_EXIT: ::windows_sys::core::HRESULT = -2143878906i32;
1800 pub const HCS_E_UNKNOWN_MESSAGE: ::windows_sys::core::HRESULT = -2143878901i32;
1801 pub const HCS_E_UNSUPPORTED_PROTOCOL_VERSION: ::windows_sys::core::HRESULT = -2143878900i32;
1802 pub const HCS_E_WINDOWS_INSIDER_REQUIRED: ::windows_sys::core::HRESULT = -2143878893i32;
1803 pub type HINSTANCE = isize;
1804 #[repr(C)]
1805 pub struct HLSURF__ {
1806 pub unused: i32,
1807 }
1808 impl ::core::marker::Copy for HLSURF__ {}
1809 impl ::core::clone::Clone for HLSURF__ {
1810 fn clone(&self) -> Self {
1811 *self
1812 }
1813 }
1814 pub type HRSRC = isize;
1815 #[repr(C)]
1816 pub struct HSPRITE__ {
1817 pub unused: i32,
1818 }
1819 impl ::core::marker::Copy for HSPRITE__ {}
1820 impl ::core::clone::Clone for HSPRITE__ {
1821 fn clone(&self) -> Self {
1822 *self
1823 }
1824 }
1825 pub const HSP_BASE_ERROR_MASK: ::windows_sys::core::HRESULT = -2128019200i32;
1826 pub const HSP_BASE_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128018945i32;
1827 pub const HSP_BS_ERROR_MASK: ::windows_sys::core::HRESULT = -2128080896i32;
1828 pub const HSP_BS_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128080641i32;
1829 pub const HSP_DRV_ERROR_MASK: ::windows_sys::core::HRESULT = -2128019456i32;
1830 pub const HSP_DRV_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128019201i32;
1831 pub const HSP_E_ERROR_MASK: ::windows_sys::core::HRESULT = -2128084992i32;
1832 pub const HSP_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128080897i32;
1833 pub const HSP_KSP_ALGORITHM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2128018935i32;
1834 pub const HSP_KSP_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2128018939i32;
1835 pub const HSP_KSP_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2128018943i32;
1836 pub const HSP_KSP_ERROR_MASK: ::windows_sys::core::HRESULT = -2128018944i32;
1837 pub const HSP_KSP_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128018689i32;
1838 pub const HSP_KSP_INVALID_DATA: ::windows_sys::core::HRESULT = -2128018937i32;
1839 pub const HSP_KSP_INVALID_FLAGS: ::windows_sys::core::HRESULT = -2128018936i32;
1840 pub const HSP_KSP_INVALID_KEY_HANDLE: ::windows_sys::core::HRESULT = -2128018941i32;
1841 pub const HSP_KSP_INVALID_KEY_TYPE: ::windows_sys::core::HRESULT = -2128018932i32;
1842 pub const HSP_KSP_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2128018940i32;
1843 pub const HSP_KSP_INVALID_PROVIDER_HANDLE: ::windows_sys::core::HRESULT = -2128018942i32;
1844 pub const HSP_KSP_KEY_ALREADY_FINALIZED: ::windows_sys::core::HRESULT = -2128018934i32;
1845 pub const HSP_KSP_KEY_EXISTS: ::windows_sys::core::HRESULT = -2128018923i32;
1846 pub const HSP_KSP_KEY_LOAD_FAIL: ::windows_sys::core::HRESULT = -2128018921i32;
1847 pub const HSP_KSP_KEY_MISSING: ::windows_sys::core::HRESULT = -2128018922i32;
1848 pub const HSP_KSP_KEY_NOT_FINALIZED: ::windows_sys::core::HRESULT = -2128018933i32;
1849 pub const HSP_KSP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2128018938i32;
1850 pub const HSP_KSP_NO_MEMORY: ::windows_sys::core::HRESULT = -2128018928i32;
1851 pub const HSP_KSP_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2128018920i32;
1852 pub const HSP_KSP_PARAMETER_NOT_SET: ::windows_sys::core::HRESULT = -2128018927i32;
1853 #[repr(C)]
1854 pub struct HSTR__ {
1855 pub unused: i32,
1856 }
1857 impl ::core::marker::Copy for HSTR__ {}
1858 impl ::core::clone::Clone for HSTR__ {
1859 fn clone(&self) -> Self {
1860 *self
1861 }
1862 }
1863 pub const HTTP_E_STATUS_AMBIGUOUS: ::windows_sys::core::HRESULT = -2145844948i32;
1864 pub const HTTP_E_STATUS_BAD_GATEWAY: ::windows_sys::core::HRESULT = -2145844746i32;
1865 pub const HTTP_E_STATUS_BAD_METHOD: ::windows_sys::core::HRESULT = -2145844843i32;
1866 pub const HTTP_E_STATUS_BAD_REQUEST: ::windows_sys::core::HRESULT = -2145844848i32;
1867 pub const HTTP_E_STATUS_CONFLICT: ::windows_sys::core::HRESULT = -2145844839i32;
1868 pub const HTTP_E_STATUS_DENIED: ::windows_sys::core::HRESULT = -2145844847i32;
1869 pub const HTTP_E_STATUS_EXPECTATION_FAILED: ::windows_sys::core::HRESULT = -2145844831i32;
1870 pub const HTTP_E_STATUS_FORBIDDEN: ::windows_sys::core::HRESULT = -2145844845i32;
1871 pub const HTTP_E_STATUS_GATEWAY_TIMEOUT: ::windows_sys::core::HRESULT = -2145844744i32;
1872 pub const HTTP_E_STATUS_GONE: ::windows_sys::core::HRESULT = -2145844838i32;
1873 pub const HTTP_E_STATUS_LENGTH_REQUIRED: ::windows_sys::core::HRESULT = -2145844837i32;
1874 pub const HTTP_E_STATUS_MOVED: ::windows_sys::core::HRESULT = -2145844947i32;
1875 pub const HTTP_E_STATUS_NONE_ACCEPTABLE: ::windows_sys::core::HRESULT = -2145844842i32;
1876 pub const HTTP_E_STATUS_NOT_FOUND: ::windows_sys::core::HRESULT = -2145844844i32;
1877 pub const HTTP_E_STATUS_NOT_MODIFIED: ::windows_sys::core::HRESULT = -2145844944i32;
1878 pub const HTTP_E_STATUS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2145844747i32;
1879 pub const HTTP_E_STATUS_PAYMENT_REQ: ::windows_sys::core::HRESULT = -2145844846i32;
1880 pub const HTTP_E_STATUS_PRECOND_FAILED: ::windows_sys::core::HRESULT = -2145844836i32;
1881 pub const HTTP_E_STATUS_PROXY_AUTH_REQ: ::windows_sys::core::HRESULT = -2145844841i32;
1882 pub const HTTP_E_STATUS_RANGE_NOT_SATISFIABLE: ::windows_sys::core::HRESULT = -2145844832i32;
1883 pub const HTTP_E_STATUS_REDIRECT: ::windows_sys::core::HRESULT = -2145844946i32;
1884 pub const HTTP_E_STATUS_REDIRECT_KEEP_VERB: ::windows_sys::core::HRESULT = -2145844941i32;
1885 pub const HTTP_E_STATUS_REDIRECT_METHOD: ::windows_sys::core::HRESULT = -2145844945i32;
1886 pub const HTTP_E_STATUS_REQUEST_TIMEOUT: ::windows_sys::core::HRESULT = -2145844840i32;
1887 pub const HTTP_E_STATUS_REQUEST_TOO_LARGE: ::windows_sys::core::HRESULT = -2145844835i32;
1888 pub const HTTP_E_STATUS_SERVER_ERROR: ::windows_sys::core::HRESULT = -2145844748i32;
1889 pub const HTTP_E_STATUS_SERVICE_UNAVAIL: ::windows_sys::core::HRESULT = -2145844745i32;
1890 pub const HTTP_E_STATUS_UNEXPECTED: ::windows_sys::core::HRESULT = -2145845247i32;
1891 pub const HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR: ::windows_sys::core::HRESULT = -2145845244i32;
1892 pub const HTTP_E_STATUS_UNEXPECTED_REDIRECTION: ::windows_sys::core::HRESULT = -2145845245i32;
1893 pub const HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR: ::windows_sys::core::HRESULT = -2145845243i32;
1894 pub const HTTP_E_STATUS_UNSUPPORTED_MEDIA: ::windows_sys::core::HRESULT = -2145844833i32;
1895 pub const HTTP_E_STATUS_URI_TOO_LONG: ::windows_sys::core::HRESULT = -2145844834i32;
1896 pub const HTTP_E_STATUS_USE_PROXY: ::windows_sys::core::HRESULT = -2145844943i32;
1897 pub const HTTP_E_STATUS_VERSION_NOT_SUP: ::windows_sys::core::HRESULT = -2145844743i32;
1898 #[repr(C)]
1899 pub struct HUMPD__ {
1900 pub unused: i32,
1901 }
1902 impl ::core::marker::Copy for HUMPD__ {}
1903 impl ::core::clone::Clone for HUMPD__ {
1904 fn clone(&self) -> Self {
1905 *self
1906 }
1907 }
1908 pub type HWND = isize;
1909 pub const INPLACE_E_FIRST: i32 = -2147221088i32;
1910 pub const INPLACE_E_LAST: i32 = -2147221073i32;
1911 pub const INPLACE_E_NOTOOLSPACE: ::windows_sys::core::HRESULT = -2147221087i32;
1912 pub const INPLACE_E_NOTUNDOABLE: ::windows_sys::core::HRESULT = -2147221088i32;
1913 pub const INPLACE_S_FIRST: i32 = 262560i32;
1914 pub const INPLACE_S_LAST: i32 = 262575i32;
1915 pub const INPLACE_S_TRUNCATED: ::windows_sys::core::HRESULT = 262560i32;
1916 pub const INPUT_E_DEVICE_INFO: ::windows_sys::core::HRESULT = -2143289338i32;
1917 pub const INPUT_E_DEVICE_PROPERTY: ::windows_sys::core::HRESULT = -2143289336i32;
1918 pub const INPUT_E_FRAME: ::windows_sys::core::HRESULT = -2143289340i32;
1919 pub const INPUT_E_HISTORY: ::windows_sys::core::HRESULT = -2143289339i32;
1920 pub const INPUT_E_MULTIMODAL: ::windows_sys::core::HRESULT = -2143289342i32;
1921 pub const INPUT_E_OUT_OF_ORDER: ::windows_sys::core::HRESULT = -2143289344i32;
1922 pub const INPUT_E_PACKET: ::windows_sys::core::HRESULT = -2143289341i32;
1923 pub const INPUT_E_REENTRANCY: ::windows_sys::core::HRESULT = -2143289343i32;
1924 pub const INPUT_E_TRANSFORM: ::windows_sys::core::HRESULT = -2143289337i32;
1925 pub const INVALID_HANDLE_VALUE: HANDLE = -1i32 as _;
1926 pub const IORING_E_COMPLETION_QUEUE_TOO_BIG: ::windows_sys::core::HRESULT = -2142896123i32;
1927 pub const IORING_E_CORRUPT: ::windows_sys::core::HRESULT = -2142896121i32;
1928 pub const IORING_E_REQUIRED_FLAG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2142896127i32;
1929 pub const IORING_E_SUBMISSION_QUEUE_FULL: ::windows_sys::core::HRESULT = -2142896126i32;
1930 pub const IORING_E_SUBMISSION_QUEUE_TOO_BIG: ::windows_sys::core::HRESULT = -2142896124i32;
1931 pub const IORING_E_SUBMIT_IN_PROGRESS: ::windows_sys::core::HRESULT = -2142896122i32;
1932 pub const IORING_E_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2142896125i32;
1933 pub const JSCRIPT_E_CANTEXECUTE: ::windows_sys::core::HRESULT = -1996357631i32;
1934 pub const LANGUAGE_E_DATABASE_NOT_FOUND: ::windows_sys::core::HRESULT = -2147215484i32;
1935 pub const LANGUAGE_S_LARGE_WORD: ::windows_sys::core::HRESULT = 268161i32;
1936 pub type LPARAM = isize;
1937 pub type LRESULT = isize;
1938 pub type LSTATUS = i32;
1939 #[repr(C)]
1940 pub struct LUID {
1941 pub LowPart: u32,
1942 pub HighPart: i32,
1943 }
1944 impl ::core::marker::Copy for LUID {}
1945 impl ::core::clone::Clone for LUID {
1946 fn clone(&self) -> Self {
1947 *self
1948 }
1949 }
1950 pub const MARSHAL_E_FIRST: i32 = -2147221216i32;
1951 pub const MARSHAL_E_LAST: i32 = -2147221201i32;
1952 pub const MARSHAL_S_FIRST: i32 = 262432i32;
1953 pub const MARSHAL_S_LAST: i32 = 262447i32;
1954 pub const MAX_PATH: u32 = 260u32;
1955 pub const MEM_E_INVALID_LINK: ::windows_sys::core::HRESULT = -2146959344i32;
1956 pub const MEM_E_INVALID_ROOT: ::windows_sys::core::HRESULT = -2146959351i32;
1957 pub const MEM_E_INVALID_SIZE: ::windows_sys::core::HRESULT = -2146959343i32;
1958 pub const MENROLL_S_ENROLLMENT_SUSPENDED: ::windows_sys::core::HRESULT = 1572881i32;
1959 pub const MILAVERR_INSUFFICIENTVIDEORESOURCES: ::windows_sys::core::HRESULT = -2003303160i32;
1960 pub const MILAVERR_INVALIDWMPVERSION: ::windows_sys::core::HRESULT = -2003303161i32;
1961 pub const MILAVERR_MEDIAPLAYERCLOSED: ::windows_sys::core::HRESULT = -2003303155i32;
1962 pub const MILAVERR_MODULENOTLOADED: ::windows_sys::core::HRESULT = -2003303163i32;
1963 pub const MILAVERR_NOCLOCK: ::windows_sys::core::HRESULT = -2003303168i32;
1964 pub const MILAVERR_NOMEDIATYPE: ::windows_sys::core::HRESULT = -2003303167i32;
1965 pub const MILAVERR_NOREADYFRAMES: ::windows_sys::core::HRESULT = -2003303164i32;
1966 pub const MILAVERR_NOVIDEOMIXER: ::windows_sys::core::HRESULT = -2003303166i32;
1967 pub const MILAVERR_NOVIDEOPRESENTER: ::windows_sys::core::HRESULT = -2003303165i32;
1968 pub const MILAVERR_REQUESTEDTEXTURETOOBIG: ::windows_sys::core::HRESULT = -2003303158i32;
1969 pub const MILAVERR_SEEKFAILED: ::windows_sys::core::HRESULT = -2003303157i32;
1970 pub const MILAVERR_UNEXPECTEDWMPFAILURE: ::windows_sys::core::HRESULT = -2003303156i32;
1971 pub const MILAVERR_UNKNOWNHARDWAREERROR: ::windows_sys::core::HRESULT = -2003303154i32;
1972 pub const MILAVERR_VIDEOACCELERATIONNOTAVAILABLE: ::windows_sys::core::HRESULT = -2003303159i32;
1973 pub const MILAVERR_WMPFACTORYNOTREGISTERED: ::windows_sys::core::HRESULT = -2003303162i32;
1974 pub const MILEFFECTSERR_ALREADYATTACHEDTOLISTENER: ::windows_sys::core::HRESULT = -2003302888i32;
1975 pub const MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT: ::windows_sys::core::HRESULT = -2003302894i32;
1976 pub const MILEFFECTSERR_CONNECTORNOTCONNECTED: ::windows_sys::core::HRESULT = -2003302895i32;
1977 pub const MILEFFECTSERR_CYCLEDETECTED: ::windows_sys::core::HRESULT = -2003302892i32;
1978 pub const MILEFFECTSERR_EFFECTALREADYINAGRAPH: ::windows_sys::core::HRESULT = -2003302890i32;
1979 pub const MILEFFECTSERR_EFFECTHASNOCHILDREN: ::windows_sys::core::HRESULT = -2003302889i32;
1980 pub const MILEFFECTSERR_EFFECTINMORETHANONEGRAPH: ::windows_sys::core::HRESULT = -2003302891i32;
1981 pub const MILEFFECTSERR_EFFECTNOTPARTOFGROUP: ::windows_sys::core::HRESULT = -2003302897i32;
1982 pub const MILEFFECTSERR_EMPTYBOUNDS: ::windows_sys::core::HRESULT = -2003302886i32;
1983 pub const MILEFFECTSERR_NOINPUTSOURCEATTACHED: ::windows_sys::core::HRESULT = -2003302896i32;
1984 pub const MILEFFECTSERR_NOTAFFINETRANSFORM: ::windows_sys::core::HRESULT = -2003302887i32;
1985 pub const MILEFFECTSERR_OUTPUTSIZETOOLARGE: ::windows_sys::core::HRESULT = -2003302885i32;
1986 pub const MILEFFECTSERR_RESERVED: ::windows_sys::core::HRESULT = -2003302893i32;
1987 pub const MILEFFECTSERR_UNKNOWNPROPERTY: ::windows_sys::core::HRESULT = -2003302898i32;
1988 pub const MILERR_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2003304290i32;
1989 pub const MILERR_ALREADYLOCKED: ::windows_sys::core::HRESULT = -2003304314i32;
1990 pub const MILERR_ALREADY_INITIALIZED: ::windows_sys::core::HRESULT = -2003304305i32;
1991 pub const MILERR_BADNUMBER: ::windows_sys::core::HRESULT = -2003304438i32;
1992 pub const MILERR_COLORSPACE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304289i32;
1993 pub const MILERR_DEVICECANNOTRENDERTEXT: ::windows_sys::core::HRESULT = -2003304312i32;
1994 pub const MILERR_DISPLAYFORMATNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003304316i32;
1995 pub const MILERR_DISPLAYID_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2003304287i32;
1996 pub const MILERR_DISPLAYSTATEINVALID: ::windows_sys::core::HRESULT = -2003304442i32;
1997 pub const MILERR_DXGI_ENUMERATION_OUT_OF_SYNC: ::windows_sys::core::HRESULT = -2003304291i32;
1998 pub const MILERR_GENERIC_IGNORE: ::windows_sys::core::HRESULT = -2003304309i32;
1999 pub const MILERR_GLYPHBITMAPMISSED: ::windows_sys::core::HRESULT = -2003304311i32;
2000 pub const MILERR_INSUFFICIENTBUFFER: ::windows_sys::core::HRESULT = -2003304446i32;
2001 pub const MILERR_INTERNALERROR: ::windows_sys::core::HRESULT = -2003304320i32;
2002 pub const MILERR_INVALIDCALL: ::windows_sys::core::HRESULT = -2003304315i32;
2003 pub const MILERR_MALFORMEDGLYPHCACHE: ::windows_sys::core::HRESULT = -2003304310i32;
2004 pub const MILERR_MALFORMED_GUIDELINE_DATA: ::windows_sys::core::HRESULT = -2003304308i32;
2005 pub const MILERR_MAX_TEXTURE_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2003304294i32;
2006 pub const MILERR_MISMATCHED_SIZE: ::windows_sys::core::HRESULT = -2003304304i32;
2007 pub const MILERR_MROW_READLOCK_FAILED: ::windows_sys::core::HRESULT = -2003304297i32;
2008 pub const MILERR_MROW_UPDATE_FAILED: ::windows_sys::core::HRESULT = -2003304296i32;
2009 pub const MILERR_NEED_RECREATE_AND_PRESENT: ::windows_sys::core::HRESULT = -2003304306i32;
2010 pub const MILERR_NONINVERTIBLEMATRIX: ::windows_sys::core::HRESULT = -2003304441i32;
2011 pub const MILERR_NOTLOCKED: ::windows_sys::core::HRESULT = -2003304313i32;
2012 pub const MILERR_NOT_QUEUING_PRESENTS: ::windows_sys::core::HRESULT = -2003304300i32;
2013 pub const MILERR_NO_HARDWARE_DEVICE: ::windows_sys::core::HRESULT = -2003304307i32;
2014 pub const MILERR_NO_REDIRECTION_SURFACE_AVAILABLE: ::windows_sys::core::HRESULT = -2003304303i32;
2015 pub const MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER: ::windows_sys::core::HRESULT = -2003304299i32;
2016 pub const MILERR_OBJECTBUSY: ::windows_sys::core::HRESULT = -2003304447i32;
2017 pub const MILERR_PREFILTER_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304288i32;
2018 pub const MILERR_QPC_TIME_WENT_BACKWARD: ::windows_sys::core::HRESULT = -2003304293i32;
2019 pub const MILERR_QUEUED_PRESENT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304301i32;
2020 pub const MILERR_REMOTING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304302i32;
2021 pub const MILERR_SCANNER_FAILED: ::windows_sys::core::HRESULT = -2003304444i32;
2022 pub const MILERR_SCREENACCESSDENIED: ::windows_sys::core::HRESULT = -2003304443i32;
2023 pub const MILERR_SHADER_COMPILE_FAILED: ::windows_sys::core::HRESULT = -2003304295i32;
2024 pub const MILERR_TERMINATED: ::windows_sys::core::HRESULT = -2003304439i32;
2025 pub const MILERR_TOOMANYSHADERELEMNTS: ::windows_sys::core::HRESULT = -2003304298i32;
2026 pub const MILERR_WIN32ERROR: ::windows_sys::core::HRESULT = -2003304445i32;
2027 pub const MILERR_ZEROVECTOR: ::windows_sys::core::HRESULT = -2003304440i32;
2028 pub const MK_E_CANTOPENFILE: ::windows_sys::core::HRESULT = -2147221014i32;
2029 pub const MK_E_CONNECTMANUALLY: ::windows_sys::core::HRESULT = -2147221024i32;
2030 pub const MK_E_ENUMERATION_FAILED: ::windows_sys::core::HRESULT = -2147221009i32;
2031 pub const MK_E_EXCEEDEDDEADLINE: ::windows_sys::core::HRESULT = -2147221023i32;
2032 pub const MK_E_FIRST: i32 = -2147221024i32;
2033 pub const MK_E_INTERMEDIATEINTERFACENOTSUPPORTED: ::windows_sys::core::HRESULT = -2147221017i32;
2034 pub const MK_E_INVALIDEXTENSION: ::windows_sys::core::HRESULT = -2147221018i32;
2035 pub const MK_E_LAST: i32 = -2147221009i32;
2036 pub const MK_E_MUSTBOTHERUSER: ::windows_sys::core::HRESULT = -2147221013i32;
2037 pub const MK_E_NEEDGENERIC: ::windows_sys::core::HRESULT = -2147221022i32;
2038 pub const MK_E_NOINVERSE: ::windows_sys::core::HRESULT = -2147221012i32;
2039 pub const MK_E_NOOBJECT: ::windows_sys::core::HRESULT = -2147221019i32;
2040 pub const MK_E_NOPREFIX: ::windows_sys::core::HRESULT = -2147221010i32;
2041 pub const MK_E_NOSTORAGE: ::windows_sys::core::HRESULT = -2147221011i32;
2042 pub const MK_E_NOTBINDABLE: ::windows_sys::core::HRESULT = -2147221016i32;
2043 pub const MK_E_NOTBOUND: ::windows_sys::core::HRESULT = -2147221015i32;
2044 pub const MK_E_NO_NORMALIZED: ::windows_sys::core::HRESULT = -2146959353i32;
2045 pub const MK_E_SYNTAX: ::windows_sys::core::HRESULT = -2147221020i32;
2046 pub const MK_E_UNAVAILABLE: ::windows_sys::core::HRESULT = -2147221021i32;
2047 pub const MK_S_FIRST: i32 = 262624i32;
2048 pub const MK_S_HIM: ::windows_sys::core::HRESULT = 262629i32;
2049 pub const MK_S_LAST: i32 = 262639i32;
2050 pub const MK_S_ME: ::windows_sys::core::HRESULT = 262628i32;
2051 pub const MK_S_MONIKERALREADYREGISTERED: ::windows_sys::core::HRESULT = 262631i32;
2052 pub const MK_S_REDUCED_TO_SELF: ::windows_sys::core::HRESULT = 262626i32;
2053 pub const MK_S_US: ::windows_sys::core::HRESULT = 262630i32;
2054 pub const MSDTC_E_DUPLICATE_RESOURCE: ::windows_sys::core::HRESULT = -2146367743i32;
2055 pub const MSSIPOTF_E_BADVERSION: ::windows_sys::core::HRESULT = -2146865131i32;
2056 pub const MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT: ::windows_sys::core::HRESULT = -2146865144i32;
2057 pub const MSSIPOTF_E_BAD_MAGICNUMBER: ::windows_sys::core::HRESULT = -2146865148i32;
2058 pub const MSSIPOTF_E_BAD_OFFSET_TABLE: ::windows_sys::core::HRESULT = -2146865147i32;
2059 pub const MSSIPOTF_E_CANTGETOBJECT: ::windows_sys::core::HRESULT = -2146865150i32;
2060 pub const MSSIPOTF_E_CRYPT: ::windows_sys::core::HRESULT = -2146865132i32;
2061 pub const MSSIPOTF_E_DSIG_STRUCTURE: ::windows_sys::core::HRESULT = -2146865130i32;
2062 pub const MSSIPOTF_E_FAILED_HINTS_CHECK: ::windows_sys::core::HRESULT = -2146865135i32;
2063 pub const MSSIPOTF_E_FAILED_POLICY: ::windows_sys::core::HRESULT = -2146865136i32;
2064 pub const MSSIPOTF_E_FILE: ::windows_sys::core::HRESULT = -2146865133i32;
2065 pub const MSSIPOTF_E_FILETOOSMALL: ::windows_sys::core::HRESULT = -2146865141i32;
2066 pub const MSSIPOTF_E_FILE_CHECKSUM: ::windows_sys::core::HRESULT = -2146865139i32;
2067 pub const MSSIPOTF_E_NOHEADTABLE: ::windows_sys::core::HRESULT = -2146865149i32;
2068 pub const MSSIPOTF_E_NOT_OPENTYPE: ::windows_sys::core::HRESULT = -2146865134i32;
2069 pub const MSSIPOTF_E_OUTOFMEMRANGE: ::windows_sys::core::HRESULT = -2146865151i32;
2070 pub const MSSIPOTF_E_PCONST_CHECK: ::windows_sys::core::HRESULT = -2146865129i32;
2071 pub const MSSIPOTF_E_STRUCTURE: ::windows_sys::core::HRESULT = -2146865128i32;
2072 pub const MSSIPOTF_E_TABLES_OVERLAP: ::windows_sys::core::HRESULT = -2146865143i32;
2073 pub const MSSIPOTF_E_TABLE_CHECKSUM: ::windows_sys::core::HRESULT = -2146865140i32;
2074 pub const MSSIPOTF_E_TABLE_LONGWORD: ::windows_sys::core::HRESULT = -2146865145i32;
2075 pub const MSSIPOTF_E_TABLE_PADBYTES: ::windows_sys::core::HRESULT = -2146865142i32;
2076 pub const MSSIPOTF_E_TABLE_TAGORDER: ::windows_sys::core::HRESULT = -2146865146i32;
2077 pub const NAP_E_CONFLICTING_ID: ::windows_sys::core::HRESULT = -2144927741i32;
2078 pub const NAP_E_ENTITY_DISABLED: ::windows_sys::core::HRESULT = -2144927730i32;
2079 pub const NAP_E_ID_NOT_FOUND: ::windows_sys::core::HRESULT = -2144927734i32;
2080 pub const NAP_E_INVALID_PACKET: ::windows_sys::core::HRESULT = -2144927743i32;
2081 pub const NAP_E_MAXSIZE_TOO_SMALL: ::windows_sys::core::HRESULT = -2144927733i32;
2082 pub const NAP_E_MISMATCHED_ID: ::windows_sys::core::HRESULT = -2144927736i32;
2083 pub const NAP_E_MISSING_SOH: ::windows_sys::core::HRESULT = -2144927742i32;
2084 pub const NAP_E_NETSH_GROUPPOLICY_ERROR: ::windows_sys::core::HRESULT = -2144927729i32;
2085 pub const NAP_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2144927737i32;
2086 pub const NAP_E_NOT_PENDING: ::windows_sys::core::HRESULT = -2144927735i32;
2087 pub const NAP_E_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2144927738i32;
2088 pub const NAP_E_NO_CACHED_SOH: ::windows_sys::core::HRESULT = -2144927740i32;
2089 pub const NAP_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144927732i32;
2090 pub const NAP_E_SHV_CONFIG_EXISTED: ::windows_sys::core::HRESULT = -2144927727i32;
2091 pub const NAP_E_SHV_CONFIG_NOT_FOUND: ::windows_sys::core::HRESULT = -2144927726i32;
2092 pub const NAP_E_SHV_TIMEOUT: ::windows_sys::core::HRESULT = -2144927725i32;
2093 pub const NAP_E_STILL_BOUND: ::windows_sys::core::HRESULT = -2144927739i32;
2094 pub const NAP_E_TOO_MANY_CALLS: ::windows_sys::core::HRESULT = -2144927728i32;
2095 pub const NAP_S_CERT_ALREADY_PRESENT: ::windows_sys::core::HRESULT = 2555917i32;
2096 pub type NEARPROC = unsafe extern "system" fn() -> isize;
2097 pub const NOERROR: u32 = 0u32;
2098 pub const NOT_AN_ERROR1: ::windows_sys::core::HRESULT = 529920i32;
2099 pub const NTDDI_MAXVER: u32 = 2560u32;
2100 pub const NTE_AUTHENTICATION_IGNORED: ::windows_sys::core::HRESULT = -2146893775i32;
2101 pub const NTE_BAD_ALGID: ::windows_sys::core::HRESULT = -2146893816i32;
2102 pub const NTE_BAD_DATA: ::windows_sys::core::HRESULT = -2146893819i32;
2103 pub const NTE_BAD_FLAGS: ::windows_sys::core::HRESULT = -2146893815i32;
2104 pub const NTE_BAD_HASH: ::windows_sys::core::HRESULT = -2146893822i32;
2105 pub const NTE_BAD_HASH_STATE: ::windows_sys::core::HRESULT = -2146893812i32;
2106 pub const NTE_BAD_KEY: ::windows_sys::core::HRESULT = -2146893821i32;
2107 pub const NTE_BAD_KEYSET: ::windows_sys::core::HRESULT = -2146893802i32;
2108 pub const NTE_BAD_KEYSET_PARAM: ::windows_sys::core::HRESULT = -2146893793i32;
2109 pub const NTE_BAD_KEY_STATE: ::windows_sys::core::HRESULT = -2146893813i32;
2110 pub const NTE_BAD_LEN: ::windows_sys::core::HRESULT = -2146893820i32;
2111 pub const NTE_BAD_PROVIDER: ::windows_sys::core::HRESULT = -2146893805i32;
2112 pub const NTE_BAD_PROV_TYPE: ::windows_sys::core::HRESULT = -2146893804i32;
2113 pub const NTE_BAD_PUBLIC_KEY: ::windows_sys::core::HRESULT = -2146893803i32;
2114 pub const NTE_BAD_SIGNATURE: ::windows_sys::core::HRESULT = -2146893818i32;
2115 pub const NTE_BAD_TYPE: ::windows_sys::core::HRESULT = -2146893814i32;
2116 pub const NTE_BAD_UID: ::windows_sys::core::HRESULT = -2146893823i32;
2117 pub const NTE_BAD_VER: ::windows_sys::core::HRESULT = -2146893817i32;
2118 pub const NTE_BUFFERS_OVERLAP: ::windows_sys::core::HRESULT = -2146893781i32;
2119 pub const NTE_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146893784i32;
2120 pub const NTE_DECRYPTION_FAILURE: ::windows_sys::core::HRESULT = -2146893780i32;
2121 pub const NTE_DEVICE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893771i32;
2122 pub const NTE_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2146893776i32;
2123 pub const NTE_DOUBLE_ENCRYPT: ::windows_sys::core::HRESULT = -2146893806i32;
2124 pub const NTE_ENCRYPTION_FAILURE: ::windows_sys::core::HRESULT = -2146893772i32;
2125 pub const NTE_EXISTS: ::windows_sys::core::HRESULT = -2146893809i32;
2126 pub const NTE_FAIL: ::windows_sys::core::HRESULT = -2146893792i32;
2127 pub const NTE_FIXEDPARAMETER: ::windows_sys::core::HRESULT = -2146893787i32;
2128 pub const NTE_HMAC_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893777i32;
2129 pub const NTE_INCORRECT_PASSWORD: ::windows_sys::core::HRESULT = -2146893773i32;
2130 pub const NTE_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146893779i32;
2131 pub const NTE_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146893786i32;
2132 pub const NTE_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146893785i32;
2133 pub const NTE_KEYSET_ENTRY_BAD: ::windows_sys::core::HRESULT = -2146893798i32;
2134 pub const NTE_KEYSET_NOT_DEF: ::windows_sys::core::HRESULT = -2146893799i32;
2135 pub const NTE_NOT_ACTIVE_CONSOLE: ::windows_sys::core::HRESULT = -2146893768i32;
2136 pub const NTE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893807i32;
2137 pub const NTE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893783i32;
2138 pub const NTE_NO_KEY: ::windows_sys::core::HRESULT = -2146893811i32;
2139 pub const NTE_NO_MEMORY: ::windows_sys::core::HRESULT = -2146893810i32;
2140 pub const NTE_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2146893782i32;
2141 pub const NTE_OP_OK: u32 = 0u32;
2142 pub const NTE_PASSWORD_CHANGE_REQUIRED: ::windows_sys::core::HRESULT = -2146893769i32;
2143 pub const NTE_PERM: ::windows_sys::core::HRESULT = -2146893808i32;
2144 pub const NTE_PROVIDER_DLL_FAIL: ::windows_sys::core::HRESULT = -2146893795i32;
2145 pub const NTE_PROV_DLL_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893794i32;
2146 pub const NTE_PROV_TYPE_ENTRY_BAD: ::windows_sys::core::HRESULT = -2146893800i32;
2147 pub const NTE_PROV_TYPE_NOT_DEF: ::windows_sys::core::HRESULT = -2146893801i32;
2148 pub const NTE_PROV_TYPE_NO_MATCH: ::windows_sys::core::HRESULT = -2146893797i32;
2149 pub const NTE_SIGNATURE_FILE_BAD: ::windows_sys::core::HRESULT = -2146893796i32;
2150 pub const NTE_SILENT_CONTEXT: ::windows_sys::core::HRESULT = -2146893790i32;
2151 pub const NTE_SYS_ERR: ::windows_sys::core::HRESULT = -2146893791i32;
2152 pub const NTE_TEMPORARY_PROFILE: ::windows_sys::core::HRESULT = -2146893788i32;
2153 pub const NTE_TOKEN_KEYSET_STORAGE_FULL: ::windows_sys::core::HRESULT = -2146893789i32;
2154 pub const NTE_UI_REQUIRED: ::windows_sys::core::HRESULT = -2146893778i32;
2155 pub const NTE_USER_CANCELLED: ::windows_sys::core::HRESULT = -2146893770i32;
2156 pub const NTE_VALIDATION_FAILED: ::windows_sys::core::HRESULT = -2146893774i32;
2157 pub type NTSTATUS = i32;
2158 pub type NTSTATUS_FACILITY_CODE = u32;
2159 pub const FACILITY_DEBUGGER: NTSTATUS_FACILITY_CODE = 1u32;
2160 pub const FACILITY_RPC_RUNTIME: NTSTATUS_FACILITY_CODE = 2u32;
2161 pub const FACILITY_RPC_STUBS: NTSTATUS_FACILITY_CODE = 3u32;
2162 pub const FACILITY_IO_ERROR_CODE: NTSTATUS_FACILITY_CODE = 4u32;
2163 pub const FACILITY_CODCLASS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 6u32;
2164 pub const FACILITY_NTWIN32: NTSTATUS_FACILITY_CODE = 7u32;
2165 pub const FACILITY_NTCERT: NTSTATUS_FACILITY_CODE = 8u32;
2166 pub const FACILITY_NTSSPI: NTSTATUS_FACILITY_CODE = 9u32;
2167 pub const FACILITY_TERMINAL_SERVER: NTSTATUS_FACILITY_CODE = 10u32;
2168 pub const FACILITY_USB_ERROR_CODE: NTSTATUS_FACILITY_CODE = 16u32;
2169 pub const FACILITY_HID_ERROR_CODE: NTSTATUS_FACILITY_CODE = 17u32;
2170 pub const FACILITY_FIREWIRE_ERROR_CODE: NTSTATUS_FACILITY_CODE = 18u32;
2171 pub const FACILITY_CLUSTER_ERROR_CODE: NTSTATUS_FACILITY_CODE = 19u32;
2172 pub const FACILITY_ACPI_ERROR_CODE: NTSTATUS_FACILITY_CODE = 20u32;
2173 pub const FACILITY_SXS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 21u32;
2174 pub const FACILITY_TRANSACTION: NTSTATUS_FACILITY_CODE = 25u32;
2175 pub const FACILITY_COMMONLOG: NTSTATUS_FACILITY_CODE = 26u32;
2176 pub const FACILITY_VIDEO: NTSTATUS_FACILITY_CODE = 27u32;
2177 pub const FACILITY_FILTER_MANAGER: NTSTATUS_FACILITY_CODE = 28u32;
2178 pub const FACILITY_MONITOR: NTSTATUS_FACILITY_CODE = 29u32;
2179 pub const FACILITY_GRAPHICS_KERNEL: NTSTATUS_FACILITY_CODE = 30u32;
2180 pub const FACILITY_DRIVER_FRAMEWORK: NTSTATUS_FACILITY_CODE = 32u32;
2181 pub const FACILITY_FVE_ERROR_CODE: NTSTATUS_FACILITY_CODE = 33u32;
2182 pub const FACILITY_FWP_ERROR_CODE: NTSTATUS_FACILITY_CODE = 34u32;
2183 pub const FACILITY_NDIS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 35u32;
2184 pub const FACILITY_QUIC_ERROR_CODE: NTSTATUS_FACILITY_CODE = 36u32;
2185 pub const FACILITY_TPM: NTSTATUS_FACILITY_CODE = 41u32;
2186 pub const FACILITY_RTPM: NTSTATUS_FACILITY_CODE = 42u32;
2187 pub const FACILITY_HYPERVISOR: NTSTATUS_FACILITY_CODE = 53u32;
2188 pub const FACILITY_IPSEC: NTSTATUS_FACILITY_CODE = 54u32;
2189 pub const FACILITY_VIRTUALIZATION: NTSTATUS_FACILITY_CODE = 55u32;
2190 pub const FACILITY_VOLMGR: NTSTATUS_FACILITY_CODE = 56u32;
2191 pub const FACILITY_BCD_ERROR_CODE: NTSTATUS_FACILITY_CODE = 57u32;
2192 pub const FACILITY_WIN32K_NTUSER: NTSTATUS_FACILITY_CODE = 62u32;
2193 pub const FACILITY_WIN32K_NTGDI: NTSTATUS_FACILITY_CODE = 63u32;
2194 pub const FACILITY_RESUME_KEY_FILTER: NTSTATUS_FACILITY_CODE = 64u32;
2195 pub const FACILITY_RDBSS: NTSTATUS_FACILITY_CODE = 65u32;
2196 pub const FACILITY_BTH_ATT: NTSTATUS_FACILITY_CODE = 66u32;
2197 pub const FACILITY_SECUREBOOT: NTSTATUS_FACILITY_CODE = 67u32;
2198 pub const FACILITY_AUDIO_KERNEL: NTSTATUS_FACILITY_CODE = 68u32;
2199 pub const FACILITY_VSM: NTSTATUS_FACILITY_CODE = 69u32;
2200 pub const FACILITY_NT_IORING: NTSTATUS_FACILITY_CODE = 70u32;
2201 pub const FACILITY_VOLSNAP: NTSTATUS_FACILITY_CODE = 80u32;
2202 pub const FACILITY_SDBUS: NTSTATUS_FACILITY_CODE = 81u32;
2203 pub const FACILITY_SHARED_VHDX: NTSTATUS_FACILITY_CODE = 92u32;
2204 pub const FACILITY_SMB: NTSTATUS_FACILITY_CODE = 93u32;
2205 pub const FACILITY_XVS: NTSTATUS_FACILITY_CODE = 94u32;
2206 pub const FACILITY_INTERIX: NTSTATUS_FACILITY_CODE = 153u32;
2207 pub const FACILITY_SPACES: NTSTATUS_FACILITY_CODE = 231u32;
2208 pub const FACILITY_SECURITY_CORE: NTSTATUS_FACILITY_CODE = 232u32;
2209 pub const FACILITY_SYSTEM_INTEGRITY: NTSTATUS_FACILITY_CODE = 233u32;
2210 pub const FACILITY_LICENSING: NTSTATUS_FACILITY_CODE = 234u32;
2211 pub const FACILITY_PLATFORM_MANIFEST: NTSTATUS_FACILITY_CODE = 235u32;
2212 pub const FACILITY_APP_EXEC: NTSTATUS_FACILITY_CODE = 236u32;
2213 pub const FACILITY_MAXIMUM_VALUE: NTSTATUS_FACILITY_CODE = 237u32;
2214 pub const OLEOBJ_E_FIRST: i32 = -2147221120i32;
2215 pub const OLEOBJ_E_INVALIDVERB: ::windows_sys::core::HRESULT = -2147221119i32;
2216 pub const OLEOBJ_E_LAST: i32 = -2147221105i32;
2217 pub const OLEOBJ_E_NOVERBS: ::windows_sys::core::HRESULT = -2147221120i32;
2218 pub const OLEOBJ_S_CANNOT_DOVERB_NOW: ::windows_sys::core::HRESULT = 262529i32;
2219 pub const OLEOBJ_S_FIRST: i32 = 262528i32;
2220 pub const OLEOBJ_S_INVALIDHWND: ::windows_sys::core::HRESULT = 262530i32;
2221 pub const OLEOBJ_S_INVALIDVERB: ::windows_sys::core::HRESULT = 262528i32;
2222 pub const OLEOBJ_S_LAST: i32 = 262543i32;
2223 pub const OLE_E_ADVF: ::windows_sys::core::HRESULT = -2147221503i32;
2224 pub const OLE_E_ADVISENOTSUPPORTED: ::windows_sys::core::HRESULT = -2147221501i32;
2225 pub const OLE_E_BLANK: ::windows_sys::core::HRESULT = -2147221497i32;
2226 pub const OLE_E_CANTCONVERT: ::windows_sys::core::HRESULT = -2147221487i32;
2227 pub const OLE_E_CANT_BINDTOSOURCE: ::windows_sys::core::HRESULT = -2147221494i32;
2228 pub const OLE_E_CANT_GETMONIKER: ::windows_sys::core::HRESULT = -2147221495i32;
2229 pub const OLE_E_CLASSDIFF: ::windows_sys::core::HRESULT = -2147221496i32;
2230 pub const OLE_E_ENUM_NOMORE: ::windows_sys::core::HRESULT = -2147221502i32;
2231 pub const OLE_E_FIRST: ::windows_sys::core::HRESULT = -2147221504i32;
2232 pub const OLE_E_INVALIDHWND: ::windows_sys::core::HRESULT = -2147221489i32;
2233 pub const OLE_E_INVALIDRECT: ::windows_sys::core::HRESULT = -2147221491i32;
2234 pub const OLE_E_LAST: ::windows_sys::core::HRESULT = -2147221249i32;
2235 pub const OLE_E_NOCACHE: ::windows_sys::core::HRESULT = -2147221498i32;
2236 pub const OLE_E_NOCONNECTION: ::windows_sys::core::HRESULT = -2147221500i32;
2237 pub const OLE_E_NOSTORAGE: ::windows_sys::core::HRESULT = -2147221486i32;
2238 pub const OLE_E_NOTRUNNING: ::windows_sys::core::HRESULT = -2147221499i32;
2239 pub const OLE_E_NOT_INPLACEACTIVE: ::windows_sys::core::HRESULT = -2147221488i32;
2240 pub const OLE_E_OLEVERB: ::windows_sys::core::HRESULT = -2147221504i32;
2241 pub const OLE_E_PROMPTSAVECANCELLED: ::windows_sys::core::HRESULT = -2147221492i32;
2242 pub const OLE_E_STATIC: ::windows_sys::core::HRESULT = -2147221493i32;
2243 pub const OLE_E_WRONGCOMPOBJ: ::windows_sys::core::HRESULT = -2147221490i32;
2244 pub const OLE_S_FIRST: ::windows_sys::core::HRESULT = 262144i32;
2245 pub const OLE_S_LAST: ::windows_sys::core::HRESULT = 262399i32;
2246 pub const OLE_S_MAC_CLIPFORMAT: ::windows_sys::core::HRESULT = 262146i32;
2247 pub const OLE_S_STATIC: ::windows_sys::core::HRESULT = 262145i32;
2248 pub const OLE_S_USEREG: ::windows_sys::core::HRESULT = 262144i32;
2249 pub const ONL_CONNECTION_COUNT_LIMIT: ::windows_sys::core::HRESULT = -2138701811i32;
2250 pub const ONL_E_ACCESS_DENIED_BY_TOU: ::windows_sys::core::HRESULT = -2138701822i32;
2251 pub const ONL_E_ACCOUNT_LOCKED: ::windows_sys::core::HRESULT = -2138701817i32;
2252 pub const ONL_E_ACCOUNT_SUSPENDED_ABUSE: ::windows_sys::core::HRESULT = -2138701813i32;
2253 pub const ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE: ::windows_sys::core::HRESULT = -2138701814i32;
2254 pub const ONL_E_ACCOUNT_UPDATE_REQUIRED: ::windows_sys::core::HRESULT = -2138701819i32;
2255 pub const ONL_E_ACTION_REQUIRED: ::windows_sys::core::HRESULT = -2138701812i32;
2256 pub const ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT: ::windows_sys::core::HRESULT = -2138701810i32;
2257 pub const ONL_E_EMAIL_VERIFICATION_REQUIRED: ::windows_sys::core::HRESULT = -2138701815i32;
2258 pub const ONL_E_FORCESIGNIN: ::windows_sys::core::HRESULT = -2138701818i32;
2259 pub const ONL_E_INVALID_APPLICATION: ::windows_sys::core::HRESULT = -2138701821i32;
2260 pub const ONL_E_INVALID_AUTHENTICATION_TARGET: ::windows_sys::core::HRESULT = -2138701823i32;
2261 pub const ONL_E_PARENTAL_CONSENT_REQUIRED: ::windows_sys::core::HRESULT = -2138701816i32;
2262 pub const ONL_E_PASSWORD_UPDATE_REQUIRED: ::windows_sys::core::HRESULT = -2138701820i32;
2263 pub const ONL_E_REQUEST_THROTTLED: ::windows_sys::core::HRESULT = -2138701808i32;
2264 pub const ONL_E_USER_AUTHENTICATION_REQUIRED: ::windows_sys::core::HRESULT = -2138701809i32;
2265 pub const OR_INVALID_OID: i32 = 1911i32;
2266 pub const OR_INVALID_OXID: i32 = 1910i32;
2267 pub const OR_INVALID_SET: i32 = 1912i32;
2268 pub const OSS_ACCESS_SERIALIZATION_ERROR: ::windows_sys::core::HRESULT = -2146881517i32;
2269 pub const OSS_API_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881495i32;
2270 pub const OSS_BAD_ARG: ::windows_sys::core::HRESULT = -2146881530i32;
2271 pub const OSS_BAD_ENCRULES: ::windows_sys::core::HRESULT = -2146881514i32;
2272 pub const OSS_BAD_PTR: ::windows_sys::core::HRESULT = -2146881525i32;
2273 pub const OSS_BAD_TABLE: ::windows_sys::core::HRESULT = -2146881521i32;
2274 pub const OSS_BAD_TIME: ::windows_sys::core::HRESULT = -2146881524i32;
2275 pub const OSS_BAD_VERSION: ::windows_sys::core::HRESULT = -2146881529i32;
2276 pub const OSS_BERDER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881494i32;
2277 pub const OSS_CANT_CLOSE_TRACE_FILE: ::windows_sys::core::HRESULT = -2146881490i32;
2278 pub const OSS_CANT_OPEN_TRACE_FILE: ::windows_sys::core::HRESULT = -2146881509i32;
2279 pub const OSS_CANT_OPEN_TRACE_WINDOW: ::windows_sys::core::HRESULT = -2146881512i32;
2280 pub const OSS_COMPARATOR_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881499i32;
2281 pub const OSS_COMPARATOR_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881500i32;
2282 pub const OSS_CONSTRAINT_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881501i32;
2283 pub const OSS_CONSTRAINT_VIOLATED: ::windows_sys::core::HRESULT = -2146881519i32;
2284 pub const OSS_COPIER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881502i32;
2285 pub const OSS_DATA_ERROR: ::windows_sys::core::HRESULT = -2146881531i32;
2286 pub const OSS_FATAL_ERROR: ::windows_sys::core::HRESULT = -2146881518i32;
2287 pub const OSS_INDEFINITE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146881523i32;
2288 pub const OSS_LIMITED: ::windows_sys::core::HRESULT = -2146881526i32;
2289 pub const OSS_MEM_ERROR: ::windows_sys::core::HRESULT = -2146881522i32;
2290 pub const OSS_MEM_MGR_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881498i32;
2291 pub const OSS_MORE_BUF: ::windows_sys::core::HRESULT = -2146881535i32;
2292 pub const OSS_MORE_INPUT: ::windows_sys::core::HRESULT = -2146881532i32;
2293 pub const OSS_MUTEX_NOT_CREATED: ::windows_sys::core::HRESULT = -2146881491i32;
2294 pub const OSS_NEGATIVE_UINTEGER: ::windows_sys::core::HRESULT = -2146881534i32;
2295 pub const OSS_NULL_FCN: ::windows_sys::core::HRESULT = -2146881515i32;
2296 pub const OSS_NULL_TBL: ::windows_sys::core::HRESULT = -2146881516i32;
2297 pub const OSS_OID_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881510i32;
2298 pub const OSS_OPEN_TYPE_ERROR: ::windows_sys::core::HRESULT = -2146881492i32;
2299 pub const OSS_OUT_MEMORY: ::windows_sys::core::HRESULT = -2146881528i32;
2300 pub const OSS_OUT_OF_RANGE: ::windows_sys::core::HRESULT = -2146881503i32;
2301 pub const OSS_PDU_MISMATCH: ::windows_sys::core::HRESULT = -2146881527i32;
2302 pub const OSS_PDU_RANGE: ::windows_sys::core::HRESULT = -2146881533i32;
2303 pub const OSS_PDV_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881496i32;
2304 pub const OSS_PDV_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881497i32;
2305 pub const OSS_PER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881493i32;
2306 pub const OSS_REAL_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881504i32;
2307 pub const OSS_REAL_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881505i32;
2308 pub const OSS_TABLE_MISMATCH: ::windows_sys::core::HRESULT = -2146881507i32;
2309 pub const OSS_TOO_LONG: ::windows_sys::core::HRESULT = -2146881520i32;
2310 pub const OSS_TRACE_FILE_ALREADY_OPEN: ::windows_sys::core::HRESULT = -2146881508i32;
2311 pub const OSS_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146881506i32;
2312 pub const OSS_UNAVAIL_ENCRULES: ::windows_sys::core::HRESULT = -2146881513i32;
2313 pub const OSS_UNIMPLEMENTED: ::windows_sys::core::HRESULT = -2146881511i32;
2314 pub type PAPCFUNC = unsafe extern "system" fn(parameter: usize);
2315 pub const PEERDIST_ERROR_ALREADY_COMPLETED: i32 = 4060i32;
2316 pub const PEERDIST_ERROR_ALREADY_EXISTS: i32 = 4058i32;
2317 pub const PEERDIST_ERROR_ALREADY_INITIALIZED: i32 = 4055i32;
2318 pub const PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO: i32 = 4051i32;
2319 pub const PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED: i32 = 4050i32;
2320 pub const PEERDIST_ERROR_INVALIDATED: i32 = 4057i32;
2321 pub const PEERDIST_ERROR_INVALID_CONFIGURATION: i32 = 4063i32;
2322 pub const PEERDIST_ERROR_MISSING_DATA: i32 = 4052i32;
2323 pub const PEERDIST_ERROR_NOT_INITIALIZED: i32 = 4054i32;
2324 pub const PEERDIST_ERROR_NOT_LICENSED: i32 = 4064i32;
2325 pub const PEERDIST_ERROR_NO_MORE: i32 = 4053i32;
2326 pub const PEERDIST_ERROR_OPERATION_NOTFOUND: i32 = 4059i32;
2327 pub const PEERDIST_ERROR_OUT_OF_BOUNDS: i32 = 4061i32;
2328 pub const PEERDIST_ERROR_SERVICE_UNAVAILABLE: i32 = 4065i32;
2329 pub const PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS: i32 = 4056i32;
2330 pub const PEERDIST_ERROR_TRUST_FAILURE: i32 = 4066i32;
2331 pub const PEERDIST_ERROR_VERSION_UNSUPPORTED: i32 = 4062i32;
2332 pub const PEER_E_ALREADY_LISTENING: ::windows_sys::core::HRESULT = -2140995321i32;
2333 pub const PEER_E_CANNOT_CONVERT_PEER_NAME: ::windows_sys::core::HRESULT = -2140979199i32;
2334 pub const PEER_E_CANNOT_START_SERVICE: ::windows_sys::core::HRESULT = -2140995581i32;
2335 pub const PEER_E_CERT_STORE_CORRUPTED: ::windows_sys::core::HRESULT = -2140993535i32;
2336 pub const PEER_E_CHAIN_TOO_LONG: ::windows_sys::core::HRESULT = -2140993789i32;
2337 pub const PEER_E_CIRCULAR_CHAIN_DETECTED: ::windows_sys::core::HRESULT = -2140993786i32;
2338 pub const PEER_E_CLASSIFIER_TOO_LONG: ::windows_sys::core::HRESULT = -2140995071i32;
2339 pub const PEER_E_CLOUD_NAME_AMBIGUOUS: ::windows_sys::core::HRESULT = -2140991483i32;
2340 pub const PEER_E_CONNECTION_FAILED: ::windows_sys::core::HRESULT = -2140995319i32;
2341 pub const PEER_E_CONNECTION_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2140995318i32;
2342 pub const PEER_E_CONNECTION_NOT_FOUND: ::windows_sys::core::HRESULT = -2140995325i32;
2343 pub const PEER_E_CONNECTION_REFUSED: ::windows_sys::core::HRESULT = -2140995317i32;
2344 pub const PEER_E_CONNECT_SELF: ::windows_sys::core::HRESULT = -2140995322i32;
2345 pub const PEER_E_CONTACT_NOT_FOUND: ::windows_sys::core::HRESULT = -2140971007i32;
2346 pub const PEER_E_DATABASE_ACCESSDENIED: ::windows_sys::core::HRESULT = -2140994814i32;
2347 pub const PEER_E_DATABASE_ALREADY_PRESENT: ::windows_sys::core::HRESULT = -2140994811i32;
2348 pub const PEER_E_DATABASE_NOT_PRESENT: ::windows_sys::core::HRESULT = -2140994810i32;
2349 pub const PEER_E_DBINITIALIZATION_FAILED: ::windows_sys::core::HRESULT = -2140994813i32;
2350 pub const PEER_E_DBNAME_CHANGED: ::windows_sys::core::HRESULT = -2140995567i32;
2351 pub const PEER_E_DEFERRED_VALIDATION: ::windows_sys::core::HRESULT = -2140987344i32;
2352 pub const PEER_E_DUPLICATE_GRAPH: ::windows_sys::core::HRESULT = -2140995566i32;
2353 pub const PEER_E_EVENT_HANDLE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994303i32;
2354 pub const PEER_E_FW_BLOCKED_BY_POLICY: ::windows_sys::core::HRESULT = -2140966903i32;
2355 pub const PEER_E_FW_BLOCKED_BY_SHIELDS_UP: ::windows_sys::core::HRESULT = -2140966902i32;
2356 pub const PEER_E_FW_DECLINED: ::windows_sys::core::HRESULT = -2140966901i32;
2357 pub const PEER_E_FW_EXCEPTION_DISABLED: ::windows_sys::core::HRESULT = -2140966904i32;
2358 pub const PEER_E_GRAPH_IN_USE: ::windows_sys::core::HRESULT = -2140995563i32;
2359 pub const PEER_E_GRAPH_NOT_READY: ::windows_sys::core::HRESULT = -2140995565i32;
2360 pub const PEER_E_GRAPH_SHUTTING_DOWN: ::windows_sys::core::HRESULT = -2140995564i32;
2361 pub const PEER_E_GROUPS_EXIST: ::windows_sys::core::HRESULT = -2140995068i32;
2362 pub const PEER_E_GROUP_IN_USE: ::windows_sys::core::HRESULT = -2140987246i32;
2363 pub const PEER_E_GROUP_NOT_READY: ::windows_sys::core::HRESULT = -2140987247i32;
2364 pub const PEER_E_IDENTITY_DELETED: ::windows_sys::core::HRESULT = -2140987232i32;
2365 pub const PEER_E_IDENTITY_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994559i32;
2366 pub const PEER_E_INVALID_ADDRESS: ::windows_sys::core::HRESULT = -2140966905i32;
2367 pub const PEER_E_INVALID_ATTRIBUTES: ::windows_sys::core::HRESULT = -2140994046i32;
2368 pub const PEER_E_INVALID_CLASSIFIER: ::windows_sys::core::HRESULT = -2140987296i32;
2369 pub const PEER_E_INVALID_CLASSIFIER_PROPERTY: ::windows_sys::core::HRESULT = -2140987278i32;
2370 pub const PEER_E_INVALID_CREDENTIAL: ::windows_sys::core::HRESULT = -2140987262i32;
2371 pub const PEER_E_INVALID_CREDENTIAL_INFO: ::windows_sys::core::HRESULT = -2140987263i32;
2372 pub const PEER_E_INVALID_DATABASE: ::windows_sys::core::HRESULT = -2140995562i32;
2373 pub const PEER_E_INVALID_FRIENDLY_NAME: ::windows_sys::core::HRESULT = -2140987280i32;
2374 pub const PEER_E_INVALID_GRAPH: ::windows_sys::core::HRESULT = -2140995568i32;
2375 pub const PEER_E_INVALID_GROUP: ::windows_sys::core::HRESULT = -2140987245i32;
2376 pub const PEER_E_INVALID_GROUP_PROPERTIES: ::windows_sys::core::HRESULT = -2140987328i32;
2377 pub const PEER_E_INVALID_PEER_HOST_NAME: ::windows_sys::core::HRESULT = -2140979198i32;
2378 pub const PEER_E_INVALID_PEER_NAME: ::windows_sys::core::HRESULT = -2140987312i32;
2379 pub const PEER_E_INVALID_RECORD: ::windows_sys::core::HRESULT = -2140987376i32;
2380 pub const PEER_E_INVALID_RECORD_EXPIRATION: ::windows_sys::core::HRESULT = -2140987264i32;
2381 pub const PEER_E_INVALID_RECORD_SIZE: ::windows_sys::core::HRESULT = -2140987261i32;
2382 pub const PEER_E_INVALID_ROLE_PROPERTY: ::windows_sys::core::HRESULT = -2140987279i32;
2383 pub const PEER_E_INVALID_SEARCH: ::windows_sys::core::HRESULT = -2140994047i32;
2384 pub const PEER_E_INVALID_TIME_PERIOD: ::windows_sys::core::HRESULT = -2140993787i32;
2385 pub const PEER_E_INVITATION_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2140993791i32;
2386 pub const PEER_E_INVITE_CANCELLED: ::windows_sys::core::HRESULT = -2140966912i32;
2387 pub const PEER_E_INVITE_RESPONSE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2140966911i32;
2388 pub const PEER_E_IPV6_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2140995583i32;
2389 pub const PEER_E_MAX_RECORD_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2140994812i32;
2390 pub const PEER_E_NODE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140995320i32;
2391 pub const PEER_E_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2140987360i32;
2392 pub const PEER_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2140995582i32;
2393 pub const PEER_E_NOT_LICENSED: ::windows_sys::core::HRESULT = -2140995580i32;
2394 pub const PEER_E_NOT_SIGNED_IN: ::windows_sys::core::HRESULT = -2140966909i32;
2395 pub const PEER_E_NO_CLOUD: ::windows_sys::core::HRESULT = -2140991487i32;
2396 pub const PEER_E_NO_KEY_ACCESS: ::windows_sys::core::HRESULT = -2140995069i32;
2397 pub const PEER_E_NO_MEMBERS_FOUND: ::windows_sys::core::HRESULT = -2140987244i32;
2398 pub const PEER_E_NO_MEMBER_CONNECTIONS: ::windows_sys::core::HRESULT = -2140987243i32;
2399 pub const PEER_E_NO_MORE: ::windows_sys::core::HRESULT = -2140979197i32;
2400 pub const PEER_E_PASSWORD_DOES_NOT_MEET_POLICY: ::windows_sys::core::HRESULT = -2140987359i32;
2401 pub const PEER_E_PNRP_DUPLICATE_PEER_NAME: ::windows_sys::core::HRESULT = -2140979195i32;
2402 pub const PEER_E_PRIVACY_DECLINED: ::windows_sys::core::HRESULT = -2140966908i32;
2403 pub const PEER_E_RECORD_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994815i32;
2404 pub const PEER_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2140987231i32;
2405 pub const PEER_E_TIMEOUT: ::windows_sys::core::HRESULT = -2140966907i32;
2406 pub const PEER_E_TOO_MANY_ATTRIBUTES: ::windows_sys::core::HRESULT = -2140995561i32;
2407 pub const PEER_E_TOO_MANY_IDENTITIES: ::windows_sys::core::HRESULT = -2140995070i32;
2408 pub const PEER_E_UNABLE_TO_LISTEN: ::windows_sys::core::HRESULT = -2140987242i32;
2409 pub const PEER_E_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2140987248i32;
2410 pub const PEER_S_ALREADY_A_MEMBER: ::windows_sys::core::HRESULT = 6488070i32;
2411 pub const PEER_S_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = 6496256i32;
2412 pub const PEER_S_GRAPH_DATA_CREATED: ::windows_sys::core::HRESULT = 6488065i32;
2413 pub const PEER_S_NO_CONNECTIVITY: ::windows_sys::core::HRESULT = 6488069i32;
2414 pub const PEER_S_NO_EVENT_DATA: ::windows_sys::core::HRESULT = 6488066i32;
2415 pub const PEER_S_SUBSCRIPTION_EXISTS: ::windows_sys::core::HRESULT = 6512640i32;
2416 pub const PERSIST_E_NOTSELFSIZING: ::windows_sys::core::HRESULT = -2146762741i32;
2417 pub const PERSIST_E_SIZEDEFINITE: ::windows_sys::core::HRESULT = -2146762743i32;
2418 pub const PERSIST_E_SIZEINDEFINITE: ::windows_sys::core::HRESULT = -2146762742i32;
2419 pub const PLA_E_CABAPI_FAILURE: ::windows_sys::core::HRESULT = -2144337645i32;
2420 pub const PLA_E_CONFLICT_INCL_EXCL_API: ::windows_sys::core::HRESULT = -2144337659i32;
2421 pub const PLA_E_CREDENTIALS_REQUIRED: ::windows_sys::core::HRESULT = -2144337661i32;
2422 pub const PLA_E_DCS_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144337737i32;
2423 pub const PLA_E_DCS_IN_USE: ::windows_sys::core::HRESULT = -2144337750i32;
2424 pub const PLA_E_DCS_NOT_FOUND: ::windows_sys::core::HRESULT = -2144337918i32;
2425 pub const PLA_E_DCS_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144337660i32;
2426 pub const PLA_E_DCS_SINGLETON_REQUIRED: ::windows_sys::core::HRESULT = -2144337662i32;
2427 pub const PLA_E_DCS_START_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337654i32;
2428 pub const PLA_E_DC_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144337655i32;
2429 pub const PLA_E_DC_START_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337653i32;
2430 pub const PLA_E_EXE_ALREADY_CONFIGURED: ::windows_sys::core::HRESULT = -2144337657i32;
2431 pub const PLA_E_EXE_FULL_PATH_REQUIRED: ::windows_sys::core::HRESULT = -2144337650i32;
2432 pub const PLA_E_EXE_PATH_NOT_VALID: ::windows_sys::core::HRESULT = -2144337656i32;
2433 pub const PLA_E_INVALID_SESSION_NAME: ::windows_sys::core::HRESULT = -2144337649i32;
2434 pub const PLA_E_NETWORK_EXE_NOT_VALID: ::windows_sys::core::HRESULT = -2144337658i32;
2435 pub const PLA_E_NO_DUPLICATES: ::windows_sys::core::HRESULT = -2144337651i32;
2436 pub const PLA_E_NO_MIN_DISK: ::windows_sys::core::HRESULT = -2144337808i32;
2437 pub const PLA_E_PLA_CHANNEL_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144337648i32;
2438 pub const PLA_E_PROPERTY_CONFLICT: ::windows_sys::core::HRESULT = -2144337663i32;
2439 pub const PLA_E_REPORT_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337652i32;
2440 pub const PLA_E_RULES_MANAGER_FAILED: ::windows_sys::core::HRESULT = -2144337646i32;
2441 pub const PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144337647i32;
2442 pub const PLA_E_TOO_MANY_FOLDERS: ::windows_sys::core::HRESULT = -2144337851i32;
2443 pub const PLA_S_PROPERTY_IGNORED: ::windows_sys::core::HRESULT = 3145984i32;
2444 #[repr(C)]
2445 pub struct POINT {
2446 pub x: i32,
2447 pub y: i32,
2448 }
2449 impl ::core::marker::Copy for POINT {}
2450 impl ::core::clone::Clone for POINT {
2451 fn clone(&self) -> Self {
2452 *self
2453 }
2454 }
2455 #[repr(C)]
2456 pub struct POINTL {
2457 pub x: i32,
2458 pub y: i32,
2459 }
2460 impl ::core::marker::Copy for POINTL {}
2461 impl ::core::clone::Clone for POINTL {
2462 fn clone(&self) -> Self {
2463 *self
2464 }
2465 }
2466 #[repr(C)]
2467 pub struct POINTS {
2468 pub x: i16,
2469 pub y: i16,
2470 }
2471 impl ::core::marker::Copy for POINTS {}
2472 impl ::core::clone::Clone for POINTS {
2473 fn clone(&self) -> Self {
2474 *self
2475 }
2476 }
2477 pub const PRESENTATION_ERROR_LOST: ::windows_sys::core::HRESULT = -2004811775i32;
2478 pub type PROC = unsafe extern "system" fn() -> isize;
2479 pub type PSID = isize;
2480 pub const PSINK_E_INDEX_ONLY: ::windows_sys::core::HRESULT = -2147215471i32;
2481 pub const PSINK_E_LARGE_ATTACHMENT: ::windows_sys::core::HRESULT = -2147215470i32;
2482 pub const PSINK_E_QUERY_ONLY: ::windows_sys::core::HRESULT = -2147215472i32;
2483 pub const PSINK_S_LARGE_WORD: ::windows_sys::core::HRESULT = 268179i32;
2484 pub type PSTR = *mut u8;
2485 pub type PWSTR = *mut u16;
2486 pub const QPARSE_E_EXPECTING_BRACE: ::windows_sys::core::HRESULT = -2147215770i32;
2487 pub const QPARSE_E_EXPECTING_COMMA: ::windows_sys::core::HRESULT = -2147215759i32;
2488 pub const QPARSE_E_EXPECTING_CURRENCY: ::windows_sys::core::HRESULT = -2147215772i32;
2489 pub const QPARSE_E_EXPECTING_DATE: ::windows_sys::core::HRESULT = -2147215773i32;
2490 pub const QPARSE_E_EXPECTING_EOS: ::windows_sys::core::HRESULT = -2147215760i32;
2491 pub const QPARSE_E_EXPECTING_GUID: ::windows_sys::core::HRESULT = -2147215771i32;
2492 pub const QPARSE_E_EXPECTING_INTEGER: ::windows_sys::core::HRESULT = -2147215775i32;
2493 pub const QPARSE_E_EXPECTING_PAREN: ::windows_sys::core::HRESULT = -2147215769i32;
2494 pub const QPARSE_E_EXPECTING_PHRASE: ::windows_sys::core::HRESULT = -2147215766i32;
2495 pub const QPARSE_E_EXPECTING_PROPERTY: ::windows_sys::core::HRESULT = -2147215768i32;
2496 pub const QPARSE_E_EXPECTING_REAL: ::windows_sys::core::HRESULT = -2147215774i32;
2497 pub const QPARSE_E_EXPECTING_REGEX: ::windows_sys::core::HRESULT = -2147215764i32;
2498 pub const QPARSE_E_EXPECTING_REGEX_PROPERTY: ::windows_sys::core::HRESULT = -2147215763i32;
2499 pub const QPARSE_E_INVALID_GROUPING: ::windows_sys::core::HRESULT = -2147215753i32;
2500 pub const QPARSE_E_INVALID_LITERAL: ::windows_sys::core::HRESULT = -2147215762i32;
2501 pub const QPARSE_E_INVALID_QUERY: ::windows_sys::core::HRESULT = -2147215750i32;
2502 pub const QPARSE_E_INVALID_RANKMETHOD: ::windows_sys::core::HRESULT = -2147215749i32;
2503 pub const QPARSE_E_INVALID_SORT_ORDER: ::windows_sys::core::HRESULT = -2147215755i32;
2504 pub const QPARSE_E_NOT_YET_IMPLEMENTED: ::windows_sys::core::HRESULT = -2147215767i32;
2505 pub const QPARSE_E_NO_SUCH_PROPERTY: ::windows_sys::core::HRESULT = -2147215761i32;
2506 pub const QPARSE_E_NO_SUCH_SORT_PROPERTY: ::windows_sys::core::HRESULT = -2147215756i32;
2507 pub const QPARSE_E_UNEXPECTED_EOS: ::windows_sys::core::HRESULT = -2147215758i32;
2508 pub const QPARSE_E_UNEXPECTED_NOT: ::windows_sys::core::HRESULT = -2147215776i32;
2509 pub const QPARSE_E_UNSUPPORTED_PROPERTY_TYPE: ::windows_sys::core::HRESULT = -2147215765i32;
2510 pub const QPARSE_E_WEIGHT_OUT_OF_RANGE: ::windows_sys::core::HRESULT = -2147215757i32;
2511 pub const QPLIST_E_BAD_GUID: ::windows_sys::core::HRESULT = -2147215783i32;
2512 pub const QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE: ::windows_sys::core::HRESULT = -2147215778i32;
2513 pub const QPLIST_E_CANT_OPEN_FILE: ::windows_sys::core::HRESULT = -2147215791i32;
2514 pub const QPLIST_E_CANT_SET_PROPERTY: ::windows_sys::core::HRESULT = -2147215781i32;
2515 pub const QPLIST_E_DUPLICATE: ::windows_sys::core::HRESULT = -2147215780i32;
2516 pub const QPLIST_E_EXPECTING_CLOSE_PAREN: ::windows_sys::core::HRESULT = -2147215785i32;
2517 pub const QPLIST_E_EXPECTING_GUID: ::windows_sys::core::HRESULT = -2147215784i32;
2518 pub const QPLIST_E_EXPECTING_INTEGER: ::windows_sys::core::HRESULT = -2147215786i32;
2519 pub const QPLIST_E_EXPECTING_NAME: ::windows_sys::core::HRESULT = -2147215789i32;
2520 pub const QPLIST_E_EXPECTING_PROP_SPEC: ::windows_sys::core::HRESULT = -2147215782i32;
2521 pub const QPLIST_E_EXPECTING_TYPE: ::windows_sys::core::HRESULT = -2147215788i32;
2522 pub const QPLIST_E_READ_ERROR: ::windows_sys::core::HRESULT = -2147215790i32;
2523 pub const QPLIST_E_UNRECOGNIZED_TYPE: ::windows_sys::core::HRESULT = -2147215787i32;
2524 pub const QPLIST_E_VECTORBYREF_USED_ALONE: ::windows_sys::core::HRESULT = -2147215779i32;
2525 pub const QPLIST_S_DUPLICATE: ::windows_sys::core::HRESULT = 267897i32;
2526 pub const QUERY_E_ALLNOISE: ::windows_sys::core::HRESULT = -2147215867i32;
2527 pub const QUERY_E_DIR_ON_REMOVABLE_DRIVE: ::windows_sys::core::HRESULT = -2147215861i32;
2528 pub const QUERY_E_DUPLICATE_OUTPUT_COLUMN: ::windows_sys::core::HRESULT = -2147215864i32;
2529 pub const QUERY_E_FAILED: ::windows_sys::core::HRESULT = -2147215872i32;
2530 pub const QUERY_E_INVALIDCATEGORIZE: ::windows_sys::core::HRESULT = -2147215868i32;
2531 pub const QUERY_E_INVALIDQUERY: ::windows_sys::core::HRESULT = -2147215871i32;
2532 pub const QUERY_E_INVALIDRESTRICTION: ::windows_sys::core::HRESULT = -2147215870i32;
2533 pub const QUERY_E_INVALIDSORT: ::windows_sys::core::HRESULT = -2147215869i32;
2534 pub const QUERY_E_INVALID_DIRECTORY: ::windows_sys::core::HRESULT = -2147215862i32;
2535 pub const QUERY_E_INVALID_OUTPUT_COLUMN: ::windows_sys::core::HRESULT = -2147215863i32;
2536 pub const QUERY_E_TIMEDOUT: ::windows_sys::core::HRESULT = -2147215865i32;
2537 pub const QUERY_E_TOOCOMPLEX: ::windows_sys::core::HRESULT = -2147215866i32;
2538 pub const QUERY_S_NO_QUERY: ::windows_sys::core::HRESULT = -2147215860i32;
2539 pub const QUTIL_E_CANT_CONVERT_VROOT: ::windows_sys::core::HRESULT = -2147215754i32;
2540 pub const QUTIL_E_INVALID_CODEPAGE: ::windows_sys::core::HRESULT = -1073473928i32;
2541 #[repr(C)]
2542 pub struct RECT {
2543 pub left: i32,
2544 pub top: i32,
2545 pub right: i32,
2546 pub bottom: i32,
2547 }
2548 impl ::core::marker::Copy for RECT {}
2549 impl ::core::clone::Clone for RECT {
2550 fn clone(&self) -> Self {
2551 *self
2552 }
2553 }
2554 #[repr(C)]
2555 pub struct RECTL {
2556 pub left: i32,
2557 pub top: i32,
2558 pub right: i32,
2559 pub bottom: i32,
2560 }
2561 impl ::core::marker::Copy for RECTL {}
2562 impl ::core::clone::Clone for RECTL {
2563 fn clone(&self) -> Self {
2564 *self
2565 }
2566 }
2567 pub const REGDB_E_BADTHREADINGMODEL: ::windows_sys::core::HRESULT = -2147221162i32;
2568 pub const REGDB_E_CLASSNOTREG: ::windows_sys::core::HRESULT = -2147221164i32;
2569 pub const REGDB_E_FIRST: i32 = -2147221168i32;
2570 pub const REGDB_E_IIDNOTREG: ::windows_sys::core::HRESULT = -2147221163i32;
2571 pub const REGDB_E_INVALIDVALUE: ::windows_sys::core::HRESULT = -2147221165i32;
2572 pub const REGDB_E_KEYMISSING: ::windows_sys::core::HRESULT = -2147221166i32;
2573 pub const REGDB_E_LAST: i32 = -2147221153i32;
2574 pub const REGDB_E_PACKAGEPOLICYVIOLATION: ::windows_sys::core::HRESULT = -2147221161i32;
2575 pub const REGDB_E_READREGDB: ::windows_sys::core::HRESULT = -2147221168i32;
2576 pub const REGDB_E_WRITEREGDB: ::windows_sys::core::HRESULT = -2147221167i32;
2577 pub const REGDB_S_FIRST: i32 = 262480i32;
2578 pub const REGDB_S_LAST: i32 = 262495i32;
2579 pub const ROUTEBASE: u32 = 900u32;
2580 pub const ROUTEBASEEND: u32 = 957u32;
2581 pub const RO_E_BLOCKED_CROSS_ASTA_CALL: ::windows_sys::core::HRESULT = -2147483617i32;
2582 pub const RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER: ::windows_sys::core::HRESULT = -2147483616i32;
2583 pub const RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER: ::windows_sys::core::HRESULT = -2147483615i32;
2584 pub const RO_E_CHANGE_NOTIFICATION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2147483627i32;
2585 pub const RO_E_CLOSED: ::windows_sys::core::HRESULT = -2147483629i32;
2586 pub const RO_E_COMMITTED: ::windows_sys::core::HRESULT = -2147483618i32;
2587 pub const RO_E_ERROR_STRING_NOT_FOUND: ::windows_sys::core::HRESULT = -2147483626i32;
2588 pub const RO_E_EXCLUSIVE_WRITE: ::windows_sys::core::HRESULT = -2147483628i32;
2589 pub const RO_E_INVALID_METADATA_FILE: ::windows_sys::core::HRESULT = -2147483630i32;
2590 pub const RO_E_METADATA_INVALID_TYPE_FORMAT: ::windows_sys::core::HRESULT = -2147483631i32;
2591 pub const RO_E_METADATA_NAME_IS_NAMESPACE: ::windows_sys::core::HRESULT = -2147483632i32;
2592 pub const RO_E_METADATA_NAME_NOT_FOUND: ::windows_sys::core::HRESULT = -2147483633i32;
2593 pub const RO_E_MUST_BE_AGILE: ::windows_sys::core::HRESULT = -2147483620i32;
2594 pub const RO_E_UNSUPPORTED_FROM_MTA: ::windows_sys::core::HRESULT = -2147483619i32;
2595 pub const RPC_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2147417829i32;
2596 pub const RPC_E_ATTEMPTED_MULTITHREAD: ::windows_sys::core::HRESULT = -2147417854i32;
2597 pub const RPC_E_CALL_CANCELED: ::windows_sys::core::HRESULT = -2147418110i32;
2598 pub const RPC_E_CALL_COMPLETE: ::windows_sys::core::HRESULT = -2147417833i32;
2599 pub const RPC_E_CALL_REJECTED: ::windows_sys::core::HRESULT = -2147418111i32;
2600 pub const RPC_E_CANTCALLOUT_AGAIN: ::windows_sys::core::HRESULT = -2147418095i32;
2601 pub const RPC_E_CANTCALLOUT_INASYNCCALL: ::windows_sys::core::HRESULT = -2147418108i32;
2602 pub const RPC_E_CANTCALLOUT_INEXTERNALCALL: ::windows_sys::core::HRESULT = -2147418107i32;
2603 pub const RPC_E_CANTCALLOUT_ININPUTSYNCCALL: ::windows_sys::core::HRESULT = -2147417843i32;
2604 pub const RPC_E_CANTPOST_INSENDCALL: ::windows_sys::core::HRESULT = -2147418109i32;
2605 pub const RPC_E_CANTTRANSMIT_CALL: ::windows_sys::core::HRESULT = -2147418102i32;
2606 pub const RPC_E_CHANGED_MODE: ::windows_sys::core::HRESULT = -2147417850i32;
2607 pub const RPC_E_CLIENT_CANTMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418101i32;
2608 pub const RPC_E_CLIENT_CANTUNMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418100i32;
2609 pub const RPC_E_CLIENT_DIED: ::windows_sys::core::HRESULT = -2147418104i32;
2610 pub const RPC_E_CONNECTION_TERMINATED: ::windows_sys::core::HRESULT = -2147418106i32;
2611 pub const RPC_E_DISCONNECTED: ::windows_sys::core::HRESULT = -2147417848i32;
2612 pub const RPC_E_FAULT: ::windows_sys::core::HRESULT = -2147417852i32;
2613 pub const RPC_E_FULLSIC_REQUIRED: ::windows_sys::core::HRESULT = -2147417823i32;
2614 pub const RPC_E_INVALIDMETHOD: ::windows_sys::core::HRESULT = -2147417849i32;
2615 pub const RPC_E_INVALID_CALLDATA: ::windows_sys::core::HRESULT = -2147417844i32;
2616 pub const RPC_E_INVALID_DATA: ::windows_sys::core::HRESULT = -2147418097i32;
2617 pub const RPC_E_INVALID_DATAPACKET: ::windows_sys::core::HRESULT = -2147418103i32;
2618 pub const RPC_E_INVALID_EXTENSION: ::windows_sys::core::HRESULT = -2147417838i32;
2619 pub const RPC_E_INVALID_HEADER: ::windows_sys::core::HRESULT = -2147417839i32;
2620 pub const RPC_E_INVALID_IPID: ::windows_sys::core::HRESULT = -2147417837i32;
2621 pub const RPC_E_INVALID_OBJECT: ::windows_sys::core::HRESULT = -2147417836i32;
2622 pub const RPC_E_INVALID_OBJREF: ::windows_sys::core::HRESULT = -2147417827i32;
2623 pub const RPC_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2147418096i32;
2624 pub const RPC_E_INVALID_STD_NAME: ::windows_sys::core::HRESULT = -2147417822i32;
2625 pub const RPC_E_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2147417853i32;
2626 pub const RPC_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2147417826i32;
2627 pub const RPC_E_NO_GOOD_SECURITY_PACKAGES: ::windows_sys::core::HRESULT = -2147417830i32;
2628 pub const RPC_E_NO_SYNC: ::windows_sys::core::HRESULT = -2147417824i32;
2629 pub const RPC_E_OUT_OF_RESOURCES: ::windows_sys::core::HRESULT = -2147417855i32;
2630 pub const RPC_E_REMOTE_DISABLED: ::windows_sys::core::HRESULT = -2147417828i32;
2631 pub const RPC_E_RETRY: ::windows_sys::core::HRESULT = -2147417847i32;
2632 pub const RPC_E_SERVERCALL_REJECTED: ::windows_sys::core::HRESULT = -2147417845i32;
2633 pub const RPC_E_SERVERCALL_RETRYLATER: ::windows_sys::core::HRESULT = -2147417846i32;
2634 pub const RPC_E_SERVERFAULT: ::windows_sys::core::HRESULT = -2147417851i32;
2635 pub const RPC_E_SERVER_CANTMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418099i32;
2636 pub const RPC_E_SERVER_CANTUNMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418098i32;
2637 pub const RPC_E_SERVER_DIED: ::windows_sys::core::HRESULT = -2147418105i32;
2638 pub const RPC_E_SERVER_DIED_DNE: ::windows_sys::core::HRESULT = -2147418094i32;
2639 pub const RPC_E_SYS_CALL_FAILED: ::windows_sys::core::HRESULT = -2147417856i32;
2640 pub const RPC_E_THREAD_NOT_INIT: ::windows_sys::core::HRESULT = -2147417841i32;
2641 pub const RPC_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147417825i32;
2642 pub const RPC_E_TOO_LATE: ::windows_sys::core::HRESULT = -2147417831i32;
2643 pub const RPC_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2147352577i32;
2644 pub const RPC_E_UNSECURE_CALL: ::windows_sys::core::HRESULT = -2147417832i32;
2645 pub const RPC_E_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2147417840i32;
2646 pub const RPC_E_WRONG_THREAD: ::windows_sys::core::HRESULT = -2147417842i32;
2647 pub const RPC_NT_ADDRESS_ERROR: NTSTATUS = -1073610683i32;
2648 pub const RPC_NT_ALREADY_LISTENING: NTSTATUS = -1073610738i32;
2649 pub const RPC_NT_ALREADY_REGISTERED: NTSTATUS = -1073610740i32;
2650 pub const RPC_NT_BAD_STUB_DATA: NTSTATUS = -1073545204i32;
2651 pub const RPC_NT_BINDING_HAS_NO_AUTH: NTSTATUS = -1073610705i32;
2652 pub const RPC_NT_BINDING_INCOMPLETE: NTSTATUS = -1073610671i32;
2653 pub const RPC_NT_BYTE_COUNT_TOO_SMALL: NTSTATUS = -1073545205i32;
2654 pub const RPC_NT_CALL_CANCELLED: NTSTATUS = -1073610672i32;
2655 pub const RPC_NT_CALL_FAILED: NTSTATUS = -1073610725i32;
2656 pub const RPC_NT_CALL_FAILED_DNE: NTSTATUS = -1073610724i32;
2657 pub const RPC_NT_CALL_IN_PROGRESS: NTSTATUS = -1073610679i32;
2658 pub const RPC_NT_CANNOT_SUPPORT: NTSTATUS = -1073610687i32;
2659 pub const RPC_NT_CANT_CREATE_ENDPOINT: NTSTATUS = -1073610731i32;
2660 pub const RPC_NT_COMM_FAILURE: NTSTATUS = -1073610670i32;
2661 pub const RPC_NT_COOKIE_AUTH_FAILED: NTSTATUS = -1073610651i32;
2662 pub const RPC_NT_DUPLICATE_ENDPOINT: NTSTATUS = -1073610711i32;
2663 pub const RPC_NT_ENTRY_ALREADY_EXISTS: NTSTATUS = -1073610691i32;
2664 pub const RPC_NT_ENTRY_NOT_FOUND: NTSTATUS = -1073610690i32;
2665 pub const RPC_NT_ENUM_VALUE_OUT_OF_RANGE: NTSTATUS = -1073545206i32;
2666 pub const RPC_NT_FP_DIV_ZERO: NTSTATUS = -1073610682i32;
2667 pub const RPC_NT_FP_OVERFLOW: NTSTATUS = -1073610680i32;
2668 pub const RPC_NT_FP_UNDERFLOW: NTSTATUS = -1073610681i32;
2669 pub const RPC_NT_GROUP_MEMBER_NOT_FOUND: NTSTATUS = -1073610677i32;
2670 pub const RPC_NT_INCOMPLETE_NAME: NTSTATUS = -1073610696i32;
2671 pub const RPC_NT_INTERFACE_NOT_FOUND: NTSTATUS = -1073610692i32;
2672 pub const RPC_NT_INTERNAL_ERROR: NTSTATUS = -1073610685i32;
2673 pub const RPC_NT_INVALID_ASYNC_CALL: NTSTATUS = -1073610653i32;
2674 pub const RPC_NT_INVALID_ASYNC_HANDLE: NTSTATUS = -1073610654i32;
2675 pub const RPC_NT_INVALID_AUTH_IDENTITY: NTSTATUS = -1073610702i32;
2676 pub const RPC_NT_INVALID_BINDING: NTSTATUS = -1073610749i32;
2677 pub const RPC_NT_INVALID_BOUND: NTSTATUS = -1073610717i32;
2678 pub const RPC_NT_INVALID_ENDPOINT_FORMAT: NTSTATUS = -1073610745i32;
2679 pub const RPC_NT_INVALID_ES_ACTION: NTSTATUS = -1073545127i32;
2680 pub const RPC_NT_INVALID_NAF_ID: NTSTATUS = -1073610688i32;
2681 pub const RPC_NT_INVALID_NAME_SYNTAX: NTSTATUS = -1073610715i32;
2682 pub const RPC_NT_INVALID_NETWORK_OPTIONS: NTSTATUS = -1073610727i32;
2683 pub const RPC_NT_INVALID_NET_ADDR: NTSTATUS = -1073610744i32;
2684 pub const RPC_NT_INVALID_OBJECT: NTSTATUS = -1073610675i32;
2685 pub const RPC_NT_INVALID_PIPE_OBJECT: NTSTATUS = -1073545124i32;
2686 pub const RPC_NT_INVALID_PIPE_OPERATION: NTSTATUS = -1073545123i32;
2687 pub const RPC_NT_INVALID_RPC_PROTSEQ: NTSTATUS = -1073610747i32;
2688 pub const RPC_NT_INVALID_STRING_BINDING: NTSTATUS = -1073610751i32;
2689 pub const RPC_NT_INVALID_STRING_UUID: NTSTATUS = -1073610746i32;
2690 pub const RPC_NT_INVALID_TAG: NTSTATUS = -1073610718i32;
2691 pub const RPC_NT_INVALID_TIMEOUT: NTSTATUS = -1073610742i32;
2692 pub const RPC_NT_INVALID_VERS_OPTION: NTSTATUS = -1073610695i32;
2693 pub const RPC_NT_MAX_CALLS_TOO_SMALL: NTSTATUS = -1073610709i32;
2694 pub const RPC_NT_NAME_SERVICE_UNAVAILABLE: NTSTATUS = -1073610689i32;
2695 pub const RPC_NT_NOTHING_TO_EXPORT: NTSTATUS = -1073610697i32;
2696 pub const RPC_NT_NOT_ALL_OBJS_UNEXPORTED: NTSTATUS = -1073610693i32;
2697 pub const RPC_NT_NOT_CANCELLED: NTSTATUS = -1073610664i32;
2698 pub const RPC_NT_NOT_LISTENING: NTSTATUS = -1073610736i32;
2699 pub const RPC_NT_NOT_RPC_ERROR: NTSTATUS = -1073610667i32;
2700 pub const RPC_NT_NO_BINDINGS: NTSTATUS = -1073610733i32;
2701 pub const RPC_NT_NO_CALL_ACTIVE: NTSTATUS = -1073610726i32;
2702 pub const RPC_NT_NO_CONTEXT_AVAILABLE: NTSTATUS = -1073610686i32;
2703 pub const RPC_NT_NO_ENDPOINT_FOUND: NTSTATUS = -1073610743i32;
2704 pub const RPC_NT_NO_ENTRY_NAME: NTSTATUS = -1073610716i32;
2705 pub const RPC_NT_NO_INTERFACES: NTSTATUS = -1073610673i32;
2706 pub const RPC_NT_NO_MORE_BINDINGS: NTSTATUS = -1073610678i32;
2707 pub const RPC_NT_NO_MORE_ENTRIES: NTSTATUS = -1073545215i32;
2708 pub const RPC_NT_NO_MORE_MEMBERS: NTSTATUS = -1073610694i32;
2709 pub const RPC_NT_NO_PRINC_NAME: NTSTATUS = -1073610668i32;
2710 pub const RPC_NT_NO_PROTSEQS: NTSTATUS = -1073610732i32;
2711 pub const RPC_NT_NO_PROTSEQS_REGISTERED: NTSTATUS = -1073610737i32;
2712 pub const RPC_NT_NULL_REF_POINTER: NTSTATUS = -1073545207i32;
2713 pub const RPC_NT_OBJECT_NOT_FOUND: NTSTATUS = -1073610741i32;
2714 pub const RPC_NT_OUT_OF_RESOURCES: NTSTATUS = -1073610730i32;
2715 pub const RPC_NT_PIPE_CLOSED: NTSTATUS = -1073545121i32;
2716 pub const RPC_NT_PIPE_DISCIPLINE_ERROR: NTSTATUS = -1073545120i32;
2717 pub const RPC_NT_PIPE_EMPTY: NTSTATUS = -1073545119i32;
2718 pub const RPC_NT_PROCNUM_OUT_OF_RANGE: NTSTATUS = -1073610706i32;
2719 pub const RPC_NT_PROTOCOL_ERROR: NTSTATUS = -1073610723i32;
2720 pub const RPC_NT_PROTSEQ_NOT_FOUND: NTSTATUS = -1073610707i32;
2721 pub const RPC_NT_PROTSEQ_NOT_SUPPORTED: NTSTATUS = -1073610748i32;
2722 pub const RPC_NT_PROXY_ACCESS_DENIED: NTSTATUS = -1073610652i32;
2723 pub const RPC_NT_SEC_PKG_ERROR: NTSTATUS = -1073610665i32;
2724 pub const RPC_NT_SEND_INCOMPLETE: NTSTATUS = 1073873071i32;
2725 pub const RPC_NT_SERVER_TOO_BUSY: NTSTATUS = -1073610728i32;
2726 pub const RPC_NT_SERVER_UNAVAILABLE: NTSTATUS = -1073610729i32;
2727 pub const RPC_NT_SS_CANNOT_GET_CALL_HANDLE: NTSTATUS = -1073545208i32;
2728 pub const RPC_NT_SS_CHAR_TRANS_OPEN_FAIL: NTSTATUS = -1073545214i32;
2729 pub const RPC_NT_SS_CHAR_TRANS_SHORT_FILE: NTSTATUS = -1073545213i32;
2730 pub const RPC_NT_SS_CONTEXT_DAMAGED: NTSTATUS = -1073545210i32;
2731 pub const RPC_NT_SS_CONTEXT_MISMATCH: NTSTATUS = -1073545211i32;
2732 pub const RPC_NT_SS_HANDLES_MISMATCH: NTSTATUS = -1073545209i32;
2733 pub const RPC_NT_SS_IN_NULL_CONTEXT: NTSTATUS = -1073545212i32;
2734 pub const RPC_NT_STRING_TOO_LONG: NTSTATUS = -1073610708i32;
2735 pub const RPC_NT_TYPE_ALREADY_REGISTERED: NTSTATUS = -1073610739i32;
2736 pub const RPC_NT_UNKNOWN_AUTHN_LEVEL: NTSTATUS = -1073610703i32;
2737 pub const RPC_NT_UNKNOWN_AUTHN_SERVICE: NTSTATUS = -1073610704i32;
2738 pub const RPC_NT_UNKNOWN_AUTHN_TYPE: NTSTATUS = -1073610710i32;
2739 pub const RPC_NT_UNKNOWN_AUTHZ_SERVICE: NTSTATUS = -1073610701i32;
2740 pub const RPC_NT_UNKNOWN_IF: NTSTATUS = -1073610734i32;
2741 pub const RPC_NT_UNKNOWN_MGR_TYPE: NTSTATUS = -1073610735i32;
2742 pub const RPC_NT_UNSUPPORTED_AUTHN_LEVEL: NTSTATUS = -1073610669i32;
2743 pub const RPC_NT_UNSUPPORTED_NAME_SYNTAX: NTSTATUS = -1073610714i32;
2744 pub const RPC_NT_UNSUPPORTED_TRANS_SYN: NTSTATUS = -1073610721i32;
2745 pub const RPC_NT_UNSUPPORTED_TYPE: NTSTATUS = -1073610719i32;
2746 pub const RPC_NT_UUID_LOCAL_ONLY: NTSTATUS = 1073872982i32;
2747 pub const RPC_NT_UUID_NO_ADDRESS: NTSTATUS = -1073610712i32;
2748 pub const RPC_NT_WRONG_ES_VERSION: NTSTATUS = -1073545126i32;
2749 pub const RPC_NT_WRONG_KIND_OF_BINDING: NTSTATUS = -1073610750i32;
2750 pub const RPC_NT_WRONG_PIPE_VERSION: NTSTATUS = -1073545122i32;
2751 pub const RPC_NT_WRONG_STUB_VERSION: NTSTATUS = -1073545125i32;
2752 pub const RPC_NT_ZERO_DIVIDE: NTSTATUS = -1073610684i32;
2753 pub const RPC_S_CALLPENDING: ::windows_sys::core::HRESULT = -2147417835i32;
2754 pub const RPC_S_WAITONTIMER: ::windows_sys::core::HRESULT = -2147417834i32;
2755 pub const RPC_X_BAD_STUB_DATA: i32 = 1783i32;
2756 pub const RPC_X_BYTE_COUNT_TOO_SMALL: i32 = 1782i32;
2757 pub const RPC_X_ENUM_VALUE_OUT_OF_RANGE: i32 = 1781i32;
2758 pub const RPC_X_INVALID_ES_ACTION: i32 = 1827i32;
2759 pub const RPC_X_INVALID_PIPE_OBJECT: i32 = 1830i32;
2760 pub const RPC_X_NO_MORE_ENTRIES: i32 = 1772i32;
2761 pub const RPC_X_NULL_REF_POINTER: i32 = 1780i32;
2762 pub const RPC_X_PIPE_CLOSED: i32 = 1916i32;
2763 pub const RPC_X_PIPE_DISCIPLINE_ERROR: i32 = 1917i32;
2764 pub const RPC_X_PIPE_EMPTY: i32 = 1918i32;
2765 pub const RPC_X_SS_CANNOT_GET_CALL_HANDLE: i32 = 1779i32;
2766 pub const RPC_X_SS_CHAR_TRANS_OPEN_FAIL: i32 = 1773i32;
2767 pub const RPC_X_SS_CHAR_TRANS_SHORT_FILE: i32 = 1774i32;
2768 pub const RPC_X_SS_CONTEXT_DAMAGED: i32 = 1777i32;
2769 pub const RPC_X_SS_HANDLES_MISMATCH: i32 = 1778i32;
2770 pub const RPC_X_SS_IN_NULL_CONTEXT: i32 = 1775i32;
2771 pub const RPC_X_WRONG_ES_VERSION: i32 = 1828i32;
2772 pub const RPC_X_WRONG_PIPE_ORDER: i32 = 1831i32;
2773 pub const RPC_X_WRONG_PIPE_VERSION: i32 = 1832i32;
2774 pub const RPC_X_WRONG_STUB_VERSION: i32 = 1829i32;
2775 pub const SCARD_E_BAD_SEEK: ::windows_sys::core::HRESULT = -2146435031i32;
2776 pub const SCARD_E_CANCELLED: ::windows_sys::core::HRESULT = -2146435070i32;
2777 pub const SCARD_E_CANT_DISPOSE: ::windows_sys::core::HRESULT = -2146435058i32;
2778 pub const SCARD_E_CARD_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146435044i32;
2779 pub const SCARD_E_CERTIFICATE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146435027i32;
2780 pub const SCARD_E_COMM_DATA_LOST: ::windows_sys::core::HRESULT = -2146435025i32;
2781 pub const SCARD_E_DIR_NOT_FOUND: ::windows_sys::core::HRESULT = -2146435037i32;
2782 pub const SCARD_E_DUPLICATE_READER: ::windows_sys::core::HRESULT = -2146435045i32;
2783 pub const SCARD_E_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146435036i32;
2784 pub const SCARD_E_ICC_CREATEORDER: ::windows_sys::core::HRESULT = -2146435039i32;
2785 pub const SCARD_E_ICC_INSTALLATION: ::windows_sys::core::HRESULT = -2146435040i32;
2786 pub const SCARD_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2146435064i32;
2787 pub const SCARD_E_INVALID_ATR: ::windows_sys::core::HRESULT = -2146435051i32;
2788 pub const SCARD_E_INVALID_CHV: ::windows_sys::core::HRESULT = -2146435030i32;
2789 pub const SCARD_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146435069i32;
2790 pub const SCARD_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146435068i32;
2791 pub const SCARD_E_INVALID_TARGET: ::windows_sys::core::HRESULT = -2146435067i32;
2792 pub const SCARD_E_INVALID_VALUE: ::windows_sys::core::HRESULT = -2146435055i32;
2793 pub const SCARD_E_NOT_READY: ::windows_sys::core::HRESULT = -2146435056i32;
2794 pub const SCARD_E_NOT_TRANSACTED: ::windows_sys::core::HRESULT = -2146435050i32;
2795 pub const SCARD_E_NO_ACCESS: ::windows_sys::core::HRESULT = -2146435033i32;
2796 pub const SCARD_E_NO_DIR: ::windows_sys::core::HRESULT = -2146435035i32;
2797 pub const SCARD_E_NO_FILE: ::windows_sys::core::HRESULT = -2146435034i32;
2798 pub const SCARD_E_NO_KEY_CONTAINER: ::windows_sys::core::HRESULT = -2146435024i32;
2799 pub const SCARD_E_NO_MEMORY: ::windows_sys::core::HRESULT = -2146435066i32;
2800 pub const SCARD_E_NO_PIN_CACHE: ::windows_sys::core::HRESULT = -2146435021i32;
2801 pub const SCARD_E_NO_READERS_AVAILABLE: ::windows_sys::core::HRESULT = -2146435026i32;
2802 pub const SCARD_E_NO_SERVICE: ::windows_sys::core::HRESULT = -2146435043i32;
2803 pub const SCARD_E_NO_SMARTCARD: ::windows_sys::core::HRESULT = -2146435060i32;
2804 pub const SCARD_E_NO_SUCH_CERTIFICATE: ::windows_sys::core::HRESULT = -2146435028i32;
2805 pub const SCARD_E_PCI_TOO_SMALL: ::windows_sys::core::HRESULT = -2146435047i32;
2806 pub const SCARD_E_PIN_CACHE_EXPIRED: ::windows_sys::core::HRESULT = -2146435022i32;
2807 pub const SCARD_E_PROTO_MISMATCH: ::windows_sys::core::HRESULT = -2146435057i32;
2808 pub const SCARD_E_READER_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146435049i32;
2809 pub const SCARD_E_READER_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146435046i32;
2810 pub const SCARD_E_READ_ONLY_CARD: ::windows_sys::core::HRESULT = -2146435020i32;
2811 pub const SCARD_E_SERVER_TOO_BUSY: ::windows_sys::core::HRESULT = -2146435023i32;
2812 pub const SCARD_E_SERVICE_STOPPED: ::windows_sys::core::HRESULT = -2146435042i32;
2813 pub const SCARD_E_SHARING_VIOLATION: ::windows_sys::core::HRESULT = -2146435061i32;
2814 pub const SCARD_E_SYSTEM_CANCELLED: ::windows_sys::core::HRESULT = -2146435054i32;
2815 pub const SCARD_E_TIMEOUT: ::windows_sys::core::HRESULT = -2146435062i32;
2816 pub const SCARD_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2146435041i32;
2817 pub const SCARD_E_UNKNOWN_CARD: ::windows_sys::core::HRESULT = -2146435059i32;
2818 pub const SCARD_E_UNKNOWN_READER: ::windows_sys::core::HRESULT = -2146435063i32;
2819 pub const SCARD_E_UNKNOWN_RES_MNG: ::windows_sys::core::HRESULT = -2146435029i32;
2820 pub const SCARD_E_UNSUPPORTED_FEATURE: ::windows_sys::core::HRESULT = -2146435038i32;
2821 pub const SCARD_E_WRITE_TOO_MANY: ::windows_sys::core::HRESULT = -2146435032i32;
2822 pub const SCARD_F_COMM_ERROR: ::windows_sys::core::HRESULT = -2146435053i32;
2823 pub const SCARD_F_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146435071i32;
2824 pub const SCARD_F_UNKNOWN_ERROR: ::windows_sys::core::HRESULT = -2146435052i32;
2825 pub const SCARD_F_WAITED_TOO_LONG: ::windows_sys::core::HRESULT = -2146435065i32;
2826 pub const SCARD_P_SHUTDOWN: ::windows_sys::core::HRESULT = -2146435048i32;
2827 pub const SCARD_W_CACHE_ITEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2146434960i32;
2828 pub const SCARD_W_CACHE_ITEM_STALE: ::windows_sys::core::HRESULT = -2146434959i32;
2829 pub const SCARD_W_CACHE_ITEM_TOO_BIG: ::windows_sys::core::HRESULT = -2146434958i32;
2830 pub const SCARD_W_CANCELLED_BY_USER: ::windows_sys::core::HRESULT = -2146434962i32;
2831 pub const SCARD_W_CARD_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2146434961i32;
2832 pub const SCARD_W_CHV_BLOCKED: ::windows_sys::core::HRESULT = -2146434964i32;
2833 pub const SCARD_W_EOF: ::windows_sys::core::HRESULT = -2146434963i32;
2834 pub const SCARD_W_REMOVED_CARD: ::windows_sys::core::HRESULT = -2146434967i32;
2835 pub const SCARD_W_RESET_CARD: ::windows_sys::core::HRESULT = -2146434968i32;
2836 pub const SCARD_W_SECURITY_VIOLATION: ::windows_sys::core::HRESULT = -2146434966i32;
2837 pub const SCARD_W_UNPOWERED_CARD: ::windows_sys::core::HRESULT = -2146434969i32;
2838 pub const SCARD_W_UNRESPONSIVE_CARD: ::windows_sys::core::HRESULT = -2146434970i32;
2839 pub const SCARD_W_UNSUPPORTED_CARD: ::windows_sys::core::HRESULT = -2146434971i32;
2840 pub const SCARD_W_WRONG_CHV: ::windows_sys::core::HRESULT = -2146434965i32;
2841 pub const SCHED_E_ACCOUNT_DBASE_CORRUPT: ::windows_sys::core::HRESULT = -2147216623i32;
2842 pub const SCHED_E_ACCOUNT_INFORMATION_NOT_SET: ::windows_sys::core::HRESULT = -2147216625i32;
2843 pub const SCHED_E_ACCOUNT_NAME_NOT_FOUND: ::windows_sys::core::HRESULT = -2147216624i32;
2844 pub const SCHED_E_ALREADY_RUNNING: ::windows_sys::core::HRESULT = -2147216609i32;
2845 pub const SCHED_E_CANNOT_OPEN_TASK: ::windows_sys::core::HRESULT = -2147216627i32;
2846 pub const SCHED_E_DEPRECATED_FEATURE_USED: ::windows_sys::core::HRESULT = -2147216592i32;
2847 pub const SCHED_E_INVALIDVALUE: ::windows_sys::core::HRESULT = -2147216616i32;
2848 pub const SCHED_E_INVALID_TASK: ::windows_sys::core::HRESULT = -2147216626i32;
2849 pub const SCHED_E_INVALID_TASK_HASH: ::windows_sys::core::HRESULT = -2147216607i32;
2850 pub const SCHED_E_MALFORMEDXML: ::windows_sys::core::HRESULT = -2147216614i32;
2851 pub const SCHED_E_MISSINGNODE: ::windows_sys::core::HRESULT = -2147216615i32;
2852 pub const SCHED_E_NAMESPACE: ::windows_sys::core::HRESULT = -2147216617i32;
2853 pub const SCHED_E_NO_SECURITY_SERVICES: ::windows_sys::core::HRESULT = -2147216622i32;
2854 pub const SCHED_E_PAST_END_BOUNDARY: ::windows_sys::core::HRESULT = -2147216610i32;
2855 pub const SCHED_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2147216606i32;
2856 pub const SCHED_E_SERVICE_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147216628i32;
2857 pub const SCHED_E_SERVICE_NOT_LOCALSYSTEM: i32 = 6200i32;
2858 pub const SCHED_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147216619i32;
2859 pub const SCHED_E_SERVICE_TOO_BUSY: ::windows_sys::core::HRESULT = -2147216605i32;
2860 pub const SCHED_E_START_ON_DEMAND: ::windows_sys::core::HRESULT = -2147216600i32;
2861 pub const SCHED_E_TASK_ATTEMPTED: ::windows_sys::core::HRESULT = -2147216604i32;
2862 pub const SCHED_E_TASK_DISABLED: ::windows_sys::core::HRESULT = -2147216602i32;
2863 pub const SCHED_E_TASK_NOT_READY: ::windows_sys::core::HRESULT = -2147216630i32;
2864 pub const SCHED_E_TASK_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147216629i32;
2865 pub const SCHED_E_TASK_NOT_UBPM_COMPAT: ::windows_sys::core::HRESULT = -2147216599i32;
2866 pub const SCHED_E_TASK_NOT_V1_COMPAT: ::windows_sys::core::HRESULT = -2147216601i32;
2867 pub const SCHED_E_TOO_MANY_NODES: ::windows_sys::core::HRESULT = -2147216611i32;
2868 pub const SCHED_E_TRIGGER_NOT_FOUND: ::windows_sys::core::HRESULT = -2147216631i32;
2869 pub const SCHED_E_UNEXPECTEDNODE: ::windows_sys::core::HRESULT = -2147216618i32;
2870 pub const SCHED_E_UNKNOWN_OBJECT_VERSION: ::windows_sys::core::HRESULT = -2147216621i32;
2871 pub const SCHED_E_UNSUPPORTED_ACCOUNT_OPTION: ::windows_sys::core::HRESULT = -2147216620i32;
2872 pub const SCHED_E_USER_NOT_LOGGED_ON: ::windows_sys::core::HRESULT = -2147216608i32;
2873 pub const SCHED_S_BATCH_LOGON_PROBLEM: ::windows_sys::core::HRESULT = 267036i32;
2874 pub const SCHED_S_EVENT_TRIGGER: ::windows_sys::core::HRESULT = 267016i32;
2875 pub const SCHED_S_SOME_TRIGGERS_FAILED: ::windows_sys::core::HRESULT = 267035i32;
2876 pub const SCHED_S_TASK_DISABLED: ::windows_sys::core::HRESULT = 267010i32;
2877 pub const SCHED_S_TASK_HAS_NOT_RUN: ::windows_sys::core::HRESULT = 267011i32;
2878 pub const SCHED_S_TASK_NOT_SCHEDULED: ::windows_sys::core::HRESULT = 267013i32;
2879 pub const SCHED_S_TASK_NO_MORE_RUNS: ::windows_sys::core::HRESULT = 267012i32;
2880 pub const SCHED_S_TASK_NO_VALID_TRIGGERS: ::windows_sys::core::HRESULT = 267015i32;
2881 pub const SCHED_S_TASK_QUEUED: ::windows_sys::core::HRESULT = 267045i32;
2882 pub const SCHED_S_TASK_READY: ::windows_sys::core::HRESULT = 267008i32;
2883 pub const SCHED_S_TASK_RUNNING: ::windows_sys::core::HRESULT = 267009i32;
2884 pub const SCHED_S_TASK_TERMINATED: ::windows_sys::core::HRESULT = 267014i32;
2885 pub const SDIAG_E_CANCELLED: i32 = -2143551232i32;
2886 pub const SDIAG_E_CANNOTRUN: i32 = -2143551224i32;
2887 pub const SDIAG_E_DISABLED: i32 = -2143551226i32;
2888 pub const SDIAG_E_MANAGEDHOST: i32 = -2143551229i32;
2889 pub const SDIAG_E_NOVERIFIER: i32 = -2143551228i32;
2890 pub const SDIAG_E_POWERSHELL: i32 = -2143551230i32;
2891 pub const SDIAG_E_RESOURCE: i32 = -2143551222i32;
2892 pub const SDIAG_E_ROOTCAUSE: i32 = -2143551221i32;
2893 pub const SDIAG_E_SCRIPT: i32 = -2143551231i32;
2894 pub const SDIAG_E_TRUST: i32 = -2143551225i32;
2895 pub const SDIAG_E_VERSION: i32 = -2143551223i32;
2896 pub const SDIAG_S_CANNOTRUN: i32 = 3932421i32;
2897 pub const SEARCH_E_NOMONIKER: ::windows_sys::core::HRESULT = -2147215711i32;
2898 pub const SEARCH_E_NOREGION: ::windows_sys::core::HRESULT = -2147215710i32;
2899 pub const SEARCH_S_NOMOREHITS: ::windows_sys::core::HRESULT = 267936i32;
2900 pub const SEC_E_ALGORITHM_MISMATCH: ::windows_sys::core::HRESULT = -2146893007i32;
2901 pub const SEC_E_APPLICATION_PROTOCOL_MISMATCH: ::windows_sys::core::HRESULT = -2146892953i32;
2902 pub const SEC_E_BAD_BINDINGS: ::windows_sys::core::HRESULT = -2146892986i32;
2903 pub const SEC_E_BAD_PKGID: ::windows_sys::core::HRESULT = -2146893034i32;
2904 pub const SEC_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146893023i32;
2905 pub const SEC_E_CANNOT_INSTALL: ::windows_sys::core::HRESULT = -2146893049i32;
2906 pub const SEC_E_CANNOT_PACK: ::windows_sys::core::HRESULT = -2146893047i32;
2907 pub const SEC_E_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146893016i32;
2908 pub const SEC_E_CERT_UNKNOWN: ::windows_sys::core::HRESULT = -2146893017i32;
2909 pub const SEC_E_CERT_WRONG_USAGE: ::windows_sys::core::HRESULT = -2146892983i32;
2910 pub const SEC_E_CONTEXT_EXPIRED: ::windows_sys::core::HRESULT = -2146893033i32;
2911 pub const SEC_E_CROSSREALM_DELEGATION_FAILURE: ::windows_sys::core::HRESULT = -2146892969i32;
2912 pub const SEC_E_CRYPTO_SYSTEM_INVALID: ::windows_sys::core::HRESULT = -2146893001i32;
2913 pub const SEC_E_DECRYPT_FAILURE: ::windows_sys::core::HRESULT = -2146893008i32;
2914 pub const SEC_E_DELEGATION_POLICY: ::windows_sys::core::HRESULT = -2146892962i32;
2915 pub const SEC_E_DELEGATION_REQUIRED: ::windows_sys::core::HRESULT = -2146892987i32;
2916 pub const SEC_E_DOWNGRADE_DETECTED: ::windows_sys::core::HRESULT = -2146892976i32;
2917 pub const SEC_E_ENCRYPT_FAILURE: ::windows_sys::core::HRESULT = -2146893015i32;
2918 pub const SEC_E_EXT_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146892950i32;
2919 pub const SEC_E_ILLEGAL_MESSAGE: ::windows_sys::core::HRESULT = -2146893018i32;
2920 pub const SEC_E_INCOMPLETE_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893024i32;
2921 pub const SEC_E_INCOMPLETE_MESSAGE: ::windows_sys::core::HRESULT = -2146893032i32;
2922 pub const SEC_E_INSUFFICIENT_BUFFERS: ::windows_sys::core::HRESULT = -2146892949i32;
2923 pub const SEC_E_INSUFFICIENT_MEMORY: ::windows_sys::core::HRESULT = -2146893056i32;
2924 pub const SEC_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146893052i32;
2925 pub const SEC_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146893055i32;
2926 pub const SEC_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146892963i32;
2927 pub const SEC_E_INVALID_TOKEN: ::windows_sys::core::HRESULT = -2146893048i32;
2928 pub const SEC_E_INVALID_UPN_NAME: ::windows_sys::core::HRESULT = -2146892951i32;
2929 pub const SEC_E_ISSUING_CA_UNTRUSTED: ::windows_sys::core::HRESULT = -2146892974i32;
2930 pub const SEC_E_ISSUING_CA_UNTRUSTED_KDC: ::windows_sys::core::HRESULT = -2146892967i32;
2931 pub const SEC_E_KDC_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146892966i32;
2932 pub const SEC_E_KDC_CERT_REVOKED: ::windows_sys::core::HRESULT = -2146892965i32;
2933 pub const SEC_E_KDC_INVALID_REQUEST: ::windows_sys::core::HRESULT = -2146892992i32;
2934 pub const SEC_E_KDC_UNABLE_TO_REFER: ::windows_sys::core::HRESULT = -2146892991i32;
2935 pub const SEC_E_KDC_UNKNOWN_ETYPE: ::windows_sys::core::HRESULT = -2146892990i32;
2936 pub const SEC_E_LOGON_DENIED: ::windows_sys::core::HRESULT = -2146893044i32;
2937 pub const SEC_E_MAX_REFERRALS_EXCEEDED: ::windows_sys::core::HRESULT = -2146893000i32;
2938 pub const SEC_E_MESSAGE_ALTERED: ::windows_sys::core::HRESULT = -2146893041i32;
2939 pub const SEC_E_MULTIPLE_ACCOUNTS: ::windows_sys::core::HRESULT = -2146892985i32;
2940 pub const SEC_E_MUST_BE_KDC: ::windows_sys::core::HRESULT = -2146892999i32;
2941 pub const SEC_E_MUTUAL_AUTH_FAILED: ::windows_sys::core::HRESULT = -2146892957i32;
2942 pub const SEC_E_NOT_OWNER: ::windows_sys::core::HRESULT = -2146893050i32;
2943 pub const SEC_E_NOT_SUPPORTED: i32 = -2146893054i32;
2944 pub const SEC_E_NO_AUTHENTICATING_AUTHORITY: ::windows_sys::core::HRESULT = -2146893039i32;
2945 pub const SEC_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2146892959i32;
2946 pub const SEC_E_NO_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893042i32;
2947 pub const SEC_E_NO_IMPERSONATION: ::windows_sys::core::HRESULT = -2146893045i32;
2948 pub const SEC_E_NO_IP_ADDRESSES: ::windows_sys::core::HRESULT = -2146893003i32;
2949 pub const SEC_E_NO_KERB_KEY: ::windows_sys::core::HRESULT = -2146892984i32;
2950 pub const SEC_E_NO_PA_DATA: ::windows_sys::core::HRESULT = -2146892996i32;
2951 pub const SEC_E_NO_S4U_PROT_SUPPORT: ::windows_sys::core::HRESULT = -2146892970i32;
2952 pub const SEC_E_NO_SPM: i32 = -2146893052i32;
2953 pub const SEC_E_NO_TGT_REPLY: ::windows_sys::core::HRESULT = -2146893004i32;
2954 pub const SEC_E_OK: ::windows_sys::core::HRESULT = 0i32;
2955 pub const SEC_E_ONLY_HTTPS_ALLOWED: ::windows_sys::core::HRESULT = -2146892955i32;
2956 pub const SEC_E_OUT_OF_SEQUENCE: ::windows_sys::core::HRESULT = -2146893040i32;
2957 pub const SEC_E_PKINIT_CLIENT_FAILURE: ::windows_sys::core::HRESULT = -2146892972i32;
2958 pub const SEC_E_PKINIT_NAME_MISMATCH: ::windows_sys::core::HRESULT = -2146892995i32;
2959 pub const SEC_E_PKU2U_CERT_FAILURE: ::windows_sys::core::HRESULT = -2146892958i32;
2960 pub const SEC_E_POLICY_NLTM_ONLY: ::windows_sys::core::HRESULT = -2146892961i32;
2961 pub const SEC_E_QOP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893046i32;
2962 pub const SEC_E_REVOCATION_OFFLINE_C: ::windows_sys::core::HRESULT = -2146892973i32;
2963 pub const SEC_E_REVOCATION_OFFLINE_KDC: ::windows_sys::core::HRESULT = -2146892968i32;
2964 pub const SEC_E_SECPKG_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893051i32;
2965 pub const SEC_E_SECURITY_QOS_FAILED: ::windows_sys::core::HRESULT = -2146893006i32;
2966 pub const SEC_E_SHUTDOWN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2146892993i32;
2967 pub const SEC_E_SMARTCARD_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146892971i32;
2968 pub const SEC_E_SMARTCARD_CERT_REVOKED: ::windows_sys::core::HRESULT = -2146892975i32;
2969 pub const SEC_E_SMARTCARD_LOGON_REQUIRED: ::windows_sys::core::HRESULT = -2146892994i32;
2970 pub const SEC_E_STRONG_CRYPTO_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146892998i32;
2971 pub const SEC_E_TARGET_UNKNOWN: ::windows_sys::core::HRESULT = -2146893053i32;
2972 pub const SEC_E_TIME_SKEW: ::windows_sys::core::HRESULT = -2146893020i32;
2973 pub const SEC_E_TOO_MANY_PRINCIPALS: ::windows_sys::core::HRESULT = -2146892997i32;
2974 pub const SEC_E_UNFINISHED_CONTEXT_DELETED: ::windows_sys::core::HRESULT = -2146893005i32;
2975 pub const SEC_E_UNKNOWN_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893043i32;
2976 pub const SEC_E_UNSUPPORTED_FUNCTION: ::windows_sys::core::HRESULT = -2146893054i32;
2977 pub const SEC_E_UNSUPPORTED_PREAUTH: ::windows_sys::core::HRESULT = -2146892989i32;
2978 pub const SEC_E_UNTRUSTED_ROOT: ::windows_sys::core::HRESULT = -2146893019i32;
2979 pub const SEC_E_WRONG_CREDENTIAL_HANDLE: ::windows_sys::core::HRESULT = -2146893002i32;
2980 pub const SEC_E_WRONG_PRINCIPAL: ::windows_sys::core::HRESULT = -2146893022i32;
2981 pub const SEC_I_ASYNC_CALL_PENDING: ::windows_sys::core::HRESULT = 590696i32;
2982 pub const SEC_I_COMPLETE_AND_CONTINUE: ::windows_sys::core::HRESULT = 590612i32;
2983 pub const SEC_I_COMPLETE_NEEDED: ::windows_sys::core::HRESULT = 590611i32;
2984 pub const SEC_I_CONTEXT_EXPIRED: ::windows_sys::core::HRESULT = 590615i32;
2985 pub const SEC_I_CONTINUE_NEEDED: ::windows_sys::core::HRESULT = 590610i32;
2986 pub const SEC_I_CONTINUE_NEEDED_MESSAGE_OK: ::windows_sys::core::HRESULT = 590694i32;
2987 pub const SEC_I_GENERIC_EXTENSION_RECEIVED: ::windows_sys::core::HRESULT = 590614i32;
2988 pub const SEC_I_INCOMPLETE_CREDENTIALS: ::windows_sys::core::HRESULT = 590624i32;
2989 pub const SEC_I_LOCAL_LOGON: ::windows_sys::core::HRESULT = 590613i32;
2990 pub const SEC_I_MESSAGE_FRAGMENT: ::windows_sys::core::HRESULT = 590692i32;
2991 pub const SEC_I_NO_LSA_CONTEXT: ::windows_sys::core::HRESULT = 590627i32;
2992 pub const SEC_I_NO_RENEGOTIATION: ::windows_sys::core::HRESULT = 590688i32;
2993 pub const SEC_I_RENEGOTIATE: ::windows_sys::core::HRESULT = 590625i32;
2994 pub const SEC_I_SIGNATURE_NEEDED: ::windows_sys::core::HRESULT = 590684i32;
2995 pub const SEVERITY_ERROR: u32 = 1u32;
2996 pub const SEVERITY_SUCCESS: u32 = 0u32;
2997 pub type SHANDLE_PTR = isize;
2998 #[repr(C)]
2999 pub struct SIZE {
3000 pub cx: i32,
3001 pub cy: i32,
3002 }
3003 impl ::core::marker::Copy for SIZE {}
3004 impl ::core::clone::Clone for SIZE {
3005 fn clone(&self) -> Self {
3006 *self
3007 }
3008 }
3009 pub const SPAPI_E_AUTHENTICODE_DISALLOWED: ::windows_sys::core::HRESULT = -2146500032i32;
3010 pub const SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2146500029i32;
3011 pub const SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER: ::windows_sys::core::HRESULT = -2146500031i32;
3012 pub const SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED: ::windows_sys::core::HRESULT = -2146500030i32;
3013 pub const SPAPI_E_BAD_INTERFACE_INSTALLSECT: ::windows_sys::core::HRESULT = -2146500067i32;
3014 pub const SPAPI_E_BAD_SECTION_NAME_LINE: ::windows_sys::core::HRESULT = -2146500607i32;
3015 pub const SPAPI_E_BAD_SERVICE_INSTALLSECT: ::windows_sys::core::HRESULT = -2146500073i32;
3016 pub const SPAPI_E_CANT_LOAD_CLASS_ICON: ::windows_sys::core::HRESULT = -2146500084i32;
3017 pub const SPAPI_E_CANT_REMOVE_DEVINST: ::windows_sys::core::HRESULT = -2146500046i32;
3018 pub const SPAPI_E_CLASS_MISMATCH: ::windows_sys::core::HRESULT = -2146500095i32;
3019 pub const SPAPI_E_DEVICE_INSTALLER_NOT_READY: ::windows_sys::core::HRESULT = -2146500026i32;
3020 pub const SPAPI_E_DEVICE_INSTALL_BLOCKED: ::windows_sys::core::HRESULT = -2146500024i32;
3021 pub const SPAPI_E_DEVICE_INTERFACE_ACTIVE: ::windows_sys::core::HRESULT = -2146500069i32;
3022 pub const SPAPI_E_DEVICE_INTERFACE_REMOVED: ::windows_sys::core::HRESULT = -2146500068i32;
3023 pub const SPAPI_E_DEVINFO_DATA_LOCKED: ::windows_sys::core::HRESULT = -2146500077i32;
3024 pub const SPAPI_E_DEVINFO_LIST_LOCKED: ::windows_sys::core::HRESULT = -2146500078i32;
3025 pub const SPAPI_E_DEVINFO_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2146500088i32;
3026 pub const SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE: ::windows_sys::core::HRESULT = -2146500048i32;
3027 pub const SPAPI_E_DEVINST_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2146500089i32;
3028 pub const SPAPI_E_DI_BAD_PATH: ::windows_sys::core::HRESULT = -2146500076i32;
3029 pub const SPAPI_E_DI_DONT_INSTALL: ::windows_sys::core::HRESULT = -2146500053i32;
3030 pub const SPAPI_E_DI_DO_DEFAULT: ::windows_sys::core::HRESULT = -2146500082i32;
3031 pub const SPAPI_E_DI_FUNCTION_OBSOLETE: ::windows_sys::core::HRESULT = -2146500034i32;
3032 pub const SPAPI_E_DI_NOFILECOPY: ::windows_sys::core::HRESULT = -2146500081i32;
3033 pub const SPAPI_E_DI_POSTPROCESSING_REQUIRED: ::windows_sys::core::HRESULT = -2146500058i32;
3034 pub const SPAPI_E_DRIVER_INSTALL_BLOCKED: ::windows_sys::core::HRESULT = -2146500023i32;
3035 pub const SPAPI_E_DRIVER_NONNATIVE: ::windows_sys::core::HRESULT = -2146500044i32;
3036 pub const SPAPI_E_DRIVER_STORE_ADD_FAILED: ::windows_sys::core::HRESULT = -2146500025i32;
3037 pub const SPAPI_E_DRIVER_STORE_DELETE_FAILED: ::windows_sys::core::HRESULT = -2146500020i32;
3038 pub const SPAPI_E_DUPLICATE_FOUND: ::windows_sys::core::HRESULT = -2146500094i32;
3039 pub const SPAPI_E_ERROR_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2146496512i32;
3040 pub const SPAPI_E_EXPECTED_SECTION_NAME: ::windows_sys::core::HRESULT = -2146500608i32;
3041 pub const SPAPI_E_FILEQUEUE_LOCKED: ::windows_sys::core::HRESULT = -2146500074i32;
3042 pub const SPAPI_E_FILE_HASH_NOT_IN_CATALOG: ::windows_sys::core::HRESULT = -2146500021i32;
3043 pub const SPAPI_E_GENERAL_SYNTAX: ::windows_sys::core::HRESULT = -2146500605i32;
3044 pub const SPAPI_E_INCORRECTLY_COPIED_INF: ::windows_sys::core::HRESULT = -2146500041i32;
3045 pub const SPAPI_E_INF_IN_USE_BY_DEVICES: ::windows_sys::core::HRESULT = -2146500035i32;
3046 pub const SPAPI_E_INVALID_CLASS: ::windows_sys::core::HRESULT = -2146500090i32;
3047 pub const SPAPI_E_INVALID_CLASS_INSTALLER: ::windows_sys::core::HRESULT = -2146500083i32;
3048 pub const SPAPI_E_INVALID_COINSTALLER: ::windows_sys::core::HRESULT = -2146500057i32;
3049 pub const SPAPI_E_INVALID_DEVINST_NAME: ::windows_sys::core::HRESULT = -2146500091i32;
3050 pub const SPAPI_E_INVALID_FILTER_DRIVER: ::windows_sys::core::HRESULT = -2146500052i32;
3051 pub const SPAPI_E_INVALID_HWPROFILE: ::windows_sys::core::HRESULT = -2146500080i32;
3052 pub const SPAPI_E_INVALID_INF_LOGCONFIG: ::windows_sys::core::HRESULT = -2146500054i32;
3053 pub const SPAPI_E_INVALID_MACHINENAME: ::windows_sys::core::HRESULT = -2146500064i32;
3054 pub const SPAPI_E_INVALID_PROPPAGE_PROVIDER: ::windows_sys::core::HRESULT = -2146500060i32;
3055 pub const SPAPI_E_INVALID_REFERENCE_STRING: ::windows_sys::core::HRESULT = -2146500065i32;
3056 pub const SPAPI_E_INVALID_REG_PROPERTY: ::windows_sys::core::HRESULT = -2146500087i32;
3057 pub const SPAPI_E_INVALID_TARGET: ::windows_sys::core::HRESULT = -2146500045i32;
3058 pub const SPAPI_E_IN_WOW64: ::windows_sys::core::HRESULT = -2146500043i32;
3059 pub const SPAPI_E_KEY_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146500092i32;
3060 pub const SPAPI_E_LINE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146500350i32;
3061 pub const SPAPI_E_MACHINE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146500062i32;
3062 pub const SPAPI_E_NON_WINDOWS_DRIVER: ::windows_sys::core::HRESULT = -2146500050i32;
3063 pub const SPAPI_E_NON_WINDOWS_NT_DRIVER: ::windows_sys::core::HRESULT = -2146500051i32;
3064 pub const SPAPI_E_NOT_AN_INSTALLED_OEM_INF: ::windows_sys::core::HRESULT = -2146500036i32;
3065 pub const SPAPI_E_NOT_DISABLEABLE: ::windows_sys::core::HRESULT = -2146500047i32;
3066 pub const SPAPI_E_NO_ASSOCIATED_CLASS: ::windows_sys::core::HRESULT = -2146500096i32;
3067 pub const SPAPI_E_NO_ASSOCIATED_SERVICE: ::windows_sys::core::HRESULT = -2146500071i32;
3068 pub const SPAPI_E_NO_AUTHENTICODE_CATALOG: ::windows_sys::core::HRESULT = -2146500033i32;
3069 pub const SPAPI_E_NO_BACKUP: ::windows_sys::core::HRESULT = -2146500349i32;
3070 pub const SPAPI_E_NO_CATALOG_FOR_OEM_INF: ::windows_sys::core::HRESULT = -2146500049i32;
3071 pub const SPAPI_E_NO_CLASSINSTALL_PARAMS: ::windows_sys::core::HRESULT = -2146500075i32;
3072 pub const SPAPI_E_NO_CLASS_DRIVER_LIST: ::windows_sys::core::HRESULT = -2146500072i32;
3073 pub const SPAPI_E_NO_COMPAT_DRIVERS: ::windows_sys::core::HRESULT = -2146500056i32;
3074 pub const SPAPI_E_NO_CONFIGMGR_SERVICES: ::windows_sys::core::HRESULT = -2146500061i32;
3075 pub const SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE: ::windows_sys::core::HRESULT = -2146500070i32;
3076 pub const SPAPI_E_NO_DEVICE_ICON: ::windows_sys::core::HRESULT = -2146500055i32;
3077 pub const SPAPI_E_NO_DEVICE_SELECTED: ::windows_sys::core::HRESULT = -2146500079i32;
3078 pub const SPAPI_E_NO_DRIVER_SELECTED: ::windows_sys::core::HRESULT = -2146500093i32;
3079 pub const SPAPI_E_NO_INF: ::windows_sys::core::HRESULT = -2146500086i32;
3080 pub const SPAPI_E_NO_SUCH_DEVICE_INTERFACE: ::windows_sys::core::HRESULT = -2146500059i32;
3081 pub const SPAPI_E_NO_SUCH_DEVINST: ::windows_sys::core::HRESULT = -2146500085i32;
3082 pub const SPAPI_E_NO_SUCH_INTERFACE_CLASS: ::windows_sys::core::HRESULT = -2146500066i32;
3083 pub const SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE: ::windows_sys::core::HRESULT = -2146500027i32;
3084 pub const SPAPI_E_PNP_REGISTRY_ERROR: ::windows_sys::core::HRESULT = -2146500038i32;
3085 pub const SPAPI_E_REMOTE_COMM_FAILURE: ::windows_sys::core::HRESULT = -2146500063i32;
3086 pub const SPAPI_E_REMOTE_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146500037i32;
3087 pub const SPAPI_E_SCE_DISABLED: ::windows_sys::core::HRESULT = -2146500040i32;
3088 pub const SPAPI_E_SECTION_NAME_TOO_LONG: ::windows_sys::core::HRESULT = -2146500606i32;
3089 pub const SPAPI_E_SECTION_NOT_FOUND: ::windows_sys::core::HRESULT = -2146500351i32;
3090 pub const SPAPI_E_SET_SYSTEM_RESTORE_POINT: ::windows_sys::core::HRESULT = -2146500042i32;
3091 pub const SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH: ::windows_sys::core::HRESULT = -2146500028i32;
3092 pub const SPAPI_E_UNKNOWN_EXCEPTION: ::windows_sys::core::HRESULT = -2146500039i32;
3093 pub const SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW: ::windows_sys::core::HRESULT = -2146499840i32;
3094 pub const SPAPI_E_WRONG_INF_STYLE: ::windows_sys::core::HRESULT = -2146500352i32;
3095 pub const SPAPI_E_WRONG_INF_TYPE: ::windows_sys::core::HRESULT = -2146500022i32;
3096 pub const SQLITE_E_ABORT: ::windows_sys::core::HRESULT = -2018574332i32;
3097 pub const SQLITE_E_ABORT_ROLLBACK: ::windows_sys::core::HRESULT = -2018573820i32;
3098 pub const SQLITE_E_AUTH: ::windows_sys::core::HRESULT = -2018574313i32;
3099 pub const SQLITE_E_BUSY: ::windows_sys::core::HRESULT = -2018574331i32;
3100 pub const SQLITE_E_BUSY_RECOVERY: ::windows_sys::core::HRESULT = -2018574075i32;
3101 pub const SQLITE_E_BUSY_SNAPSHOT: ::windows_sys::core::HRESULT = -2018573819i32;
3102 pub const SQLITE_E_CANTOPEN: ::windows_sys::core::HRESULT = -2018574322i32;
3103 pub const SQLITE_E_CANTOPEN_CONVPATH: ::windows_sys::core::HRESULT = -2018573298i32;
3104 pub const SQLITE_E_CANTOPEN_FULLPATH: ::windows_sys::core::HRESULT = -2018573554i32;
3105 pub const SQLITE_E_CANTOPEN_ISDIR: ::windows_sys::core::HRESULT = -2018573810i32;
3106 pub const SQLITE_E_CANTOPEN_NOTEMPDIR: ::windows_sys::core::HRESULT = -2018574066i32;
3107 pub const SQLITE_E_CONSTRAINT: ::windows_sys::core::HRESULT = -2018574317i32;
3108 pub const SQLITE_E_CONSTRAINT_CHECK: ::windows_sys::core::HRESULT = -2018574061i32;
3109 pub const SQLITE_E_CONSTRAINT_COMMITHOOK: ::windows_sys::core::HRESULT = -2018573805i32;
3110 pub const SQLITE_E_CONSTRAINT_FOREIGNKEY: ::windows_sys::core::HRESULT = -2018573549i32;
3111 pub const SQLITE_E_CONSTRAINT_FUNCTION: ::windows_sys::core::HRESULT = -2018573293i32;
3112 pub const SQLITE_E_CONSTRAINT_NOTNULL: ::windows_sys::core::HRESULT = -2018573037i32;
3113 pub const SQLITE_E_CONSTRAINT_PRIMARYKEY: ::windows_sys::core::HRESULT = -2018572781i32;
3114 pub const SQLITE_E_CONSTRAINT_ROWID: ::windows_sys::core::HRESULT = -2018571757i32;
3115 pub const SQLITE_E_CONSTRAINT_TRIGGER: ::windows_sys::core::HRESULT = -2018572525i32;
3116 pub const SQLITE_E_CONSTRAINT_UNIQUE: ::windows_sys::core::HRESULT = -2018572269i32;
3117 pub const SQLITE_E_CONSTRAINT_VTAB: ::windows_sys::core::HRESULT = -2018572013i32;
3118 pub const SQLITE_E_CORRUPT: ::windows_sys::core::HRESULT = -2018574325i32;
3119 pub const SQLITE_E_CORRUPT_VTAB: ::windows_sys::core::HRESULT = -2018574069i32;
3120 pub const SQLITE_E_DONE: ::windows_sys::core::HRESULT = -2018574235i32;
3121 pub const SQLITE_E_EMPTY: ::windows_sys::core::HRESULT = -2018574320i32;
3122 pub const SQLITE_E_ERROR: ::windows_sys::core::HRESULT = -2018574335i32;
3123 pub const SQLITE_E_FORMAT: ::windows_sys::core::HRESULT = -2018574312i32;
3124 pub const SQLITE_E_FULL: ::windows_sys::core::HRESULT = -2018574323i32;
3125 pub const SQLITE_E_INTERNAL: ::windows_sys::core::HRESULT = -2018574334i32;
3126 pub const SQLITE_E_INTERRUPT: ::windows_sys::core::HRESULT = -2018574327i32;
3127 pub const SQLITE_E_IOERR: ::windows_sys::core::HRESULT = -2018574326i32;
3128 pub const SQLITE_E_IOERR_ACCESS: ::windows_sys::core::HRESULT = -2018570998i32;
3129 pub const SQLITE_E_IOERR_AUTH: ::windows_sys::core::HRESULT = -2018567677i32;
3130 pub const SQLITE_E_IOERR_BLOCKED: ::windows_sys::core::HRESULT = -2018571510i32;
3131 pub const SQLITE_E_IOERR_CHECKRESERVEDLOCK: ::windows_sys::core::HRESULT = -2018570742i32;
3132 pub const SQLITE_E_IOERR_CLOSE: ::windows_sys::core::HRESULT = -2018570230i32;
3133 pub const SQLITE_E_IOERR_CONVPATH: ::windows_sys::core::HRESULT = -2018567670i32;
3134 pub const SQLITE_E_IOERR_DELETE: ::windows_sys::core::HRESULT = -2018571766i32;
3135 pub const SQLITE_E_IOERR_DELETE_NOENT: ::windows_sys::core::HRESULT = -2018568438i32;
3136 pub const SQLITE_E_IOERR_DIR_CLOSE: ::windows_sys::core::HRESULT = -2018569974i32;
3137 pub const SQLITE_E_IOERR_DIR_FSYNC: ::windows_sys::core::HRESULT = -2018573046i32;
3138 pub const SQLITE_E_IOERR_FSTAT: ::windows_sys::core::HRESULT = -2018572534i32;
3139 pub const SQLITE_E_IOERR_FSYNC: ::windows_sys::core::HRESULT = -2018573302i32;
3140 pub const SQLITE_E_IOERR_GETTEMPPATH: ::windows_sys::core::HRESULT = -2018567926i32;
3141 pub const SQLITE_E_IOERR_LOCK: ::windows_sys::core::HRESULT = -2018570486i32;
3142 pub const SQLITE_E_IOERR_MMAP: ::windows_sys::core::HRESULT = -2018568182i32;
3143 pub const SQLITE_E_IOERR_NOMEM: ::windows_sys::core::HRESULT = -2018571254i32;
3144 pub const SQLITE_E_IOERR_RDLOCK: ::windows_sys::core::HRESULT = -2018572022i32;
3145 pub const SQLITE_E_IOERR_READ: ::windows_sys::core::HRESULT = -2018574070i32;
3146 pub const SQLITE_E_IOERR_SEEK: ::windows_sys::core::HRESULT = -2018568694i32;
3147 pub const SQLITE_E_IOERR_SHMLOCK: ::windows_sys::core::HRESULT = -2018569206i32;
3148 pub const SQLITE_E_IOERR_SHMMAP: ::windows_sys::core::HRESULT = -2018568950i32;
3149 pub const SQLITE_E_IOERR_SHMOPEN: ::windows_sys::core::HRESULT = -2018569718i32;
3150 pub const SQLITE_E_IOERR_SHMSIZE: ::windows_sys::core::HRESULT = -2018569462i32;
3151 pub const SQLITE_E_IOERR_SHORT_READ: ::windows_sys::core::HRESULT = -2018573814i32;
3152 pub const SQLITE_E_IOERR_TRUNCATE: ::windows_sys::core::HRESULT = -2018572790i32;
3153 pub const SQLITE_E_IOERR_UNLOCK: ::windows_sys::core::HRESULT = -2018572278i32;
3154 pub const SQLITE_E_IOERR_VNODE: ::windows_sys::core::HRESULT = -2018567678i32;
3155 pub const SQLITE_E_IOERR_WRITE: ::windows_sys::core::HRESULT = -2018573558i32;
3156 pub const SQLITE_E_LOCKED: ::windows_sys::core::HRESULT = -2018574330i32;
3157 pub const SQLITE_E_LOCKED_SHAREDCACHE: ::windows_sys::core::HRESULT = -2018574074i32;
3158 pub const SQLITE_E_MISMATCH: ::windows_sys::core::HRESULT = -2018574316i32;
3159 pub const SQLITE_E_MISUSE: ::windows_sys::core::HRESULT = -2018574315i32;
3160 pub const SQLITE_E_NOLFS: ::windows_sys::core::HRESULT = -2018574314i32;
3161 pub const SQLITE_E_NOMEM: ::windows_sys::core::HRESULT = -2018574329i32;
3162 pub const SQLITE_E_NOTADB: ::windows_sys::core::HRESULT = -2018574310i32;
3163 pub const SQLITE_E_NOTFOUND: ::windows_sys::core::HRESULT = -2018574324i32;
3164 pub const SQLITE_E_NOTICE: ::windows_sys::core::HRESULT = -2018574309i32;
3165 pub const SQLITE_E_NOTICE_RECOVER_ROLLBACK: ::windows_sys::core::HRESULT = -2018573797i32;
3166 pub const SQLITE_E_NOTICE_RECOVER_WAL: ::windows_sys::core::HRESULT = -2018574053i32;
3167 pub const SQLITE_E_PERM: ::windows_sys::core::HRESULT = -2018574333i32;
3168 pub const SQLITE_E_PROTOCOL: ::windows_sys::core::HRESULT = -2018574321i32;
3169 pub const SQLITE_E_RANGE: ::windows_sys::core::HRESULT = -2018574311i32;
3170 pub const SQLITE_E_READONLY: ::windows_sys::core::HRESULT = -2018574328i32;
3171 pub const SQLITE_E_READONLY_CANTLOCK: ::windows_sys::core::HRESULT = -2018573816i32;
3172 pub const SQLITE_E_READONLY_DBMOVED: ::windows_sys::core::HRESULT = -2018573304i32;
3173 pub const SQLITE_E_READONLY_RECOVERY: ::windows_sys::core::HRESULT = -2018574072i32;
3174 pub const SQLITE_E_READONLY_ROLLBACK: ::windows_sys::core::HRESULT = -2018573560i32;
3175 pub const SQLITE_E_ROW: ::windows_sys::core::HRESULT = -2018574236i32;
3176 pub const SQLITE_E_SCHEMA: ::windows_sys::core::HRESULT = -2018574319i32;
3177 pub const SQLITE_E_TOOBIG: ::windows_sys::core::HRESULT = -2018574318i32;
3178 pub const SQLITE_E_WARNING: ::windows_sys::core::HRESULT = -2018574308i32;
3179 pub const SQLITE_E_WARNING_AUTOINDEX: ::windows_sys::core::HRESULT = -2018574052i32;
3180 pub const STATEREPOSITORY_ERROR_CACHE_CORRUPTED: ::windows_sys::core::HRESULT = -2140733422i32;
3181 pub const STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED: ::windows_sys::core::HRESULT = -2140733435i32;
3182 pub const STATEREPOSITORY_E_BLOCKED: ::windows_sys::core::HRESULT = -2140733434i32;
3183 pub const STATEREPOSITORY_E_BUSY_RECOVERY_RETRY: ::windows_sys::core::HRESULT = -2140733432i32;
3184 pub const STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733427i32;
3185 pub const STATEREPOSITORY_E_BUSY_RETRY: ::windows_sys::core::HRESULT = -2140733433i32;
3186 pub const STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733428i32;
3187 pub const STATEREPOSITORY_E_CACHE_NOT_INIITALIZED: ::windows_sys::core::HRESULT = -2140733419i32;
3188 pub const STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE: ::windows_sys::core::HRESULT = -2140733439i32;
3189 pub const STATEREPOSITORY_E_CONFIGURATION_INVALID: ::windows_sys::core::HRESULT = -2140733437i32;
3190 pub const STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED: ::windows_sys::core::HRESULT = -2140733418i32;
3191 pub const STATEREPOSITORY_E_LOCKED_RETRY: ::windows_sys::core::HRESULT = -2140733431i32;
3192 pub const STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY: ::windows_sys::core::HRESULT = -2140733430i32;
3193 pub const STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733425i32;
3194 pub const STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733426i32;
3195 pub const STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS: ::windows_sys::core::HRESULT = -2140733424i32;
3196 pub const STATEREPOSITORY_E_STATEMENT_INPROGRESS: ::windows_sys::core::HRESULT = -2140733438i32;
3197 pub const STATEREPOSITORY_E_TRANSACTION_REQUIRED: ::windows_sys::core::HRESULT = -2140733429i32;
3198 pub const STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION: ::windows_sys::core::HRESULT = -2140733436i32;
3199 pub const STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED: ::windows_sys::core::HRESULT = 6750227i32;
3200 pub const STATEREPOSITORY_TRANSACTION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2140733420i32;
3201 pub const STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140733423i32;
3202 pub const STATUS_ABANDONED: NTSTATUS = 128i32;
3203 pub const STATUS_ABANDONED_WAIT_0: NTSTATUS = 128i32;
3204 pub const STATUS_ABANDONED_WAIT_63: NTSTATUS = 191i32;
3205 pub const STATUS_ABANDON_HIBERFILE: NTSTATUS = 1073741875i32;
3206 pub const STATUS_ABIOS_INVALID_COMMAND: NTSTATUS = -1073741549i32;
3207 pub const STATUS_ABIOS_INVALID_LID: NTSTATUS = -1073741548i32;
3208 pub const STATUS_ABIOS_INVALID_SELECTOR: NTSTATUS = -1073741546i32;
3209 pub const STATUS_ABIOS_LID_ALREADY_OWNED: NTSTATUS = -1073741551i32;
3210 pub const STATUS_ABIOS_LID_NOT_EXIST: NTSTATUS = -1073741552i32;
3211 pub const STATUS_ABIOS_NOT_LID_OWNER: NTSTATUS = -1073741550i32;
3212 pub const STATUS_ABIOS_NOT_PRESENT: NTSTATUS = -1073741553i32;
3213 pub const STATUS_ABIOS_SELECTOR_NOT_AVAILABLE: NTSTATUS = -1073741547i32;
3214 pub const STATUS_ACCESS_AUDIT_BY_POLICY: NTSTATUS = 1073741874i32;
3215 pub const STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT: NTSTATUS = -1073740959i32;
3216 pub const STATUS_ACCESS_DISABLED_BY_POLICY_OTHER: NTSTATUS = -1073740956i32;
3217 pub const STATUS_ACCESS_DISABLED_BY_POLICY_PATH: NTSTATUS = -1073740958i32;
3218 pub const STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER: NTSTATUS = -1073740957i32;
3219 pub const STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: NTSTATUS = -1073740942i32;
3220 pub const STATUS_ACCESS_VIOLATION: NTSTATUS = -1073741819i32;
3221 pub const STATUS_ACPI_ACQUIRE_GLOBAL_LOCK: NTSTATUS = -1072431086i32;
3222 pub const STATUS_ACPI_ADDRESS_NOT_MAPPED: NTSTATUS = -1072431092i32;
3223 pub const STATUS_ACPI_ALREADY_INITIALIZED: NTSTATUS = -1072431085i32;
3224 pub const STATUS_ACPI_ASSERT_FAILED: NTSTATUS = -1072431101i32;
3225 pub const STATUS_ACPI_FATAL: NTSTATUS = -1072431098i32;
3226 pub const STATUS_ACPI_HANDLER_COLLISION: NTSTATUS = -1072431090i32;
3227 pub const STATUS_ACPI_INCORRECT_ARGUMENT_COUNT: NTSTATUS = -1072431093i32;
3228 pub const STATUS_ACPI_INVALID_ACCESS_SIZE: NTSTATUS = -1072431087i32;
3229 pub const STATUS_ACPI_INVALID_ARGTYPE: NTSTATUS = -1072431096i32;
3230 pub const STATUS_ACPI_INVALID_ARGUMENT: NTSTATUS = -1072431099i32;
3231 pub const STATUS_ACPI_INVALID_DATA: NTSTATUS = -1072431089i32;
3232 pub const STATUS_ACPI_INVALID_EVENTTYPE: NTSTATUS = -1072431091i32;
3233 pub const STATUS_ACPI_INVALID_INDEX: NTSTATUS = -1072431100i32;
3234 pub const STATUS_ACPI_INVALID_MUTEX_LEVEL: NTSTATUS = -1072431083i32;
3235 pub const STATUS_ACPI_INVALID_OBJTYPE: NTSTATUS = -1072431095i32;
3236 pub const STATUS_ACPI_INVALID_OPCODE: NTSTATUS = -1072431103i32;
3237 pub const STATUS_ACPI_INVALID_REGION: NTSTATUS = -1072431088i32;
3238 pub const STATUS_ACPI_INVALID_SUPERNAME: NTSTATUS = -1072431097i32;
3239 pub const STATUS_ACPI_INVALID_TABLE: NTSTATUS = -1072431079i32;
3240 pub const STATUS_ACPI_INVALID_TARGETTYPE: NTSTATUS = -1072431094i32;
3241 pub const STATUS_ACPI_MUTEX_NOT_OWNED: NTSTATUS = -1072431082i32;
3242 pub const STATUS_ACPI_MUTEX_NOT_OWNER: NTSTATUS = -1072431081i32;
3243 pub const STATUS_ACPI_NOT_INITIALIZED: NTSTATUS = -1072431084i32;
3244 pub const STATUS_ACPI_POWER_REQUEST_FAILED: NTSTATUS = -1072431071i32;
3245 pub const STATUS_ACPI_REG_HANDLER_FAILED: NTSTATUS = -1072431072i32;
3246 pub const STATUS_ACPI_RS_ACCESS: NTSTATUS = -1072431080i32;
3247 pub const STATUS_ACPI_STACK_OVERFLOW: NTSTATUS = -1072431102i32;
3248 pub const STATUS_ADAPTER_HARDWARE_ERROR: NTSTATUS = -1073741630i32;
3249 pub const STATUS_ADDRESS_ALREADY_ASSOCIATED: NTSTATUS = -1073741256i32;
3250 pub const STATUS_ADDRESS_ALREADY_EXISTS: NTSTATUS = -1073741302i32;
3251 pub const STATUS_ADDRESS_CLOSED: NTSTATUS = -1073741301i32;
3252 pub const STATUS_ADDRESS_NOT_ASSOCIATED: NTSTATUS = -1073741255i32;
3253 pub const STATUS_ADMINLESS_ACCESS_DENIED: NTSTATUS = -1073700348i32;
3254 pub const STATUS_ADVANCED_INSTALLER_FAILED: NTSTATUS = -1072365536i32;
3255 pub const STATUS_AGENTS_EXHAUSTED: NTSTATUS = -1073741691i32;
3256 pub const STATUS_ALERTED: NTSTATUS = 257i32;
3257 pub const STATUS_ALIAS_EXISTS: NTSTATUS = -1073741484i32;
3258 pub const STATUS_ALLOCATE_BUCKET: NTSTATUS = -1073741265i32;
3259 pub const STATUS_ALLOTTED_SPACE_EXCEEDED: NTSTATUS = -1073741671i32;
3260 pub const STATUS_ALL_SIDS_FILTERED: NTSTATUS = -1073740962i32;
3261 pub const STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740798i32;
3262 pub const STATUS_ALPC_CHECK_COMPLETION_LIST: NTSTATUS = 1073741872i32;
3263 pub const STATUS_ALREADY_COMMITTED: NTSTATUS = -1073741791i32;
3264 pub const STATUS_ALREADY_COMPLETE: NTSTATUS = 255i32;
3265 pub const STATUS_ALREADY_DISCONNECTED: NTSTATUS = -2147483611i32;
3266 pub const STATUS_ALREADY_HAS_STREAM_ID: NTSTATUS = -1073740530i32;
3267 pub const STATUS_ALREADY_INITIALIZED: NTSTATUS = -1073740528i32;
3268 pub const STATUS_ALREADY_REGISTERED: NTSTATUS = -1073740008i32;
3269 pub const STATUS_ALREADY_WIN32: NTSTATUS = 1073741851i32;
3270 pub const STATUS_AMBIGUOUS_SYSTEM_DEVICE: NTSTATUS = -1073740719i32;
3271 pub const STATUS_APC_RETURNED_WHILE_IMPERSONATING: NTSTATUS = -1073740015i32;
3272 pub const STATUS_APISET_NOT_HOSTED: NTSTATUS = -1073740671i32;
3273 pub const STATUS_APISET_NOT_PRESENT: NTSTATUS = -1073740670i32;
3274 pub const STATUS_APPEXEC_APP_COMPAT_BLOCK: NTSTATUS = -1058275320i32;
3275 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT: NTSTATUS = -1058275319i32;
3276 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING: NTSTATUS = -1058275317i32;
3277 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES: NTSTATUS = -1058275316i32;
3278 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION: NTSTATUS = -1058275318i32;
3279 pub const STATUS_APPEXEC_CONDITION_NOT_SATISFIED: NTSTATUS = -1058275328i32;
3280 pub const STATUS_APPEXEC_HANDLE_INVALIDATED: NTSTATUS = -1058275327i32;
3281 pub const STATUS_APPEXEC_HOST_ID_MISMATCH: NTSTATUS = -1058275322i32;
3282 pub const STATUS_APPEXEC_INVALID_HOST_GENERATION: NTSTATUS = -1058275326i32;
3283 pub const STATUS_APPEXEC_INVALID_HOST_STATE: NTSTATUS = -1058275324i32;
3284 pub const STATUS_APPEXEC_NO_DONOR: NTSTATUS = -1058275323i32;
3285 pub const STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION: NTSTATUS = -1058275325i32;
3286 pub const STATUS_APPEXEC_UNKNOWN_USER: NTSTATUS = -1058275321i32;
3287 pub const STATUS_APPHELP_BLOCK: NTSTATUS = -1073740963i32;
3288 pub const STATUS_APPX_FILE_NOT_ENCRYPTED: NTSTATUS = -1073740634i32;
3289 pub const STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN: NTSTATUS = -1073740673i32;
3290 pub const STATUS_APP_DATA_CORRUPT: NTSTATUS = -1073700221i32;
3291 pub const STATUS_APP_DATA_EXPIRED: NTSTATUS = -1073700222i32;
3292 pub const STATUS_APP_DATA_LIMIT_EXCEEDED: NTSTATUS = -1073700220i32;
3293 pub const STATUS_APP_DATA_NOT_FOUND: NTSTATUS = -1073700223i32;
3294 pub const STATUS_APP_DATA_REBOOT_REQUIRED: NTSTATUS = -1073700219i32;
3295 pub const STATUS_APP_INIT_FAILURE: NTSTATUS = -1073741499i32;
3296 pub const STATUS_ARBITRATION_UNHANDLED: NTSTATUS = 1073741862i32;
3297 pub const STATUS_ARRAY_BOUNDS_EXCEEDED: NTSTATUS = -1073741684i32;
3298 pub const STATUS_ASSERTION_FAILURE: NTSTATUS = -1073740768i32;
3299 pub const STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739995i32;
3300 pub const STATUS_ATTRIBUTE_NOT_PRESENT: NTSTATUS = -1073740532i32;
3301 pub const STATUS_AUDIO_ENGINE_NODE_NOT_FOUND: NTSTATUS = -1069285375i32;
3302 pub const STATUS_AUDITING_DISABLED: NTSTATUS = -1073740970i32;
3303 pub const STATUS_AUDIT_FAILED: NTSTATUS = -1073741244i32;
3304 pub const STATUS_AUTHIP_FAILURE: NTSTATUS = -1073700730i32;
3305 pub const STATUS_AUTH_TAG_MISMATCH: NTSTATUS = -1073700862i32;
3306 pub const STATUS_BACKUP_CONTROLLER: NTSTATUS = -1073741433i32;
3307 pub const STATUS_BAD_BINDINGS: NTSTATUS = -1073740965i32;
3308 pub const STATUS_BAD_CLUSTERS: NTSTATUS = -1073739771i32;
3309 pub const STATUS_BAD_COMPRESSION_BUFFER: NTSTATUS = -1073741246i32;
3310 pub const STATUS_BAD_CURRENT_DIRECTORY: NTSTATUS = 1073741831i32;
3311 pub const STATUS_BAD_DATA: NTSTATUS = -1073739509i32;
3312 pub const STATUS_BAD_DESCRIPTOR_FORMAT: NTSTATUS = -1073741593i32;
3313 pub const STATUS_BAD_DEVICE_TYPE: NTSTATUS = -1073741621i32;
3314 pub const STATUS_BAD_DLL_ENTRYPOINT: NTSTATUS = -1073741231i32;
3315 pub const STATUS_BAD_FILE_TYPE: NTSTATUS = -1073739517i32;
3316 pub const STATUS_BAD_FUNCTION_TABLE: NTSTATUS = -1073741569i32;
3317 pub const STATUS_BAD_IMPERSONATION_LEVEL: NTSTATUS = -1073741659i32;
3318 pub const STATUS_BAD_INHERITANCE_ACL: NTSTATUS = -1073741699i32;
3319 pub const STATUS_BAD_INITIAL_PC: NTSTATUS = -1073741814i32;
3320 pub const STATUS_BAD_INITIAL_STACK: NTSTATUS = -1073741815i32;
3321 pub const STATUS_BAD_KEY: NTSTATUS = -1073739510i32;
3322 pub const STATUS_BAD_LOGON_SESSION_STATE: NTSTATUS = -1073741564i32;
3323 pub const STATUS_BAD_MASTER_BOOT_RECORD: NTSTATUS = -1073741655i32;
3324 pub const STATUS_BAD_MCFG_TABLE: NTSTATUS = -1073739512i32;
3325 pub const STATUS_BAD_NETWORK_NAME: NTSTATUS = -1073741620i32;
3326 pub const STATUS_BAD_NETWORK_PATH: NTSTATUS = -1073741634i32;
3327 pub const STATUS_BAD_REMOTE_ADAPTER: NTSTATUS = -1073741627i32;
3328 pub const STATUS_BAD_SERVICE_ENTRYPOINT: NTSTATUS = -1073741230i32;
3329 pub const STATUS_BAD_STACK: NTSTATUS = -1073741784i32;
3330 pub const STATUS_BAD_TOKEN_TYPE: NTSTATUS = -1073741656i32;
3331 pub const STATUS_BAD_VALIDATION_CLASS: NTSTATUS = -1073741657i32;
3332 pub const STATUS_BAD_WORKING_SET_LIMIT: NTSTATUS = -1073741748i32;
3333 pub const STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED: NTSTATUS = -2143748095i32;
3334 pub const STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED: NTSTATUS = -2143748093i32;
3335 pub const STATUS_BCD_TOO_MANY_ELEMENTS: NTSTATUS = -1070006270i32;
3336 pub const STATUS_BEGINNING_OF_MEDIA: NTSTATUS = -2147483617i32;
3337 pub const STATUS_BEYOND_VDL: NTSTATUS = -1073740750i32;
3338 pub const STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT: NTSTATUS = -1073741458i32;
3339 pub const STATUS_BIZRULES_NOT_ENABLED: NTSTATUS = 1073741876i32;
3340 pub const STATUS_BLOCKED_BY_PARENTAL_CONTROLS: NTSTATUS = -1073740664i32;
3341 pub const STATUS_BLOCK_TOO_MANY_REFERENCES: NTSTATUS = -1073740660i32;
3342 pub const STATUS_BREAKPOINT: NTSTATUS = -2147483645i32;
3343 pub const STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND: NTSTATUS = -1069416438i32;
3344 pub const STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG: NTSTATUS = -1069416437i32;
3345 pub const STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION: NTSTATUS = -1069416443i32;
3346 pub const STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION: NTSTATUS = -1069416440i32;
3347 pub const STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION: NTSTATUS = -1069416433i32;
3348 pub const STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE: NTSTATUS = -1069416436i32;
3349 pub const STATUS_BTH_ATT_INSUFFICIENT_RESOURCES: NTSTATUS = -1069416431i32;
3350 pub const STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH: NTSTATUS = -1069416435i32;
3351 pub const STATUS_BTH_ATT_INVALID_HANDLE: NTSTATUS = -1069416447i32;
3352 pub const STATUS_BTH_ATT_INVALID_OFFSET: NTSTATUS = -1069416441i32;
3353 pub const STATUS_BTH_ATT_INVALID_PDU: NTSTATUS = -1069416444i32;
3354 pub const STATUS_BTH_ATT_PREPARE_QUEUE_FULL: NTSTATUS = -1069416439i32;
3355 pub const STATUS_BTH_ATT_READ_NOT_PERMITTED: NTSTATUS = -1069416446i32;
3356 pub const STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED: NTSTATUS = -1069416442i32;
3357 pub const STATUS_BTH_ATT_UNKNOWN_ERROR: NTSTATUS = -1069412352i32;
3358 pub const STATUS_BTH_ATT_UNLIKELY: NTSTATUS = -1069416434i32;
3359 pub const STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE: NTSTATUS = -1069416432i32;
3360 pub const STATUS_BTH_ATT_WRITE_NOT_PERMITTED: NTSTATUS = -1069416445i32;
3361 pub const STATUS_BUFFER_ALL_ZEROS: NTSTATUS = 279i32;
3362 pub const STATUS_BUFFER_OVERFLOW: NTSTATUS = -2147483643i32;
3363 pub const STATUS_BUFFER_TOO_SMALL: NTSTATUS = -1073741789i32;
3364 pub const STATUS_BUS_RESET: NTSTATUS = -2147483619i32;
3365 pub const STATUS_BYPASSIO_FLT_NOT_SUPPORTED: NTSTATUS = -1073740590i32;
3366 pub const STATUS_CACHE_PAGE_LOCKED: NTSTATUS = 277i32;
3367 pub const STATUS_CALLBACK_BYPASS: NTSTATUS = -1073740541i32;
3368 pub const STATUS_CALLBACK_INVOKE_INLINE: NTSTATUS = -1073740661i32;
3369 pub const STATUS_CALLBACK_POP_STACK: NTSTATUS = -1073740765i32;
3370 pub const STATUS_CALLBACK_RETURNED_LANG: NTSTATUS = -1073740001i32;
3371 pub const STATUS_CALLBACK_RETURNED_LDR_LOCK: NTSTATUS = -1073740002i32;
3372 pub const STATUS_CALLBACK_RETURNED_PRI_BACK: NTSTATUS = -1073740000i32;
3373 pub const STATUS_CALLBACK_RETURNED_THREAD_AFFINITY: NTSTATUS = -1073739999i32;
3374 pub const STATUS_CALLBACK_RETURNED_THREAD_PRIORITY: NTSTATUS = -1073740005i32;
3375 pub const STATUS_CALLBACK_RETURNED_TRANSACTION: NTSTATUS = -1073740003i32;
3376 pub const STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING: NTSTATUS = -1073740016i32;
3377 pub const STATUS_CANCELLED: NTSTATUS = -1073741536i32;
3378 pub const STATUS_CANNOT_ABORT_TRANSACTIONS: NTSTATUS = -1072103347i32;
3379 pub const STATUS_CANNOT_ACCEPT_TRANSACTED_WORK: NTSTATUS = -1072103348i32;
3380 pub const STATUS_CANNOT_BREAK_OPLOCK: NTSTATUS = -1073739511i32;
3381 pub const STATUS_CANNOT_DELETE: NTSTATUS = -1073741535i32;
3382 pub const STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION: NTSTATUS = -1072103356i32;
3383 pub const STATUS_CANNOT_GRANT_REQUESTED_OPLOCK: NTSTATUS = -2147483602i32;
3384 pub const STATUS_CANNOT_IMPERSONATE: NTSTATUS = -1073741555i32;
3385 pub const STATUS_CANNOT_LOAD_REGISTRY_FILE: NTSTATUS = -1073741288i32;
3386 pub const STATUS_CANNOT_MAKE: NTSTATUS = -1073741078i32;
3387 pub const STATUS_CANNOT_SWITCH_RUNLEVEL: NTSTATUS = -1073700543i32;
3388 pub const STATUS_CANT_ACCESS_DOMAIN_INFO: NTSTATUS = -1073741606i32;
3389 pub const STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY: NTSTATUS = -1072103369i32;
3390 pub const STATUS_CANT_CLEAR_ENCRYPTION_FLAG: NTSTATUS = -1073740616i32;
3391 pub const STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS: NTSTATUS = -1072103386i32;
3392 pub const STATUS_CANT_CROSS_RM_BOUNDARY: NTSTATUS = -1072103368i32;
3393 pub const STATUS_CANT_DISABLE_MANDATORY: NTSTATUS = -1073741731i32;
3394 pub const STATUS_CANT_ENABLE_DENY_ONLY: NTSTATUS = -1073741133i32;
3395 pub const STATUS_CANT_OPEN_ANONYMOUS: NTSTATUS = -1073741658i32;
3396 pub const STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT: NTSTATUS = -1072103387i32;
3397 pub const STATUS_CANT_RECOVER_WITH_HANDLE_OPEN: NTSTATUS = -2145845199i32;
3398 pub const STATUS_CANT_TERMINATE_SELF: NTSTATUS = -1073741605i32;
3399 pub const STATUS_CANT_WAIT: NTSTATUS = -1073741608i32;
3400 pub const STATUS_CARDBUS_NOT_SUPPORTED: NTSTATUS = 1073741863i32;
3401 pub const STATUS_CASE_DIFFERING_NAMES_IN_DIR: NTSTATUS = -1073740621i32;
3402 pub const STATUS_CASE_SENSITIVE_PATH: NTSTATUS = -1073740614i32;
3403 pub const STATUS_CC_NEEDS_CALLBACK_SECTION_DRAIN: NTSTATUS = -1073700856i32;
3404 pub const STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE: NTSTATUS = -1073740012i32;
3405 pub const STATUS_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT: NTSTATUS = -1073741387i32;
3406 pub const STATUS_CHECKING_FILE_SYSTEM: NTSTATUS = 1073741844i32;
3407 pub const STATUS_CHECKOUT_REQUIRED: NTSTATUS = -1073739518i32;
3408 pub const STATUS_CHILD_MUST_BE_VOLATILE: NTSTATUS = -1073741439i32;
3409 pub const STATUS_CHILD_PROCESS_BLOCKED: NTSTATUS = -1073740643i32;
3410 pub const STATUS_CIMFS_IMAGE_CORRUPT: NTSTATUS = -1073692671i32;
3411 pub const STATUS_CIMFS_IMAGE_VERSION_NOT_SUPPORTED: NTSTATUS = -1073692670i32;
3412 pub const STATUS_CLEANER_CARTRIDGE_INSTALLED: NTSTATUS = -2147483609i32;
3413 pub const STATUS_CLIENT_SERVER_PARAMETERS_INVALID: NTSTATUS = -1073741277i32;
3414 pub const STATUS_CLIP_DEVICE_LICENSE_MISSING: NTSTATUS = -1058406397i32;
3415 pub const STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID: NTSTATUS = -1058406395i32;
3416 pub const STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH: NTSTATUS = -1058406390i32;
3417 pub const STATUS_CLIP_LICENSE_EXPIRED: NTSTATUS = -1058406394i32;
3418 pub const STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE: NTSTATUS = -1058406391i32;
3419 pub const STATUS_CLIP_LICENSE_INVALID_SIGNATURE: NTSTATUS = -1058406396i32;
3420 pub const STATUS_CLIP_LICENSE_NOT_FOUND: NTSTATUS = -1058406398i32;
3421 pub const STATUS_CLIP_LICENSE_NOT_SIGNED: NTSTATUS = -1058406392i32;
3422 pub const STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE: NTSTATUS = -1058406393i32;
3423 pub const STATUS_CLOUD_FILE_ACCESS_DENIED: NTSTATUS = -1073688808i32;
3424 pub const STATUS_CLOUD_FILE_ALREADY_CONNECTED: NTSTATUS = -1073688823i32;
3425 pub const STATUS_CLOUD_FILE_AUTHENTICATION_FAILED: NTSTATUS = -1073688817i32;
3426 pub const STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY: NTSTATUS = -1073688819i32;
3427 pub const STATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED: NTSTATUS = -1073688800i32;
3428 pub const STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS: NTSTATUS = -1073688807i32;
3429 pub const STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES: NTSTATUS = -1073688816i32;
3430 pub const STATUS_CLOUD_FILE_INVALID_REQUEST: NTSTATUS = -1073688821i32;
3431 pub const STATUS_CLOUD_FILE_IN_USE: NTSTATUS = -1073688812i32;
3432 pub const STATUS_CLOUD_FILE_METADATA_CORRUPT: NTSTATUS = -1073688830i32;
3433 pub const STATUS_CLOUD_FILE_METADATA_TOO_LARGE: NTSTATUS = -1073688829i32;
3434 pub const STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE: NTSTATUS = -1073688815i32;
3435 pub const STATUS_CLOUD_FILE_NOT_IN_SYNC: NTSTATUS = -1073688824i32;
3436 pub const STATUS_CLOUD_FILE_NOT_SUPPORTED: NTSTATUS = -1073688822i32;
3437 pub const STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT: NTSTATUS = -1073688813i32;
3438 pub const STATUS_CLOUD_FILE_PINNED: NTSTATUS = -1073688811i32;
3439 pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: NTSTATUS = -2147430656i32;
3440 pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE: NTSTATUS = -2147430652i32;
3441 pub const STATUS_CLOUD_FILE_PROPERTY_CORRUPT: NTSTATUS = -1073688809i32;
3442 pub const STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT: NTSTATUS = -1073688806i32;
3443 pub const STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED: NTSTATUS = -1073688826i32;
3444 pub const STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING: NTSTATUS = -1073688831i32;
3445 pub const STATUS_CLOUD_FILE_PROVIDER_TERMINATED: NTSTATUS = -1073688803i32;
3446 pub const STATUS_CLOUD_FILE_READ_ONLY_VOLUME: NTSTATUS = -1073688820i32;
3447 pub const STATUS_CLOUD_FILE_REQUEST_ABORTED: NTSTATUS = -1073688810i32;
3448 pub const STATUS_CLOUD_FILE_REQUEST_CANCELED: NTSTATUS = -1073688805i32;
3449 pub const STATUS_CLOUD_FILE_REQUEST_TIMEOUT: NTSTATUS = -1073688801i32;
3450 pub const STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT: NTSTATUS = -1073688832i32;
3451 pub const STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS: NTSTATUS = -2147430651i32;
3452 pub const STATUS_CLOUD_FILE_UNSUCCESSFUL: NTSTATUS = -1073688814i32;
3453 pub const STATUS_CLOUD_FILE_VALIDATION_FAILED: NTSTATUS = -1073688818i32;
3454 pub const STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED: NTSTATUS = -1072496591i32;
3455 pub const STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR: NTSTATUS = -1072496607i32;
3456 pub const STATUS_CLUSTER_CSV_INVALID_HANDLE: NTSTATUS = -1072496599i32;
3457 pub const STATUS_CLUSTER_CSV_NOT_REDIRECTED: NTSTATUS = -1072496605i32;
3458 pub const STATUS_CLUSTER_CSV_NO_SNAPSHOTS: NTSTATUS = -1072496601i32;
3459 pub const STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = -1072496608i32;
3460 pub const STATUS_CLUSTER_CSV_REDIRECTED: NTSTATUS = -1072496606i32;
3461 pub const STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS: NTSTATUS = -1072496603i32;
3462 pub const STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR: NTSTATUS = -1072496592i32;
3463 pub const STATUS_CLUSTER_CSV_VOLUME_DRAINING: NTSTATUS = -1072496604i32;
3464 pub const STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL: NTSTATUS = -1072496602i32;
3465 pub const STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL: NTSTATUS = -1072496615i32;
3466 pub const STATUS_CLUSTER_INVALID_NETWORK: NTSTATUS = -1072496624i32;
3467 pub const STATUS_CLUSTER_INVALID_NETWORK_PROVIDER: NTSTATUS = -1072496629i32;
3468 pub const STATUS_CLUSTER_INVALID_NODE: NTSTATUS = -1072496639i32;
3469 pub const STATUS_CLUSTER_INVALID_REQUEST: NTSTATUS = -1072496630i32;
3470 pub const STATUS_CLUSTER_JOIN_IN_PROGRESS: NTSTATUS = -1072496637i32;
3471 pub const STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS: NTSTATUS = -1072496625i32;
3472 pub const STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND: NTSTATUS = -1072496635i32;
3473 pub const STATUS_CLUSTER_NETINTERFACE_EXISTS: NTSTATUS = -1072496632i32;
3474 pub const STATUS_CLUSTER_NETINTERFACE_NOT_FOUND: NTSTATUS = -1072496631i32;
3475 pub const STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE: NTSTATUS = -2146238460i32;
3476 pub const STATUS_CLUSTER_NETWORK_ALREADY_ONLINE: NTSTATUS = -2146238461i32;
3477 pub const STATUS_CLUSTER_NETWORK_EXISTS: NTSTATUS = -1072496634i32;
3478 pub const STATUS_CLUSTER_NETWORK_NOT_FOUND: NTSTATUS = -1072496633i32;
3479 pub const STATUS_CLUSTER_NETWORK_NOT_INTERNAL: NTSTATUS = -1072496618i32;
3480 pub const STATUS_CLUSTER_NODE_ALREADY_DOWN: NTSTATUS = -2146238462i32;
3481 pub const STATUS_CLUSTER_NODE_ALREADY_MEMBER: NTSTATUS = -2146238459i32;
3482 pub const STATUS_CLUSTER_NODE_ALREADY_UP: NTSTATUS = -2146238463i32;
3483 pub const STATUS_CLUSTER_NODE_DOWN: NTSTATUS = -1072496628i32;
3484 pub const STATUS_CLUSTER_NODE_EXISTS: NTSTATUS = -1072496638i32;
3485 pub const STATUS_CLUSTER_NODE_NOT_FOUND: NTSTATUS = -1072496636i32;
3486 pub const STATUS_CLUSTER_NODE_NOT_MEMBER: NTSTATUS = -1072496626i32;
3487 pub const STATUS_CLUSTER_NODE_NOT_PAUSED: NTSTATUS = -1072496620i32;
3488 pub const STATUS_CLUSTER_NODE_PAUSED: NTSTATUS = -1072496621i32;
3489 pub const STATUS_CLUSTER_NODE_UNREACHABLE: NTSTATUS = -1072496627i32;
3490 pub const STATUS_CLUSTER_NODE_UP: NTSTATUS = -1072496622i32;
3491 pub const STATUS_CLUSTER_NON_CSV_PATH: NTSTATUS = -1072496616i32;
3492 pub const STATUS_CLUSTER_NO_NET_ADAPTERS: NTSTATUS = -1072496623i32;
3493 pub const STATUS_CLUSTER_NO_SECURITY_CONTEXT: NTSTATUS = -1072496619i32;
3494 pub const STATUS_CLUSTER_POISONED: NTSTATUS = -1072496617i32;
3495 pub const STATUS_COMMITMENT_LIMIT: NTSTATUS = -1073741523i32;
3496 pub const STATUS_COMMITMENT_MINIMUM: NTSTATUS = -1073741112i32;
3497 pub const STATUS_COMPRESSED_FILE_NOT_SUPPORTED: NTSTATUS = -1073740677i32;
3498 pub const STATUS_COMPRESSION_DISABLED: NTSTATUS = -1073740762i32;
3499 pub const STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103338i32;
3500 pub const STATUS_COMPRESSION_NOT_BENEFICIAL: NTSTATUS = -1073740689i32;
3501 pub const STATUS_CONFLICTING_ADDRESSES: NTSTATUS = -1073741800i32;
3502 pub const STATUS_CONNECTION_ABORTED: NTSTATUS = -1073741247i32;
3503 pub const STATUS_CONNECTION_ACTIVE: NTSTATUS = -1073741253i32;
3504 pub const STATUS_CONNECTION_COUNT_LIMIT: NTSTATUS = -1073741242i32;
3505 pub const STATUS_CONNECTION_DISCONNECTED: NTSTATUS = -1073741300i32;
3506 pub const STATUS_CONNECTION_INVALID: NTSTATUS = -1073741254i32;
3507 pub const STATUS_CONNECTION_IN_USE: NTSTATUS = -1073741560i32;
3508 pub const STATUS_CONNECTION_REFUSED: NTSTATUS = -1073741258i32;
3509 pub const STATUS_CONNECTION_RESET: NTSTATUS = -1073741299i32;
3510 pub const STATUS_CONTAINER_ASSIGNED: NTSTATUS = -1073740536i32;
3511 pub const STATUS_CONTENT_BLOCKED: NTSTATUS = -1073739772i32;
3512 pub const STATUS_CONTEXT_MISMATCH: NTSTATUS = -1073740007i32;
3513 pub const STATUS_CONTEXT_STOWED_EXCEPTION: NTSTATUS = -1073741188i32;
3514 pub const STATUS_CONTROL_C_EXIT: NTSTATUS = -1073741510i32;
3515 pub const STATUS_CONTROL_STACK_VIOLATION: NTSTATUS = -1073741390i32;
3516 pub const STATUS_CONVERT_TO_LARGE: NTSTATUS = -1073741268i32;
3517 pub const STATUS_COPY_PROTECTION_FAILURE: NTSTATUS = -1073741051i32;
3518 pub const STATUS_CORRUPT_LOG_CLEARED: NTSTATUS = -1073739763i32;
3519 pub const STATUS_CORRUPT_LOG_CORRUPTED: NTSTATUS = -1073739766i32;
3520 pub const STATUS_CORRUPT_LOG_DELETED_FULL: NTSTATUS = -1073739764i32;
3521 pub const STATUS_CORRUPT_LOG_OVERFULL: NTSTATUS = -1073739767i32;
3522 pub const STATUS_CORRUPT_LOG_UNAVAILABLE: NTSTATUS = -1073739765i32;
3523 pub const STATUS_CORRUPT_LOG_UPLEVEL_RECORDS: NTSTATUS = -1073739759i32;
3524 pub const STATUS_CORRUPT_SYSTEM_FILE: NTSTATUS = -1073741116i32;
3525 pub const STATUS_COULD_NOT_INTERPRET: NTSTATUS = -1073741639i32;
3526 pub const STATUS_COULD_NOT_RESIZE_LOG: NTSTATUS = -2145845239i32;
3527 pub const STATUS_CPU_SET_INVALID: NTSTATUS = -1073741393i32;
3528 pub const STATUS_CRASH_DUMP: NTSTATUS = 278i32;
3529 pub const STATUS_CRC_ERROR: NTSTATUS = -1073741761i32;
3530 pub const STATUS_CRED_REQUIRES_CONFIRMATION: NTSTATUS = -1073740736i32;
3531 pub const STATUS_CRM_PROTOCOL_ALREADY_EXISTS: NTSTATUS = -1072103409i32;
3532 pub const STATUS_CRM_PROTOCOL_NOT_FOUND: NTSTATUS = -1072103407i32;
3533 pub const STATUS_CROSSREALM_DELEGATION_FAILURE: NTSTATUS = -1073740789i32;
3534 pub const STATUS_CROSS_PARTITION_VIOLATION: NTSTATUS = -1073740277i32;
3535 pub const STATUS_CRYPTO_SYSTEM_INVALID: NTSTATUS = -1073741069i32;
3536 pub const STATUS_CSS_AUTHENTICATION_FAILURE: NTSTATUS = -1073741050i32;
3537 pub const STATUS_CSS_KEY_NOT_ESTABLISHED: NTSTATUS = -1073741048i32;
3538 pub const STATUS_CSS_KEY_NOT_PRESENT: NTSTATUS = -1073741049i32;
3539 pub const STATUS_CSS_REGION_MISMATCH: NTSTATUS = -1073741046i32;
3540 pub const STATUS_CSS_RESETS_EXHAUSTED: NTSTATUS = -1073741045i32;
3541 pub const STATUS_CSS_SCRAMBLED_SECTOR: NTSTATUS = -1073741047i32;
3542 pub const STATUS_CSV_IO_PAUSE_TIMEOUT: NTSTATUS = -1072496600i32;
3543 pub const STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: NTSTATUS = -1073740733i32;
3544 pub const STATUS_CS_ENCRYPTION_FILE_NOT_CSE: NTSTATUS = -1073740731i32;
3545 pub const STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE: NTSTATUS = -1073740735i32;
3546 pub const STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE: NTSTATUS = -1073740732i32;
3547 pub const STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER: NTSTATUS = -1073740734i32;
3548 pub const STATUS_CTLOG_INCONSISTENT_TRACKING_FILE: NTSTATUS = -1069940700i32;
3549 pub const STATUS_CTLOG_INVALID_TRACKING_STATE: NTSTATUS = -1069940701i32;
3550 pub const STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE: NTSTATUS = -1069940703i32;
3551 pub const STATUS_CTLOG_TRACKING_NOT_INITIALIZED: NTSTATUS = -1069940704i32;
3552 pub const STATUS_CTLOG_VHD_CHANGED_OFFLINE: NTSTATUS = -1069940702i32;
3553 pub const STATUS_CTL_FILE_NOT_SUPPORTED: NTSTATUS = -1073741737i32;
3554 pub const STATUS_CTX_BAD_VIDEO_MODE: NTSTATUS = -1073086440i32;
3555 pub const STATUS_CTX_CDM_CONNECT: NTSTATUS = 1074397188i32;
3556 pub const STATUS_CTX_CDM_DISCONNECT: NTSTATUS = 1074397189i32;
3557 pub const STATUS_CTX_CLIENT_LICENSE_IN_USE: NTSTATUS = -1073086412i32;
3558 pub const STATUS_CTX_CLIENT_LICENSE_NOT_SET: NTSTATUS = -1073086413i32;
3559 pub const STATUS_CTX_CLIENT_QUERY_TIMEOUT: NTSTATUS = -1073086426i32;
3560 pub const STATUS_CTX_CLOSE_PENDING: NTSTATUS = -1073086458i32;
3561 pub const STATUS_CTX_CONSOLE_CONNECT: NTSTATUS = -1073086424i32;
3562 pub const STATUS_CTX_CONSOLE_DISCONNECT: NTSTATUS = -1073086425i32;
3563 pub const STATUS_CTX_GRAPHICS_INVALID: NTSTATUS = -1073086430i32;
3564 pub const STATUS_CTX_INVALID_MODEMNAME: NTSTATUS = -1073086455i32;
3565 pub const STATUS_CTX_INVALID_PD: NTSTATUS = -1073086462i32;
3566 pub const STATUS_CTX_INVALID_WD: NTSTATUS = -1073086418i32;
3567 pub const STATUS_CTX_LICENSE_CLIENT_INVALID: NTSTATUS = -1073086446i32;
3568 pub const STATUS_CTX_LICENSE_EXPIRED: NTSTATUS = -1073086444i32;
3569 pub const STATUS_CTX_LICENSE_NOT_AVAILABLE: NTSTATUS = -1073086445i32;
3570 pub const STATUS_CTX_LOGON_DISABLED: NTSTATUS = -1073086409i32;
3571 pub const STATUS_CTX_MODEM_INF_NOT_FOUND: NTSTATUS = -1073086456i32;
3572 pub const STATUS_CTX_MODEM_RESPONSE_BUSY: NTSTATUS = -1073086450i32;
3573 pub const STATUS_CTX_MODEM_RESPONSE_NO_CARRIER: NTSTATUS = -1073086452i32;
3574 pub const STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE: NTSTATUS = -1073086451i32;
3575 pub const STATUS_CTX_MODEM_RESPONSE_TIMEOUT: NTSTATUS = -1073086453i32;
3576 pub const STATUS_CTX_MODEM_RESPONSE_VOICE: NTSTATUS = -1073086449i32;
3577 pub const STATUS_CTX_NOT_CONSOLE: NTSTATUS = -1073086428i32;
3578 pub const STATUS_CTX_NO_OUTBUF: NTSTATUS = -1073086457i32;
3579 pub const STATUS_CTX_PD_NOT_FOUND: NTSTATUS = -1073086461i32;
3580 pub const STATUS_CTX_RESPONSE_ERROR: NTSTATUS = -1073086454i32;
3581 pub const STATUS_CTX_SECURITY_LAYER_ERROR: NTSTATUS = -1073086408i32;
3582 pub const STATUS_CTX_SHADOW_DENIED: NTSTATUS = -1073086422i32;
3583 pub const STATUS_CTX_SHADOW_DISABLED: NTSTATUS = -1073086415i32;
3584 pub const STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE: NTSTATUS = -1073086411i32;
3585 pub const STATUS_CTX_SHADOW_INVALID: NTSTATUS = -1073086416i32;
3586 pub const STATUS_CTX_SHADOW_NOT_RUNNING: NTSTATUS = -1073086410i32;
3587 pub const STATUS_CTX_TD_ERROR: NTSTATUS = -1073086448i32;
3588 pub const STATUS_CTX_WD_NOT_FOUND: NTSTATUS = -1073086417i32;
3589 pub const STATUS_CTX_WINSTATION_ACCESS_DENIED: NTSTATUS = -1073086421i32;
3590 pub const STATUS_CTX_WINSTATION_BUSY: NTSTATUS = -1073086441i32;
3591 pub const STATUS_CTX_WINSTATION_NAME_COLLISION: NTSTATUS = -1073086442i32;
3592 pub const STATUS_CTX_WINSTATION_NAME_INVALID: NTSTATUS = -1073086463i32;
3593 pub const STATUS_CTX_WINSTATION_NOT_FOUND: NTSTATUS = -1073086443i32;
3594 pub const STATUS_CURRENT_DOMAIN_NOT_ALLOWED: NTSTATUS = -1073741079i32;
3595 pub const STATUS_CURRENT_TRANSACTION_NOT_VALID: NTSTATUS = -1072103400i32;
3596 pub const STATUS_DATATYPE_MISALIGNMENT: NTSTATUS = -2147483646i32;
3597 pub const STATUS_DATATYPE_MISALIGNMENT_ERROR: NTSTATUS = -1073741115i32;
3598 pub const STATUS_DATA_CHECKSUM_ERROR: NTSTATUS = -1073740688i32;
3599 pub const STATUS_DATA_ERROR: NTSTATUS = -1073741762i32;
3600 pub const STATUS_DATA_LATE_ERROR: NTSTATUS = -1073741763i32;
3601 pub const STATUS_DATA_LOST_REPAIR: NTSTATUS = -2147481597i32;
3602 pub const STATUS_DATA_NOT_ACCEPTED: NTSTATUS = -1073741285i32;
3603 pub const STATUS_DATA_OVERRUN: NTSTATUS = -1073741764i32;
3604 pub const STATUS_DATA_OVERWRITTEN: NTSTATUS = 304i32;
3605 pub const STATUS_DAX_MAPPING_EXISTS: NTSTATUS = -1073740644i32;
3606 pub const STATUS_DEBUGGER_INACTIVE: NTSTATUS = -1073740972i32;
3607 pub const STATUS_DEBUG_ATTACH_FAILED: NTSTATUS = -1073741287i32;
3608 pub const STATUS_DECRYPTION_FAILED: NTSTATUS = -1073741173i32;
3609 pub const STATUS_DELAY_LOAD_FAILED: NTSTATUS = -1073740782i32;
3610 pub const STATUS_DELETE_PENDING: NTSTATUS = -1073741738i32;
3611 pub const STATUS_DESTINATION_ELEMENT_FULL: NTSTATUS = -1073741180i32;
3612 pub const STATUS_DEVICE_ALREADY_ATTACHED: NTSTATUS = -1073741768i32;
3613 pub const STATUS_DEVICE_BUSY: NTSTATUS = -2147483631i32;
3614 pub const STATUS_DEVICE_CONFIGURATION_ERROR: NTSTATUS = -1073741438i32;
3615 pub const STATUS_DEVICE_DATA_ERROR: NTSTATUS = -1073741668i32;
3616 pub const STATUS_DEVICE_DOES_NOT_EXIST: NTSTATUS = -1073741632i32;
3617 pub const STATUS_DEVICE_DOOR_OPEN: NTSTATUS = -2147482999i32;
3618 pub const STATUS_DEVICE_ENUMERATION_ERROR: NTSTATUS = -1073740954i32;
3619 pub const STATUS_DEVICE_FEATURE_NOT_SUPPORTED: NTSTATUS = -1073740701i32;
3620 pub const STATUS_DEVICE_HARDWARE_ERROR: NTSTATUS = -1073740669i32;
3621 pub const STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL: NTSTATUS = -1073740650i32;
3622 pub const STATUS_DEVICE_HUNG: NTSTATUS = -1073740537i32;
3623 pub const STATUS_DEVICE_INSUFFICIENT_RESOURCES: NTSTATUS = -1073740696i32;
3624 pub const STATUS_DEVICE_IN_MAINTENANCE: NTSTATUS = -1073740647i32;
3625 pub const STATUS_DEVICE_NOT_CONNECTED: NTSTATUS = -1073741667i32;
3626 pub const STATUS_DEVICE_NOT_PARTITIONED: NTSTATUS = -1073741452i32;
3627 pub const STATUS_DEVICE_NOT_READY: NTSTATUS = -1073741661i32;
3628 pub const STATUS_DEVICE_OFF_LINE: NTSTATUS = -2147483632i32;
3629 pub const STATUS_DEVICE_PAPER_EMPTY: NTSTATUS = -2147483634i32;
3630 pub const STATUS_DEVICE_POWERED_OFF: NTSTATUS = -2147483633i32;
3631 pub const STATUS_DEVICE_POWER_CYCLE_REQUIRED: NTSTATUS = -2147483599i32;
3632 pub const STATUS_DEVICE_POWER_FAILURE: NTSTATUS = -1073741666i32;
3633 pub const STATUS_DEVICE_PROTOCOL_ERROR: NTSTATUS = -1073741434i32;
3634 pub const STATUS_DEVICE_REMOVED: NTSTATUS = -1073741130i32;
3635 pub const STATUS_DEVICE_REQUIRES_CLEANING: NTSTATUS = -2147483000i32;
3636 pub const STATUS_DEVICE_RESET_REQUIRED: NTSTATUS = -2147483210i32;
3637 pub const STATUS_DEVICE_SUPPORT_IN_PROGRESS: NTSTATUS = -2147483600i32;
3638 pub const STATUS_DEVICE_UNREACHABLE: NTSTATUS = -1073740700i32;
3639 pub const STATUS_DEVICE_UNRESPONSIVE: NTSTATUS = -1073740534i32;
3640 pub const STATUS_DFS_EXIT_PATH_FOUND: NTSTATUS = -1073741669i32;
3641 pub const STATUS_DFS_UNAVAILABLE: NTSTATUS = -1073741203i32;
3642 pub const STATUS_DIF_BINDING_API_NOT_FOUND: NTSTATUS = -1073738625i32;
3643 pub const STATUS_DIF_IOCALLBACK_NOT_REPLACED: NTSTATUS = -1073738634i32;
3644 pub const STATUS_DIF_LIVEDUMP_LIMIT_EXCEEDED: NTSTATUS = -1073738633i32;
3645 pub const STATUS_DIF_VOLATILE_DRIVER_HOTPATCHED: NTSTATUS = -1073738631i32;
3646 pub const STATUS_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING: NTSTATUS = -1073738629i32;
3647 pub const STATUS_DIF_VOLATILE_INVALID_INFO: NTSTATUS = -1073738630i32;
3648 pub const STATUS_DIF_VOLATILE_NOT_ALLOWED: NTSTATUS = -1073738626i32;
3649 pub const STATUS_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED: NTSTATUS = -1073738627i32;
3650 pub const STATUS_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING: NTSTATUS = -1073738628i32;
3651 pub const STATUS_DIF_VOLATILE_SECTION_NOT_LOCKED: NTSTATUS = -1073738632i32;
3652 pub const STATUS_DIRECTORY_IS_A_REPARSE_POINT: NTSTATUS = -1073741183i32;
3653 pub const STATUS_DIRECTORY_NOT_EMPTY: NTSTATUS = -1073741567i32;
3654 pub const STATUS_DIRECTORY_NOT_RM: NTSTATUS = -1072103416i32;
3655 pub const STATUS_DIRECTORY_NOT_SUPPORTED: NTSTATUS = -1073740676i32;
3656 pub const STATUS_DIRECTORY_SERVICE_REQUIRED: NTSTATUS = -1073741135i32;
3657 pub const STATUS_DISK_CORRUPT_ERROR: NTSTATUS = -1073741774i32;
3658 pub const STATUS_DISK_FULL: NTSTATUS = -1073741697i32;
3659 pub const STATUS_DISK_OPERATION_FAILED: NTSTATUS = -1073741462i32;
3660 pub const STATUS_DISK_QUOTA_EXCEEDED: NTSTATUS = -1073739774i32;
3661 pub const STATUS_DISK_RECALIBRATE_FAILED: NTSTATUS = -1073741463i32;
3662 pub const STATUS_DISK_REPAIR_DISABLED: NTSTATUS = -1073739776i32;
3663 pub const STATUS_DISK_REPAIR_REDIRECTED: NTSTATUS = 1073743879i32;
3664 pub const STATUS_DISK_REPAIR_UNSUCCESSFUL: NTSTATUS = -1073739768i32;
3665 pub const STATUS_DISK_RESET_FAILED: NTSTATUS = -1073741461i32;
3666 pub const STATUS_DISK_RESOURCES_EXHAUSTED: NTSTATUS = -1073740703i32;
3667 pub const STATUS_DLL_INIT_FAILED: NTSTATUS = -1073741502i32;
3668 pub const STATUS_DLL_INIT_FAILED_LOGOFF: NTSTATUS = -1073741205i32;
3669 pub const STATUS_DLL_MIGHT_BE_INCOMPATIBLE: NTSTATUS = -2147483604i32;
3670 pub const STATUS_DLL_MIGHT_BE_INSECURE: NTSTATUS = -2147483605i32;
3671 pub const STATUS_DLL_NOT_FOUND: NTSTATUS = -1073741515i32;
3672 pub const STATUS_DOMAIN_CONTROLLER_NOT_FOUND: NTSTATUS = -1073741261i32;
3673 pub const STATUS_DOMAIN_CTRLR_CONFIG_ERROR: NTSTATUS = -1073741474i32;
3674 pub const STATUS_DOMAIN_EXISTS: NTSTATUS = -1073741600i32;
3675 pub const STATUS_DOMAIN_LIMIT_EXCEEDED: NTSTATUS = -1073741599i32;
3676 pub const STATUS_DOMAIN_TRUST_INCONSISTENT: NTSTATUS = -1073741413i32;
3677 pub const STATUS_DRIVERS_LEAKING_LOCKED_PAGES: NTSTATUS = 1073741869i32;
3678 pub const STATUS_DRIVER_BLOCKED: NTSTATUS = -1073740948i32;
3679 pub const STATUS_DRIVER_BLOCKED_CRITICAL: NTSTATUS = -1073740949i32;
3680 pub const STATUS_DRIVER_CANCEL_TIMEOUT: NTSTATUS = -1073741282i32;
3681 pub const STATUS_DRIVER_DATABASE_ERROR: NTSTATUS = -1073740947i32;
3682 pub const STATUS_DRIVER_ENTRYPOINT_NOT_FOUND: NTSTATUS = -1073741213i32;
3683 pub const STATUS_DRIVER_FAILED_PRIOR_UNLOAD: NTSTATUS = -1073740914i32;
3684 pub const STATUS_DRIVER_FAILED_SLEEP: NTSTATUS = -1073741118i32;
3685 pub const STATUS_DRIVER_INTERNAL_ERROR: NTSTATUS = -1073741437i32;
3686 pub const STATUS_DRIVER_ORDINAL_NOT_FOUND: NTSTATUS = -1073741214i32;
3687 pub const STATUS_DRIVER_PROCESS_TERMINATED: NTSTATUS = -1073740720i32;
3688 pub const STATUS_DRIVER_UNABLE_TO_LOAD: NTSTATUS = -1073741204i32;
3689 pub const STATUS_DS_ADMIN_LIMIT_EXCEEDED: NTSTATUS = -1073741119i32;
3690 pub const STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = -1073740968i32;
3691 pub const STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS: NTSTATUS = -1073741148i32;
3692 pub const STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED: NTSTATUS = -1073741149i32;
3693 pub const STATUS_DS_BUSY: NTSTATUS = -1073741147i32;
3694 pub const STATUS_DS_CANT_MOD_OBJ_CLASS: NTSTATUS = -1073741138i32;
3695 pub const STATUS_DS_CANT_MOD_PRIMARYGROUPID: NTSTATUS = -1073741104i32;
3696 pub const STATUS_DS_CANT_ON_NON_LEAF: NTSTATUS = -1073741140i32;
3697 pub const STATUS_DS_CANT_ON_RDN: NTSTATUS = -1073741139i32;
3698 pub const STATUS_DS_CANT_START: NTSTATUS = -1073741087i32;
3699 pub const STATUS_DS_CROSS_DOM_MOVE_FAILED: NTSTATUS = -1073741137i32;
3700 pub const STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST: NTSTATUS = -1073740774i32;
3701 pub const STATUS_DS_DOMAIN_RENAME_IN_PROGRESS: NTSTATUS = -1073739775i32;
3702 pub const STATUS_DS_DUPLICATE_ID_FOUND: NTSTATUS = -1073740795i32;
3703 pub const STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST: NTSTATUS = -1073740773i32;
3704 pub const STATUS_DS_GC_NOT_AVAILABLE: NTSTATUS = -1073741136i32;
3705 pub const STATUS_DS_GC_REQUIRED: NTSTATUS = -1073741084i32;
3706 pub const STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: NTSTATUS = -1073741094i32;
3707 pub const STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = -1073741097i32;
3708 pub const STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = -1073741096i32;
3709 pub const STATUS_DS_GROUP_CONVERSION_ERROR: NTSTATUS = -1073740794i32;
3710 pub const STATUS_DS_HAVE_PRIMARY_MEMBERS: NTSTATUS = -1073741092i32;
3711 pub const STATUS_DS_INCORRECT_ROLE_OWNER: NTSTATUS = -1073741143i32;
3712 pub const STATUS_DS_INIT_FAILURE: NTSTATUS = -1073741086i32;
3713 pub const STATUS_DS_INIT_FAILURE_CONSOLE: NTSTATUS = -1073741076i32;
3714 pub const STATUS_DS_INVALID_ATTRIBUTE_SYNTAX: NTSTATUS = -1073741150i32;
3715 pub const STATUS_DS_INVALID_GROUP_TYPE: NTSTATUS = -1073741100i32;
3716 pub const STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: NTSTATUS = -1073741093i32;
3717 pub const STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY: NTSTATUS = -1073741083i32;
3718 pub const STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: NTSTATUS = -1073741081i32;
3719 pub const STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY: NTSTATUS = 289i32;
3720 pub const STATUS_DS_NAME_NOT_UNIQUE: NTSTATUS = -1073740796i32;
3721 pub const STATUS_DS_NO_ATTRIBUTE_OR_VALUE: NTSTATUS = -1073741151i32;
3722 pub const STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS: NTSTATUS = -1073741082i32;
3723 pub const STATUS_DS_NO_MORE_RIDS: NTSTATUS = -1073741144i32;
3724 pub const STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: NTSTATUS = -1073741099i32;
3725 pub const STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: NTSTATUS = -1073741098i32;
3726 pub const STATUS_DS_NO_RIDS_ALLOCATED: NTSTATUS = -1073741145i32;
3727 pub const STATUS_DS_OBJ_CLASS_VIOLATION: NTSTATUS = -1073741141i32;
3728 pub const STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS: NTSTATUS = -1073700729i32;
3729 pub const STATUS_DS_OID_NOT_FOUND: NTSTATUS = -1073700728i32;
3730 pub const STATUS_DS_RIDMGR_DISABLED: NTSTATUS = -1073741126i32;
3731 pub const STATUS_DS_RIDMGR_INIT_ERROR: NTSTATUS = -1073741142i32;
3732 pub const STATUS_DS_SAM_INIT_FAILURE: NTSTATUS = -1073741109i32;
3733 pub const STATUS_DS_SAM_INIT_FAILURE_CONSOLE: NTSTATUS = -1073741075i32;
3734 pub const STATUS_DS_SENSITIVE_GROUP_VIOLATION: NTSTATUS = -1073741107i32;
3735 pub const STATUS_DS_SHUTTING_DOWN: NTSTATUS = 1073742704i32;
3736 pub const STATUS_DS_SRC_SID_EXISTS_IN_FOREST: NTSTATUS = -1073740775i32;
3737 pub const STATUS_DS_UNAVAILABLE: NTSTATUS = -1073741146i32;
3738 pub const STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = -1073741095i32;
3739 pub const STATUS_DS_VERSION_CHECK_FAILURE: NTSTATUS = -1073740971i32;
3740 pub const STATUS_DUPLICATE_NAME: NTSTATUS = -1073741635i32;
3741 pub const STATUS_DUPLICATE_OBJECTID: NTSTATUS = -1073741270i32;
3742 pub const STATUS_DUPLICATE_PRIVILEGES: NTSTATUS = -1073741402i32;
3743 pub const STATUS_DYNAMIC_CODE_BLOCKED: NTSTATUS = -1073740284i32;
3744 pub const STATUS_EAS_NOT_SUPPORTED: NTSTATUS = -1073741745i32;
3745 pub const STATUS_EA_CORRUPT_ERROR: NTSTATUS = -1073741741i32;
3746 pub const STATUS_EA_LIST_INCONSISTENT: NTSTATUS = -2147483628i32;
3747 pub const STATUS_EA_TOO_LARGE: NTSTATUS = -1073741744i32;
3748 pub const STATUS_EFS_ALG_BLOB_TOO_BIG: NTSTATUS = -1073740974i32;
3749 pub const STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103362i32;
3750 pub const STATUS_ELEVATION_REQUIRED: NTSTATUS = -1073740756i32;
3751 pub const STATUS_EMULATION_BREAKPOINT: NTSTATUS = 1073741880i32;
3752 pub const STATUS_EMULATION_SYSCALL: NTSTATUS = 1073741881i32;
3753 pub const STATUS_ENCLAVE_FAILURE: NTSTATUS = -1073740657i32;
3754 pub const STATUS_ENCLAVE_IS_TERMINATING: NTSTATUS = -1073740526i32;
3755 pub const STATUS_ENCLAVE_NOT_TERMINATED: NTSTATUS = -1073740527i32;
3756 pub const STATUS_ENCLAVE_VIOLATION: NTSTATUS = -1073740638i32;
3757 pub const STATUS_ENCOUNTERED_WRITE_IN_PROGRESS: NTSTATUS = -1073740749i32;
3758 pub const STATUS_ENCRYPTED_FILE_NOT_SUPPORTED: NTSTATUS = -1073740605i32;
3759 pub const STATUS_ENCRYPTED_IO_NOT_POSSIBLE: NTSTATUS = -1073739760i32;
3760 pub const STATUS_ENCRYPTING_METADATA_DISALLOWED: NTSTATUS = -1073740617i32;
3761 pub const STATUS_ENCRYPTION_DISABLED: NTSTATUS = -1073740618i32;
3762 pub const STATUS_ENCRYPTION_FAILED: NTSTATUS = -1073741174i32;
3763 pub const STATUS_END_OF_FILE: NTSTATUS = -1073741807i32;
3764 pub const STATUS_END_OF_MEDIA: NTSTATUS = -2147483618i32;
3765 pub const STATUS_ENLISTMENT_NOT_FOUND: NTSTATUS = -1072103344i32;
3766 pub const STATUS_ENLISTMENT_NOT_SUPERIOR: NTSTATUS = -1072103373i32;
3767 pub const STATUS_ENTRYPOINT_NOT_FOUND: NTSTATUS = -1073741511i32;
3768 pub const STATUS_EOF_ON_GHOSTED_RANGE: NTSTATUS = -1073700857i32;
3769 pub const STATUS_EOM_OVERFLOW: NTSTATUS = -1073741449i32;
3770 pub const STATUS_ERROR_PROCESS_NOT_IN_JOB: NTSTATUS = -1073741394i32;
3771 pub const STATUS_EVALUATION_EXPIRATION: NTSTATUS = -1073741208i32;
3772 pub const STATUS_EVENTLOG_CANT_START: NTSTATUS = -1073741425i32;
3773 pub const STATUS_EVENTLOG_FILE_CHANGED: NTSTATUS = -1073741417i32;
3774 pub const STATUS_EVENTLOG_FILE_CORRUPT: NTSTATUS = -1073741426i32;
3775 pub const STATUS_EVENT_DONE: NTSTATUS = 1073741842i32;
3776 pub const STATUS_EVENT_PENDING: NTSTATUS = 1073741843i32;
3777 pub const STATUS_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739997i32;
3778 pub const STATUS_EXPIRED_HANDLE: NTSTATUS = -1072103328i32;
3779 pub const STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN: NTSTATUS = -1073740690i32;
3780 pub const STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED: NTSTATUS = -1073740639i32;
3781 pub const STATUS_EXTRANEOUS_INFORMATION: NTSTATUS = -2147483625i32;
3782 pub const STATUS_FAILED_DRIVER_ENTRY: NTSTATUS = -1073740955i32;
3783 pub const STATUS_FAILED_STACK_SWITCH: NTSTATUS = -1073740941i32;
3784 pub const STATUS_FAIL_CHECK: NTSTATUS = -1073741271i32;
3785 pub const STATUS_FAIL_FAST_EXCEPTION: NTSTATUS = -1073740286i32;
3786 pub const STATUS_FASTPATH_REJECTED: NTSTATUS = -1073700844i32;
3787 pub const STATUS_FATAL_APP_EXIT: NTSTATUS = 1073741845i32;
3788 pub const STATUS_FATAL_MEMORY_EXHAUSTION: NTSTATUS = -1073741395i32;
3789 pub const STATUS_FATAL_USER_CALLBACK_EXCEPTION: NTSTATUS = -1073740771i32;
3790 pub const STATUS_FILEMARK_DETECTED: NTSTATUS = -2147483621i32;
3791 pub const STATUS_FILES_OPEN: NTSTATUS = -1073741561i32;
3792 pub const STATUS_FILE_CHECKED_OUT: NTSTATUS = -1073739519i32;
3793 pub const STATUS_FILE_CLOSED: NTSTATUS = -1073741528i32;
3794 pub const STATUS_FILE_CORRUPT_ERROR: NTSTATUS = -1073741566i32;
3795 pub const STATUS_FILE_DELETED: NTSTATUS = -1073741533i32;
3796 pub const STATUS_FILE_ENCRYPTED: NTSTATUS = -1073741165i32;
3797 pub const STATUS_FILE_FORCED_CLOSED: NTSTATUS = -1073741642i32;
3798 pub const STATUS_FILE_HANDLE_REVOKED: NTSTATUS = -1073739504i32;
3799 pub const STATUS_FILE_IDENTITY_NOT_PERSISTENT: NTSTATUS = -1072103370i32;
3800 pub const STATUS_FILE_INVALID: NTSTATUS = -1073741672i32;
3801 pub const STATUS_FILE_IS_A_DIRECTORY: NTSTATUS = -1073741638i32;
3802 pub const STATUS_FILE_IS_OFFLINE: NTSTATUS = -1073741209i32;
3803 pub const STATUS_FILE_LOCKED_WITH_ONLY_READERS: NTSTATUS = 298i32;
3804 pub const STATUS_FILE_LOCKED_WITH_WRITERS: NTSTATUS = 299i32;
3805 pub const STATUS_FILE_LOCK_CONFLICT: NTSTATUS = -1073741740i32;
3806 pub const STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS: NTSTATUS = -1073741397i32;
3807 pub const STATUS_FILE_NOT_AVAILABLE: NTSTATUS = -1073740697i32;
3808 pub const STATUS_FILE_NOT_ENCRYPTED: NTSTATUS = -1073741167i32;
3809 pub const STATUS_FILE_NOT_SUPPORTED: NTSTATUS = -1073740620i32;
3810 pub const STATUS_FILE_PROTECTED_UNDER_DPL: NTSTATUS = -1073740637i32;
3811 pub const STATUS_FILE_RENAMED: NTSTATUS = -1073741611i32;
3812 pub const STATUS_FILE_SNAP_INVALID_PARAMETER: NTSTATUS = -1073679099i32;
3813 pub const STATUS_FILE_SNAP_IN_PROGRESS: NTSTATUS = -1073679104i32;
3814 pub const STATUS_FILE_SNAP_IO_NOT_COORDINATED: NTSTATUS = -1073679101i32;
3815 pub const STATUS_FILE_SNAP_MODIFY_NOT_SUPPORTED: NTSTATUS = -1073679102i32;
3816 pub const STATUS_FILE_SNAP_UNEXPECTED_ERROR: NTSTATUS = -1073679100i32;
3817 pub const STATUS_FILE_SNAP_USER_SECTION_NOT_SUPPORTED: NTSTATUS = -1073679103i32;
3818 pub const STATUS_FILE_SYSTEM_LIMITATION: NTSTATUS = -1073740761i32;
3819 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY: NTSTATUS = -1073689085i32;
3820 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION: NTSTATUS = -1073689083i32;
3821 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT: NTSTATUS = -1073689086i32;
3822 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN: NTSTATUS = -1073689084i32;
3823 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE: NTSTATUS = -1073689087i32;
3824 pub const STATUS_FILE_TOO_LARGE: NTSTATUS = -1073739516i32;
3825 pub const STATUS_FIRMWARE_IMAGE_INVALID: NTSTATUS = -1073740667i32;
3826 pub const STATUS_FIRMWARE_SLOT_INVALID: NTSTATUS = -1073740668i32;
3827 pub const STATUS_FIRMWARE_UPDATED: NTSTATUS = 1073741868i32;
3828 pub const STATUS_FLOATED_SECTION: NTSTATUS = -1072103349i32;
3829 pub const STATUS_FLOAT_DENORMAL_OPERAND: NTSTATUS = -1073741683i32;
3830 pub const STATUS_FLOAT_DIVIDE_BY_ZERO: NTSTATUS = -1073741682i32;
3831 pub const STATUS_FLOAT_INEXACT_RESULT: NTSTATUS = -1073741681i32;
3832 pub const STATUS_FLOAT_INVALID_OPERATION: NTSTATUS = -1073741680i32;
3833 pub const STATUS_FLOAT_MULTIPLE_FAULTS: NTSTATUS = -1073741132i32;
3834 pub const STATUS_FLOAT_MULTIPLE_TRAPS: NTSTATUS = -1073741131i32;
3835 pub const STATUS_FLOAT_OVERFLOW: NTSTATUS = -1073741679i32;
3836 pub const STATUS_FLOAT_STACK_CHECK: NTSTATUS = -1073741678i32;
3837 pub const STATUS_FLOAT_UNDERFLOW: NTSTATUS = -1073741677i32;
3838 pub const STATUS_FLOPPY_BAD_REGISTERS: NTSTATUS = -1073741464i32;
3839 pub const STATUS_FLOPPY_ID_MARK_NOT_FOUND: NTSTATUS = -1073741467i32;
3840 pub const STATUS_FLOPPY_UNKNOWN_ERROR: NTSTATUS = -1073741465i32;
3841 pub const STATUS_FLOPPY_VOLUME: NTSTATUS = -1073741468i32;
3842 pub const STATUS_FLOPPY_WRONG_CYLINDER: NTSTATUS = -1073741466i32;
3843 pub const STATUS_FLT_ALREADY_ENLISTED: NTSTATUS = -1071906789i32;
3844 pub const STATUS_FLT_BUFFER_TOO_SMALL: NTSTATUS = -2145648639i32;
3845 pub const STATUS_FLT_CBDQ_DISABLED: NTSTATUS = -1071906802i32;
3846 pub const STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND: NTSTATUS = -1071906794i32;
3847 pub const STATUS_FLT_CONTEXT_ALREADY_DEFINED: NTSTATUS = -1071906814i32;
3848 pub const STATUS_FLT_CONTEXT_ALREADY_LINKED: NTSTATUS = -1071906788i32;
3849 pub const STATUS_FLT_DELETING_OBJECT: NTSTATUS = -1071906805i32;
3850 pub const STATUS_FLT_DISALLOW_FAST_IO: NTSTATUS = -1071906812i32;
3851 pub const STATUS_FLT_DISALLOW_FSFILTER_IO: i32 = -1071906812i32;
3852 pub const STATUS_FLT_DO_NOT_ATTACH: NTSTATUS = -1071906801i32;
3853 pub const STATUS_FLT_DO_NOT_DETACH: NTSTATUS = -1071906800i32;
3854 pub const STATUS_FLT_DUPLICATE_ENTRY: NTSTATUS = -1071906803i32;
3855 pub const STATUS_FLT_FILTER_NOT_FOUND: NTSTATUS = -1071906797i32;
3856 pub const STATUS_FLT_FILTER_NOT_READY: NTSTATUS = -1071906808i32;
3857 pub const STATUS_FLT_INSTANCE_ALTITUDE_COLLISION: NTSTATUS = -1071906799i32;
3858 pub const STATUS_FLT_INSTANCE_NAME_COLLISION: NTSTATUS = -1071906798i32;
3859 pub const STATUS_FLT_INSTANCE_NOT_FOUND: NTSTATUS = -1071906795i32;
3860 pub const STATUS_FLT_INTERNAL_ERROR: NTSTATUS = -1071906806i32;
3861 pub const STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST: NTSTATUS = -1071906813i32;
3862 pub const STATUS_FLT_INVALID_CONTEXT_REGISTRATION: NTSTATUS = -1071906793i32;
3863 pub const STATUS_FLT_INVALID_NAME_REQUEST: NTSTATUS = -1071906811i32;
3864 pub const STATUS_FLT_IO_COMPLETE: NTSTATUS = 1835009i32;
3865 pub const STATUS_FLT_MUST_BE_NONPAGED_POOL: NTSTATUS = -1071906804i32;
3866 pub const STATUS_FLT_NAME_CACHE_MISS: NTSTATUS = -1071906792i32;
3867 pub const STATUS_FLT_NOT_INITIALIZED: NTSTATUS = -1071906809i32;
3868 pub const STATUS_FLT_NOT_SAFE_TO_POST_OPERATION: NTSTATUS = -1071906810i32;
3869 pub const STATUS_FLT_NO_DEVICE_OBJECT: NTSTATUS = -1071906791i32;
3870 pub const STATUS_FLT_NO_HANDLER_DEFINED: NTSTATUS = -1071906815i32;
3871 pub const STATUS_FLT_NO_WAITER_FOR_REPLY: NTSTATUS = -1071906784i32;
3872 pub const STATUS_FLT_POST_OPERATION_CLEANUP: NTSTATUS = -1071906807i32;
3873 pub const STATUS_FLT_REGISTRATION_BUSY: NTSTATUS = -1071906781i32;
3874 pub const STATUS_FLT_VOLUME_ALREADY_MOUNTED: NTSTATUS = -1071906790i32;
3875 pub const STATUS_FLT_VOLUME_NOT_FOUND: NTSTATUS = -1071906796i32;
3876 pub const STATUS_FLT_WCOS_NOT_SUPPORTED: NTSTATUS = -1071906780i32;
3877 pub const STATUS_FORMS_AUTH_REQUIRED: NTSTATUS = -1073739515i32;
3878 pub const STATUS_FOUND_OUT_OF_SCOPE: NTSTATUS = -1073741266i32;
3879 pub const STATUS_FREE_SPACE_TOO_FRAGMENTED: NTSTATUS = -1073740645i32;
3880 pub const STATUS_FREE_VM_NOT_AT_BASE: NTSTATUS = -1073741665i32;
3881 pub const STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY: NTSTATUS = 294i32;
3882 pub const STATUS_FS_DRIVER_REQUIRED: NTSTATUS = -1073741412i32;
3883 pub const STATUS_FT_DI_SCAN_REQUIRED: NTSTATUS = -1073740692i32;
3884 pub const STATUS_FT_MISSING_MEMBER: NTSTATUS = -1073741473i32;
3885 pub const STATUS_FT_ORPHANING: NTSTATUS = -1073741459i32;
3886 pub const STATUS_FT_READ_FAILURE: NTSTATUS = -1073740629i32;
3887 pub const STATUS_FT_READ_FROM_COPY: NTSTATUS = 1073741877i32;
3888 pub const STATUS_FT_READ_FROM_COPY_FAILURE: NTSTATUS = -1073740609i32;
3889 pub const STATUS_FT_READ_RECOVERY_FROM_BACKUP: NTSTATUS = 1073741834i32;
3890 pub const STATUS_FT_WRITE_FAILURE: NTSTATUS = -1073740693i32;
3891 pub const STATUS_FT_WRITE_RECOVERY: NTSTATUS = 1073741835i32;
3892 pub const STATUS_FULLSCREEN_MODE: NTSTATUS = -1073741479i32;
3893 pub const STATUS_FVE_ACTION_NOT_ALLOWED: NTSTATUS = -1071579127i32;
3894 pub const STATUS_FVE_AUTH_INVALID_APPLICATION: NTSTATUS = -1071579109i32;
3895 pub const STATUS_FVE_AUTH_INVALID_CONFIG: NTSTATUS = -1071579108i32;
3896 pub const STATUS_FVE_BAD_DATA: NTSTATUS = -1071579126i32;
3897 pub const STATUS_FVE_BAD_INFORMATION: NTSTATUS = -1071579134i32;
3898 pub const STATUS_FVE_BAD_METADATA_POINTER: NTSTATUS = -1071579105i32;
3899 pub const STATUS_FVE_BAD_PARTITION_SIZE: NTSTATUS = -1071579131i32;
3900 pub const STATUS_FVE_CONV_READ_ERROR: NTSTATUS = -1071579123i32;
3901 pub const STATUS_FVE_CONV_RECOVERY_FAILED: NTSTATUS = -1071579096i32;
3902 pub const STATUS_FVE_CONV_WRITE_ERROR: NTSTATUS = -1071579122i32;
3903 pub const STATUS_FVE_DEBUGGER_ENABLED: NTSTATUS = -1071579107i32;
3904 pub const STATUS_FVE_DEVICE_LOCKEDOUT: NTSTATUS = -1071579077i32;
3905 pub const STATUS_FVE_DRY_RUN_FAILED: NTSTATUS = -1071579106i32;
3906 pub const STATUS_FVE_EDRIVE_BAND_ENUMERATION_FAILED: NTSTATUS = -1071579071i32;
3907 pub const STATUS_FVE_EDRIVE_DRY_RUN_FAILED: NTSTATUS = -1071579080i32;
3908 pub const STATUS_FVE_ENH_PIN_INVALID: NTSTATUS = -1071579087i32;
3909 pub const STATUS_FVE_FAILED_AUTHENTICATION: NTSTATUS = -1071579119i32;
3910 pub const STATUS_FVE_FAILED_SECTOR_SIZE: NTSTATUS = -1071579120i32;
3911 pub const STATUS_FVE_FAILED_WRONG_FS: NTSTATUS = -1071579132i32;
3912 pub const STATUS_FVE_FS_MOUNTED: NTSTATUS = -1071579129i32;
3913 pub const STATUS_FVE_FS_NOT_EXTENDED: NTSTATUS = -1071579130i32;
3914 pub const STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE: NTSTATUS = -1071579086i32;
3915 pub const STATUS_FVE_INVALID_DATUM_TYPE: NTSTATUS = -1071579094i32;
3916 pub const STATUS_FVE_KEYFILE_INVALID: NTSTATUS = -1071579116i32;
3917 pub const STATUS_FVE_KEYFILE_NOT_FOUND: NTSTATUS = -1071579117i32;
3918 pub const STATUS_FVE_KEYFILE_NO_VMK: NTSTATUS = -1071579115i32;
3919 pub const STATUS_FVE_LOCKED_VOLUME: NTSTATUS = -1071579136i32;
3920 pub const STATUS_FVE_MOR_FAILED: NTSTATUS = -1071579099i32;
3921 pub const STATUS_FVE_NOT_ALLOWED_ON_CLUSTER: NTSTATUS = -1071579083i32;
3922 pub const STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK: NTSTATUS = -1071579084i32;
3923 pub const STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING: NTSTATUS = -1071579082i32;
3924 pub const STATUS_FVE_NOT_DATA_VOLUME: NTSTATUS = -1071579124i32;
3925 pub const STATUS_FVE_NOT_DE_VOLUME: NTSTATUS = -1071579075i32;
3926 pub const STATUS_FVE_NOT_ENCRYPTED: NTSTATUS = -1071579135i32;
3927 pub const STATUS_FVE_NOT_OS_VOLUME: NTSTATUS = -1071579118i32;
3928 pub const STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY: NTSTATUS = -1071579100i32;
3929 pub const STATUS_FVE_NO_FEATURE_LICENSE: NTSTATUS = -1071579098i32;
3930 pub const STATUS_FVE_NO_LICENSE: NTSTATUS = -1071579128i32;
3931 pub const STATUS_FVE_OLD_METADATA_COPY: NTSTATUS = -1071579104i32;
3932 pub const STATUS_FVE_OSV_KSR_NOT_ALLOWED: NTSTATUS = -1071579072i32;
3933 pub const STATUS_FVE_OVERLAPPED_UPDATE: NTSTATUS = -1071579121i32;
3934 pub const STATUS_FVE_PARTIAL_METADATA: NTSTATUS = -2145320959i32;
3935 pub const STATUS_FVE_PIN_INVALID: NTSTATUS = -1071579110i32;
3936 pub const STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED: NTSTATUS = -1071579097i32;
3937 pub const STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED: NTSTATUS = -1071579073i32;
3938 pub const STATUS_FVE_PROTECTION_DISABLED: NTSTATUS = -1071579074i32;
3939 pub const STATUS_FVE_RAW_ACCESS: NTSTATUS = -1071579102i32;
3940 pub const STATUS_FVE_RAW_BLOCKED: NTSTATUS = -1071579101i32;
3941 pub const STATUS_FVE_REBOOT_REQUIRED: NTSTATUS = -1071579103i32;
3942 pub const STATUS_FVE_SECUREBOOT_CONFIG_CHANGE: NTSTATUS = -1071579078i32;
3943 pub const STATUS_FVE_SECUREBOOT_DISABLED: NTSTATUS = -1071579079i32;
3944 pub const STATUS_FVE_TOO_SMALL: NTSTATUS = -1071579133i32;
3945 pub const STATUS_FVE_TPM_DISABLED: NTSTATUS = -1071579114i32;
3946 pub const STATUS_FVE_TPM_INVALID_PCR: NTSTATUS = -1071579112i32;
3947 pub const STATUS_FVE_TPM_NO_VMK: NTSTATUS = -1071579111i32;
3948 pub const STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO: NTSTATUS = -1071579113i32;
3949 pub const STATUS_FVE_TRANSIENT_STATE: NTSTATUS = -2145320958i32;
3950 pub const STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG: NTSTATUS = -1071579095i32;
3951 pub const STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT: NTSTATUS = -1071579076i32;
3952 pub const STATUS_FVE_VOLUME_NOT_BOUND: NTSTATUS = -1071579125i32;
3953 pub const STATUS_FVE_VOLUME_TOO_SMALL: NTSTATUS = -1071579088i32;
3954 pub const STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE: NTSTATUS = -1071579081i32;
3955 pub const STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE: NTSTATUS = -1071579085i32;
3956 pub const STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER: NTSTATUS = -1071513556i32;
3957 pub const STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER: NTSTATUS = -1071513555i32;
3958 pub const STATUS_FWP_ALREADY_EXISTS: NTSTATUS = -1071513591i32;
3959 pub const STATUS_FWP_BUILTIN_OBJECT: NTSTATUS = -1071513577i32;
3960 pub const STATUS_FWP_CALLOUT_NOTIFICATION_FAILED: NTSTATUS = -1071513545i32;
3961 pub const STATUS_FWP_CALLOUT_NOT_FOUND: NTSTATUS = -1071513599i32;
3962 pub const STATUS_FWP_CANNOT_PEND: NTSTATUS = -1071513341i32;
3963 pub const STATUS_FWP_CONDITION_NOT_FOUND: NTSTATUS = -1071513598i32;
3964 pub const STATUS_FWP_CONNECTIONS_DISABLED: NTSTATUS = -1071513535i32;
3965 pub const STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT: NTSTATUS = -1071513553i32;
3966 pub const STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER: NTSTATUS = -1071513554i32;
3967 pub const STATUS_FWP_DROP_NOICMP: NTSTATUS = -1071513340i32;
3968 pub const STATUS_FWP_DUPLICATE_AUTH_METHOD: NTSTATUS = -1071513540i32;
3969 pub const STATUS_FWP_DUPLICATE_CONDITION: NTSTATUS = -1071513558i32;
3970 pub const STATUS_FWP_DUPLICATE_KEYMOD: NTSTATUS = -1071513557i32;
3971 pub const STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS: NTSTATUS = -1071513589i32;
3972 pub const STATUS_FWP_EM_NOT_SUPPORTED: NTSTATUS = -1071513550i32;
3973 pub const STATUS_FWP_FILTER_NOT_FOUND: NTSTATUS = -1071513597i32;
3974 pub const STATUS_FWP_IKEEXT_NOT_RUNNING: NTSTATUS = -1071513532i32;
3975 pub const STATUS_FWP_INCOMPATIBLE_AUTH_METHOD: NTSTATUS = -1071513552i32;
3976 pub const STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM: NTSTATUS = -1071513542i32;
3977 pub const STATUS_FWP_INCOMPATIBLE_DH_GROUP: NTSTATUS = -1071513551i32;
3978 pub const STATUS_FWP_INCOMPATIBLE_LAYER: NTSTATUS = -1071513580i32;
3979 pub const STATUS_FWP_INCOMPATIBLE_SA_STATE: NTSTATUS = -1071513573i32;
3980 pub const STATUS_FWP_INCOMPATIBLE_TXN: NTSTATUS = -1071513583i32;
3981 pub const STATUS_FWP_INJECT_HANDLE_CLOSING: NTSTATUS = -1071513343i32;
3982 pub const STATUS_FWP_INJECT_HANDLE_STALE: NTSTATUS = -1071513342i32;
3983 pub const STATUS_FWP_INVALID_ACTION_TYPE: NTSTATUS = -1071513564i32;
3984 pub const STATUS_FWP_INVALID_AUTH_TRANSFORM: NTSTATUS = -1071513544i32;
3985 pub const STATUS_FWP_INVALID_CIPHER_TRANSFORM: NTSTATUS = -1071513543i32;
3986 pub const STATUS_FWP_INVALID_DNS_NAME: NTSTATUS = -1071513534i32;
3987 pub const STATUS_FWP_INVALID_ENUMERATOR: NTSTATUS = -1071513571i32;
3988 pub const STATUS_FWP_INVALID_FLAGS: NTSTATUS = -1071513570i32;
3989 pub const STATUS_FWP_INVALID_INTERVAL: NTSTATUS = -1071513567i32;
3990 pub const STATUS_FWP_INVALID_NET_MASK: NTSTATUS = -1071513569i32;
3991 pub const STATUS_FWP_INVALID_PARAMETER: NTSTATUS = -1071513547i32;
3992 pub const STATUS_FWP_INVALID_RANGE: NTSTATUS = -1071513568i32;
3993 pub const STATUS_FWP_INVALID_TRANSFORM_COMBINATION: NTSTATUS = -1071513541i32;
3994 pub const STATUS_FWP_INVALID_TUNNEL_ENDPOINT: NTSTATUS = -1071513539i32;
3995 pub const STATUS_FWP_INVALID_WEIGHT: NTSTATUS = -1071513563i32;
3996 pub const STATUS_FWP_IN_USE: NTSTATUS = -1071513590i32;
3997 pub const STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL: NTSTATUS = -1071513536i32;
3998 pub const STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED: NTSTATUS = -1071513537i32;
3999 pub const STATUS_FWP_KM_CLIENTS_ONLY: NTSTATUS = -1071513579i32;
4000 pub const STATUS_FWP_L2_DRIVER_NOT_READY: NTSTATUS = -1071513538i32;
4001 pub const STATUS_FWP_LAYER_NOT_FOUND: NTSTATUS = -1071513596i32;
4002 pub const STATUS_FWP_LIFETIME_MISMATCH: NTSTATUS = -1071513578i32;
4003 pub const STATUS_FWP_MATCH_TYPE_MISMATCH: NTSTATUS = -1071513562i32;
4004 pub const STATUS_FWP_NET_EVENTS_DISABLED: NTSTATUS = -1071513581i32;
4005 pub const STATUS_FWP_NEVER_MATCH: NTSTATUS = -1071513549i32;
4006 pub const STATUS_FWP_NOTIFICATION_DROPPED: NTSTATUS = -1071513575i32;
4007 pub const STATUS_FWP_NOT_FOUND: NTSTATUS = -1071513592i32;
4008 pub const STATUS_FWP_NO_TXN_IN_PROGRESS: NTSTATUS = -1071513587i32;
4009 pub const STATUS_FWP_NULL_DISPLAY_NAME: NTSTATUS = -1071513565i32;
4010 pub const STATUS_FWP_NULL_POINTER: NTSTATUS = -1071513572i32;
4011 pub const STATUS_FWP_OUT_OF_BOUNDS: NTSTATUS = -1071513560i32;
4012 pub const STATUS_FWP_PROVIDER_CONTEXT_MISMATCH: NTSTATUS = -1071513548i32;
4013 pub const STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND: NTSTATUS = -1071513594i32;
4014 pub const STATUS_FWP_PROVIDER_NOT_FOUND: NTSTATUS = -1071513595i32;
4015 pub const STATUS_FWP_RESERVED: NTSTATUS = -1071513559i32;
4016 pub const STATUS_FWP_SESSION_ABORTED: NTSTATUS = -1071513584i32;
4017 pub const STATUS_FWP_STILL_ON: NTSTATUS = -1071513533i32;
4018 pub const STATUS_FWP_SUBLAYER_NOT_FOUND: NTSTATUS = -1071513593i32;
4019 pub const STATUS_FWP_TCPIP_NOT_READY: NTSTATUS = -1071513344i32;
4020 pub const STATUS_FWP_TIMEOUT: NTSTATUS = -1071513582i32;
4021 pub const STATUS_FWP_TOO_MANY_CALLOUTS: NTSTATUS = -1071513576i32;
4022 pub const STATUS_FWP_TOO_MANY_SUBLAYERS: NTSTATUS = -1071513546i32;
4023 pub const STATUS_FWP_TRAFFIC_MISMATCH: NTSTATUS = -1071513574i32;
4024 pub const STATUS_FWP_TXN_ABORTED: NTSTATUS = -1071513585i32;
4025 pub const STATUS_FWP_TXN_IN_PROGRESS: NTSTATUS = -1071513586i32;
4026 pub const STATUS_FWP_TYPE_MISMATCH: NTSTATUS = -1071513561i32;
4027 pub const STATUS_FWP_WRONG_SESSION: NTSTATUS = -1071513588i32;
4028 pub const STATUS_FWP_ZERO_LENGTH_ARRAY: NTSTATUS = -1071513566i32;
4029 pub const STATUS_GDI_HANDLE_LEAK: NTSTATUS = -2143354879i32;
4030 pub const STATUS_GENERIC_COMMAND_FAILED: NTSTATUS = -1072365530i32;
4031 pub const STATUS_GENERIC_NOT_MAPPED: NTSTATUS = -1073741594i32;
4032 pub const STATUS_GHOSTED: NTSTATUS = 303i32;
4033 pub const STATUS_GPIO_CLIENT_INFORMATION_INVALID: NTSTATUS = -1073700574i32;
4034 pub const STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE: NTSTATUS = -1073700570i32;
4035 pub const STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED: NTSTATUS = -2147442393i32;
4036 pub const STATUS_GPIO_INVALID_REGISTRATION_PACKET: NTSTATUS = -1073700572i32;
4037 pub const STATUS_GPIO_OPERATION_DENIED: NTSTATUS = -1073700571i32;
4038 pub const STATUS_GPIO_VERSION_NOT_SUPPORTED: NTSTATUS = -1073700573i32;
4039 pub const STATUS_GRACEFUL_DISCONNECT: NTSTATUS = -1073741257i32;
4040 pub const STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED: NTSTATUS = -1071774661i32;
4041 pub const STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY: NTSTATUS = -1071774669i32;
4042 pub const STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE: NTSTATUS = -1071774936i32;
4043 pub const STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET: NTSTATUS = -1071774935i32;
4044 pub const STATUS_GRAPHICS_ADAPTER_WAS_RESET: NTSTATUS = -1071775741i32;
4045 pub const STATUS_GRAPHICS_ALLOCATION_BUSY: NTSTATUS = -1071775486i32;
4046 pub const STATUS_GRAPHICS_ALLOCATION_CLOSED: NTSTATUS = -1071775470i32;
4047 pub const STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST: NTSTATUS = -1071775466i32;
4048 pub const STATUS_GRAPHICS_ALLOCATION_INVALID: NTSTATUS = -1071775482i32;
4049 pub const STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION: NTSTATUS = -1071774886i32;
4050 pub const STATUS_GRAPHICS_CANNOTCOLORCONVERT: NTSTATUS = -1071775736i32;
4051 pub const STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN: NTSTATUS = -1071774909i32;
4052 pub const STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION: NTSTATUS = -1071775479i32;
4053 pub const STATUS_GRAPHICS_CANT_LOCK_MEMORY: NTSTATUS = -1071775487i32;
4054 pub const STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION: NTSTATUS = -1071775471i32;
4055 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED: NTSTATUS = -1071774670i32;
4056 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON: NTSTATUS = -1071774667i32;
4057 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED: NTSTATUS = -1071774668i32;
4058 pub const STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED: NTSTATUS = -1071774719i32;
4059 pub const STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET: NTSTATUS = -1071774884i32;
4060 pub const STATUS_GRAPHICS_COPP_NOT_SUPPORTED: NTSTATUS = -1071774463i32;
4061 pub const STATUS_GRAPHICS_DATASET_IS_EMPTY: NTSTATUS = 1075708747i32;
4062 pub const STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING: NTSTATUS = -1071774329i32;
4063 pub const STATUS_GRAPHICS_DDCCI_INVALID_DATA: NTSTATUS = -1071774331i32;
4064 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM: NTSTATUS = -1071774325i32;
4065 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND: NTSTATUS = -1071774327i32;
4066 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH: NTSTATUS = -1071774326i32;
4067 pub const STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE: NTSTATUS = -1071774330i32;
4068 pub const STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED: NTSTATUS = -1071774332i32;
4069 pub const STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS: NTSTATUS = 1075708988i32;
4070 pub const STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP: NTSTATUS = -1071774238i32;
4071 pub const STATUS_GRAPHICS_DRIVER_MISMATCH: NTSTATUS = -1071775735i32;
4072 pub const STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION: NTSTATUS = -1071774939i32;
4073 pub const STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET: NTSTATUS = -1071774945i32;
4074 pub const STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET: NTSTATUS = -1071774947i32;
4075 pub const STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED: NTSTATUS = -1071774904i32;
4076 pub const STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE: NTSTATUS = -1071775232i32;
4077 pub const STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST: NTSTATUS = -1071774335i32;
4078 pub const STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA: NTSTATUS = -1071774333i32;
4079 pub const STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA: NTSTATUS = -1071774334i32;
4080 pub const STATUS_GRAPHICS_I2C_NOT_SUPPORTED: NTSTATUS = -1071774336i32;
4081 pub const STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT: NTSTATUS = -1071774891i32;
4082 pub const STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE: NTSTATUS = -1071774666i32;
4083 pub const STATUS_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN: NTSTATUS = -1071775726i32;
4084 pub const STATUS_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED: NTSTATUS = -1071775725i32;
4085 pub const STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER: NTSTATUS = -1071775743i32;
4086 pub const STATUS_GRAPHICS_INTERNAL_ERROR: NTSTATUS = -1071774233i32;
4087 pub const STATUS_GRAPHICS_INVALID_ACTIVE_REGION: NTSTATUS = -1071774965i32;
4088 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE: NTSTATUS = -1071775468i32;
4089 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE: NTSTATUS = -1071775469i32;
4090 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE: NTSTATUS = -1071775472i32;
4091 pub const STATUS_GRAPHICS_INVALID_CLIENT_TYPE: NTSTATUS = -1071774885i32;
4092 pub const STATUS_GRAPHICS_INVALID_COLORBASIS: NTSTATUS = -1071774914i32;
4093 pub const STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE: NTSTATUS = -1071774897i32;
4094 pub const STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER: NTSTATUS = -1071775742i32;
4095 pub const STATUS_GRAPHICS_INVALID_DRIVER_MODEL: NTSTATUS = -1071775740i32;
4096 pub const STATUS_GRAPHICS_INVALID_FREQUENCY: NTSTATUS = -1071774966i32;
4097 pub const STATUS_GRAPHICS_INVALID_GAMMA_RAMP: NTSTATUS = -1071774905i32;
4098 pub const STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM: NTSTATUS = -1071774890i32;
4099 pub const STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR: NTSTATUS = -1071774933i32;
4100 pub const STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET: NTSTATUS = -1071774934i32;
4101 pub const STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN: NTSTATUS = -1071774889i32;
4102 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE: NTSTATUS = -1071774948i32;
4103 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET: NTSTATUS = -1071774949i32;
4104 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT: NTSTATUS = -1071774888i32;
4105 pub const STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET: NTSTATUS = -1071774943i32;
4106 pub const STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE: NTSTATUS = -1071774942i32;
4107 pub const STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION: NTSTATUS = -1071774907i32;
4108 pub const STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE: NTSTATUS = -1071774898i32;
4109 pub const STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL: NTSTATUS = -1071774908i32;
4110 pub const STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE: NTSTATUS = -1071774324i32;
4111 pub const STATUS_GRAPHICS_INVALID_PIXELFORMAT: NTSTATUS = -1071774915i32;
4112 pub const STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE: NTSTATUS = -1071774913i32;
4113 pub const STATUS_GRAPHICS_INVALID_POINTER: NTSTATUS = -1071774236i32;
4114 pub const STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE: NTSTATUS = -1071774918i32;
4115 pub const STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING: NTSTATUS = -1071774894i32;
4116 pub const STATUS_GRAPHICS_INVALID_STRIDE: NTSTATUS = -1071774916i32;
4117 pub const STATUS_GRAPHICS_INVALID_TOTAL_REGION: NTSTATUS = -1071774964i32;
4118 pub const STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET: NTSTATUS = -1071774955i32;
4119 pub const STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET: NTSTATUS = -1071774954i32;
4120 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE: NTSTATUS = -1071774972i32;
4121 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE: NTSTATUS = -1071774960i32;
4122 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET: NTSTATUS = -1071774971i32;
4123 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE: NTSTATUS = -1071774959i32;
4124 pub const STATUS_GRAPHICS_INVALID_VIDPN: NTSTATUS = -1071774973i32;
4125 pub const STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH: NTSTATUS = -1071774951i32;
4126 pub const STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET: NTSTATUS = -1071774968i32;
4127 pub const STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET: NTSTATUS = -1071774967i32;
4128 pub const STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE: NTSTATUS = -1071774929i32;
4129 pub const STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY: NTSTATUS = -1071774976i32;
4130 pub const STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON: NTSTATUS = -1071774899i32;
4131 pub const STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE: NTSTATUS = -1071774917i32;
4132 pub const STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED: NTSTATUS = -1071774671i32;
4133 pub const STATUS_GRAPHICS_LEADLINK_START_DEFERRED: NTSTATUS = 1075708983i32;
4134 pub const STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED: NTSTATUS = -1071774887i32;
4135 pub const STATUS_GRAPHICS_MCA_INTERNAL_ERROR: NTSTATUS = -1071774328i32;
4136 pub const STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED: NTSTATUS = -1071774237i32;
4137 pub const STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET: NTSTATUS = -1071774956i32;
4138 pub const STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774940i32;
4139 pub const STATUS_GRAPHICS_MODE_NOT_IN_MODESET: NTSTATUS = -1071774902i32;
4140 pub const STATUS_GRAPHICS_MODE_NOT_PINNED: NTSTATUS = 1075708679i32;
4141 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET: NTSTATUS = -1071774931i32;
4142 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774930i32;
4143 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET: NTSTATUS = -1071774932i32;
4144 pub const STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER: NTSTATUS = -1071774924i32;
4145 pub const STATUS_GRAPHICS_MONITOR_NOT_CONNECTED: NTSTATUS = -1071774920i32;
4146 pub const STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS: NTSTATUS = -1071774323i32;
4147 pub const STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED: NTSTATUS = -1071774903i32;
4148 pub const STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER: NTSTATUS = -1071774672i32;
4149 pub const STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER: NTSTATUS = -1071775744i32;
4150 pub const STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER: NTSTATUS = -1071774664i32;
4151 pub const STATUS_GRAPHICS_NO_ACTIVE_VIDPN: NTSTATUS = -1071774922i32;
4152 pub const STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS: NTSTATUS = -1071774892i32;
4153 pub const STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET: NTSTATUS = -1071774925i32;
4154 pub const STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME: NTSTATUS = -1071774239i32;
4155 pub const STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT: NTSTATUS = -1071774911i32;
4156 pub const STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE: NTSTATUS = -1071774235i32;
4157 pub const STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET: NTSTATUS = 1075708748i32;
4158 pub const STATUS_GRAPHICS_NO_PREFERRED_MODE: NTSTATUS = 1075708702i32;
4159 pub const STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN: NTSTATUS = -1071774941i32;
4160 pub const STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY: NTSTATUS = -1071774950i32;
4161 pub const STATUS_GRAPHICS_NO_VIDEO_MEMORY: NTSTATUS = -1071775488i32;
4162 pub const STATUS_GRAPHICS_NO_VIDPNMGR: NTSTATUS = -1071774923i32;
4163 pub const STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED: NTSTATUS = -1071774240i32;
4164 pub const STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE: NTSTATUS = -1071774440i32;
4165 pub const STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR: NTSTATUS = -1071774434i32;
4166 pub const STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET: NTSTATUS = -1071774442i32;
4167 pub const STATUS_GRAPHICS_OPM_INTERNAL_ERROR: NTSTATUS = -1071774453i32;
4168 pub const STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST: NTSTATUS = -1071774431i32;
4169 pub const STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS: NTSTATUS = -1071774461i32;
4170 pub const STATUS_GRAPHICS_OPM_INVALID_HANDLE: NTSTATUS = -1071774452i32;
4171 pub const STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST: NTSTATUS = -1071774435i32;
4172 pub const STATUS_GRAPHICS_OPM_INVALID_SRM: NTSTATUS = -1071774446i32;
4173 pub const STATUS_GRAPHICS_OPM_NOT_SUPPORTED: NTSTATUS = -1071774464i32;
4174 pub const STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST: NTSTATUS = -1071774459i32;
4175 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP: NTSTATUS = -1071774444i32;
4176 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA: NTSTATUS = -1071774443i32;
4177 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP: NTSTATUS = -1071774445i32;
4178 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS: NTSTATUS = -1071774436i32;
4179 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS: NTSTATUS = -1071774433i32;
4180 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS: NTSTATUS = -1071774438i32;
4181 pub const STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH: NTSTATUS = -1071774441i32;
4182 pub const STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED: NTSTATUS = -1071774432i32;
4183 pub const STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED: NTSTATUS = -1071774449i32;
4184 pub const STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED: NTSTATUS = -1071774448i32;
4185 pub const STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL: NTSTATUS = -1071774234i32;
4186 pub const STATUS_GRAPHICS_PARTIAL_DATA_POPULATED: NTSTATUS = 1075707914i32;
4187 pub const STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY: NTSTATUS = -1071774957i32;
4188 pub const STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED: NTSTATUS = 1075708753i32;
4189 pub const STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED: NTSTATUS = -1071774906i32;
4190 pub const STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY: NTSTATUS = -1071774937i32;
4191 pub const STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET: NTSTATUS = -1071774958i32;
4192 pub const STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY: NTSTATUS = 1075708985i32;
4193 pub const STATUS_GRAPHICS_PRESENT_BUFFER_NOT_BOUND: NTSTATUS = -1071775728i32;
4194 pub const STATUS_GRAPHICS_PRESENT_DENIED: NTSTATUS = -1071775737i32;
4195 pub const STATUS_GRAPHICS_PRESENT_INVALID_WINDOW: NTSTATUS = -1071775729i32;
4196 pub const STATUS_GRAPHICS_PRESENT_MODE_CHANGED: NTSTATUS = -1071775739i32;
4197 pub const STATUS_GRAPHICS_PRESENT_OCCLUDED: NTSTATUS = -1071775738i32;
4198 pub const STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED: NTSTATUS = -1071775733i32;
4199 pub const STATUS_GRAPHICS_PRESENT_UNOCCLUDED: NTSTATUS = -1071775732i32;
4200 pub const STATUS_GRAPHICS_PVP_HFS_FAILED: NTSTATUS = -1071774447i32;
4201 pub const STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH: NTSTATUS = -1071774450i32;
4202 pub const STATUS_GRAPHICS_RESOURCES_NOT_RELATED: NTSTATUS = -1071774928i32;
4203 pub const STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS: NTSTATUS = -1071774232i32;
4204 pub const STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION: NTSTATUS = 1075708417i32;
4205 pub const STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET: NTSTATUS = -1071774953i32;
4206 pub const STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774927i32;
4207 pub const STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY: NTSTATUS = -1071774919i32;
4208 pub const STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED: NTSTATUS = -1071774720i32;
4209 pub const STATUS_GRAPHICS_STALE_MODESET: NTSTATUS = -1071774944i32;
4210 pub const STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY: NTSTATUS = -1071774921i32;
4211 pub const STATUS_GRAPHICS_START_DEFERRED: NTSTATUS = 1075708986i32;
4212 pub const STATUS_GRAPHICS_TARGET_ALREADY_IN_SET: NTSTATUS = -1071774952i32;
4213 pub const STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774926i32;
4214 pub const STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY: NTSTATUS = -1071774912i32;
4215 pub const STATUS_GRAPHICS_TOO_MANY_REFERENCES: NTSTATUS = -1071775485i32;
4216 pub const STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED: NTSTATUS = -1071774893i32;
4217 pub const STATUS_GRAPHICS_TRY_AGAIN_LATER: NTSTATUS = -1071775484i32;
4218 pub const STATUS_GRAPHICS_TRY_AGAIN_NOW: NTSTATUS = -1071775483i32;
4219 pub const STATUS_GRAPHICS_UAB_NOT_SUPPORTED: NTSTATUS = -1071774462i32;
4220 pub const STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS: NTSTATUS = -1071774896i32;
4221 pub const STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS: NTSTATUS = 1075708975i32;
4222 pub const STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE: NTSTATUS = -1071775481i32;
4223 pub const STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED: NTSTATUS = -1071775480i32;
4224 pub const STATUS_GRAPHICS_VAIL_STATE_CHANGED: NTSTATUS = -1071775727i32;
4225 pub const STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES: NTSTATUS = -1071774938i32;
4226 pub const STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED: NTSTATUS = -1071774970i32;
4227 pub const STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE: NTSTATUS = -1071774910i32;
4228 pub const STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED: NTSTATUS = -1071774974i32;
4229 pub const STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED: NTSTATUS = -1071774975i32;
4230 pub const STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE: NTSTATUS = -1071775731i32;
4231 pub const STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED: NTSTATUS = -1071775730i32;
4232 pub const STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE: NTSTATUS = -1071775467i32;
4233 pub const STATUS_GROUP_EXISTS: NTSTATUS = -1073741723i32;
4234 pub const STATUS_GUARD_PAGE_VIOLATION: NTSTATUS = -2147483647i32;
4235 pub const STATUS_GUIDS_EXHAUSTED: NTSTATUS = -1073741693i32;
4236 pub const STATUS_GUID_SUBSTITUTION_MADE: NTSTATUS = -2147483636i32;
4237 pub const STATUS_HANDLES_CLOSED: NTSTATUS = -2147483638i32;
4238 pub const STATUS_HANDLE_NOT_CLOSABLE: NTSTATUS = -1073741259i32;
4239 pub const STATUS_HANDLE_NO_LONGER_VALID: NTSTATUS = -1072103384i32;
4240 pub const STATUS_HANDLE_REVOKED: NTSTATUS = -1073700858i32;
4241 pub const STATUS_HARDWARE_MEMORY_ERROR: NTSTATUS = -1073740023i32;
4242 pub const STATUS_HASH_NOT_PRESENT: NTSTATUS = -1073700607i32;
4243 pub const STATUS_HASH_NOT_SUPPORTED: NTSTATUS = -1073700608i32;
4244 pub const STATUS_HAS_SYSTEM_CRITICAL_FILES: NTSTATUS = -1073740611i32;
4245 pub const STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED: NTSTATUS = -1069285373i32;
4246 pub const STATUS_HDAUDIO_EMPTY_CONNECTION_LIST: NTSTATUS = -1069285374i32;
4247 pub const STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED: NTSTATUS = -1069285372i32;
4248 pub const STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY: NTSTATUS = -1069285371i32;
4249 pub const STATUS_HEAP_CORRUPTION: NTSTATUS = -1073740940i32;
4250 pub const STATUS_HEURISTIC_DAMAGE_POSSIBLE: NTSTATUS = 1075380225i32;
4251 pub const STATUS_HIBERNATED: NTSTATUS = 1073741866i32;
4252 pub const STATUS_HIBERNATION_FAILURE: NTSTATUS = -1073740783i32;
4253 pub const STATUS_HIVE_UNLOADED: NTSTATUS = -1073740763i32;
4254 pub const STATUS_HMAC_NOT_SUPPORTED: NTSTATUS = -1073700863i32;
4255 pub const STATUS_HOPLIMIT_EXCEEDED: NTSTATUS = -1073700846i32;
4256 pub const STATUS_HOST_DOWN: NTSTATUS = -1073740976i32;
4257 pub const STATUS_HOST_UNREACHABLE: NTSTATUS = -1073741251i32;
4258 pub const STATUS_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = -1073740779i32;
4259 pub const STATUS_HV_ACCESS_DENIED: NTSTATUS = -1070268410i32;
4260 pub const STATUS_HV_ACKNOWLEDGED: NTSTATUS = -1070268394i32;
4261 pub const STATUS_HV_CALL_PENDING: NTSTATUS = -1070268295i32;
4262 pub const STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR: NTSTATUS = -1070268356i32;
4263 pub const STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR: NTSTATUS = -1070268355i32;
4264 pub const STATUS_HV_DEVICE_NOT_IN_DOMAIN: NTSTATUS = -1070268298i32;
4265 pub const STATUS_HV_EVENT_BUFFER_ALREADY_FREED: NTSTATUS = -1070268300i32;
4266 pub const STATUS_HV_FEATURE_UNAVAILABLE: NTSTATUS = -1070268386i32;
4267 pub const STATUS_HV_INACTIVE: NTSTATUS = -1070268388i32;
4268 pub const STATUS_HV_INSUFFICIENT_BUFFER: NTSTATUS = -1070268365i32;
4269 pub const STATUS_HV_INSUFFICIENT_BUFFERS: NTSTATUS = -1070268397i32;
4270 pub const STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY: NTSTATUS = -1070268299i32;
4271 pub const STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS: NTSTATUS = -1070268360i32;
4272 pub const STATUS_HV_INSUFFICIENT_MEMORY: NTSTATUS = -1070268405i32;
4273 pub const STATUS_HV_INSUFFICIENT_ROOT_MEMORY: NTSTATUS = -1070268301i32;
4274 pub const STATUS_HV_INVALID_ALIGNMENT: NTSTATUS = -1070268412i32;
4275 pub const STATUS_HV_INVALID_CONNECTION_ID: NTSTATUS = -1070268398i32;
4276 pub const STATUS_HV_INVALID_CPU_GROUP_ID: NTSTATUS = -1070268305i32;
4277 pub const STATUS_HV_INVALID_CPU_GROUP_STATE: NTSTATUS = -1070268304i32;
4278 pub const STATUS_HV_INVALID_DEVICE_ID: NTSTATUS = -1070268329i32;
4279 pub const STATUS_HV_INVALID_DEVICE_STATE: NTSTATUS = -1070268328i32;
4280 pub const STATUS_HV_INVALID_HYPERCALL_CODE: NTSTATUS = -1070268414i32;
4281 pub const STATUS_HV_INVALID_HYPERCALL_INPUT: NTSTATUS = -1070268413i32;
4282 pub const STATUS_HV_INVALID_LP_INDEX: NTSTATUS = -1070268351i32;
4283 pub const STATUS_HV_INVALID_PARAMETER: NTSTATUS = -1070268411i32;
4284 pub const STATUS_HV_INVALID_PARTITION_ID: NTSTATUS = -1070268403i32;
4285 pub const STATUS_HV_INVALID_PARTITION_STATE: NTSTATUS = -1070268409i32;
4286 pub const STATUS_HV_INVALID_PORT_ID: NTSTATUS = -1070268399i32;
4287 pub const STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO: NTSTATUS = -1070268390i32;
4288 pub const STATUS_HV_INVALID_REGISTER_VALUE: NTSTATUS = -1070268336i32;
4289 pub const STATUS_HV_INVALID_SAVE_RESTORE_STATE: NTSTATUS = -1070268393i32;
4290 pub const STATUS_HV_INVALID_SYNIC_STATE: NTSTATUS = -1070268392i32;
4291 pub const STATUS_HV_INVALID_VP_INDEX: NTSTATUS = -1070268402i32;
4292 pub const STATUS_HV_INVALID_VP_STATE: NTSTATUS = -1070268395i32;
4293 pub const STATUS_HV_INVALID_VTL_STATE: NTSTATUS = -1070268335i32;
4294 pub const STATUS_HV_MSR_ACCESS_FAILED: NTSTATUS = -1070268288i32;
4295 pub const STATUS_HV_NESTED_VM_EXIT: NTSTATUS = -1070268297i32;
4296 pub const STATUS_HV_NOT_ACKNOWLEDGED: NTSTATUS = -1070268396i32;
4297 pub const STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE: NTSTATUS = -1070268302i32;
4298 pub const STATUS_HV_NOT_PRESENT: NTSTATUS = -1070264320i32;
4299 pub const STATUS_HV_NO_DATA: NTSTATUS = -1070268389i32;
4300 pub const STATUS_HV_NO_RESOURCES: NTSTATUS = -1070268387i32;
4301 pub const STATUS_HV_NX_NOT_DETECTED: NTSTATUS = -1070268331i32;
4302 pub const STATUS_HV_OBJECT_IN_USE: NTSTATUS = -1070268391i32;
4303 pub const STATUS_HV_OPERATION_DENIED: NTSTATUS = -1070268408i32;
4304 pub const STATUS_HV_OPERATION_FAILED: NTSTATUS = -1070268303i32;
4305 pub const STATUS_HV_PAGE_REQUEST_INVALID: NTSTATUS = -1070268320i32;
4306 pub const STATUS_HV_PARTITION_TOO_DEEP: NTSTATUS = -1070268404i32;
4307 pub const STATUS_HV_PENDING_PAGE_REQUESTS: NTSTATUS = 3473497i32;
4308 pub const STATUS_HV_PROCESSOR_STARTUP_TIMEOUT: NTSTATUS = -1070268354i32;
4309 pub const STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE: NTSTATUS = -1070268406i32;
4310 pub const STATUS_HV_SMX_ENABLED: NTSTATUS = -1070268353i32;
4311 pub const STATUS_HV_UNKNOWN_PROPERTY: NTSTATUS = -1070268407i32;
4312 pub const STATUS_ILLEGAL_CHARACTER: NTSTATUS = -1073741471i32;
4313 pub const STATUS_ILLEGAL_DLL_RELOCATION: NTSTATUS = -1073741207i32;
4314 pub const STATUS_ILLEGAL_ELEMENT_ADDRESS: NTSTATUS = -1073741179i32;
4315 pub const STATUS_ILLEGAL_FLOAT_CONTEXT: NTSTATUS = -1073741494i32;
4316 pub const STATUS_ILLEGAL_FUNCTION: NTSTATUS = -1073741649i32;
4317 pub const STATUS_ILLEGAL_INSTRUCTION: NTSTATUS = -1073741795i32;
4318 pub const STATUS_ILL_FORMED_PASSWORD: NTSTATUS = -1073741717i32;
4319 pub const STATUS_ILL_FORMED_SERVICE_ENTRY: NTSTATUS = -1073741472i32;
4320 pub const STATUS_IMAGE_ALREADY_LOADED: NTSTATUS = -1073741554i32;
4321 pub const STATUS_IMAGE_ALREADY_LOADED_AS_DLL: NTSTATUS = -1073741411i32;
4322 pub const STATUS_IMAGE_AT_DIFFERENT_BASE: NTSTATUS = 1073741878i32;
4323 pub const STATUS_IMAGE_CERT_EXPIRED: NTSTATUS = -1073740283i32;
4324 pub const STATUS_IMAGE_CERT_REVOKED: NTSTATUS = -1073740285i32;
4325 pub const STATUS_IMAGE_CHECKSUM_MISMATCH: NTSTATUS = -1073741279i32;
4326 pub const STATUS_IMAGE_LOADED_AS_PATCH_IMAGE: NTSTATUS = -1073740608i32;
4327 pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH: NTSTATUS = 1073741838i32;
4328 pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE: NTSTATUS = 1073741859i32;
4329 pub const STATUS_IMAGE_MP_UP_MISMATCH: NTSTATUS = -1073741239i32;
4330 pub const STATUS_IMAGE_NOT_AT_BASE: NTSTATUS = 1073741827i32;
4331 pub const STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT: NTSTATUS = -1073741405i32;
4332 pub const STATUS_IMPLEMENTATION_LIMIT: NTSTATUS = -1073740757i32;
4333 pub const STATUS_INCOMPATIBLE_DRIVER_BLOCKED: NTSTATUS = -1073740764i32;
4334 pub const STATUS_INCOMPATIBLE_FILE_MAP: NTSTATUS = -1073741747i32;
4335 pub const STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: NTSTATUS = -1073741410i32;
4336 pub const STATUS_INCORRECT_ACCOUNT_TYPE: NTSTATUS = -1073700727i32;
4337 pub const STATUS_INDEX_OUT_OF_BOUNDS: NTSTATUS = -1073740591i32;
4338 pub const STATUS_INDOUBT_TRANSACTIONS_EXIST: NTSTATUS = -1072103366i32;
4339 pub const STATUS_INFO_LENGTH_MISMATCH: NTSTATUS = -1073741820i32;
4340 pub const STATUS_INSTANCE_NOT_AVAILABLE: NTSTATUS = -1073741653i32;
4341 pub const STATUS_INSTRUCTION_MISALIGNMENT: NTSTATUS = -1073741654i32;
4342 pub const STATUS_INSUFFICIENT_LOGON_INFO: NTSTATUS = -1073741232i32;
4343 pub const STATUS_INSUFFICIENT_NVRAM_RESOURCES: NTSTATUS = -1073740716i32;
4344 pub const STATUS_INSUFFICIENT_POWER: NTSTATUS = -1073741090i32;
4345 pub const STATUS_INSUFFICIENT_RESOURCES: NTSTATUS = -1073741670i32;
4346 pub const STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: NTSTATUS = -1073740778i32;
4347 pub const STATUS_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES: NTSTATUS = -1073740606i32;
4348 pub const STATUS_INSUFF_SERVER_RESOURCES: NTSTATUS = -1073741307i32;
4349 pub const STATUS_INTEGER_DIVIDE_BY_ZERO: NTSTATUS = -1073741676i32;
4350 pub const STATUS_INTEGER_OVERFLOW: NTSTATUS = -1073741675i32;
4351 pub const STATUS_INTERMIXED_KERNEL_EA_OPERATION: NTSTATUS = -1073740687i32;
4352 pub const STATUS_INTERNAL_DB_CORRUPTION: NTSTATUS = -1073741596i32;
4353 pub const STATUS_INTERNAL_DB_ERROR: NTSTATUS = -1073741480i32;
4354 pub const STATUS_INTERNAL_ERROR: NTSTATUS = -1073741595i32;
4355 pub const STATUS_INTERRUPTED: NTSTATUS = -1073740523i32;
4356 pub const STATUS_INTERRUPT_STILL_CONNECTED: NTSTATUS = 296i32;
4357 pub const STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED: NTSTATUS = 295i32;
4358 pub const STATUS_INVALID_ACCOUNT_NAME: NTSTATUS = -1073741726i32;
4359 pub const STATUS_INVALID_ACE_CONDITION: NTSTATUS = -1073741406i32;
4360 pub const STATUS_INVALID_ACL: NTSTATUS = -1073741705i32;
4361 pub const STATUS_INVALID_ADDRESS: NTSTATUS = -1073741503i32;
4362 pub const STATUS_INVALID_ADDRESS_COMPONENT: NTSTATUS = -1073741305i32;
4363 pub const STATUS_INVALID_ADDRESS_WILDCARD: NTSTATUS = -1073741304i32;
4364 pub const STATUS_INVALID_BLOCK_LENGTH: NTSTATUS = -1073741453i32;
4365 pub const STATUS_INVALID_BUFFER_SIZE: NTSTATUS = -1073741306i32;
4366 pub const STATUS_INVALID_CAP: NTSTATUS = -1073740539i32;
4367 pub const STATUS_INVALID_CID: NTSTATUS = -1073741813i32;
4368 pub const STATUS_INVALID_COMPUTER_NAME: NTSTATUS = -1073741534i32;
4369 pub const STATUS_INVALID_CONNECTION: NTSTATUS = -1073741504i32;
4370 pub const STATUS_INVALID_CRUNTIME_PARAMETER: NTSTATUS = -1073740777i32;
4371 pub const STATUS_INVALID_DEVICE_OBJECT_PARAMETER: NTSTATUS = -1073740951i32;
4372 pub const STATUS_INVALID_DEVICE_REQUEST: NTSTATUS = -1073741808i32;
4373 pub const STATUS_INVALID_DEVICE_STATE: NTSTATUS = -1073741436i32;
4374 pub const STATUS_INVALID_DISPOSITION: NTSTATUS = -1073741786i32;
4375 pub const STATUS_INVALID_DOMAIN_ROLE: NTSTATUS = -1073741602i32;
4376 pub const STATUS_INVALID_DOMAIN_STATE: NTSTATUS = -1073741603i32;
4377 pub const STATUS_INVALID_EA_FLAG: NTSTATUS = -2147483627i32;
4378 pub const STATUS_INVALID_EA_NAME: NTSTATUS = -2147483629i32;
4379 pub const STATUS_INVALID_EXCEPTION_HANDLER: NTSTATUS = -1073741403i32;
4380 pub const STATUS_INVALID_FIELD_IN_PARAMETER_LIST: NTSTATUS = -1073740683i32;
4381 pub const STATUS_INVALID_FILE_FOR_SECTION: NTSTATUS = -1073741792i32;
4382 pub const STATUS_INVALID_GROUP_ATTRIBUTES: NTSTATUS = -1073741660i32;
4383 pub const STATUS_INVALID_HANDLE: NTSTATUS = -1073741816i32;
4384 pub const STATUS_INVALID_HW_PROFILE: NTSTATUS = -1073741216i32;
4385 pub const STATUS_INVALID_IDN_NORMALIZATION: NTSTATUS = -1073740010i32;
4386 pub const STATUS_INVALID_ID_AUTHORITY: NTSTATUS = -1073741692i32;
4387 pub const STATUS_INVALID_IMAGE_FORMAT: NTSTATUS = -1073741701i32;
4388 pub const STATUS_INVALID_IMAGE_HASH: NTSTATUS = -1073740760i32;
4389 pub const STATUS_INVALID_IMAGE_LE_FORMAT: NTSTATUS = -1073741522i32;
4390 pub const STATUS_INVALID_IMAGE_NE_FORMAT: NTSTATUS = -1073741541i32;
4391 pub const STATUS_INVALID_IMAGE_NOT_MZ: NTSTATUS = -1073741521i32;
4392 pub const STATUS_INVALID_IMAGE_PROTECT: NTSTATUS = -1073741520i32;
4393 pub const STATUS_INVALID_IMAGE_WIN_16: NTSTATUS = -1073741519i32;
4394 pub const STATUS_INVALID_IMAGE_WIN_32: NTSTATUS = -1073740967i32;
4395 pub const STATUS_INVALID_IMAGE_WIN_64: NTSTATUS = -1073740966i32;
4396 pub const STATUS_INVALID_IMPORT_OF_NON_DLL: NTSTATUS = -1073740945i32;
4397 pub const STATUS_INVALID_INFO_CLASS: NTSTATUS = -1073741821i32;
4398 pub const STATUS_INVALID_INITIATOR_TARGET_PATH: NTSTATUS = -1073740681i32;
4399 pub const STATUS_INVALID_KERNEL_INFO_VERSION: NTSTATUS = -1073700860i32;
4400 pub const STATUS_INVALID_LABEL: NTSTATUS = -1073740730i32;
4401 pub const STATUS_INVALID_LDT_DESCRIPTOR: NTSTATUS = -1073741542i32;
4402 pub const STATUS_INVALID_LDT_OFFSET: NTSTATUS = -1073741543i32;
4403 pub const STATUS_INVALID_LDT_SIZE: NTSTATUS = -1073741544i32;
4404 pub const STATUS_INVALID_LEVEL: NTSTATUS = -1073741496i32;
4405 pub const STATUS_INVALID_LOCK_RANGE: NTSTATUS = -1073741407i32;
4406 pub const STATUS_INVALID_LOCK_SEQUENCE: NTSTATUS = -1073741794i32;
4407 pub const STATUS_INVALID_LOGON_HOURS: NTSTATUS = -1073741713i32;
4408 pub const STATUS_INVALID_LOGON_TYPE: NTSTATUS = -1073741557i32;
4409 pub const STATUS_INVALID_MEMBER: NTSTATUS = -1073741445i32;
4410 pub const STATUS_INVALID_MESSAGE: NTSTATUS = -1073740030i32;
4411 pub const STATUS_INVALID_NETWORK_RESPONSE: NTSTATUS = -1073741629i32;
4412 pub const STATUS_INVALID_OFFSET_ALIGNMENT: NTSTATUS = -1073740684i32;
4413 pub const STATUS_INVALID_OPLOCK_PROTOCOL: NTSTATUS = -1073741597i32;
4414 pub const STATUS_INVALID_OWNER: NTSTATUS = -1073741734i32;
4415 pub const STATUS_INVALID_PACKAGE_SID_LENGTH: NTSTATUS = -1073700350i32;
4416 pub const STATUS_INVALID_PAGE_PROTECTION: NTSTATUS = -1073741755i32;
4417 pub const STATUS_INVALID_PARAMETER: NTSTATUS = -1073741811i32;
4418 pub const STATUS_INVALID_PARAMETER_1: NTSTATUS = -1073741585i32;
4419 pub const STATUS_INVALID_PARAMETER_10: NTSTATUS = -1073741576i32;
4420 pub const STATUS_INVALID_PARAMETER_11: NTSTATUS = -1073741575i32;
4421 pub const STATUS_INVALID_PARAMETER_12: NTSTATUS = -1073741574i32;
4422 pub const STATUS_INVALID_PARAMETER_2: NTSTATUS = -1073741584i32;
4423 pub const STATUS_INVALID_PARAMETER_3: NTSTATUS = -1073741583i32;
4424 pub const STATUS_INVALID_PARAMETER_4: NTSTATUS = -1073741582i32;
4425 pub const STATUS_INVALID_PARAMETER_5: NTSTATUS = -1073741581i32;
4426 pub const STATUS_INVALID_PARAMETER_6: NTSTATUS = -1073741580i32;
4427 pub const STATUS_INVALID_PARAMETER_7: NTSTATUS = -1073741579i32;
4428 pub const STATUS_INVALID_PARAMETER_8: NTSTATUS = -1073741578i32;
4429 pub const STATUS_INVALID_PARAMETER_9: NTSTATUS = -1073741577i32;
4430 pub const STATUS_INVALID_PARAMETER_MIX: NTSTATUS = -1073741776i32;
4431 pub const STATUS_INVALID_PEP_INFO_VERSION: NTSTATUS = -1073700859i32;
4432 pub const STATUS_INVALID_PIPE_STATE: NTSTATUS = -1073741651i32;
4433 pub const STATUS_INVALID_PLUGPLAY_DEVICE_PATH: NTSTATUS = -1073741215i32;
4434 pub const STATUS_INVALID_PORT_ATTRIBUTES: NTSTATUS = -1073741778i32;
4435 pub const STATUS_INVALID_PORT_HANDLE: NTSTATUS = -1073741758i32;
4436 pub const STATUS_INVALID_PRIMARY_GROUP: NTSTATUS = -1073741733i32;
4437 pub const STATUS_INVALID_QUOTA_LOWER: NTSTATUS = -1073741775i32;
4438 pub const STATUS_INVALID_READ_MODE: NTSTATUS = -1073741644i32;
4439 pub const STATUS_INVALID_RUNLEVEL_SETTING: NTSTATUS = -1073700542i32;
4440 pub const STATUS_INVALID_SECURITY_DESCR: NTSTATUS = -1073741703i32;
4441 pub const STATUS_INVALID_SERVER_STATE: NTSTATUS = -1073741604i32;
4442 pub const STATUS_INVALID_SESSION: NTSTATUS = -1073740715i32;
4443 pub const STATUS_INVALID_SID: NTSTATUS = -1073741704i32;
4444 pub const STATUS_INVALID_SIGNATURE: NTSTATUS = -1073700864i32;
4445 pub const STATUS_INVALID_STATE_TRANSITION: NTSTATUS = -1073700861i32;
4446 pub const STATUS_INVALID_SUB_AUTHORITY: NTSTATUS = -1073741706i32;
4447 pub const STATUS_INVALID_SYSTEM_SERVICE: NTSTATUS = -1073741796i32;
4448 pub const STATUS_INVALID_TASK_INDEX: NTSTATUS = -1073740543i32;
4449 pub const STATUS_INVALID_TASK_NAME: NTSTATUS = -1073740544i32;
4450 pub const STATUS_INVALID_THREAD: NTSTATUS = -1073740004i32;
4451 pub const STATUS_INVALID_TOKEN: NTSTATUS = -1073740699i32;
4452 pub const STATUS_INVALID_TRANSACTION: NTSTATUS = -1072103422i32;
4453 pub const STATUS_INVALID_UNWIND_TARGET: NTSTATUS = -1073741783i32;
4454 pub const STATUS_INVALID_USER_BUFFER: NTSTATUS = -1073741592i32;
4455 pub const STATUS_INVALID_USER_PRINCIPAL_NAME: NTSTATUS = -1073740772i32;
4456 pub const STATUS_INVALID_VARIANT: NTSTATUS = -1073741262i32;
4457 pub const STATUS_INVALID_VIEW_SIZE: NTSTATUS = -1073741793i32;
4458 pub const STATUS_INVALID_VOLUME_LABEL: NTSTATUS = -1073741690i32;
4459 pub const STATUS_INVALID_WEIGHT: NTSTATUS = -1073740712i32;
4460 pub const STATUS_INVALID_WORKSTATION: NTSTATUS = -1073741712i32;
4461 pub const STATUS_IN_PAGE_ERROR: NTSTATUS = -1073741818i32;
4462 pub const STATUS_IORING_COMPLETION_QUEUE_TOO_BIG: NTSTATUS = -1069154299i32;
4463 pub const STATUS_IORING_CORRUPT: NTSTATUS = -1069154297i32;
4464 pub const STATUS_IORING_REQUIRED_FLAG_NOT_SUPPORTED: NTSTATUS = -1069154303i32;
4465 pub const STATUS_IORING_SUBMISSION_QUEUE_FULL: NTSTATUS = -1069154302i32;
4466 pub const STATUS_IORING_SUBMISSION_QUEUE_TOO_BIG: NTSTATUS = -1069154300i32;
4467 pub const STATUS_IORING_SUBMIT_IN_PROGRESS: NTSTATUS = -1069154298i32;
4468 pub const STATUS_IORING_VERSION_NOT_SUPPORTED: NTSTATUS = -1069154301i32;
4469 pub const STATUS_IO_DEVICE_ERROR: NTSTATUS = -1073741435i32;
4470 pub const STATUS_IO_DEVICE_INVALID_DATA: NTSTATUS = -1073741392i32;
4471 pub const STATUS_IO_OPERATION_TIMEOUT: NTSTATUS = -1073740675i32;
4472 pub const STATUS_IO_PREEMPTED: NTSTATUS = -1068433407i32;
4473 pub const STATUS_IO_PRIVILEGE_FAILED: NTSTATUS = -1073741513i32;
4474 pub const STATUS_IO_REISSUE_AS_CACHED: NTSTATUS = -1073479623i32;
4475 pub const STATUS_IO_REPARSE_DATA_INVALID: NTSTATUS = -1073741192i32;
4476 pub const STATUS_IO_REPARSE_TAG_INVALID: NTSTATUS = -1073741194i32;
4477 pub const STATUS_IO_REPARSE_TAG_MISMATCH: NTSTATUS = -1073741193i32;
4478 pub const STATUS_IO_REPARSE_TAG_NOT_HANDLED: NTSTATUS = -1073741191i32;
4479 pub const STATUS_IO_TIMEOUT: NTSTATUS = -1073741643i32;
4480 pub const STATUS_IO_UNALIGNED_WRITE: NTSTATUS = -1073741391i32;
4481 pub const STATUS_IPSEC_AUTH_FIREWALL_DROP: NTSTATUS = -1070202872i32;
4482 pub const STATUS_IPSEC_BAD_SPI: NTSTATUS = -1070202879i32;
4483 pub const STATUS_IPSEC_CLEAR_TEXT_DROP: NTSTATUS = -1070202873i32;
4484 pub const STATUS_IPSEC_DOSP_BLOCK: NTSTATUS = -1070170112i32;
4485 pub const STATUS_IPSEC_DOSP_INVALID_PACKET: NTSTATUS = -1070170110i32;
4486 pub const STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED: NTSTATUS = -1070170107i32;
4487 pub const STATUS_IPSEC_DOSP_MAX_ENTRIES: NTSTATUS = -1070170108i32;
4488 pub const STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES: NTSTATUS = -1070170106i32;
4489 pub const STATUS_IPSEC_DOSP_RECEIVED_MULTICAST: NTSTATUS = -1070170111i32;
4490 pub const STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED: NTSTATUS = -1070170109i32;
4491 pub const STATUS_IPSEC_INTEGRITY_CHECK_FAILED: NTSTATUS = -1070202874i32;
4492 pub const STATUS_IPSEC_INVALID_PACKET: NTSTATUS = -1070202875i32;
4493 pub const STATUS_IPSEC_QUEUE_OVERFLOW: NTSTATUS = -1073700848i32;
4494 pub const STATUS_IPSEC_REPLAY_CHECK_FAILED: NTSTATUS = -1070202876i32;
4495 pub const STATUS_IPSEC_SA_LIFETIME_EXPIRED: NTSTATUS = -1070202878i32;
4496 pub const STATUS_IPSEC_THROTTLE_DROP: NTSTATUS = -1070202871i32;
4497 pub const STATUS_IPSEC_WRONG_SA: NTSTATUS = -1070202877i32;
4498 pub const STATUS_IP_ADDRESS_CONFLICT1: NTSTATUS = -1073741228i32;
4499 pub const STATUS_IP_ADDRESS_CONFLICT2: NTSTATUS = -1073741227i32;
4500 pub const STATUS_ISSUING_CA_UNTRUSTED: NTSTATUS = -1073740918i32;
4501 pub const STATUS_ISSUING_CA_UNTRUSTED_KDC: NTSTATUS = -1073740787i32;
4502 pub const STATUS_JOB_NOT_EMPTY: NTSTATUS = -1073740529i32;
4503 pub const STATUS_JOB_NO_CONTAINER: NTSTATUS = -1073740535i32;
4504 pub const STATUS_JOURNAL_DELETE_IN_PROGRESS: NTSTATUS = -1073741129i32;
4505 pub const STATUS_JOURNAL_ENTRY_DELETED: NTSTATUS = -1073741105i32;
4506 pub const STATUS_JOURNAL_NOT_ACTIVE: NTSTATUS = -1073741128i32;
4507 pub const STATUS_KDC_CERT_EXPIRED: NTSTATUS = -1073740786i32;
4508 pub const STATUS_KDC_CERT_REVOKED: NTSTATUS = -1073740785i32;
4509 pub const STATUS_KDC_INVALID_REQUEST: NTSTATUS = -1073741061i32;
4510 pub const STATUS_KDC_UNABLE_TO_REFER: NTSTATUS = -1073741060i32;
4511 pub const STATUS_KDC_UNKNOWN_ETYPE: NTSTATUS = -1073741059i32;
4512 pub const STATUS_KERNEL_APC: NTSTATUS = 256i32;
4513 pub const STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739996i32;
4514 pub const STATUS_KEY_DELETED: NTSTATUS = -1073741444i32;
4515 pub const STATUS_KEY_HAS_CHILDREN: NTSTATUS = -1073741440i32;
4516 pub const STATUS_LAST_ADMIN: NTSTATUS = -1073741719i32;
4517 pub const STATUS_LICENSE_QUOTA_EXCEEDED: NTSTATUS = -1073741223i32;
4518 pub const STATUS_LICENSE_VIOLATION: NTSTATUS = -1073741206i32;
4519 pub const STATUS_LINK_FAILED: NTSTATUS = -1073741506i32;
4520 pub const STATUS_LINK_TIMEOUT: NTSTATUS = -1073741505i32;
4521 pub const STATUS_LM_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = -1073741441i32;
4522 pub const STATUS_LOCAL_DISCONNECT: NTSTATUS = -1073741509i32;
4523 pub const STATUS_LOCAL_USER_SESSION_KEY: NTSTATUS = 1073741830i32;
4524 pub const STATUS_LOCK_NOT_GRANTED: NTSTATUS = -1073741739i32;
4525 pub const STATUS_LOGIN_TIME_RESTRICTION: NTSTATUS = -1073741241i32;
4526 pub const STATUS_LOGIN_WKSTA_RESTRICTION: NTSTATUS = -1073741240i32;
4527 pub const STATUS_LOGON_NOT_GRANTED: NTSTATUS = -1073741483i32;
4528 pub const STATUS_LOGON_SERVER_CONFLICT: NTSTATUS = -1073741518i32;
4529 pub const STATUS_LOGON_SESSION_COLLISION: NTSTATUS = -1073741563i32;
4530 pub const STATUS_LOGON_SESSION_EXISTS: NTSTATUS = -1073741586i32;
4531 pub const STATUS_LOG_APPENDED_FLUSH_FAILED: NTSTATUS = -1072037841i32;
4532 pub const STATUS_LOG_ARCHIVE_IN_PROGRESS: NTSTATUS = -1072037855i32;
4533 pub const STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS: NTSTATUS = -1072037856i32;
4534 pub const STATUS_LOG_BLOCKS_EXHAUSTED: NTSTATUS = -1072037882i32;
4535 pub const STATUS_LOG_BLOCK_INCOMPLETE: NTSTATUS = -1072037884i32;
4536 pub const STATUS_LOG_BLOCK_INVALID: NTSTATUS = -1072037878i32;
4537 pub const STATUS_LOG_BLOCK_VERSION: NTSTATUS = -1072037879i32;
4538 pub const STATUS_LOG_CANT_DELETE: NTSTATUS = -1072037871i32;
4539 pub const STATUS_LOG_CLIENT_ALREADY_REGISTERED: NTSTATUS = -1072037852i32;
4540 pub const STATUS_LOG_CLIENT_NOT_REGISTERED: NTSTATUS = -1072037851i32;
4541 pub const STATUS_LOG_CONTAINER_LIMIT_EXCEEDED: NTSTATUS = -1072037870i32;
4542 pub const STATUS_LOG_CONTAINER_OPEN_FAILED: NTSTATUS = -1072037847i32;
4543 pub const STATUS_LOG_CONTAINER_READ_FAILED: NTSTATUS = -1072037849i32;
4544 pub const STATUS_LOG_CONTAINER_STATE_INVALID: NTSTATUS = -1072037846i32;
4545 pub const STATUS_LOG_CONTAINER_WRITE_FAILED: NTSTATUS = -1072037848i32;
4546 pub const STATUS_LOG_CORRUPTION_DETECTED: NTSTATUS = -1072103376i32;
4547 pub const STATUS_LOG_DEDICATED: NTSTATUS = -1072037857i32;
4548 pub const STATUS_LOG_EPHEMERAL: NTSTATUS = -1072037854i32;
4549 pub const STATUS_LOG_FILE_FULL: NTSTATUS = -1073741432i32;
4550 pub const STATUS_LOG_FULL: NTSTATUS = -1072037859i32;
4551 pub const STATUS_LOG_FULL_HANDLER_IN_PROGRESS: NTSTATUS = -1072037850i32;
4552 pub const STATUS_LOG_GROWTH_FAILED: NTSTATUS = -1072103399i32;
4553 pub const STATUS_LOG_HARD_ERROR: NTSTATUS = 1073741850i32;
4554 pub const STATUS_LOG_INCONSISTENT_SECURITY: NTSTATUS = -1072037842i32;
4555 pub const STATUS_LOG_INVALID_RANGE: NTSTATUS = -1072037883i32;
4556 pub const STATUS_LOG_METADATA_CORRUPT: NTSTATUS = -1072037875i32;
4557 pub const STATUS_LOG_METADATA_FLUSH_FAILED: NTSTATUS = -1072037843i32;
4558 pub const STATUS_LOG_METADATA_INCONSISTENT: NTSTATUS = -1072037873i32;
4559 pub const STATUS_LOG_METADATA_INVALID: NTSTATUS = -1072037874i32;
4560 pub const STATUS_LOG_MULTIPLEXED: NTSTATUS = -1072037858i32;
4561 pub const STATUS_LOG_NOT_ENOUGH_CONTAINERS: NTSTATUS = -1072037853i32;
4562 pub const STATUS_LOG_NO_RESTART: NTSTATUS = 1075445772i32;
4563 pub const STATUS_LOG_PINNED: NTSTATUS = -1072037844i32;
4564 pub const STATUS_LOG_PINNED_ARCHIVE_TAIL: NTSTATUS = -1072037864i32;
4565 pub const STATUS_LOG_PINNED_RESERVATION: NTSTATUS = -1072037840i32;
4566 pub const STATUS_LOG_POLICY_ALREADY_INSTALLED: NTSTATUS = -1072037868i32;
4567 pub const STATUS_LOG_POLICY_CONFLICT: NTSTATUS = -1072037865i32;
4568 pub const STATUS_LOG_POLICY_INVALID: NTSTATUS = -1072037866i32;
4569 pub const STATUS_LOG_POLICY_NOT_INSTALLED: NTSTATUS = -1072037867i32;
4570 pub const STATUS_LOG_READ_CONTEXT_INVALID: NTSTATUS = -1072037881i32;
4571 pub const STATUS_LOG_READ_MODE_INVALID: NTSTATUS = -1072037877i32;
4572 pub const STATUS_LOG_RECORDS_RESERVED_INVALID: NTSTATUS = -1072037862i32;
4573 pub const STATUS_LOG_RECORD_NONEXISTENT: NTSTATUS = -1072037863i32;
4574 pub const STATUS_LOG_RESERVATION_INVALID: NTSTATUS = -1072037872i32;
4575 pub const STATUS_LOG_RESIZE_INVALID_SIZE: NTSTATUS = -1072103413i32;
4576 pub const STATUS_LOG_RESTART_INVALID: NTSTATUS = -1072037880i32;
4577 pub const STATUS_LOG_SECTOR_INVALID: NTSTATUS = -1072037887i32;
4578 pub const STATUS_LOG_SECTOR_PARITY_INVALID: NTSTATUS = -1072037886i32;
4579 pub const STATUS_LOG_SECTOR_REMAPPED: NTSTATUS = -1072037885i32;
4580 pub const STATUS_LOG_SPACE_RESERVED_INVALID: NTSTATUS = -1072037861i32;
4581 pub const STATUS_LOG_START_OF_LOG: NTSTATUS = -1072037869i32;
4582 pub const STATUS_LOG_STATE_INVALID: NTSTATUS = -1072037845i32;
4583 pub const STATUS_LOG_TAIL_INVALID: NTSTATUS = -1072037860i32;
4584 pub const STATUS_LONGJUMP: NTSTATUS = -2147483610i32;
4585 pub const STATUS_LOST_MODE_LOGON_RESTRICTION: NTSTATUS = -1073741043i32;
4586 pub const STATUS_LOST_WRITEBEHIND_DATA: NTSTATUS = -1073741278i32;
4587 pub const STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR: NTSTATUS = -1073700734i32;
4588 pub const STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED: NTSTATUS = -1073700736i32;
4589 pub const STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR: NTSTATUS = -1073700735i32;
4590 pub const STATUS_LPAC_ACCESS_DENIED: NTSTATUS = -1073700349i32;
4591 pub const STATUS_LPC_HANDLE_COUNT_EXCEEDED: NTSTATUS = -1073739998i32;
4592 pub const STATUS_LPC_INVALID_CONNECTION_USAGE: NTSTATUS = -1073740026i32;
4593 pub const STATUS_LPC_RECEIVE_BUFFER_EXPECTED: NTSTATUS = -1073740027i32;
4594 pub const STATUS_LPC_REPLY_LOST: NTSTATUS = -1073741229i32;
4595 pub const STATUS_LPC_REQUESTS_NOT_ALLOWED: NTSTATUS = -1073740025i32;
4596 pub const STATUS_LUIDS_EXHAUSTED: NTSTATUS = -1073741707i32;
4597 pub const STATUS_MAGAZINE_NOT_PRESENT: NTSTATUS = -1073741178i32;
4598 pub const STATUS_MAPPED_ALIGNMENT: NTSTATUS = -1073741280i32;
4599 pub const STATUS_MAPPED_FILE_SIZE_ZERO: NTSTATUS = -1073741538i32;
4600 pub const STATUS_MARKED_TO_DISALLOW_WRITES: NTSTATUS = -1073740659i32;
4601 pub const STATUS_MARSHALL_OVERFLOW: NTSTATUS = -1073741263i32;
4602 pub const STATUS_MAX_REFERRALS_EXCEEDED: NTSTATUS = -1073741068i32;
4603 pub const STATUS_MCA_EXCEPTION: NTSTATUS = -1073740013i32;
4604 pub const STATUS_MCA_OCCURED: NTSTATUS = -1073740950i32;
4605 pub const STATUS_MEDIA_CHANGED: NTSTATUS = -2147483620i32;
4606 pub const STATUS_MEDIA_CHECK: NTSTATUS = -2147483616i32;
4607 pub const STATUS_MEDIA_WRITE_PROTECTED: NTSTATUS = -1073741662i32;
4608 pub const STATUS_MEMBERS_PRIMARY_GROUP: NTSTATUS = -1073741529i32;
4609 pub const STATUS_MEMBER_IN_ALIAS: NTSTATUS = -1073741485i32;
4610 pub const STATUS_MEMBER_IN_GROUP: NTSTATUS = -1073741721i32;
4611 pub const STATUS_MEMBER_NOT_IN_ALIAS: NTSTATUS = -1073741486i32;
4612 pub const STATUS_MEMBER_NOT_IN_GROUP: NTSTATUS = -1073741720i32;
4613 pub const STATUS_MEMORY_NOT_ALLOCATED: NTSTATUS = -1073741664i32;
4614 pub const STATUS_MESSAGE_LOST: NTSTATUS = -1073740031i32;
4615 pub const STATUS_MESSAGE_NOT_FOUND: NTSTATUS = -1073741559i32;
4616 pub const STATUS_MESSAGE_RETRIEVED: NTSTATUS = 1073741870i32;
4617 pub const STATUS_MFT_TOO_FRAGMENTED: NTSTATUS = -1073741052i32;
4618 pub const STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION: NTSTATUS = -1072103388i32;
4619 pub const STATUS_MISSING_SYSTEMFILE: NTSTATUS = -1073741501i32;
4620 pub const STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM: NTSTATUS = -1071841277i32;
4621 pub const STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK: NTSTATUS = -1071841271i32;
4622 pub const STATUS_MONITOR_INVALID_MANUFACTURE_DATE: NTSTATUS = -1071841270i32;
4623 pub const STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK: NTSTATUS = -1071841274i32;
4624 pub const STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK: NTSTATUS = -1071841276i32;
4625 pub const STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK: NTSTATUS = -1071841273i32;
4626 pub const STATUS_MONITOR_NO_DESCRIPTOR: NTSTATUS = -1071841279i32;
4627 pub const STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA: NTSTATUS = -1071841272i32;
4628 pub const STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT: NTSTATUS = -1071841278i32;
4629 pub const STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED: NTSTATUS = -1071841275i32;
4630 pub const STATUS_MORE_ENTRIES: NTSTATUS = 261i32;
4631 pub const STATUS_MORE_PROCESSING_REQUIRED: NTSTATUS = -1073741802i32;
4632 pub const STATUS_MOUNT_POINT_NOT_RESOLVED: NTSTATUS = -1073740952i32;
4633 pub const STATUS_MP_PROCESSOR_MISMATCH: NTSTATUS = 1073741865i32;
4634 pub const STATUS_MUI_FILE_NOT_FOUND: NTSTATUS = -1073020927i32;
4635 pub const STATUS_MUI_FILE_NOT_LOADED: NTSTATUS = -1073020922i32;
4636 pub const STATUS_MUI_INVALID_FILE: NTSTATUS = -1073020926i32;
4637 pub const STATUS_MUI_INVALID_LOCALE_NAME: NTSTATUS = -1073020924i32;
4638 pub const STATUS_MUI_INVALID_RC_CONFIG: NTSTATUS = -1073020925i32;
4639 pub const STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME: NTSTATUS = -1073020923i32;
4640 pub const STATUS_MULTIPLE_FAULT_VIOLATION: NTSTATUS = -1073741080i32;
4641 pub const STATUS_MUST_BE_KDC: NTSTATUS = -1073741067i32;
4642 pub const STATUS_MUTANT_LIMIT_EXCEEDED: NTSTATUS = -1073741423i32;
4643 pub const STATUS_MUTANT_NOT_OWNED: NTSTATUS = -1073741754i32;
4644 pub const STATUS_MUTUAL_AUTHENTICATION_FAILED: NTSTATUS = -1073741117i32;
4645 pub const STATUS_NAME_TOO_LONG: NTSTATUS = -1073741562i32;
4646 pub const STATUS_NDIS_ADAPTER_NOT_FOUND: NTSTATUS = -1071448058i32;
4647 pub const STATUS_NDIS_ADAPTER_NOT_READY: NTSTATUS = -1071448047i32;
4648 pub const STATUS_NDIS_ADAPTER_REMOVED: NTSTATUS = -1071448040i32;
4649 pub const STATUS_NDIS_ALREADY_MAPPED: NTSTATUS = -1071448035i32;
4650 pub const STATUS_NDIS_BAD_CHARACTERISTICS: NTSTATUS = -1071448059i32;
4651 pub const STATUS_NDIS_BAD_VERSION: NTSTATUS = -1071448060i32;
4652 pub const STATUS_NDIS_BUFFER_TOO_SHORT: NTSTATUS = -1071448042i32;
4653 pub const STATUS_NDIS_CLOSING: NTSTATUS = -1071448062i32;
4654 pub const STATUS_NDIS_DEVICE_FAILED: NTSTATUS = -1071448056i32;
4655 pub const STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE: NTSTATUS = -1071439866i32;
4656 pub const STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED: NTSTATUS = -1071439864i32;
4657 pub const STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE: NTSTATUS = -1071439867i32;
4658 pub const STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED: NTSTATUS = -1071439865i32;
4659 pub const STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED: NTSTATUS = -1071439872i32;
4660 pub const STATUS_NDIS_DOT11_MEDIA_IN_USE: NTSTATUS = -1071439871i32;
4661 pub const STATUS_NDIS_DOT11_POWER_STATE_INVALID: NTSTATUS = -1071439870i32;
4662 pub const STATUS_NDIS_ERROR_READING_FILE: NTSTATUS = -1071448036i32;
4663 pub const STATUS_NDIS_FILE_NOT_FOUND: NTSTATUS = -1071448037i32;
4664 pub const STATUS_NDIS_GROUP_ADDRESS_IN_USE: NTSTATUS = -1071448038i32;
4665 pub const STATUS_NDIS_INDICATION_REQUIRED: NTSTATUS = 1076035585i32;
4666 pub const STATUS_NDIS_INTERFACE_NOT_FOUND: NTSTATUS = -1071448021i32;
4667 pub const STATUS_NDIS_INVALID_ADDRESS: NTSTATUS = -1071448030i32;
4668 pub const STATUS_NDIS_INVALID_DATA: NTSTATUS = -1071448043i32;
4669 pub const STATUS_NDIS_INVALID_DEVICE_REQUEST: NTSTATUS = -1071448048i32;
4670 pub const STATUS_NDIS_INVALID_LENGTH: NTSTATUS = -1071448044i32;
4671 pub const STATUS_NDIS_INVALID_OID: NTSTATUS = -1071448041i32;
4672 pub const STATUS_NDIS_INVALID_PACKET: NTSTATUS = -1071448049i32;
4673 pub const STATUS_NDIS_INVALID_PORT: NTSTATUS = -1071448019i32;
4674 pub const STATUS_NDIS_INVALID_PORT_STATE: NTSTATUS = -1071448018i32;
4675 pub const STATUS_NDIS_LOW_POWER_STATE: NTSTATUS = -1071448017i32;
4676 pub const STATUS_NDIS_MEDIA_DISCONNECTED: NTSTATUS = -1071448033i32;
4677 pub const STATUS_NDIS_MULTICAST_EXISTS: NTSTATUS = -1071448054i32;
4678 pub const STATUS_NDIS_MULTICAST_FULL: NTSTATUS = -1071448055i32;
4679 pub const STATUS_NDIS_MULTICAST_NOT_FOUND: NTSTATUS = -1071448053i32;
4680 pub const STATUS_NDIS_NOT_SUPPORTED: NTSTATUS = -1071447877i32;
4681 pub const STATUS_NDIS_NO_QUEUES: NTSTATUS = -1071448015i32;
4682 pub const STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED: NTSTATUS = -1071443950i32;
4683 pub const STATUS_NDIS_OFFLOAD_PATH_REJECTED: NTSTATUS = -1071443949i32;
4684 pub const STATUS_NDIS_OFFLOAD_POLICY: NTSTATUS = -1071443953i32;
4685 pub const STATUS_NDIS_OPEN_FAILED: NTSTATUS = -1071448057i32;
4686 pub const STATUS_NDIS_PAUSED: NTSTATUS = -1071448022i32;
4687 pub const STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL: NTSTATUS = -1071439868i32;
4688 pub const STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL: NTSTATUS = -1071439869i32;
4689 pub const STATUS_NDIS_REINIT_REQUIRED: NTSTATUS = -1071448016i32;
4690 pub const STATUS_NDIS_REQUEST_ABORTED: NTSTATUS = -1071448052i32;
4691 pub const STATUS_NDIS_RESET_IN_PROGRESS: NTSTATUS = -1071448051i32;
4692 pub const STATUS_NDIS_RESOURCE_CONFLICT: NTSTATUS = -1071448034i32;
4693 pub const STATUS_NDIS_UNSUPPORTED_MEDIA: NTSTATUS = -1071448039i32;
4694 pub const STATUS_NDIS_UNSUPPORTED_REVISION: NTSTATUS = -1071448020i32;
4695 pub const STATUS_ND_QUEUE_OVERFLOW: NTSTATUS = -1073700847i32;
4696 pub const STATUS_NEEDS_REGISTRATION: NTSTATUS = -1073740663i32;
4697 pub const STATUS_NEEDS_REMEDIATION: NTSTATUS = -1073740702i32;
4698 pub const STATUS_NETLOGON_NOT_STARTED: NTSTATUS = -1073741422i32;
4699 pub const STATUS_NETWORK_ACCESS_DENIED: NTSTATUS = -1073741622i32;
4700 pub const STATUS_NETWORK_ACCESS_DENIED_EDP: NTSTATUS = -1073740658i32;
4701 pub const STATUS_NETWORK_BUSY: NTSTATUS = -1073741633i32;
4702 pub const STATUS_NETWORK_CREDENTIAL_CONFLICT: NTSTATUS = -1073741419i32;
4703 pub const STATUS_NETWORK_NAME_DELETED: NTSTATUS = -1073741623i32;
4704 pub const STATUS_NETWORK_OPEN_RESTRICTION: NTSTATUS = -1073741311i32;
4705 pub const STATUS_NETWORK_SESSION_EXPIRED: NTSTATUS = -1073740964i32;
4706 pub const STATUS_NETWORK_UNREACHABLE: NTSTATUS = -1073741252i32;
4707 pub const STATUS_NET_WRITE_FAULT: NTSTATUS = -1073741614i32;
4708 pub const STATUS_NOINTERFACE: NTSTATUS = -1073741127i32;
4709 pub const STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: NTSTATUS = -1073741416i32;
4710 pub const STATUS_NOLOGON_SERVER_TRUST_ACCOUNT: NTSTATUS = -1073741414i32;
4711 pub const STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT: NTSTATUS = -1073741415i32;
4712 pub const STATUS_NONCONTINUABLE_EXCEPTION: NTSTATUS = -1073741787i32;
4713 pub const STATUS_NONEXISTENT_EA_ENTRY: NTSTATUS = -1073741743i32;
4714 pub const STATUS_NONEXISTENT_SECTOR: NTSTATUS = -1073741803i32;
4715 pub const STATUS_NONE_MAPPED: NTSTATUS = -1073741709i32;
4716 pub const STATUS_NOTHING_TO_TERMINATE: NTSTATUS = 290i32;
4717 pub const STATUS_NOTIFICATION_GUID_ALREADY_DEFINED: NTSTATUS = -1073741404i32;
4718 pub const STATUS_NOTIFY_CLEANUP: NTSTATUS = 267i32;
4719 pub const STATUS_NOTIFY_ENUM_DIR: NTSTATUS = 268i32;
4720 pub const STATUS_NOT_ALLOWED_ON_SYSTEM_FILE: NTSTATUS = -1073741401i32;
4721 pub const STATUS_NOT_ALL_ASSIGNED: NTSTATUS = 262i32;
4722 pub const STATUS_NOT_APPCONTAINER: NTSTATUS = -1073700352i32;
4723 pub const STATUS_NOT_A_CLOUD_FILE: NTSTATUS = -1073688825i32;
4724 pub const STATUS_NOT_A_CLOUD_SYNC_ROOT: NTSTATUS = -1073688802i32;
4725 pub const STATUS_NOT_A_DAX_VOLUME: NTSTATUS = -1073740623i32;
4726 pub const STATUS_NOT_A_DIRECTORY: NTSTATUS = -1073741565i32;
4727 pub const STATUS_NOT_A_REPARSE_POINT: NTSTATUS = -1073741195i32;
4728 pub const STATUS_NOT_A_TIERED_VOLUME: NTSTATUS = -1073740531i32;
4729 pub const STATUS_NOT_CAPABLE: NTSTATUS = -1073740759i32;
4730 pub const STATUS_NOT_CLIENT_SESSION: NTSTATUS = -1073741289i32;
4731 pub const STATUS_NOT_COMMITTED: NTSTATUS = -1073741779i32;
4732 pub const STATUS_NOT_DAX_MAPPABLE: NTSTATUS = -1073740622i32;
4733 pub const STATUS_NOT_EXPORT_FORMAT: NTSTATUS = -1073741166i32;
4734 pub const STATUS_NOT_FOUND: NTSTATUS = -1073741275i32;
4735 pub const STATUS_NOT_GUI_PROCESS: NTSTATUS = -1073740538i32;
4736 pub const STATUS_NOT_IMPLEMENTED: NTSTATUS = -1073741822i32;
4737 pub const STATUS_NOT_LOCKED: NTSTATUS = -1073741782i32;
4738 pub const STATUS_NOT_LOGON_PROCESS: NTSTATUS = -1073741587i32;
4739 pub const STATUS_NOT_MAPPED_DATA: NTSTATUS = -1073741688i32;
4740 pub const STATUS_NOT_MAPPED_VIEW: NTSTATUS = -1073741799i32;
4741 pub const STATUS_NOT_READ_FROM_COPY: NTSTATUS = -1073740694i32;
4742 pub const STATUS_NOT_REDUNDANT_STORAGE: NTSTATUS = -1073740679i32;
4743 pub const STATUS_NOT_REGISTRY_FILE: NTSTATUS = -1073741476i32;
4744 pub const STATUS_NOT_SAFE_MODE_DRIVER: NTSTATUS = -1073740961i32;
4745 pub const STATUS_NOT_SAME_DEVICE: NTSTATUS = -1073741612i32;
4746 pub const STATUS_NOT_SAME_OBJECT: NTSTATUS = -1073741396i32;
4747 pub const STATUS_NOT_SERVER_SESSION: NTSTATUS = -1073741290i32;
4748 pub const STATUS_NOT_SNAPSHOT_VOLUME: NTSTATUS = -1072103353i32;
4749 pub const STATUS_NOT_SUPPORTED: NTSTATUS = -1073741637i32;
4750 pub const STATUS_NOT_SUPPORTED_IN_APPCONTAINER: NTSTATUS = -1073700351i32;
4751 pub const STATUS_NOT_SUPPORTED_ON_DAX: NTSTATUS = -1073740646i32;
4752 pub const STATUS_NOT_SUPPORTED_ON_SBS: NTSTATUS = -1073741056i32;
4753 pub const STATUS_NOT_SUPPORTED_WITH_AUDITING: NTSTATUS = -1073740595i32;
4754 pub const STATUS_NOT_SUPPORTED_WITH_BTT: NTSTATUS = -1073740619i32;
4755 pub const STATUS_NOT_SUPPORTED_WITH_BYPASSIO: NTSTATUS = -1073740601i32;
4756 pub const STATUS_NOT_SUPPORTED_WITH_COMPRESSION: NTSTATUS = -1073740598i32;
4757 pub const STATUS_NOT_SUPPORTED_WITH_DEDUPLICATION: NTSTATUS = -1073740596i32;
4758 pub const STATUS_NOT_SUPPORTED_WITH_ENCRYPTION: NTSTATUS = -1073740599i32;
4759 pub const STATUS_NOT_SUPPORTED_WITH_MONITORING: NTSTATUS = -1073740594i32;
4760 pub const STATUS_NOT_SUPPORTED_WITH_REPLICATION: NTSTATUS = -1073740597i32;
4761 pub const STATUS_NOT_SUPPORTED_WITH_SNAPSHOT: NTSTATUS = -1073740593i32;
4762 pub const STATUS_NOT_SUPPORTED_WITH_VIRTUALIZATION: NTSTATUS = -1073740592i32;
4763 pub const STATUS_NOT_TINY_STREAM: NTSTATUS = -1073741274i32;
4764 pub const STATUS_NO_ACE_CONDITION: NTSTATUS = -2147483601i32;
4765 pub const STATUS_NO_APPLICABLE_APP_LICENSES_FOUND: NTSTATUS = -1058406399i32;
4766 pub const STATUS_NO_APPLICATION_PACKAGE: NTSTATUS = -1073741398i32;
4767 pub const STATUS_NO_BROWSER_SERVERS_FOUND: NTSTATUS = -1073741284i32;
4768 pub const STATUS_NO_BYPASSIO_DRIVER_SUPPORT: NTSTATUS = -1073740600i32;
4769 pub const STATUS_NO_CALLBACK_ACTIVE: NTSTATUS = -1073741224i32;
4770 pub const STATUS_NO_DATA_DETECTED: NTSTATUS = -2147483614i32;
4771 pub const STATUS_NO_EAS_ON_FILE: NTSTATUS = -1073741742i32;
4772 pub const STATUS_NO_EFS: NTSTATUS = -1073741170i32;
4773 pub const STATUS_NO_EVENT_PAIR: NTSTATUS = -1073741490i32;
4774 pub const STATUS_NO_GUID_TRANSLATION: NTSTATUS = -1073741556i32;
4775 pub const STATUS_NO_IMPERSONATION_TOKEN: NTSTATUS = -1073741732i32;
4776 pub const STATUS_NO_INHERITANCE: NTSTATUS = -2147483637i32;
4777 pub const STATUS_NO_IP_ADDRESSES: NTSTATUS = -1073741071i32;
4778 pub const STATUS_NO_KERB_KEY: NTSTATUS = -1073741022i32;
4779 pub const STATUS_NO_KEY: NTSTATUS = -1073739508i32;
4780 pub const STATUS_NO_LDT: NTSTATUS = -1073741545i32;
4781 pub const STATUS_NO_LINK_TRACKING_IN_TRANSACTION: NTSTATUS = -1072103335i32;
4782 pub const STATUS_NO_LOGON_SERVERS: NTSTATUS = -1073741730i32;
4783 pub const STATUS_NO_LOG_SPACE: NTSTATUS = -1073741443i32;
4784 pub const STATUS_NO_MATCH: NTSTATUS = -1073741198i32;
4785 pub const STATUS_NO_MEDIA: NTSTATUS = -1073741448i32;
4786 pub const STATUS_NO_MEDIA_IN_DEVICE: NTSTATUS = -1073741805i32;
4787 pub const STATUS_NO_MEMORY: NTSTATUS = -1073741801i32;
4788 pub const STATUS_NO_MORE_EAS: NTSTATUS = -2147483630i32;
4789 pub const STATUS_NO_MORE_ENTRIES: NTSTATUS = -2147483622i32;
4790 pub const STATUS_NO_MORE_FILES: NTSTATUS = -2147483642i32;
4791 pub const STATUS_NO_MORE_MATCHES: NTSTATUS = -1073741197i32;
4792 pub const STATUS_NO_PAGEFILE: NTSTATUS = -1073741497i32;
4793 pub const STATUS_NO_PA_DATA: NTSTATUS = -1073741064i32;
4794 pub const STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND: NTSTATUS = -1073740635i32;
4795 pub const STATUS_NO_QUOTAS_FOR_ACCOUNT: NTSTATUS = 269i32;
4796 pub const STATUS_NO_RANGES_PROCESSED: NTSTATUS = -1073740704i32;
4797 pub const STATUS_NO_RECOVERY_POLICY: NTSTATUS = -1073741171i32;
4798 pub const STATUS_NO_S4U_PROT_SUPPORT: NTSTATUS = -1073740790i32;
4799 pub const STATUS_NO_SAVEPOINT_WITH_OPEN_FILES: NTSTATUS = -1072103352i32;
4800 pub const STATUS_NO_SECRETS: NTSTATUS = -1073740943i32;
4801 pub const STATUS_NO_SECURITY_CONTEXT: NTSTATUS = -1073740755i32;
4802 pub const STATUS_NO_SECURITY_ON_OBJECT: NTSTATUS = -1073741609i32;
4803 pub const STATUS_NO_SPOOL_SPACE: NTSTATUS = -1073741625i32;
4804 pub const STATUS_NO_SUCH_ALIAS: NTSTATUS = -1073741487i32;
4805 pub const STATUS_NO_SUCH_DEVICE: NTSTATUS = -1073741810i32;
4806 pub const STATUS_NO_SUCH_DOMAIN: NTSTATUS = -1073741601i32;
4807 pub const STATUS_NO_SUCH_FILE: NTSTATUS = -1073741809i32;
4808 pub const STATUS_NO_SUCH_GROUP: NTSTATUS = -1073741722i32;
4809 pub const STATUS_NO_SUCH_MEMBER: NTSTATUS = -1073741446i32;
4810 pub const STATUS_NO_SUCH_PACKAGE: NTSTATUS = -1073741570i32;
4811 pub const STATUS_NO_SUCH_PRIVILEGE: NTSTATUS = -1073741728i32;
4812 pub const STATUS_NO_TGT_REPLY: NTSTATUS = -1073741073i32;
4813 pub const STATUS_NO_TOKEN: NTSTATUS = -1073741700i32;
4814 pub const STATUS_NO_TRACKING_SERVICE: NTSTATUS = -1073741153i32;
4815 pub const STATUS_NO_TRUST_LSA_SECRET: NTSTATUS = -1073741430i32;
4816 pub const STATUS_NO_TRUST_SAM_ACCOUNT: NTSTATUS = -1073741429i32;
4817 pub const STATUS_NO_TXF_METADATA: NTSTATUS = -2145845207i32;
4818 pub const STATUS_NO_UNICODE_TRANSLATION: NTSTATUS = -1073740009i32;
4819 pub const STATUS_NO_USER_KEYS: NTSTATUS = -1073741168i32;
4820 pub const STATUS_NO_USER_SESSION_KEY: NTSTATUS = -1073741310i32;
4821 pub const STATUS_NO_WORK_DONE: NTSTATUS = -2147483598i32;
4822 pub const STATUS_NO_YIELD_PERFORMED: NTSTATUS = 1073741860i32;
4823 pub const STATUS_NTLM_BLOCKED: NTSTATUS = -1073740776i32;
4824 pub const STATUS_NT_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = -1073741475i32;
4825 pub const STATUS_NULL_LM_PASSWORD: NTSTATUS = 1073741837i32;
4826 pub const STATUS_OBJECTID_EXISTS: NTSTATUS = -1073741269i32;
4827 pub const STATUS_OBJECTID_NOT_FOUND: NTSTATUS = -1073741072i32;
4828 pub const STATUS_OBJECT_IS_IMMUTABLE: NTSTATUS = -1073740610i32;
4829 pub const STATUS_OBJECT_NAME_COLLISION: NTSTATUS = -1073741771i32;
4830 pub const STATUS_OBJECT_NAME_EXISTS: NTSTATUS = 1073741824i32;
4831 pub const STATUS_OBJECT_NAME_INVALID: NTSTATUS = -1073741773i32;
4832 pub const STATUS_OBJECT_NAME_NOT_FOUND: NTSTATUS = -1073741772i32;
4833 pub const STATUS_OBJECT_NOT_EXTERNALLY_BACKED: NTSTATUS = -1073740691i32;
4834 pub const STATUS_OBJECT_NO_LONGER_EXISTS: NTSTATUS = -1072103391i32;
4835 pub const STATUS_OBJECT_PATH_INVALID: NTSTATUS = -1073741767i32;
4836 pub const STATUS_OBJECT_PATH_NOT_FOUND: NTSTATUS = -1073741766i32;
4837 pub const STATUS_OBJECT_PATH_SYNTAX_BAD: NTSTATUS = -1073741765i32;
4838 pub const STATUS_OBJECT_TYPE_MISMATCH: NTSTATUS = -1073741788i32;
4839 pub const STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED: NTSTATUS = -1073700189i32;
4840 pub const STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED: NTSTATUS = -1073700191i32;
4841 pub const STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED: NTSTATUS = -1073700188i32;
4842 pub const STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED: NTSTATUS = -1073700190i32;
4843 pub const STATUS_ONLY_IF_CONNECTED: NTSTATUS = -1073741108i32;
4844 pub const STATUS_OPEN_FAILED: NTSTATUS = -1073741514i32;
4845 pub const STATUS_OPERATION_IN_PROGRESS: NTSTATUS = -1073740682i32;
4846 pub const STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION: NTSTATUS = -1072103334i32;
4847 pub const STATUS_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = 264i32;
4848 pub const STATUS_OPLOCK_HANDLE_CLOSED: NTSTATUS = 534i32;
4849 pub const STATUS_OPLOCK_NOT_GRANTED: NTSTATUS = -1073741598i32;
4850 pub const STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE: NTSTATUS = 533i32;
4851 pub const STATUS_ORDINAL_NOT_FOUND: NTSTATUS = -1073741512i32;
4852 pub const STATUS_ORPHAN_NAME_EXHAUSTED: NTSTATUS = -1073739762i32;
4853 pub const STATUS_PACKAGE_NOT_AVAILABLE: NTSTATUS = -1073740649i32;
4854 pub const STATUS_PACKAGE_UPDATING: NTSTATUS = -1073740695i32;
4855 pub const STATUS_PAGEFILE_CREATE_FAILED: NTSTATUS = -1073741498i32;
4856 pub const STATUS_PAGEFILE_NOT_SUPPORTED: NTSTATUS = -1073740603i32;
4857 pub const STATUS_PAGEFILE_QUOTA: NTSTATUS = -1073741817i32;
4858 pub const STATUS_PAGEFILE_QUOTA_EXCEEDED: NTSTATUS = -1073741524i32;
4859 pub const STATUS_PAGE_FAULT_COPY_ON_WRITE: NTSTATUS = 274i32;
4860 pub const STATUS_PAGE_FAULT_DEMAND_ZERO: NTSTATUS = 273i32;
4861 pub const STATUS_PAGE_FAULT_GUARD_PAGE: NTSTATUS = 275i32;
4862 pub const STATUS_PAGE_FAULT_PAGING_FILE: NTSTATUS = 276i32;
4863 pub const STATUS_PAGE_FAULT_TRANSITION: NTSTATUS = 272i32;
4864 pub const STATUS_PARAMETER_QUOTA_EXCEEDED: NTSTATUS = -1073740784i32;
4865 pub const STATUS_PARITY_ERROR: NTSTATUS = -1073741781i32;
4866 pub const STATUS_PARTIAL_COPY: NTSTATUS = -2147483635i32;
4867 pub const STATUS_PARTITION_FAILURE: NTSTATUS = -1073741454i32;
4868 pub const STATUS_PARTITION_TERMINATING: NTSTATUS = -1073740640i32;
4869 pub const STATUS_PASSWORD_CHANGE_REQUIRED: NTSTATUS = -1073741044i32;
4870 pub const STATUS_PASSWORD_RESTRICTION: NTSTATUS = -1073741716i32;
4871 pub const STATUS_PATCH_CONFLICT: NTSTATUS = -1073740628i32;
4872 pub const STATUS_PATCH_DEFERRED: NTSTATUS = 1073741879i32;
4873 pub const STATUS_PATH_NOT_COVERED: NTSTATUS = -1073741225i32;
4874 pub const STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET: NTSTATUS = -1071046638i32;
4875 pub const STATUS_PCP_AUTHENTICATION_FAILED: NTSTATUS = -1071046648i32;
4876 pub const STATUS_PCP_AUTHENTICATION_IGNORED: NTSTATUS = -1071046647i32;
4877 pub const STATUS_PCP_BUFFER_LENGTH_MISMATCH: NTSTATUS = -1071046626i32;
4878 pub const STATUS_PCP_BUFFER_TOO_SMALL: NTSTATUS = -1071046650i32;
4879 pub const STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED: NTSTATUS = -1071046628i32;
4880 pub const STATUS_PCP_DEVICE_NOT_FOUND: NTSTATUS = -1071046643i32;
4881 pub const STATUS_PCP_DEVICE_NOT_READY: NTSTATUS = -1071046655i32;
4882 pub const STATUS_PCP_ERROR_MASK: NTSTATUS = -1071046656i32;
4883 pub const STATUS_PCP_FLAG_NOT_SUPPORTED: NTSTATUS = -1071046652i32;
4884 pub const STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED: NTSTATUS = -1071046625i32;
4885 pub const STATUS_PCP_INTERNAL_ERROR: NTSTATUS = -1071046649i32;
4886 pub const STATUS_PCP_INVALID_HANDLE: NTSTATUS = -1071046654i32;
4887 pub const STATUS_PCP_INVALID_PARAMETER: NTSTATUS = -1071046653i32;
4888 pub const STATUS_PCP_KEY_ALREADY_FINALIZED: NTSTATUS = -1071046636i32;
4889 pub const STATUS_PCP_KEY_HANDLE_INVALIDATED: NTSTATUS = -1071046622i32;
4890 pub const STATUS_PCP_KEY_NOT_AIK: NTSTATUS = -1071046631i32;
4891 pub const STATUS_PCP_KEY_NOT_AUTHENTICATED: NTSTATUS = -1071046632i32;
4892 pub const STATUS_PCP_KEY_NOT_FINALIZED: NTSTATUS = -1071046639i32;
4893 pub const STATUS_PCP_KEY_NOT_LOADED: NTSTATUS = -1071046641i32;
4894 pub const STATUS_PCP_KEY_NOT_SIGNING_KEY: NTSTATUS = -1071046630i32;
4895 pub const STATUS_PCP_KEY_USAGE_POLICY_INVALID: NTSTATUS = -1071046634i32;
4896 pub const STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED: NTSTATUS = -1071046635i32;
4897 pub const STATUS_PCP_LOCKED_OUT: NTSTATUS = -1071046629i32;
4898 pub const STATUS_PCP_NOT_PCR_BOUND: NTSTATUS = -1071046637i32;
4899 pub const STATUS_PCP_NOT_SUPPORTED: NTSTATUS = -1071046651i32;
4900 pub const STATUS_PCP_NO_KEY_CERTIFICATION: NTSTATUS = -1071046640i32;
4901 pub const STATUS_PCP_POLICY_NOT_FOUND: NTSTATUS = -1071046646i32;
4902 pub const STATUS_PCP_PROFILE_NOT_FOUND: NTSTATUS = -1071046645i32;
4903 pub const STATUS_PCP_RAW_POLICY_NOT_SUPPORTED: NTSTATUS = -1071046623i32;
4904 pub const STATUS_PCP_SOFT_KEY_ERROR: NTSTATUS = -1071046633i32;
4905 pub const STATUS_PCP_TICKET_MISSING: NTSTATUS = -1071046624i32;
4906 pub const STATUS_PCP_TPM_VERSION_NOT_SUPPORTED: NTSTATUS = -1071046627i32;
4907 pub const STATUS_PCP_UNSUPPORTED_PSS_SALT: NTSTATUS = 1076437027i32;
4908 pub const STATUS_PCP_VALIDATION_FAILED: NTSTATUS = -1071046644i32;
4909 pub const STATUS_PCP_WRONG_PARENT: NTSTATUS = -1071046642i32;
4910 pub const STATUS_PENDING: NTSTATUS = 259i32;
4911 pub const STATUS_PER_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740799i32;
4912 pub const STATUS_PIPE_BROKEN: NTSTATUS = -1073741493i32;
4913 pub const STATUS_PIPE_BUSY: NTSTATUS = -1073741650i32;
4914 pub const STATUS_PIPE_CLOSING: NTSTATUS = -1073741647i32;
4915 pub const STATUS_PIPE_CONNECTED: NTSTATUS = -1073741646i32;
4916 pub const STATUS_PIPE_DISCONNECTED: NTSTATUS = -1073741648i32;
4917 pub const STATUS_PIPE_EMPTY: NTSTATUS = -1073741607i32;
4918 pub const STATUS_PIPE_LISTENING: NTSTATUS = -1073741645i32;
4919 pub const STATUS_PIPE_NOT_AVAILABLE: NTSTATUS = -1073741652i32;
4920 pub const STATUS_PKINIT_CLIENT_FAILURE: NTSTATUS = -1073740916i32;
4921 pub const STATUS_PKINIT_FAILURE: NTSTATUS = -1073741024i32;
4922 pub const STATUS_PKINIT_NAME_MISMATCH: NTSTATUS = -1073741063i32;
4923 pub const STATUS_PKU2U_CERT_FAILURE: NTSTATUS = -1073740753i32;
4924 pub const STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND: NTSTATUS = -1058340859i32;
4925 pub const STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED: NTSTATUS = -1058340860i32;
4926 pub const STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED: NTSTATUS = -1058340861i32;
4927 pub const STATUS_PLATFORM_MANIFEST_INVALID: NTSTATUS = -1058340862i32;
4928 pub const STATUS_PLATFORM_MANIFEST_NOT_ACTIVE: NTSTATUS = -1058340858i32;
4929 pub const STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED: NTSTATUS = -1058340863i32;
4930 pub const STATUS_PLATFORM_MANIFEST_NOT_SIGNED: NTSTATUS = -1058340857i32;
4931 pub const STATUS_PLUGPLAY_NO_DEVICE: NTSTATUS = -1073741218i32;
4932 pub const STATUS_PLUGPLAY_QUERY_VETOED: NTSTATUS = -2147483608i32;
4933 pub const STATUS_PNP_BAD_MPS_TABLE: NTSTATUS = -1073479627i32;
4934 pub const STATUS_PNP_DEVICE_CONFIGURATION_PENDING: NTSTATUS = -1073740651i32;
4935 pub const STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE: NTSTATUS = -1073740653i32;
4936 pub const STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND: NTSTATUS = -1073740654i32;
4937 pub const STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND: NTSTATUS = -1073740655i32;
4938 pub const STATUS_PNP_FUNCTION_DRIVER_REQUIRED: NTSTATUS = -1073740652i32;
4939 pub const STATUS_PNP_INVALID_ID: NTSTATUS = -1073479624i32;
4940 pub const STATUS_PNP_IRQ_TRANSLATION_FAILED: NTSTATUS = -1073479625i32;
4941 pub const STATUS_PNP_NO_COMPAT_DRIVERS: NTSTATUS = -1073740656i32;
4942 pub const STATUS_PNP_REBOOT_REQUIRED: NTSTATUS = -1073741102i32;
4943 pub const STATUS_PNP_RESTART_ENUMERATION: NTSTATUS = -1073741106i32;
4944 pub const STATUS_PNP_TRANSLATION_FAILED: NTSTATUS = -1073479626i32;
4945 pub const STATUS_POLICY_OBJECT_NOT_FOUND: NTSTATUS = -1073741158i32;
4946 pub const STATUS_POLICY_ONLY_IN_DS: NTSTATUS = -1073741157i32;
4947 pub const STATUS_PORT_ALREADY_HAS_COMPLETION_LIST: NTSTATUS = -1073740006i32;
4948 pub const STATUS_PORT_ALREADY_SET: NTSTATUS = -1073741752i32;
4949 pub const STATUS_PORT_CLOSED: NTSTATUS = -1073740032i32;
4950 pub const STATUS_PORT_CONNECTION_REFUSED: NTSTATUS = -1073741759i32;
4951 pub const STATUS_PORT_DISCONNECTED: NTSTATUS = -1073741769i32;
4952 pub const STATUS_PORT_DO_NOT_DISTURB: NTSTATUS = -1073741770i32;
4953 pub const STATUS_PORT_MESSAGE_TOO_LONG: NTSTATUS = -1073741777i32;
4954 pub const STATUS_PORT_NOT_SET: NTSTATUS = -1073740973i32;
4955 pub const STATUS_PORT_UNREACHABLE: NTSTATUS = -1073741249i32;
4956 pub const STATUS_POSSIBLE_DEADLOCK: NTSTATUS = -1073741420i32;
4957 pub const STATUS_POWER_STATE_INVALID: NTSTATUS = -1073741101i32;
4958 pub const STATUS_PREDEFINED_HANDLE: NTSTATUS = 1073741846i32;
4959 pub const STATUS_PRENT4_MACHINE_ACCOUNT: NTSTATUS = -1073740969i32;
4960 pub const STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED: NTSTATUS = 270i32;
4961 pub const STATUS_PRINT_CANCELLED: NTSTATUS = -1073741624i32;
4962 pub const STATUS_PRINT_QUEUE_FULL: NTSTATUS = -1073741626i32;
4963 pub const STATUS_PRIVILEGED_INSTRUCTION: NTSTATUS = -1073741674i32;
4964 pub const STATUS_PRIVILEGE_NOT_HELD: NTSTATUS = -1073741727i32;
4965 pub const STATUS_PROACTIVE_SCAN_IN_PROGRESS: NTSTATUS = -1073739761i32;
4966 pub const STATUS_PROCEDURE_NOT_FOUND: NTSTATUS = -1073741702i32;
4967 pub const STATUS_PROCESS_CLONED: NTSTATUS = 297i32;
4968 pub const STATUS_PROCESS_IN_JOB: NTSTATUS = 292i32;
4969 pub const STATUS_PROCESS_IS_PROTECTED: NTSTATUS = -1073740014i32;
4970 pub const STATUS_PROCESS_IS_TERMINATING: NTSTATUS = -1073741558i32;
4971 pub const STATUS_PROCESS_NOT_IN_JOB: NTSTATUS = 291i32;
4972 pub const STATUS_PROFILING_AT_LIMIT: NTSTATUS = -1073741613i32;
4973 pub const STATUS_PROFILING_NOT_STARTED: NTSTATUS = -1073741641i32;
4974 pub const STATUS_PROFILING_NOT_STOPPED: NTSTATUS = -1073741640i32;
4975 pub const STATUS_PROPSET_NOT_FOUND: NTSTATUS = -1073741264i32;
4976 pub const STATUS_PROTOCOL_NOT_SUPPORTED: NTSTATUS = -1073700845i32;
4977 pub const STATUS_PROTOCOL_UNREACHABLE: NTSTATUS = -1073741250i32;
4978 pub const STATUS_PTE_CHANGED: NTSTATUS = -1073740748i32;
4979 pub const STATUS_PURGE_FAILED: NTSTATUS = -1073740747i32;
4980 pub const STATUS_PWD_HISTORY_CONFLICT: NTSTATUS = -1073741220i32;
4981 pub const STATUS_PWD_TOO_LONG: NTSTATUS = -1073741190i32;
4982 pub const STATUS_PWD_TOO_RECENT: NTSTATUS = -1073741221i32;
4983 pub const STATUS_PWD_TOO_SHORT: NTSTATUS = -1073741222i32;
4984 pub const STATUS_QUERY_STORAGE_ERROR: NTSTATUS = -2143682559i32;
4985 pub const STATUS_QUIC_ALPN_NEG_FAILURE: NTSTATUS = -1071382521i32;
4986 pub const STATUS_QUIC_CONNECTION_IDLE: NTSTATUS = -1071382523i32;
4987 pub const STATUS_QUIC_CONNECTION_TIMEOUT: NTSTATUS = -1071382522i32;
4988 pub const STATUS_QUIC_HANDSHAKE_FAILURE: NTSTATUS = -1071382528i32;
4989 pub const STATUS_QUIC_INTERNAL_ERROR: NTSTATUS = -1071382525i32;
4990 pub const STATUS_QUIC_PROTOCOL_VIOLATION: NTSTATUS = -1071382524i32;
4991 pub const STATUS_QUIC_USER_CANCELED: NTSTATUS = -1071382526i32;
4992 pub const STATUS_QUIC_VER_NEG_FAILURE: NTSTATUS = -1071382527i32;
4993 pub const STATUS_QUOTA_ACTIVITY: NTSTATUS = -1073740662i32;
4994 pub const STATUS_QUOTA_EXCEEDED: NTSTATUS = -1073741756i32;
4995 pub const STATUS_QUOTA_LIST_INCONSISTENT: NTSTATUS = -1073741210i32;
4996 pub const STATUS_QUOTA_NOT_ENABLED: NTSTATUS = -1073741399i32;
4997 pub const STATUS_RANGE_LIST_CONFLICT: NTSTATUS = -1073741182i32;
4998 pub const STATUS_RANGE_NOT_FOUND: NTSTATUS = -1073741172i32;
4999 pub const STATUS_RANGE_NOT_LOCKED: NTSTATUS = -1073741698i32;
5000 pub const STATUS_RDBSS_CONTINUE_OPERATION: NTSTATUS = -1069481982i32;
5001 pub const STATUS_RDBSS_POST_OPERATION: NTSTATUS = -1069481981i32;
5002 pub const STATUS_RDBSS_RESTART_OPERATION: NTSTATUS = -1069481983i32;
5003 pub const STATUS_RDBSS_RETRY_LOOKUP: NTSTATUS = -1069481980i32;
5004 pub const STATUS_RDP_PROTOCOL_ERROR: NTSTATUS = -1073086414i32;
5005 pub const STATUS_RECEIVE_EXPEDITED: NTSTATUS = 1073741840i32;
5006 pub const STATUS_RECEIVE_PARTIAL: NTSTATUS = 1073741839i32;
5007 pub const STATUS_RECEIVE_PARTIAL_EXPEDITED: NTSTATUS = 1073741841i32;
5008 pub const STATUS_RECOVERABLE_BUGCHECK: NTSTATUS = -2147483596i32;
5009 pub const STATUS_RECOVERY_FAILURE: NTSTATUS = -1073741273i32;
5010 pub const STATUS_RECOVERY_NOT_NEEDED: NTSTATUS = 1075380276i32;
5011 pub const STATUS_RECURSIVE_DISPATCH: NTSTATUS = -1073740028i32;
5012 pub const STATUS_REDIRECTOR_HAS_OPEN_HANDLES: NTSTATUS = -2147483613i32;
5013 pub const STATUS_REDIRECTOR_NOT_STARTED: NTSTATUS = -1073741573i32;
5014 pub const STATUS_REDIRECTOR_PAUSED: NTSTATUS = -1073741615i32;
5015 pub const STATUS_REDIRECTOR_STARTED: NTSTATUS = -1073741572i32;
5016 pub const STATUS_REGISTRY_CORRUPT: NTSTATUS = -1073741492i32;
5017 pub const STATUS_REGISTRY_HIVE_RECOVERED: NTSTATUS = -2147483606i32;
5018 pub const STATUS_REGISTRY_IO_FAILED: NTSTATUS = -1073741491i32;
5019 pub const STATUS_REGISTRY_QUOTA_LIMIT: NTSTATUS = -1073741226i32;
5020 pub const STATUS_REGISTRY_RECOVERED: NTSTATUS = 1073741833i32;
5021 pub const STATUS_REG_NAT_CONSUMPTION: NTSTATUS = -1073741111i32;
5022 pub const STATUS_REINITIALIZATION_NEEDED: NTSTATUS = -1073741177i32;
5023 pub const STATUS_REMOTE_DISCONNECT: NTSTATUS = -1073741508i32;
5024 pub const STATUS_REMOTE_FILE_VERSION_MISMATCH: NTSTATUS = -1072103412i32;
5025 pub const STATUS_REMOTE_NOT_LISTENING: NTSTATUS = -1073741636i32;
5026 pub const STATUS_REMOTE_RESOURCES: NTSTATUS = -1073741507i32;
5027 pub const STATUS_REMOTE_SESSION_LIMIT: NTSTATUS = -1073741418i32;
5028 pub const STATUS_REMOTE_STORAGE_MEDIA_ERROR: NTSTATUS = -1073741154i32;
5029 pub const STATUS_REMOTE_STORAGE_NOT_ACTIVE: NTSTATUS = -1073741155i32;
5030 pub const STATUS_REPAIR_NEEDED: NTSTATUS = -1073741400i32;
5031 pub const STATUS_REPARSE: NTSTATUS = 260i32;
5032 pub const STATUS_REPARSE_ATTRIBUTE_CONFLICT: NTSTATUS = -1073741134i32;
5033 pub const STATUS_REPARSE_GLOBAL: NTSTATUS = 872i32;
5034 pub const STATUS_REPARSE_OBJECT: NTSTATUS = 280i32;
5035 pub const STATUS_REPARSE_POINT_ENCOUNTERED: NTSTATUS = -1073740533i32;
5036 pub const STATUS_REPARSE_POINT_NOT_RESOLVED: NTSTATUS = -1073741184i32;
5037 pub const STATUS_REPLY_MESSAGE_MISMATCH: NTSTATUS = -1073741281i32;
5038 pub const STATUS_REQUEST_ABORTED: NTSTATUS = -1073741248i32;
5039 pub const STATUS_REQUEST_CANCELED: NTSTATUS = -1073740029i32;
5040 pub const STATUS_REQUEST_NOT_ACCEPTED: NTSTATUS = -1073741616i32;
5041 pub const STATUS_REQUEST_OUT_OF_SEQUENCE: NTSTATUS = -1073740758i32;
5042 pub const STATUS_REQUEST_PAUSED: NTSTATUS = -1073740711i32;
5043 pub const STATUS_RESIDENT_FILE_NOT_SUPPORTED: NTSTATUS = -1073740678i32;
5044 pub const STATUS_RESOURCEMANAGER_NOT_FOUND: NTSTATUS = -1072103345i32;
5045 pub const STATUS_RESOURCEMANAGER_READ_ONLY: NTSTATUS = 514i32;
5046 pub const STATUS_RESOURCE_DATA_NOT_FOUND: NTSTATUS = -1073741687i32;
5047 pub const STATUS_RESOURCE_ENUM_USER_STOP: NTSTATUS = -1073020921i32;
5048 pub const STATUS_RESOURCE_IN_USE: NTSTATUS = -1073740024i32;
5049 pub const STATUS_RESOURCE_LANG_NOT_FOUND: NTSTATUS = -1073741308i32;
5050 pub const STATUS_RESOURCE_NAME_NOT_FOUND: NTSTATUS = -1073741685i32;
5051 pub const STATUS_RESOURCE_NOT_OWNED: NTSTATUS = -1073741212i32;
5052 pub const STATUS_RESOURCE_REQUIREMENTS_CHANGED: NTSTATUS = 281i32;
5053 pub const STATUS_RESOURCE_TYPE_NOT_FOUND: NTSTATUS = -1073741686i32;
5054 pub const STATUS_RESTART_BOOT_APPLICATION: NTSTATUS = -1073740717i32;
5055 pub const STATUS_RESUME_HIBERNATION: NTSTATUS = 1073741867i32;
5056 pub const STATUS_RETRY: NTSTATUS = -1073741267i32;
5057 pub const STATUS_RETURN_ADDRESS_HIJACK_ATTEMPT: NTSTATUS = -2147483597i32;
5058 pub const STATUS_REVISION_MISMATCH: NTSTATUS = -1073741735i32;
5059 pub const STATUS_REVOCATION_OFFLINE_C: NTSTATUS = -1073740917i32;
5060 pub const STATUS_REVOCATION_OFFLINE_KDC: NTSTATUS = -1073740788i32;
5061 pub const STATUS_RING_NEWLY_EMPTY: NTSTATUS = 531i32;
5062 pub const STATUS_RING_PREVIOUSLY_ABOVE_QUOTA: NTSTATUS = 530i32;
5063 pub const STATUS_RING_PREVIOUSLY_EMPTY: NTSTATUS = 528i32;
5064 pub const STATUS_RING_PREVIOUSLY_FULL: NTSTATUS = 529i32;
5065 pub const STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT: NTSTATUS = 532i32;
5066 pub const STATUS_RKF_ACTIVE_KEY: NTSTATUS = -1069547514i32;
5067 pub const STATUS_RKF_BLOB_FULL: NTSTATUS = -1069547517i32;
5068 pub const STATUS_RKF_DUPLICATE_KEY: NTSTATUS = -1069547518i32;
5069 pub const STATUS_RKF_FILE_BLOCKED: NTSTATUS = -1069547515i32;
5070 pub const STATUS_RKF_KEY_NOT_FOUND: NTSTATUS = -1069547519i32;
5071 pub const STATUS_RKF_STORE_FULL: NTSTATUS = -1069547516i32;
5072 pub const STATUS_RM_ALREADY_STARTED: NTSTATUS = 1075380277i32;
5073 pub const STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT: NTSTATUS = -1072103331i32;
5074 pub const STATUS_RM_DISCONNECTED: NTSTATUS = -1072103374i32;
5075 pub const STATUS_RM_METADATA_CORRUPT: NTSTATUS = -1072103418i32;
5076 pub const STATUS_RM_NOT_ACTIVE: NTSTATUS = -1072103419i32;
5077 pub const STATUS_ROLLBACK_TIMER_EXPIRED: NTSTATUS = -1072103364i32;
5078 pub const STATUS_RTPM_CONTEXT_COMPLETE: NTSTATUS = 2699265i32;
5079 pub const STATUS_RTPM_CONTEXT_CONTINUE: NTSTATUS = 2699264i32;
5080 pub const STATUS_RTPM_INVALID_CONTEXT: NTSTATUS = -1071042556i32;
5081 pub const STATUS_RTPM_NO_RESULT: NTSTATUS = -1071042558i32;
5082 pub const STATUS_RTPM_PCR_READ_INCOMPLETE: NTSTATUS = -1071042557i32;
5083 pub const STATUS_RTPM_UNSUPPORTED_CMD: NTSTATUS = -1071042555i32;
5084 pub const STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT: NTSTATUS = -1073700539i32;
5085 pub const STATUS_RUNLEVEL_SWITCH_IN_PROGRESS: NTSTATUS = -1073700538i32;
5086 pub const STATUS_RUNLEVEL_SWITCH_TIMEOUT: NTSTATUS = -1073700541i32;
5087 pub const STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED: NTSTATUS = -1073740633i32;
5088 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET: NTSTATUS = -1073740632i32;
5089 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE: NTSTATUS = -1073740631i32;
5090 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER: NTSTATUS = -1073740630i32;
5091 pub const STATUS_RXACT_COMMITTED: NTSTATUS = 266i32;
5092 pub const STATUS_RXACT_COMMIT_FAILURE: NTSTATUS = -1073741539i32;
5093 pub const STATUS_RXACT_COMMIT_NECESSARY: NTSTATUS = -2147483624i32;
5094 pub const STATUS_RXACT_INVALID_STATE: NTSTATUS = -1073741540i32;
5095 pub const STATUS_RXACT_STATE_CREATED: NTSTATUS = 1073741828i32;
5096 pub const STATUS_SAM_INIT_FAILURE: NTSTATUS = -1073741085i32;
5097 pub const STATUS_SAM_NEED_BOOTKEY_FLOPPY: NTSTATUS = -1073741088i32;
5098 pub const STATUS_SAM_NEED_BOOTKEY_PASSWORD: NTSTATUS = -1073741089i32;
5099 pub const STATUS_SCRUB_DATA_DISABLED: NTSTATUS = -1073740680i32;
5100 pub const STATUS_SECCORE_INVALID_COMMAND: NTSTATUS = -1058537472i32;
5101 pub const STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED: NTSTATUS = -1073700575i32;
5102 pub const STATUS_SECRET_TOO_LONG: NTSTATUS = -1073741481i32;
5103 pub const STATUS_SECTION_DIRECT_MAP_ONLY: NTSTATUS = -1073739503i32;
5104 pub const STATUS_SECTION_NOT_EXTENDED: NTSTATUS = -1073741689i32;
5105 pub const STATUS_SECTION_NOT_IMAGE: NTSTATUS = -1073741751i32;
5106 pub const STATUS_SECTION_PROTECTION: NTSTATUS = -1073741746i32;
5107 pub const STATUS_SECTION_TOO_BIG: NTSTATUS = -1073741760i32;
5108 pub const STATUS_SECUREBOOT_FILE_REPLACED: NTSTATUS = -1069350905i32;
5109 pub const STATUS_SECUREBOOT_INVALID_POLICY: NTSTATUS = -1069350909i32;
5110 pub const STATUS_SECUREBOOT_NOT_BASE_POLICY: NTSTATUS = -1069350897i32;
5111 pub const STATUS_SECUREBOOT_NOT_ENABLED: NTSTATUS = -2143092730i32;
5112 pub const STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY: NTSTATUS = -1069350896i32;
5113 pub const STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH: NTSTATUS = -1069350901i32;
5114 pub const STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION: NTSTATUS = -1069350902i32;
5115 pub const STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED: NTSTATUS = -1069350904i32;
5116 pub const STATUS_SECUREBOOT_POLICY_NOT_SIGNED: NTSTATUS = -1069350907i32;
5117 pub const STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND: NTSTATUS = -1069350908i32;
5118 pub const STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED: NTSTATUS = -1069350900i32;
5119 pub const STATUS_SECUREBOOT_POLICY_UNKNOWN: NTSTATUS = -1069350903i32;
5120 pub const STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH: NTSTATUS = -1069350899i32;
5121 pub const STATUS_SECUREBOOT_POLICY_VIOLATION: NTSTATUS = -1069350910i32;
5122 pub const STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING: NTSTATUS = -1069350898i32;
5123 pub const STATUS_SECUREBOOT_ROLLBACK_DETECTED: NTSTATUS = -1069350911i32;
5124 pub const STATUS_SECURITY_STREAM_IS_INCONSISTENT: NTSTATUS = -1073741408i32;
5125 pub const STATUS_SEGMENT_NOTIFICATION: NTSTATUS = 1073741829i32;
5126 pub const STATUS_SEMAPHORE_LIMIT_EXCEEDED: NTSTATUS = -1073741753i32;
5127 pub const STATUS_SERIAL_COUNTER_TIMEOUT: NTSTATUS = 1073741836i32;
5128 pub const STATUS_SERIAL_MORE_WRITES: NTSTATUS = 1073741832i32;
5129 pub const STATUS_SERIAL_NO_DEVICE_INITED: NTSTATUS = -1073741488i32;
5130 pub const STATUS_SERVER_DISABLED: NTSTATUS = -1073741696i32;
5131 pub const STATUS_SERVER_HAS_OPEN_HANDLES: NTSTATUS = -2147483612i32;
5132 pub const STATUS_SERVER_NOT_DISABLED: NTSTATUS = -1073741695i32;
5133 pub const STATUS_SERVER_SHUTDOWN_IN_PROGRESS: NTSTATUS = -1073741057i32;
5134 pub const STATUS_SERVER_SID_MISMATCH: NTSTATUS = -1073741152i32;
5135 pub const STATUS_SERVER_TRANSPORT_CONFLICT: NTSTATUS = -1073741388i32;
5136 pub const STATUS_SERVER_UNAVAILABLE: NTSTATUS = -1073740698i32;
5137 pub const STATUS_SERVICES_FAILED_AUTOSTART: NTSTATUS = 1073783108i32;
5138 pub const STATUS_SERVICE_NOTIFICATION: NTSTATUS = 1073741848i32;
5139 pub const STATUS_SESSION_KEY_TOO_SHORT: NTSTATUS = -1073740521i32;
5140 pub const STATUS_SETMARK_DETECTED: NTSTATUS = -2147483615i32;
5141 pub const STATUS_SET_CONTEXT_DENIED: NTSTATUS = -1073740278i32;
5142 pub const STATUS_SEVERITY_COERROR: u32 = 2u32;
5143 pub const STATUS_SEVERITY_COFAIL: u32 = 3u32;
5144 pub const STATUS_SHARED_IRQ_BUSY: NTSTATUS = -1073741460i32;
5145 pub const STATUS_SHARED_POLICY: NTSTATUS = -1073741159i32;
5146 pub const STATUS_SHARE_UNAVAILABLE: NTSTATUS = -1073740672i32;
5147 pub const STATUS_SHARING_PAUSED: NTSTATUS = -1073741617i32;
5148 pub const STATUS_SHARING_VIOLATION: NTSTATUS = -1073741757i32;
5149 pub const STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME: NTSTATUS = -1073741409i32;
5150 pub const STATUS_SHUTDOWN_IN_PROGRESS: NTSTATUS = -1073741058i32;
5151 pub const STATUS_SINGLE_STEP: NTSTATUS = -2147483644i32;
5152 pub const STATUS_SMARTCARD_CARD_BLOCKED: NTSTATUS = -1073740927i32;
5153 pub const STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED: NTSTATUS = -1073740926i32;
5154 pub const STATUS_SMARTCARD_CERT_EXPIRED: NTSTATUS = -1073740915i32;
5155 pub const STATUS_SMARTCARD_CERT_REVOKED: NTSTATUS = -1073740919i32;
5156 pub const STATUS_SMARTCARD_IO_ERROR: NTSTATUS = -1073740921i32;
5157 pub const STATUS_SMARTCARD_LOGON_REQUIRED: NTSTATUS = -1073741062i32;
5158 pub const STATUS_SMARTCARD_NO_CARD: NTSTATUS = -1073740925i32;
5159 pub const STATUS_SMARTCARD_NO_CERTIFICATE: NTSTATUS = -1073740923i32;
5160 pub const STATUS_SMARTCARD_NO_KEYSET: NTSTATUS = -1073740922i32;
5161 pub const STATUS_SMARTCARD_NO_KEY_CONTAINER: NTSTATUS = -1073740924i32;
5162 pub const STATUS_SMARTCARD_SILENT_CONTEXT: NTSTATUS = -1073740913i32;
5163 pub const STATUS_SMARTCARD_SUBSYSTEM_FAILURE: NTSTATUS = -1073741023i32;
5164 pub const STATUS_SMARTCARD_WRONG_PIN: NTSTATUS = -1073740928i32;
5165 pub const STATUS_SMB1_NOT_AVAILABLE: NTSTATUS = -1073740525i32;
5166 pub const STATUS_SMB_BAD_CLUSTER_DIALECT: NTSTATUS = -1067646975i32;
5167 pub const STATUS_SMB_GUEST_LOGON_BLOCKED: NTSTATUS = -1067646974i32;
5168 pub const STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP: NTSTATUS = -1067646976i32;
5169 pub const STATUS_SMB_NO_SIGNING_ALGORITHM_OVERLAP: NTSTATUS = -1067646973i32;
5170 pub const STATUS_SMI_PRIMITIVE_INSTALLER_FAILED: NTSTATUS = -1072365531i32;
5171 pub const STATUS_SMR_GARBAGE_COLLECTION_REQUIRED: NTSTATUS = -1073740524i32;
5172 pub const STATUS_SOME_NOT_MAPPED: NTSTATUS = 263i32;
5173 pub const STATUS_SOURCE_ELEMENT_EMPTY: NTSTATUS = -1073741181i32;
5174 pub const STATUS_SPACES_ALLOCATION_SIZE_INVALID: NTSTATUS = -1058602994i32;
5175 pub const STATUS_SPACES_CACHE_FULL: NTSTATUS = -1058602970i32;
5176 pub const STATUS_SPACES_COMPLETE: NTSTATUS = 15138818i32;
5177 pub const STATUS_SPACES_CORRUPT_METADATA: NTSTATUS = -1058602986i32;
5178 pub const STATUS_SPACES_DRIVE_LOST_DATA: NTSTATUS = -1058602979i32;
5179 pub const STATUS_SPACES_DRIVE_NOT_READY: NTSTATUS = -1058602981i32;
5180 pub const STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID: NTSTATUS = -1058602990i32;
5181 pub const STATUS_SPACES_DRIVE_REDUNDANCY_INVALID: NTSTATUS = -1058603002i32;
5182 pub const STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID: NTSTATUS = -1058603004i32;
5183 pub const STATUS_SPACES_DRIVE_SPLIT: NTSTATUS = -1058602980i32;
5184 pub const STATUS_SPACES_DRT_FULL: NTSTATUS = -1058602985i32;
5185 pub const STATUS_SPACES_ENCLOSURE_AWARE_INVALID: NTSTATUS = -1058602993i32;
5186 pub const STATUS_SPACES_ENTRY_INCOMPLETE: NTSTATUS = -1058602978i32;
5187 pub const STATUS_SPACES_ENTRY_INVALID: NTSTATUS = -1058602977i32;
5188 pub const STATUS_SPACES_EXTENDED_ERROR: NTSTATUS = -1058602996i32;
5189 pub const STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID: NTSTATUS = -1058603007i32;
5190 pub const STATUS_SPACES_FLUSH_METADATA: NTSTATUS = -1058602971i32;
5191 pub const STATUS_SPACES_INCONSISTENCY: NTSTATUS = -1058602984i32;
5192 pub const STATUS_SPACES_INTERLEAVE_LENGTH_INVALID: NTSTATUS = -1058602999i32;
5193 pub const STATUS_SPACES_LOG_NOT_READY: NTSTATUS = -1058602983i32;
5194 pub const STATUS_SPACES_MAP_REQUIRED: NTSTATUS = -1058602988i32;
5195 pub const STATUS_SPACES_MARK_DIRTY: NTSTATUS = -1058602976i32;
5196 pub const STATUS_SPACES_NOT_ENOUGH_DRIVES: NTSTATUS = -1058602997i32;
5197 pub const STATUS_SPACES_NO_REDUNDANCY: NTSTATUS = -1058602982i32;
5198 pub const STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID: NTSTATUS = -1058602998i32;
5199 pub const STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID: NTSTATUS = -1058603001i32;
5200 pub const STATUS_SPACES_NUMBER_OF_GROUPS_INVALID: NTSTATUS = -1058602991i32;
5201 pub const STATUS_SPACES_PAUSE: NTSTATUS = 15138817i32;
5202 pub const STATUS_SPACES_PD_INVALID_DATA: NTSTATUS = -1058602972i32;
5203 pub const STATUS_SPACES_PD_LENGTH_MISMATCH: NTSTATUS = -1058602974i32;
5204 pub const STATUS_SPACES_PD_NOT_FOUND: NTSTATUS = -1058602975i32;
5205 pub const STATUS_SPACES_PD_UNSUPPORTED_VERSION: NTSTATUS = -1058602973i32;
5206 pub const STATUS_SPACES_PROVISIONING_TYPE_INVALID: NTSTATUS = -1058602995i32;
5207 pub const STATUS_SPACES_REDIRECT: NTSTATUS = 15138819i32;
5208 pub const STATUS_SPACES_REPAIRED: NTSTATUS = 15138816i32;
5209 pub const STATUS_SPACES_RESILIENCY_TYPE_INVALID: NTSTATUS = -1058603005i32;
5210 pub const STATUS_SPACES_UNSUPPORTED_VERSION: NTSTATUS = -1058602987i32;
5211 pub const STATUS_SPACES_UPDATE_COLUMN_STATE: NTSTATUS = -1058602989i32;
5212 pub const STATUS_SPACES_WRITE_CACHE_SIZE_INVALID: NTSTATUS = -1058602992i32;
5213 pub const STATUS_SPARSE_FILE_NOT_SUPPORTED: NTSTATUS = -1073740604i32;
5214 pub const STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103351i32;
5215 pub const STATUS_SPECIAL_ACCOUNT: NTSTATUS = -1073741532i32;
5216 pub const STATUS_SPECIAL_GROUP: NTSTATUS = -1073741531i32;
5217 pub const STATUS_SPECIAL_USER: NTSTATUS = -1073741530i32;
5218 pub const STATUS_STACK_BUFFER_OVERRUN: NTSTATUS = -1073740791i32;
5219 pub const STATUS_STACK_OVERFLOW: NTSTATUS = -1073741571i32;
5220 pub const STATUS_STACK_OVERFLOW_READ: NTSTATUS = -1073741272i32;
5221 pub const STATUS_STOPPED_ON_SYMLINK: NTSTATUS = -2147483603i32;
5222 pub const STATUS_STORAGE_LOST_DATA_PERSISTENCE: NTSTATUS = -1073740642i32;
5223 pub const STATUS_STORAGE_RESERVE_ALREADY_EXISTS: NTSTATUS = -1073740625i32;
5224 pub const STATUS_STORAGE_RESERVE_DOES_NOT_EXIST: NTSTATUS = -1073740626i32;
5225 pub const STATUS_STORAGE_RESERVE_ID_INVALID: NTSTATUS = -1073740627i32;
5226 pub const STATUS_STORAGE_RESERVE_NOT_EMPTY: NTSTATUS = -1073740624i32;
5227 pub const STATUS_STORAGE_STACK_ACCESS_DENIED: NTSTATUS = -1073740607i32;
5228 pub const STATUS_STORAGE_TOPOLOGY_ID_MISMATCH: NTSTATUS = -1073740666i32;
5229 pub const STATUS_STOWED_EXCEPTION: NTSTATUS = -1073741189i32;
5230 pub const STATUS_STREAM_MINIVERSION_NOT_FOUND: NTSTATUS = -1072103390i32;
5231 pub const STATUS_STREAM_MINIVERSION_NOT_VALID: NTSTATUS = -1072103389i32;
5232 pub const STATUS_STRICT_CFG_VIOLATION: NTSTATUS = -1073740282i32;
5233 pub const STATUS_STRONG_CRYPTO_NOT_SUPPORTED: NTSTATUS = -1073741066i32;
5234 pub const STATUS_SUCCESS: NTSTATUS = 0i32;
5235 pub const STATUS_SUSPEND_COUNT_EXCEEDED: NTSTATUS = -1073741750i32;
5236 pub const STATUS_SVHDX_ERROR_NOT_AVAILABLE: NTSTATUS = -1067647232i32;
5237 pub const STATUS_SVHDX_ERROR_STORED: NTSTATUS = -1067712512i32;
5238 pub const STATUS_SVHDX_NO_INITIATOR: NTSTATUS = -1067647221i32;
5239 pub const STATUS_SVHDX_RESERVATION_CONFLICT: NTSTATUS = -1067647225i32;
5240 pub const STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE: NTSTATUS = -1067647231i32;
5241 pub const STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED: NTSTATUS = -1067647230i32;
5242 pub const STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED: NTSTATUS = -1067647226i32;
5243 pub const STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED: NTSTATUS = -1067647227i32;
5244 pub const STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED: NTSTATUS = -1067647229i32;
5245 pub const STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED: NTSTATUS = -1067647228i32;
5246 pub const STATUS_SVHDX_VERSION_MISMATCH: NTSTATUS = -1067647223i32;
5247 pub const STATUS_SVHDX_WRONG_FILE_TYPE: NTSTATUS = -1067647224i32;
5248 pub const STATUS_SXS_ACTIVATION_CONTEXT_DISABLED: NTSTATUS = -1072365561i32;
5249 pub const STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT: NTSTATUS = -1072365538i32;
5250 pub const STATUS_SXS_ASSEMBLY_MISSING: NTSTATUS = -1072365556i32;
5251 pub const STATUS_SXS_ASSEMBLY_NOT_FOUND: NTSTATUS = -1072365564i32;
5252 pub const STATUS_SXS_CANT_GEN_ACTCTX: NTSTATUS = -1072365566i32;
5253 pub const STATUS_SXS_COMPONENT_STORE_CORRUPT: NTSTATUS = -1072365542i32;
5254 pub const STATUS_SXS_CORRUPTION: NTSTATUS = -1072365547i32;
5255 pub const STATUS_SXS_CORRUPT_ACTIVATION_STACK: NTSTATUS = -1072365548i32;
5256 pub const STATUS_SXS_EARLY_DEACTIVATION: NTSTATUS = -1072365553i32;
5257 pub const STATUS_SXS_FILE_HASH_MISMATCH: NTSTATUS = -1072365541i32;
5258 pub const STATUS_SXS_FILE_HASH_MISSING: NTSTATUS = -1072365529i32;
5259 pub const STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY: NTSTATUS = -1072365537i32;
5260 pub const STATUS_SXS_IDENTITIES_DIFFERENT: NTSTATUS = -1072365539i32;
5261 pub const STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE: NTSTATUS = -1072365544i32;
5262 pub const STATUS_SXS_IDENTITY_PARSE_ERROR: NTSTATUS = -1072365543i32;
5263 pub const STATUS_SXS_INVALID_ACTCTXDATA_FORMAT: NTSTATUS = -1072365565i32;
5264 pub const STATUS_SXS_INVALID_DEACTIVATION: NTSTATUS = -1072365552i32;
5265 pub const STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME: NTSTATUS = -1072365545i32;
5266 pub const STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE: NTSTATUS = -1072365546i32;
5267 pub const STATUS_SXS_KEY_NOT_FOUND: NTSTATUS = -1072365560i32;
5268 pub const STATUS_SXS_MANIFEST_FORMAT_ERROR: NTSTATUS = -1072365563i32;
5269 pub const STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT: NTSTATUS = -1072365540i32;
5270 pub const STATUS_SXS_MANIFEST_PARSE_ERROR: NTSTATUS = -1072365562i32;
5271 pub const STATUS_SXS_MANIFEST_TOO_BIG: NTSTATUS = -1072365534i32;
5272 pub const STATUS_SXS_MULTIPLE_DEACTIVATION: NTSTATUS = -1072365551i32;
5273 pub const STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET: NTSTATUS = -1072365554i32;
5274 pub const STATUS_SXS_PROCESS_TERMINATION_REQUESTED: NTSTATUS = -1072365549i32;
5275 pub const STATUS_SXS_RELEASE_ACTIVATION_CONTEXT: NTSTATUS = 1075118093i32;
5276 pub const STATUS_SXS_SECTION_NOT_FOUND: NTSTATUS = -1072365567i32;
5277 pub const STATUS_SXS_SETTING_NOT_REGISTERED: NTSTATUS = -1072365533i32;
5278 pub const STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY: NTSTATUS = -1072365550i32;
5279 pub const STATUS_SXS_THREAD_QUERIES_DISABLED: NTSTATUS = -1072365557i32;
5280 pub const STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE: NTSTATUS = -1072365532i32;
5281 pub const STATUS_SXS_VERSION_CONFLICT: NTSTATUS = -1072365559i32;
5282 pub const STATUS_SXS_WRONG_SECTION_TYPE: NTSTATUS = -1072365558i32;
5283 pub const STATUS_SYMLINK_CLASS_DISABLED: NTSTATUS = -1073740011i32;
5284 pub const STATUS_SYNCHRONIZATION_REQUIRED: NTSTATUS = -1073741516i32;
5285 pub const STATUS_SYSTEM_DEVICE_NOT_FOUND: NTSTATUS = -1073740718i32;
5286 pub const STATUS_SYSTEM_HIVE_TOO_LARGE: NTSTATUS = -1073740946i32;
5287 pub const STATUS_SYSTEM_IMAGE_BAD_SIGNATURE: NTSTATUS = -1073741103i32;
5288 pub const STATUS_SYSTEM_INTEGRITY_INVALID_POLICY: NTSTATUS = -1058471933i32;
5289 pub const STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED: NTSTATUS = -1058471932i32;
5290 pub const STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION: NTSTATUS = -1058471934i32;
5291 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT: NTSTATUS = -1058471927i32;
5292 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS: NTSTATUS = -1058471929i32;
5293 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_OFFLINE: NTSTATUS = -1058471926i32;
5294 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_PUA: NTSTATUS = -1058471928i32;
5295 pub const STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED: NTSTATUS = -1058471935i32;
5296 pub const STATUS_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED: NTSTATUS = -1058471930i32;
5297 pub const STATUS_SYSTEM_INTEGRITY_TOO_MANY_POLICIES: NTSTATUS = -1058471931i32;
5298 pub const STATUS_SYSTEM_NEEDS_REMEDIATION: NTSTATUS = -1073740674i32;
5299 pub const STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION: NTSTATUS = 1073741873i32;
5300 pub const STATUS_SYSTEM_POWERSTATE_TRANSITION: NTSTATUS = 1073741871i32;
5301 pub const STATUS_SYSTEM_PROCESS_TERMINATED: NTSTATUS = -1073741286i32;
5302 pub const STATUS_SYSTEM_SHUTDOWN: NTSTATUS = -1073741077i32;
5303 pub const STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED: NTSTATUS = -1073740018i32;
5304 pub const STATUS_THREADPOOL_HANDLE_EXCEPTION: NTSTATUS = -1073740022i32;
5305 pub const STATUS_THREADPOOL_RELEASED_DURING_OPERATION: NTSTATUS = -1073740017i32;
5306 pub const STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED: NTSTATUS = -1073740019i32;
5307 pub const STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED: NTSTATUS = -1073740020i32;
5308 pub const STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED: NTSTATUS = -1073740021i32;
5309 pub const STATUS_THREAD_ALREADY_IN_SESSION: NTSTATUS = -1073740714i32;
5310 pub const STATUS_THREAD_ALREADY_IN_TASK: NTSTATUS = -1073740542i32;
5311 pub const STATUS_THREAD_IS_TERMINATING: NTSTATUS = -1073741749i32;
5312 pub const STATUS_THREAD_NOT_IN_PROCESS: NTSTATUS = -1073741526i32;
5313 pub const STATUS_THREAD_NOT_IN_SESSION: NTSTATUS = -1073740713i32;
5314 pub const STATUS_THREAD_NOT_RUNNING: NTSTATUS = -1073740522i32;
5315 pub const STATUS_THREAD_WAS_SUSPENDED: NTSTATUS = 1073741825i32;
5316 pub const STATUS_TIMEOUT: NTSTATUS = 258i32;
5317 pub const STATUS_TIMER_NOT_CANCELED: NTSTATUS = -1073741812i32;
5318 pub const STATUS_TIMER_RESOLUTION_NOT_SET: NTSTATUS = -1073741243i32;
5319 pub const STATUS_TIMER_RESUME_IGNORED: NTSTATUS = 1073741861i32;
5320 pub const STATUS_TIME_DIFFERENCE_AT_DC: NTSTATUS = -1073741517i32;
5321 pub const STATUS_TM_IDENTITY_MISMATCH: NTSTATUS = -1072103350i32;
5322 pub const STATUS_TM_INITIALIZATION_FAILED: NTSTATUS = -1072103420i32;
5323 pub const STATUS_TM_VOLATILE: NTSTATUS = -1072103365i32;
5324 pub const STATUS_TOKEN_ALREADY_IN_USE: NTSTATUS = -1073741525i32;
5325 pub const STATUS_TOO_LATE: NTSTATUS = -1073741431i32;
5326 pub const STATUS_TOO_MANY_ADDRESSES: NTSTATUS = -1073741303i32;
5327 pub const STATUS_TOO_MANY_COMMANDS: NTSTATUS = -1073741631i32;
5328 pub const STATUS_TOO_MANY_CONTEXT_IDS: NTSTATUS = -1073741478i32;
5329 pub const STATUS_TOO_MANY_GUIDS_REQUESTED: NTSTATUS = -1073741694i32;
5330 pub const STATUS_TOO_MANY_LINKS: NTSTATUS = -1073741211i32;
5331 pub const STATUS_TOO_MANY_LUIDS_REQUESTED: NTSTATUS = -1073741708i32;
5332 pub const STATUS_TOO_MANY_NAMES: NTSTATUS = -1073741619i32;
5333 pub const STATUS_TOO_MANY_NODES: NTSTATUS = -1073741298i32;
5334 pub const STATUS_TOO_MANY_OPENED_FILES: NTSTATUS = -1073741537i32;
5335 pub const STATUS_TOO_MANY_PAGING_FILES: NTSTATUS = -1073741673i32;
5336 pub const STATUS_TOO_MANY_PRINCIPALS: NTSTATUS = -1073741065i32;
5337 pub const STATUS_TOO_MANY_SECRETS: NTSTATUS = -1073741482i32;
5338 pub const STATUS_TOO_MANY_SEGMENT_DESCRIPTORS: NTSTATUS = -1073740685i32;
5339 pub const STATUS_TOO_MANY_SESSIONS: NTSTATUS = -1073741618i32;
5340 pub const STATUS_TOO_MANY_SIDS: NTSTATUS = -1073741442i32;
5341 pub const STATUS_TOO_MANY_THREADS: NTSTATUS = -1073741527i32;
5342 pub const STATUS_TPM_20_E_ASYMMETRIC: NTSTATUS = -1071054719i32;
5343 pub const STATUS_TPM_20_E_ATTRIBUTES: NTSTATUS = -1071054718i32;
5344 pub const STATUS_TPM_20_E_AUTHSIZE: NTSTATUS = -1071054524i32;
5345 pub const STATUS_TPM_20_E_AUTH_CONTEXT: NTSTATUS = -1071054523i32;
5346 pub const STATUS_TPM_20_E_AUTH_FAIL: NTSTATUS = -1071054706i32;
5347 pub const STATUS_TPM_20_E_AUTH_MISSING: NTSTATUS = -1071054555i32;
5348 pub const STATUS_TPM_20_E_AUTH_TYPE: NTSTATUS = -1071054556i32;
5349 pub const STATUS_TPM_20_E_AUTH_UNAVAILABLE: NTSTATUS = -1071054545i32;
5350 pub const STATUS_TPM_20_E_BAD_AUTH: NTSTATUS = -1071054686i32;
5351 pub const STATUS_TPM_20_E_BAD_CONTEXT: NTSTATUS = -1071054512i32;
5352 pub const STATUS_TPM_20_E_BINDING: NTSTATUS = -1071054683i32;
5353 pub const STATUS_TPM_20_E_COMMAND_CODE: NTSTATUS = -1071054525i32;
5354 pub const STATUS_TPM_20_E_COMMAND_SIZE: NTSTATUS = -1071054526i32;
5355 pub const STATUS_TPM_20_E_CPHASH: NTSTATUS = -1071054511i32;
5356 pub const STATUS_TPM_20_E_CURVE: NTSTATUS = -1071054682i32;
5357 pub const STATUS_TPM_20_E_DISABLED: NTSTATUS = -1071054560i32;
5358 pub const STATUS_TPM_20_E_ECC_CURVE: NTSTATUS = -1071054557i32;
5359 pub const STATUS_TPM_20_E_ECC_POINT: NTSTATUS = -1071054681i32;
5360 pub const STATUS_TPM_20_E_EXCLUSIVE: NTSTATUS = -1071054559i32;
5361 pub const STATUS_TPM_20_E_EXPIRED: NTSTATUS = -1071054685i32;
5362 pub const STATUS_TPM_20_E_FAILURE: NTSTATUS = -1071054591i32;
5363 pub const STATUS_TPM_20_E_HANDLE: NTSTATUS = -1071054709i32;
5364 pub const STATUS_TPM_20_E_HASH: NTSTATUS = -1071054717i32;
5365 pub const STATUS_TPM_20_E_HIERARCHY: NTSTATUS = -1071054715i32;
5366 pub const STATUS_TPM_20_E_HMAC: NTSTATUS = -1071054567i32;
5367 pub const STATUS_TPM_20_E_INITIALIZE: NTSTATUS = -1071054592i32;
5368 pub const STATUS_TPM_20_E_INSUFFICIENT: NTSTATUS = -1071054694i32;
5369 pub const STATUS_TPM_20_E_INTEGRITY: NTSTATUS = -1071054689i32;
5370 pub const STATUS_TPM_20_E_KDF: NTSTATUS = -1071054708i32;
5371 pub const STATUS_TPM_20_E_KEY: NTSTATUS = -1071054692i32;
5372 pub const STATUS_TPM_20_E_KEY_SIZE: NTSTATUS = -1071054713i32;
5373 pub const STATUS_TPM_20_E_MGF: NTSTATUS = -1071054712i32;
5374 pub const STATUS_TPM_20_E_MODE: NTSTATUS = -1071054711i32;
5375 pub const STATUS_TPM_20_E_NEEDS_TEST: NTSTATUS = -1071054509i32;
5376 pub const STATUS_TPM_20_E_NONCE: NTSTATUS = -1071054705i32;
5377 pub const STATUS_TPM_20_E_NO_RESULT: NTSTATUS = -1071054508i32;
5378 pub const STATUS_TPM_20_E_NV_AUTHORIZATION: NTSTATUS = -1071054519i32;
5379 pub const STATUS_TPM_20_E_NV_DEFINED: NTSTATUS = -1071054516i32;
5380 pub const STATUS_TPM_20_E_NV_LOCKED: NTSTATUS = -1071054520i32;
5381 pub const STATUS_TPM_20_E_NV_RANGE: NTSTATUS = -1071054522i32;
5382 pub const STATUS_TPM_20_E_NV_SIZE: NTSTATUS = -1071054521i32;
5383 pub const STATUS_TPM_20_E_NV_SPACE: NTSTATUS = -1071054517i32;
5384 pub const STATUS_TPM_20_E_NV_UNINITIALIZED: NTSTATUS = -1071054518i32;
5385 pub const STATUS_TPM_20_E_PARENT: NTSTATUS = -1071054510i32;
5386 pub const STATUS_TPM_20_E_PCR: NTSTATUS = -1071054553i32;
5387 pub const STATUS_TPM_20_E_PCR_CHANGED: NTSTATUS = -1071054552i32;
5388 pub const STATUS_TPM_20_E_POLICY: NTSTATUS = -1071054554i32;
5389 pub const STATUS_TPM_20_E_POLICY_CC: NTSTATUS = -1071054684i32;
5390 pub const STATUS_TPM_20_E_POLICY_FAIL: NTSTATUS = -1071054691i32;
5391 pub const STATUS_TPM_20_E_PP: NTSTATUS = -1071054704i32;
5392 pub const STATUS_TPM_20_E_PRIVATE: NTSTATUS = -1071054581i32;
5393 pub const STATUS_TPM_20_E_RANGE: NTSTATUS = -1071054707i32;
5394 pub const STATUS_TPM_20_E_REBOOT: NTSTATUS = -1071054544i32;
5395 pub const STATUS_TPM_20_E_RESERVED_BITS: NTSTATUS = -1071054687i32;
5396 pub const STATUS_TPM_20_E_SCHEME: NTSTATUS = -1071054702i32;
5397 pub const STATUS_TPM_20_E_SELECTOR: NTSTATUS = -1071054696i32;
5398 pub const STATUS_TPM_20_E_SENSITIVE: NTSTATUS = -1071054507i32;
5399 pub const STATUS_TPM_20_E_SEQUENCE: NTSTATUS = -1071054589i32;
5400 pub const STATUS_TPM_20_E_SIGNATURE: NTSTATUS = -1071054693i32;
5401 pub const STATUS_TPM_20_E_SIZE: NTSTATUS = -1071054699i32;
5402 pub const STATUS_TPM_20_E_SYMMETRIC: NTSTATUS = -1071054698i32;
5403 pub const STATUS_TPM_20_E_TAG: NTSTATUS = -1071054697i32;
5404 pub const STATUS_TPM_20_E_TICKET: NTSTATUS = -1071054688i32;
5405 pub const STATUS_TPM_20_E_TOO_MANY_CONTEXTS: NTSTATUS = -1071054546i32;
5406 pub const STATUS_TPM_20_E_TYPE: NTSTATUS = -1071054710i32;
5407 pub const STATUS_TPM_20_E_UNBALANCED: NTSTATUS = -1071054543i32;
5408 pub const STATUS_TPM_20_E_UPGRADE: NTSTATUS = -1071054547i32;
5409 pub const STATUS_TPM_20_E_VALUE: NTSTATUS = -1071054716i32;
5410 pub const STATUS_TPM_ACCESS_DENIED: NTSTATUS = -1071050748i32;
5411 pub const STATUS_TPM_AREA_LOCKED: NTSTATUS = -1071054788i32;
5412 pub const STATUS_TPM_AUDITFAILURE: NTSTATUS = -1071054844i32;
5413 pub const STATUS_TPM_AUDITFAIL_SUCCESSFUL: NTSTATUS = -1071054799i32;
5414 pub const STATUS_TPM_AUDITFAIL_UNSUCCESSFUL: NTSTATUS = -1071054800i32;
5415 pub const STATUS_TPM_AUTH2FAIL: NTSTATUS = -1071054819i32;
5416 pub const STATUS_TPM_AUTHFAIL: NTSTATUS = -1071054847i32;
5417 pub const STATUS_TPM_AUTH_CONFLICT: NTSTATUS = -1071054789i32;
5418 pub const STATUS_TPM_BADCONTEXT: NTSTATUS = -1071054758i32;
5419 pub const STATUS_TPM_BADINDEX: NTSTATUS = -1071054846i32;
5420 pub const STATUS_TPM_BADTAG: NTSTATUS = -1071054818i32;
5421 pub const STATUS_TPM_BAD_ATTRIBUTES: NTSTATUS = -1071054782i32;
5422 pub const STATUS_TPM_BAD_COUNTER: NTSTATUS = -1071054779i32;
5423 pub const STATUS_TPM_BAD_DATASIZE: NTSTATUS = -1071054805i32;
5424 pub const STATUS_TPM_BAD_DELEGATE: NTSTATUS = -1071054759i32;
5425 pub const STATUS_TPM_BAD_HANDLE: NTSTATUS = -1071054760i32;
5426 pub const STATUS_TPM_BAD_KEY_PROPERTY: NTSTATUS = -1071054808i32;
5427 pub const STATUS_TPM_BAD_LOCALITY: NTSTATUS = -1071054787i32;
5428 pub const STATUS_TPM_BAD_MIGRATION: NTSTATUS = -1071054807i32;
5429 pub const STATUS_TPM_BAD_MODE: NTSTATUS = -1071054804i32;
5430 pub const STATUS_TPM_BAD_ORDINAL: NTSTATUS = -1071054838i32;
5431 pub const STATUS_TPM_BAD_PARAMETER: NTSTATUS = -1071054845i32;
5432 pub const STATUS_TPM_BAD_PARAM_SIZE: NTSTATUS = -1071054823i32;
5433 pub const STATUS_TPM_BAD_PRESENCE: NTSTATUS = -1071054803i32;
5434 pub const STATUS_TPM_BAD_SCHEME: NTSTATUS = -1071054806i32;
5435 pub const STATUS_TPM_BAD_SIGNATURE: NTSTATUS = -1071054750i32;
5436 pub const STATUS_TPM_BAD_TYPE: NTSTATUS = -1071054796i32;
5437 pub const STATUS_TPM_BAD_VERSION: NTSTATUS = -1071054802i32;
5438 pub const STATUS_TPM_CLEAR_DISABLED: NTSTATUS = -1071054843i32;
5439 pub const STATUS_TPM_COMMAND_BLOCKED: NTSTATUS = -1071053824i32;
5440 pub const STATUS_TPM_COMMAND_CANCELED: NTSTATUS = -1071050751i32;
5441 pub const STATUS_TPM_CONTEXT_GAP: NTSTATUS = -1071054777i32;
5442 pub const STATUS_TPM_DAA_INPUT_DATA0: NTSTATUS = -1071054767i32;
5443 pub const STATUS_TPM_DAA_INPUT_DATA1: NTSTATUS = -1071054766i32;
5444 pub const STATUS_TPM_DAA_ISSUER_SETTINGS: NTSTATUS = -1071054765i32;
5445 pub const STATUS_TPM_DAA_ISSUER_VALIDITY: NTSTATUS = -1071054762i32;
5446 pub const STATUS_TPM_DAA_RESOURCES: NTSTATUS = -1071054768i32;
5447 pub const STATUS_TPM_DAA_STAGE: NTSTATUS = -1071054763i32;
5448 pub const STATUS_TPM_DAA_TPM_SETTINGS: NTSTATUS = -1071054764i32;
5449 pub const STATUS_TPM_DAA_WRONG_W: NTSTATUS = -1071054761i32;
5450 pub const STATUS_TPM_DEACTIVATED: NTSTATUS = -1071054842i32;
5451 pub const STATUS_TPM_DECRYPT_ERROR: NTSTATUS = -1071054815i32;
5452 pub const STATUS_TPM_DEFEND_LOCK_RUNNING: NTSTATUS = -1071052797i32;
5453 pub const STATUS_TPM_DELEGATE_ADMIN: NTSTATUS = -1071054771i32;
5454 pub const STATUS_TPM_DELEGATE_FAMILY: NTSTATUS = -1071054772i32;
5455 pub const STATUS_TPM_DELEGATE_LOCK: NTSTATUS = -1071054773i32;
5456 pub const STATUS_TPM_DISABLED: NTSTATUS = -1071054841i32;
5457 pub const STATUS_TPM_DISABLED_CMD: NTSTATUS = -1071054840i32;
5458 pub const STATUS_TPM_DOING_SELFTEST: NTSTATUS = -1071052798i32;
5459 pub const STATUS_TPM_DUPLICATE_VHANDLE: NTSTATUS = -1071053822i32;
5460 pub const STATUS_TPM_EMBEDDED_COMMAND_BLOCKED: NTSTATUS = -1071053821i32;
5461 pub const STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED: NTSTATUS = -1071053820i32;
5462 pub const STATUS_TPM_ENCRYPT_ERROR: NTSTATUS = -1071054816i32;
5463 pub const STATUS_TPM_ERROR_MASK: NTSTATUS = -1071054848i32;
5464 pub const STATUS_TPM_FAIL: NTSTATUS = -1071054839i32;
5465 pub const STATUS_TPM_FAILEDSELFTEST: NTSTATUS = -1071054820i32;
5466 pub const STATUS_TPM_FAMILYCOUNT: NTSTATUS = -1071054784i32;
5467 pub const STATUS_TPM_INAPPROPRIATE_ENC: NTSTATUS = -1071054834i32;
5468 pub const STATUS_TPM_INAPPROPRIATE_SIG: NTSTATUS = -1071054809i32;
5469 pub const STATUS_TPM_INSTALL_DISABLED: NTSTATUS = -1071054837i32;
5470 pub const STATUS_TPM_INSUFFICIENT_BUFFER: NTSTATUS = -1071050747i32;
5471 pub const STATUS_TPM_INVALID_AUTHHANDLE: NTSTATUS = -1071054814i32;
5472 pub const STATUS_TPM_INVALID_FAMILY: NTSTATUS = -1071054793i32;
5473 pub const STATUS_TPM_INVALID_HANDLE: NTSTATUS = -1071053823i32;
5474 pub const STATUS_TPM_INVALID_KEYHANDLE: NTSTATUS = -1071054836i32;
5475 pub const STATUS_TPM_INVALID_KEYUSAGE: NTSTATUS = -1071054812i32;
5476 pub const STATUS_TPM_INVALID_PCR_INFO: NTSTATUS = -1071054832i32;
5477 pub const STATUS_TPM_INVALID_POSTINIT: NTSTATUS = -1071054810i32;
5478 pub const STATUS_TPM_INVALID_RESOURCE: NTSTATUS = -1071054795i32;
5479 pub const STATUS_TPM_INVALID_STRUCTURE: NTSTATUS = -1071054781i32;
5480 pub const STATUS_TPM_IOERROR: NTSTATUS = -1071054817i32;
5481 pub const STATUS_TPM_KEYNOTFOUND: NTSTATUS = -1071054835i32;
5482 pub const STATUS_TPM_KEY_NOTSUPPORTED: NTSTATUS = -1071054790i32;
5483 pub const STATUS_TPM_KEY_OWNER_CONTROL: NTSTATUS = -1071054780i32;
5484 pub const STATUS_TPM_MAXNVWRITES: NTSTATUS = -1071054776i32;
5485 pub const STATUS_TPM_MA_AUTHORITY: NTSTATUS = -1071054753i32;
5486 pub const STATUS_TPM_MA_DESTINATION: NTSTATUS = -1071054755i32;
5487 pub const STATUS_TPM_MA_SOURCE: NTSTATUS = -1071054754i32;
5488 pub const STATUS_TPM_MA_TICKET_SIGNATURE: NTSTATUS = -1071054756i32;
5489 pub const STATUS_TPM_MIGRATEFAIL: NTSTATUS = -1071054833i32;
5490 pub const STATUS_TPM_NEEDS_SELFTEST: NTSTATUS = -1071052799i32;
5491 pub const STATUS_TPM_NOCONTEXTSPACE: NTSTATUS = -1071054749i32;
5492 pub const STATUS_TPM_NOOPERATOR: NTSTATUS = -1071054775i32;
5493 pub const STATUS_TPM_NOSPACE: NTSTATUS = -1071054831i32;
5494 pub const STATUS_TPM_NOSRK: NTSTATUS = -1071054830i32;
5495 pub const STATUS_TPM_NOTFIPS: NTSTATUS = -1071054794i32;
5496 pub const STATUS_TPM_NOTLOCAL: NTSTATUS = -1071054797i32;
5497 pub const STATUS_TPM_NOTRESETABLE: NTSTATUS = -1071054798i32;
5498 pub const STATUS_TPM_NOTSEALED_BLOB: NTSTATUS = -1071054829i32;
5499 pub const STATUS_TPM_NOT_FOUND: NTSTATUS = -1071050749i32;
5500 pub const STATUS_TPM_NOT_FULLWRITE: NTSTATUS = -1071054778i32;
5501 pub const STATUS_TPM_NO_ENDORSEMENT: NTSTATUS = -1071054813i32;
5502 pub const STATUS_TPM_NO_NV_PERMISSION: NTSTATUS = -1071054792i32;
5503 pub const STATUS_TPM_NO_WRAP_TRANSPORT: NTSTATUS = -1071054801i32;
5504 pub const STATUS_TPM_OWNER_CONTROL: NTSTATUS = -1071054769i32;
5505 pub const STATUS_TPM_OWNER_SET: NTSTATUS = -1071054828i32;
5506 pub const STATUS_TPM_PERMANENTEK: NTSTATUS = -1071054751i32;
5507 pub const STATUS_TPM_PER_NOWRITE: NTSTATUS = -1071054785i32;
5508 pub const STATUS_TPM_PPI_FUNCTION_UNSUPPORTED: NTSTATUS = -1071050746i32;
5509 pub const STATUS_TPM_READ_ONLY: NTSTATUS = -1071054786i32;
5510 pub const STATUS_TPM_REQUIRES_SIGN: NTSTATUS = -1071054791i32;
5511 pub const STATUS_TPM_RESOURCEMISSING: NTSTATUS = -1071054774i32;
5512 pub const STATUS_TPM_RESOURCES: NTSTATUS = -1071054827i32;
5513 pub const STATUS_TPM_RETRY: NTSTATUS = -1071052800i32;
5514 pub const STATUS_TPM_SHA_ERROR: NTSTATUS = -1071054821i32;
5515 pub const STATUS_TPM_SHA_THREAD: NTSTATUS = -1071054822i32;
5516 pub const STATUS_TPM_SHORTRANDOM: NTSTATUS = -1071054826i32;
5517 pub const STATUS_TPM_SIZE: NTSTATUS = -1071054825i32;
5518 pub const STATUS_TPM_TOOMANYCONTEXTS: NTSTATUS = -1071054757i32;
5519 pub const STATUS_TPM_TOO_MANY_CONTEXTS: NTSTATUS = -1071050750i32;
5520 pub const STATUS_TPM_TRANSPORT_NOTEXCLUSIVE: NTSTATUS = -1071054770i32;
5521 pub const STATUS_TPM_WRITE_LOCKED: NTSTATUS = -1071054783i32;
5522 pub const STATUS_TPM_WRONGPCRVAL: NTSTATUS = -1071054824i32;
5523 pub const STATUS_TPM_WRONG_ENTITYTYPE: NTSTATUS = -1071054811i32;
5524 pub const STATUS_TPM_ZERO_EXHAUST_ENABLED: NTSTATUS = -1071038464i32;
5525 pub const STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE: NTSTATUS = -1072103360i32;
5526 pub const STATUS_TRANSACTIONAL_CONFLICT: NTSTATUS = -1072103423i32;
5527 pub const STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED: NTSTATUS = -1072103361i32;
5528 pub const STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH: NTSTATUS = -1072103332i32;
5529 pub const STATUS_TRANSACTIONMANAGER_NOT_FOUND: NTSTATUS = -1072103343i32;
5530 pub const STATUS_TRANSACTIONMANAGER_NOT_ONLINE: NTSTATUS = -1072103342i32;
5531 pub const STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION: NTSTATUS = -1072103341i32;
5532 pub const STATUS_TRANSACTIONS_NOT_FROZEN: NTSTATUS = -1072103355i32;
5533 pub const STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE: NTSTATUS = -1072103414i32;
5534 pub const STATUS_TRANSACTION_ABORTED: NTSTATUS = -1073741297i32;
5535 pub const STATUS_TRANSACTION_ALREADY_ABORTED: NTSTATUS = -1072103403i32;
5536 pub const STATUS_TRANSACTION_ALREADY_COMMITTED: NTSTATUS = -1072103402i32;
5537 pub const STATUS_TRANSACTION_FREEZE_IN_PROGRESS: NTSTATUS = -1072103354i32;
5538 pub const STATUS_TRANSACTION_INTEGRITY_VIOLATED: NTSTATUS = -1072103333i32;
5539 pub const STATUS_TRANSACTION_INVALID_ID: NTSTATUS = -1073741292i32;
5540 pub const STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER: NTSTATUS = -1072103401i32;
5541 pub const STATUS_TRANSACTION_INVALID_TYPE: NTSTATUS = -1073741291i32;
5542 pub const STATUS_TRANSACTION_MUST_WRITETHROUGH: NTSTATUS = -1072103330i32;
5543 pub const STATUS_TRANSACTION_NOT_ACTIVE: NTSTATUS = -1072103421i32;
5544 pub const STATUS_TRANSACTION_NOT_ENLISTED: NTSTATUS = -1072103327i32;
5545 pub const STATUS_TRANSACTION_NOT_FOUND: NTSTATUS = -1072103346i32;
5546 pub const STATUS_TRANSACTION_NOT_JOINED: NTSTATUS = -1072103417i32;
5547 pub const STATUS_TRANSACTION_NOT_REQUESTED: NTSTATUS = -1072103404i32;
5548 pub const STATUS_TRANSACTION_NOT_ROOT: NTSTATUS = -1072103340i32;
5549 pub const STATUS_TRANSACTION_NO_MATCH: NTSTATUS = -1073741294i32;
5550 pub const STATUS_TRANSACTION_NO_RELEASE: NTSTATUS = -1073741295i32;
5551 pub const STATUS_TRANSACTION_NO_SUPERIOR: NTSTATUS = -1072103329i32;
5552 pub const STATUS_TRANSACTION_OBJECT_EXPIRED: NTSTATUS = -1072103339i32;
5553 pub const STATUS_TRANSACTION_PROPAGATION_FAILED: NTSTATUS = -1072103408i32;
5554 pub const STATUS_TRANSACTION_RECORD_TOO_LONG: NTSTATUS = -1072103336i32;
5555 pub const STATUS_TRANSACTION_REQUEST_NOT_VALID: NTSTATUS = -1072103405i32;
5556 pub const STATUS_TRANSACTION_REQUIRED_PROMOTION: NTSTATUS = -1072103357i32;
5557 pub const STATUS_TRANSACTION_RESPONDED: NTSTATUS = -1073741293i32;
5558 pub const STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED: NTSTATUS = -1072103337i32;
5559 pub const STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET: NTSTATUS = -2145845182i32;
5560 pub const STATUS_TRANSACTION_SUPERIOR_EXISTS: NTSTATUS = -1072103406i32;
5561 pub const STATUS_TRANSACTION_TIMED_OUT: NTSTATUS = -1073741296i32;
5562 pub const STATUS_TRANSLATION_COMPLETE: NTSTATUS = 288i32;
5563 pub const STATUS_TRANSPORT_FULL: NTSTATUS = -1073741110i32;
5564 pub const STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739994i32;
5565 pub const STATUS_TRIM_READ_ZERO_NOT_SUPPORTED: NTSTATUS = -1073740686i32;
5566 pub const STATUS_TRUSTED_DOMAIN_FAILURE: NTSTATUS = -1073741428i32;
5567 pub const STATUS_TRUSTED_RELATIONSHIP_FAILURE: NTSTATUS = -1073741427i32;
5568 pub const STATUS_TRUST_FAILURE: NTSTATUS = -1073741424i32;
5569 pub const STATUS_TS_INCOMPATIBLE_SESSIONS: NTSTATUS = -1073086407i32;
5570 pub const STATUS_TS_VIDEO_SUBSYSTEM_ERROR: NTSTATUS = -1073086406i32;
5571 pub const STATUS_TXF_ATTRIBUTE_CORRUPT: NTSTATUS = -1072103363i32;
5572 pub const STATUS_TXF_DIR_NOT_EMPTY: NTSTATUS = -1072103367i32;
5573 pub const STATUS_TXF_METADATA_ALREADY_PRESENT: NTSTATUS = -2145845183i32;
5574 pub const STATUS_UNABLE_TO_DECOMMIT_VM: NTSTATUS = -1073741780i32;
5575 pub const STATUS_UNABLE_TO_DELETE_SECTION: NTSTATUS = -1073741797i32;
5576 pub const STATUS_UNABLE_TO_FREE_VM: NTSTATUS = -1073741798i32;
5577 pub const STATUS_UNABLE_TO_LOCK_MEDIA: NTSTATUS = -1073741451i32;
5578 pub const STATUS_UNABLE_TO_UNLOAD_MEDIA: NTSTATUS = -1073741450i32;
5579 pub const STATUS_UNDEFINED_CHARACTER: NTSTATUS = -1073741469i32;
5580 pub const STATUS_UNDEFINED_SCOPE: NTSTATUS = -1073740540i32;
5581 pub const STATUS_UNEXPECTED_IO_ERROR: NTSTATUS = -1073741591i32;
5582 pub const STATUS_UNEXPECTED_MM_CREATE_ERR: NTSTATUS = -1073741590i32;
5583 pub const STATUS_UNEXPECTED_MM_EXTEND_ERR: NTSTATUS = -1073741588i32;
5584 pub const STATUS_UNEXPECTED_MM_MAP_ERROR: NTSTATUS = -1073741589i32;
5585 pub const STATUS_UNEXPECTED_NETWORK_ERROR: NTSTATUS = -1073741628i32;
5586 pub const STATUS_UNFINISHED_CONTEXT_DELETED: NTSTATUS = -1073741074i32;
5587 pub const STATUS_UNHANDLED_EXCEPTION: NTSTATUS = -1073741500i32;
5588 pub const STATUS_UNKNOWN_REVISION: NTSTATUS = -1073741736i32;
5589 pub const STATUS_UNMAPPABLE_CHARACTER: NTSTATUS = -1073741470i32;
5590 pub const STATUS_UNRECOGNIZED_MEDIA: NTSTATUS = -1073741804i32;
5591 pub const STATUS_UNRECOGNIZED_VOLUME: NTSTATUS = -1073741489i32;
5592 pub const STATUS_UNSATISFIED_DEPENDENCIES: NTSTATUS = -1073740615i32;
5593 pub const STATUS_UNSUCCESSFUL: NTSTATUS = -1073741823i32;
5594 pub const STATUS_UNSUPPORTED_COMPRESSION: NTSTATUS = -1073741217i32;
5595 pub const STATUS_UNSUPPORTED_PAGING_MODE: NTSTATUS = -1073740613i32;
5596 pub const STATUS_UNSUPPORTED_PREAUTH: NTSTATUS = -1073740975i32;
5597 pub const STATUS_UNTRUSTED_MOUNT_POINT: NTSTATUS = -1073740612i32;
5598 pub const STATUS_UNWIND: NTSTATUS = -1073741785i32;
5599 pub const STATUS_UNWIND_CONSOLIDATE: NTSTATUS = -2147483607i32;
5600 pub const STATUS_USER2USER_REQUIRED: NTSTATUS = -1073740792i32;
5601 pub const STATUS_USER_APC: NTSTATUS = 192i32;
5602 pub const STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740797i32;
5603 pub const STATUS_USER_EXISTS: NTSTATUS = -1073741725i32;
5604 pub const STATUS_USER_MAPPED_FILE: NTSTATUS = -1073741245i32;
5605 pub const STATUS_USER_SESSION_DELETED: NTSTATUS = -1073741309i32;
5606 pub const STATUS_VALIDATE_CONTINUE: NTSTATUS = -1073741199i32;
5607 pub const STATUS_VALID_CATALOG_HASH: NTSTATUS = 301i32;
5608 pub const STATUS_VALID_IMAGE_HASH: NTSTATUS = 300i32;
5609 pub const STATUS_VALID_STRONG_CODE_HASH: NTSTATUS = 302i32;
5610 pub const STATUS_VARIABLE_NOT_FOUND: NTSTATUS = -1073741568i32;
5611 pub const STATUS_VDM_DISALLOWED: NTSTATUS = -1073740780i32;
5612 pub const STATUS_VDM_HARD_ERROR: NTSTATUS = -1073741283i32;
5613 pub const STATUS_VERIFIER_STOP: NTSTATUS = -1073740767i32;
5614 pub const STATUS_VERIFY_REQUIRED: NTSTATUS = -2147483626i32;
5615 pub const STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND: NTSTATUS = -1067647220i32;
5616 pub const STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE: NTSTATUS = -1069940685i32;
5617 pub const STATUS_VHD_BITMAP_MISMATCH: NTSTATUS = -1069940724i32;
5618 pub const STATUS_VHD_BLOCK_ALLOCATION_FAILURE: NTSTATUS = -1069940727i32;
5619 pub const STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT: NTSTATUS = -1069940726i32;
5620 pub const STATUS_VHD_CHANGE_TRACKING_DISABLED: NTSTATUS = -1069940694i32;
5621 pub const STATUS_VHD_CHILD_PARENT_ID_MISMATCH: NTSTATUS = -1069940722i32;
5622 pub const STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH: NTSTATUS = -1069940713i32;
5623 pub const STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH: NTSTATUS = -1069940721i32;
5624 pub const STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE: NTSTATUS = -1069940686i32;
5625 pub const STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED: NTSTATUS = -1069940712i32;
5626 pub const STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT: NTSTATUS = -1069940711i32;
5627 pub const STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH: NTSTATUS = -1069940734i32;
5628 pub const STATUS_VHD_DRIVE_FOOTER_CORRUPT: NTSTATUS = -1069940733i32;
5629 pub const STATUS_VHD_DRIVE_FOOTER_MISSING: NTSTATUS = -1069940735i32;
5630 pub const STATUS_VHD_FORMAT_UNKNOWN: NTSTATUS = -1069940732i32;
5631 pub const STATUS_VHD_FORMAT_UNSUPPORTED_VERSION: NTSTATUS = -1069940731i32;
5632 pub const STATUS_VHD_INVALID_BLOCK_SIZE: NTSTATUS = -1069940725i32;
5633 pub const STATUS_VHD_INVALID_CHANGE_TRACKING_ID: NTSTATUS = -1069940695i32;
5634 pub const STATUS_VHD_INVALID_FILE_SIZE: NTSTATUS = -1069940717i32;
5635 pub const STATUS_VHD_INVALID_SIZE: NTSTATUS = -1069940718i32;
5636 pub const STATUS_VHD_INVALID_STATE: NTSTATUS = -1069940708i32;
5637 pub const STATUS_VHD_INVALID_TYPE: NTSTATUS = -1069940709i32;
5638 pub const STATUS_VHD_METADATA_FULL: NTSTATUS = -1069940696i32;
5639 pub const STATUS_VHD_METADATA_READ_FAILURE: NTSTATUS = -1069940720i32;
5640 pub const STATUS_VHD_METADATA_WRITE_FAILURE: NTSTATUS = -1069940719i32;
5641 pub const STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION: NTSTATUS = -1069940688i32;
5642 pub const STATUS_VHD_PARENT_VHD_ACCESS_DENIED: NTSTATUS = -1069940714i32;
5643 pub const STATUS_VHD_PARENT_VHD_NOT_FOUND: NTSTATUS = -1069940723i32;
5644 pub const STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA: NTSTATUS = -1069940687i32;
5645 pub const STATUS_VHD_SHARED: NTSTATUS = -1067647222i32;
5646 pub const STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH: NTSTATUS = -1069940730i32;
5647 pub const STATUS_VHD_SPARSE_HEADER_CORRUPT: NTSTATUS = -1069940728i32;
5648 pub const STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION: NTSTATUS = -1069940729i32;
5649 pub const STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST: NTSTATUS = 1075511532i32;
5650 pub const STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = -1071972118i32;
5651 pub const STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED: NTSTATUS = -2145713941i32;
5652 pub const STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED: NTSTATUS = -1070137330i32;
5653 pub const STATUS_VID_DUPLICATE_HANDLER: NTSTATUS = -1070137343i32;
5654 pub const STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT: NTSTATUS = -1070137314i32;
5655 pub const STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT: NTSTATUS = -1070137332i32;
5656 pub const STATUS_VID_HANDLER_NOT_PRESENT: NTSTATUS = -1070137340i32;
5657 pub const STATUS_VID_INVALID_CHILD_GPA_PAGE_SET: NTSTATUS = -1070137310i32;
5658 pub const STATUS_VID_INVALID_GPA_RANGE_HANDLE: NTSTATUS = -1070137323i32;
5659 pub const STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE: NTSTATUS = -1070137326i32;
5660 pub const STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE: NTSTATUS = -1070137324i32;
5661 pub const STATUS_VID_INVALID_NUMA_NODE_INDEX: NTSTATUS = -1070137328i32;
5662 pub const STATUS_VID_INVALID_NUMA_SETTINGS: NTSTATUS = -1070137329i32;
5663 pub const STATUS_VID_INVALID_OBJECT_NAME: NTSTATUS = -1070137339i32;
5664 pub const STATUS_VID_INVALID_PPM_HANDLE: NTSTATUS = -1070137320i32;
5665 pub const STATUS_VID_INVALID_PROCESSOR_STATE: NTSTATUS = -1070137315i32;
5666 pub const STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED: NTSTATUS = -1070137313i32;
5667 pub const STATUS_VID_MBPS_ARE_LOCKED: NTSTATUS = -1070137319i32;
5668 pub const STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE: NTSTATUS = -1070137307i32;
5669 pub const STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT: NTSTATUS = -1070137306i32;
5670 pub const STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET: NTSTATUS = -1070137312i32;
5671 pub const STATUS_VID_MB_STILL_REFERENCED: NTSTATUS = -1070137331i32;
5672 pub const STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED: NTSTATUS = -1070137321i32;
5673 pub const STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS: NTSTATUS = -1070137333i32;
5674 pub const STATUS_VID_MESSAGE_QUEUE_CLOSED: NTSTATUS = -1070137318i32;
5675 pub const STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG: NTSTATUS = -1070137337i32;
5676 pub const STATUS_VID_MMIO_RANGE_DESTROYED: NTSTATUS = -1070137311i32;
5677 pub const STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED: NTSTATUS = -1070137327i32;
5678 pub const STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE: NTSTATUS = -1070137322i32;
5679 pub const STATUS_VID_PAGE_RANGE_OVERFLOW: NTSTATUS = -1070137325i32;
5680 pub const STATUS_VID_PARTITION_ALREADY_EXISTS: NTSTATUS = -1070137336i32;
5681 pub const STATUS_VID_PARTITION_DOES_NOT_EXIST: NTSTATUS = -1070137335i32;
5682 pub const STATUS_VID_PARTITION_NAME_NOT_FOUND: NTSTATUS = -1070137334i32;
5683 pub const STATUS_VID_PARTITION_NAME_TOO_LONG: NTSTATUS = -1070137338i32;
5684 pub const STATUS_VID_QUEUE_FULL: NTSTATUS = -1070137341i32;
5685 pub const STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED: NTSTATUS = -2143879167i32;
5686 pub const STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED: NTSTATUS = -1070137309i32;
5687 pub const STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL: NTSTATUS = -1070137308i32;
5688 pub const STATUS_VID_SAVED_STATE_CORRUPT: NTSTATUS = -1070137305i32;
5689 pub const STATUS_VID_SAVED_STATE_INCOMPATIBLE: NTSTATUS = -1070137303i32;
5690 pub const STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM: NTSTATUS = -1070137304i32;
5691 pub const STATUS_VID_STOP_PENDING: NTSTATUS = -1070137316i32;
5692 pub const STATUS_VID_TOO_MANY_HANDLERS: NTSTATUS = -1070137342i32;
5693 pub const STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED: NTSTATUS = -1070137317i32;
5694 pub const STATUS_VID_VTL_ACCESS_DENIED: NTSTATUS = -1070137302i32;
5695 pub const STATUS_VIRTDISK_DISK_ALREADY_OWNED: NTSTATUS = -1069940706i32;
5696 pub const STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE: NTSTATUS = -1069940705i32;
5697 pub const STATUS_VIRTDISK_NOT_VIRTUAL_DISK: NTSTATUS = -1069940715i32;
5698 pub const STATUS_VIRTDISK_PROVIDER_NOT_FOUND: NTSTATUS = -1069940716i32;
5699 pub const STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE: NTSTATUS = -1069940707i32;
5700 pub const STATUS_VIRTUAL_CIRCUIT_CLOSED: NTSTATUS = -1073741610i32;
5701 pub const STATUS_VIRTUAL_DISK_LIMITATION: NTSTATUS = -1069940710i32;
5702 pub const STATUS_VIRUS_DELETED: NTSTATUS = -1073739513i32;
5703 pub const STATUS_VIRUS_INFECTED: NTSTATUS = -1073739514i32;
5704 pub const STATUS_VOLMGR_ALL_DISKS_FAILED: NTSTATUS = -1070071767i32;
5705 pub const STATUS_VOLMGR_BAD_BOOT_DISK: NTSTATUS = -1070071729i32;
5706 pub const STATUS_VOLMGR_DATABASE_FULL: NTSTATUS = -1070071807i32;
5707 pub const STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE: NTSTATUS = -1070071730i32;
5708 pub const STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED: NTSTATUS = -1070071806i32;
5709 pub const STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC: NTSTATUS = -1070071805i32;
5710 pub const STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME: NTSTATUS = -1070071803i32;
5711 pub const STATUS_VOLMGR_DISK_DUPLICATE: NTSTATUS = -1070071802i32;
5712 pub const STATUS_VOLMGR_DISK_DYNAMIC: NTSTATUS = -1070071801i32;
5713 pub const STATUS_VOLMGR_DISK_ID_INVALID: NTSTATUS = -1070071800i32;
5714 pub const STATUS_VOLMGR_DISK_INVALID: NTSTATUS = -1070071799i32;
5715 pub const STATUS_VOLMGR_DISK_LAST_VOTER: NTSTATUS = -1070071798i32;
5716 pub const STATUS_VOLMGR_DISK_LAYOUT_INVALID: NTSTATUS = -1070071797i32;
5717 pub const STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS: NTSTATUS = -1070071796i32;
5718 pub const STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED: NTSTATUS = -1070071795i32;
5719 pub const STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL: NTSTATUS = -1070071794i32;
5720 pub const STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS: NTSTATUS = -1070071793i32;
5721 pub const STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS: NTSTATUS = -1070071792i32;
5722 pub const STATUS_VOLMGR_DISK_MISSING: NTSTATUS = -1070071791i32;
5723 pub const STATUS_VOLMGR_DISK_NOT_EMPTY: NTSTATUS = -1070071790i32;
5724 pub const STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE: NTSTATUS = -1070071789i32;
5725 pub const STATUS_VOLMGR_DISK_REVECTORING_FAILED: NTSTATUS = -1070071788i32;
5726 pub const STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID: NTSTATUS = -1070071787i32;
5727 pub const STATUS_VOLMGR_DISK_SET_NOT_CONTAINED: NTSTATUS = -1070071786i32;
5728 pub const STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS: NTSTATUS = -1070071785i32;
5729 pub const STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES: NTSTATUS = -1070071784i32;
5730 pub const STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED: NTSTATUS = -1070071783i32;
5731 pub const STATUS_VOLMGR_EXTENT_ALREADY_USED: NTSTATUS = -1070071782i32;
5732 pub const STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS: NTSTATUS = -1070071781i32;
5733 pub const STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION: NTSTATUS = -1070071780i32;
5734 pub const STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED: NTSTATUS = -1070071779i32;
5735 pub const STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION: NTSTATUS = -1070071778i32;
5736 pub const STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH: NTSTATUS = -1070071777i32;
5737 pub const STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED: NTSTATUS = -1070071776i32;
5738 pub const STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION: NTSTATUS = -2143813630i32;
5739 pub const STATUS_VOLMGR_INCOMPLETE_REGENERATION: NTSTATUS = -2143813631i32;
5740 pub const STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID: NTSTATUS = -1070071775i32;
5741 pub const STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS: NTSTATUS = -1070071774i32;
5742 pub const STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE: NTSTATUS = -1070071772i32;
5743 pub const STATUS_VOLMGR_MEMBER_INDEX_INVALID: NTSTATUS = -1070071771i32;
5744 pub const STATUS_VOLMGR_MEMBER_IN_SYNC: NTSTATUS = -1070071773i32;
5745 pub const STATUS_VOLMGR_MEMBER_MISSING: NTSTATUS = -1070071770i32;
5746 pub const STATUS_VOLMGR_MEMBER_NOT_DETACHED: NTSTATUS = -1070071769i32;
5747 pub const STATUS_VOLMGR_MEMBER_REGENERATING: NTSTATUS = -1070071768i32;
5748 pub const STATUS_VOLMGR_MIRROR_NOT_SUPPORTED: NTSTATUS = -1070071717i32;
5749 pub const STATUS_VOLMGR_NOTIFICATION_RESET: NTSTATUS = -1070071764i32;
5750 pub const STATUS_VOLMGR_NOT_PRIMARY_PACK: NTSTATUS = -1070071726i32;
5751 pub const STATUS_VOLMGR_NO_REGISTERED_USERS: NTSTATUS = -1070071766i32;
5752 pub const STATUS_VOLMGR_NO_SUCH_USER: NTSTATUS = -1070071765i32;
5753 pub const STATUS_VOLMGR_NO_VALID_LOG_COPIES: NTSTATUS = -1070071720i32;
5754 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID: NTSTATUS = -1070071718i32;
5755 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID: NTSTATUS = -1070071723i32;
5756 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID: NTSTATUS = -1070071724i32;
5757 pub const STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID: NTSTATUS = -1070071731i32;
5758 pub const STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID: NTSTATUS = -1070071763i32;
5759 pub const STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID: NTSTATUS = -1070071762i32;
5760 pub const STATUS_VOLMGR_PACK_CONFIG_OFFLINE: NTSTATUS = -1070071728i32;
5761 pub const STATUS_VOLMGR_PACK_CONFIG_ONLINE: NTSTATUS = -1070071727i32;
5762 pub const STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED: NTSTATUS = -1070071804i32;
5763 pub const STATUS_VOLMGR_PACK_DUPLICATE: NTSTATUS = -1070071761i32;
5764 pub const STATUS_VOLMGR_PACK_HAS_QUORUM: NTSTATUS = -1070071756i32;
5765 pub const STATUS_VOLMGR_PACK_ID_INVALID: NTSTATUS = -1070071760i32;
5766 pub const STATUS_VOLMGR_PACK_INVALID: NTSTATUS = -1070071759i32;
5767 pub const STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED: NTSTATUS = -1070071725i32;
5768 pub const STATUS_VOLMGR_PACK_NAME_INVALID: NTSTATUS = -1070071758i32;
5769 pub const STATUS_VOLMGR_PACK_OFFLINE: NTSTATUS = -1070071757i32;
5770 pub const STATUS_VOLMGR_PACK_WITHOUT_QUORUM: NTSTATUS = -1070071755i32;
5771 pub const STATUS_VOLMGR_PARTITION_STYLE_INVALID: NTSTATUS = -1070071754i32;
5772 pub const STATUS_VOLMGR_PARTITION_UPDATE_FAILED: NTSTATUS = -1070071753i32;
5773 pub const STATUS_VOLMGR_PLEX_INDEX_DUPLICATE: NTSTATUS = -1070071751i32;
5774 pub const STATUS_VOLMGR_PLEX_INDEX_INVALID: NTSTATUS = -1070071750i32;
5775 pub const STATUS_VOLMGR_PLEX_IN_SYNC: NTSTATUS = -1070071752i32;
5776 pub const STATUS_VOLMGR_PLEX_LAST_ACTIVE: NTSTATUS = -1070071749i32;
5777 pub const STATUS_VOLMGR_PLEX_MISSING: NTSTATUS = -1070071748i32;
5778 pub const STATUS_VOLMGR_PLEX_NOT_RAID5: NTSTATUS = -1070071745i32;
5779 pub const STATUS_VOLMGR_PLEX_NOT_SIMPLE: NTSTATUS = -1070071744i32;
5780 pub const STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED: NTSTATUS = -1070071721i32;
5781 pub const STATUS_VOLMGR_PLEX_REGENERATING: NTSTATUS = -1070071747i32;
5782 pub const STATUS_VOLMGR_PLEX_TYPE_INVALID: NTSTATUS = -1070071746i32;
5783 pub const STATUS_VOLMGR_PRIMARY_PACK_PRESENT: NTSTATUS = -1070071719i32;
5784 pub const STATUS_VOLMGR_RAID5_NOT_SUPPORTED: NTSTATUS = -1070071716i32;
5785 pub const STATUS_VOLMGR_STRUCTURE_SIZE_INVALID: NTSTATUS = -1070071743i32;
5786 pub const STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS: NTSTATUS = -1070071742i32;
5787 pub const STATUS_VOLMGR_TRANSACTION_IN_PROGRESS: NTSTATUS = -1070071741i32;
5788 pub const STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE: NTSTATUS = -1070071740i32;
5789 pub const STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK: NTSTATUS = -1070071739i32;
5790 pub const STATUS_VOLMGR_VOLUME_ID_INVALID: NTSTATUS = -1070071738i32;
5791 pub const STATUS_VOLMGR_VOLUME_LENGTH_INVALID: NTSTATUS = -1070071737i32;
5792 pub const STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE: NTSTATUS = -1070071736i32;
5793 pub const STATUS_VOLMGR_VOLUME_MIRRORED: NTSTATUS = -1070071722i32;
5794 pub const STATUS_VOLMGR_VOLUME_NOT_MIRRORED: NTSTATUS = -1070071735i32;
5795 pub const STATUS_VOLMGR_VOLUME_NOT_RETAINED: NTSTATUS = -1070071734i32;
5796 pub const STATUS_VOLMGR_VOLUME_OFFLINE: NTSTATUS = -1070071733i32;
5797 pub const STATUS_VOLMGR_VOLUME_RETAINED: NTSTATUS = -1070071732i32;
5798 pub const STATUS_VOLSNAP_ACTIVATION_TIMEOUT: NTSTATUS = -1068498940i32;
5799 pub const STATUS_VOLSNAP_BOOTFILE_NOT_VALID: NTSTATUS = -1068498941i32;
5800 pub const STATUS_VOLSNAP_HIBERNATE_READY: NTSTATUS = 293i32;
5801 pub const STATUS_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT: NTSTATUS = -1068498939i32;
5802 pub const STATUS_VOLSNAP_PREPARE_HIBERNATE: NTSTATUS = -1073740793i32;
5803 pub const STATUS_VOLUME_DIRTY: NTSTATUS = -1073739770i32;
5804 pub const STATUS_VOLUME_DISMOUNTED: NTSTATUS = -1073741202i32;
5805 pub const STATUS_VOLUME_MOUNTED: NTSTATUS = 265i32;
5806 pub const STATUS_VOLUME_NOT_CLUSTER_ALIGNED: NTSTATUS = -1073740636i32;
5807 pub const STATUS_VOLUME_NOT_SUPPORTED: NTSTATUS = -1073740602i32;
5808 pub const STATUS_VOLUME_NOT_UPGRADED: NTSTATUS = -1073741156i32;
5809 pub const STATUS_VOLUME_WRITE_ACCESS_DENIED: NTSTATUS = -1073740589i32;
5810 pub const STATUS_VRF_VOLATILE_CFG_AND_IO_ENABLED: NTSTATUS = -1073738744i32;
5811 pub const STATUS_VRF_VOLATILE_NMI_REGISTERED: NTSTATUS = -1073738738i32;
5812 pub const STATUS_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM: NTSTATUS = -1073738741i32;
5813 pub const STATUS_VRF_VOLATILE_NOT_STOPPABLE: NTSTATUS = -1073738743i32;
5814 pub const STATUS_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS: NTSTATUS = -1073738740i32;
5815 pub const STATUS_VRF_VOLATILE_PROTECTED_DRIVER: NTSTATUS = -1073738739i32;
5816 pub const STATUS_VRF_VOLATILE_SAFE_MODE: NTSTATUS = -1073738742i32;
5817 pub const STATUS_VRF_VOLATILE_SETTINGS_CONFLICT: NTSTATUS = -1073738737i32;
5818 pub const STATUS_VSM_DMA_PROTECTION_NOT_IN_USE: NTSTATUS = -1069219839i32;
5819 pub const STATUS_VSM_NOT_INITIALIZED: NTSTATUS = -1069219840i32;
5820 pub const STATUS_WAIT_0: NTSTATUS = 0i32;
5821 pub const STATUS_WAIT_1: NTSTATUS = 1i32;
5822 pub const STATUS_WAIT_2: NTSTATUS = 2i32;
5823 pub const STATUS_WAIT_3: NTSTATUS = 3i32;
5824 pub const STATUS_WAIT_63: NTSTATUS = 63i32;
5825 pub const STATUS_WAIT_FOR_OPLOCK: NTSTATUS = 871i32;
5826 pub const STATUS_WAKE_SYSTEM: NTSTATUS = 1073742484i32;
5827 pub const STATUS_WAKE_SYSTEM_DEBUGGER: NTSTATUS = -2147483641i32;
5828 pub const STATUS_WAS_LOCKED: NTSTATUS = 1073741849i32;
5829 pub const STATUS_WAS_UNLOCKED: NTSTATUS = 1073741847i32;
5830 pub const STATUS_WEAK_WHFBKEY_BLOCKED: NTSTATUS = -1073741389i32;
5831 pub const STATUS_WIM_NOT_BOOTABLE: NTSTATUS = -1073740665i32;
5832 pub const STATUS_WMI_ALREADY_DISABLED: NTSTATUS = -1073741054i32;
5833 pub const STATUS_WMI_ALREADY_ENABLED: NTSTATUS = -1073741053i32;
5834 pub const STATUS_WMI_GUID_DISCONNECTED: NTSTATUS = -1073741055i32;
5835 pub const STATUS_WMI_GUID_NOT_FOUND: NTSTATUS = -1073741163i32;
5836 pub const STATUS_WMI_INSTANCE_NOT_FOUND: NTSTATUS = -1073741162i32;
5837 pub const STATUS_WMI_ITEMID_NOT_FOUND: NTSTATUS = -1073741161i32;
5838 pub const STATUS_WMI_NOT_SUPPORTED: NTSTATUS = -1073741091i32;
5839 pub const STATUS_WMI_READ_ONLY: NTSTATUS = -1073741114i32;
5840 pub const STATUS_WMI_SET_FAILURE: NTSTATUS = -1073741113i32;
5841 pub const STATUS_WMI_TRY_AGAIN: NTSTATUS = -1073741160i32;
5842 pub const STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT: NTSTATUS = -1073700185i32;
5843 pub const STATUS_WOF_WIM_HEADER_CORRUPT: NTSTATUS = -1073700187i32;
5844 pub const STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT: NTSTATUS = -1073700186i32;
5845 pub const STATUS_WORKING_SET_LIMIT_RANGE: NTSTATUS = 1073741826i32;
5846 pub const STATUS_WORKING_SET_QUOTA: NTSTATUS = -1073741663i32;
5847 pub const STATUS_WOW_ASSERTION: NTSTATUS = -1073702760i32;
5848 pub const STATUS_WRONG_COMPARTMENT: NTSTATUS = -1073700731i32;
5849 pub const STATUS_WRONG_CREDENTIAL_HANDLE: NTSTATUS = -1073741070i32;
5850 pub const STATUS_WRONG_EFS: NTSTATUS = -1073741169i32;
5851 pub const STATUS_WRONG_PASSWORD_CORE: NTSTATUS = -1073741495i32;
5852 pub const STATUS_WRONG_VOLUME: NTSTATUS = -1073741806i32;
5853 pub const STATUS_WX86_BREAKPOINT: NTSTATUS = 1073741855i32;
5854 pub const STATUS_WX86_CONTINUE: NTSTATUS = 1073741853i32;
5855 pub const STATUS_WX86_CREATEWX86TIB: NTSTATUS = 1073741864i32;
5856 pub const STATUS_WX86_EXCEPTION_CHAIN: NTSTATUS = 1073741858i32;
5857 pub const STATUS_WX86_EXCEPTION_CONTINUE: NTSTATUS = 1073741856i32;
5858 pub const STATUS_WX86_EXCEPTION_LASTCHANCE: NTSTATUS = 1073741857i32;
5859 pub const STATUS_WX86_FLOAT_STACK_CHECK: NTSTATUS = -1073741200i32;
5860 pub const STATUS_WX86_INTERNAL_ERROR: NTSTATUS = -1073741201i32;
5861 pub const STATUS_WX86_SINGLE_STEP: NTSTATUS = 1073741854i32;
5862 pub const STATUS_WX86_UNSIMULATE: NTSTATUS = 1073741852i32;
5863 pub const STATUS_XMLDSIG_ERROR: NTSTATUS = -1073700732i32;
5864 pub const STATUS_XML_ENCODING_MISMATCH: NTSTATUS = -1072365535i32;
5865 pub const STATUS_XML_PARSE_ERROR: NTSTATUS = -1073700733i32;
5866 pub const STG_E_ABNORMALAPIEXIT: ::windows_sys::core::HRESULT = -2147286790i32;
5867 pub const STG_E_ACCESSDENIED: ::windows_sys::core::HRESULT = -2147287035i32;
5868 pub const STG_E_BADBASEADDRESS: ::windows_sys::core::HRESULT = -2147286768i32;
5869 pub const STG_E_CANTSAVE: ::windows_sys::core::HRESULT = -2147286781i32;
5870 pub const STG_E_CSS_AUTHENTICATION_FAILURE: ::windows_sys::core::HRESULT = -2147286266i32;
5871 pub const STG_E_CSS_KEY_NOT_ESTABLISHED: ::windows_sys::core::HRESULT = -2147286264i32;
5872 pub const STG_E_CSS_KEY_NOT_PRESENT: ::windows_sys::core::HRESULT = -2147286265i32;
5873 pub const STG_E_CSS_REGION_MISMATCH: ::windows_sys::core::HRESULT = -2147286262i32;
5874 pub const STG_E_CSS_SCRAMBLED_SECTOR: ::windows_sys::core::HRESULT = -2147286263i32;
5875 pub const STG_E_DEVICE_UNRESPONSIVE: ::windows_sys::core::HRESULT = -2147286518i32;
5876 pub const STG_E_DISKISWRITEPROTECTED: ::windows_sys::core::HRESULT = -2147287021i32;
5877 pub const STG_E_DOCFILECORRUPT: ::windows_sys::core::HRESULT = -2147286775i32;
5878 pub const STG_E_DOCFILETOOLARGE: ::windows_sys::core::HRESULT = -2147286767i32;
5879 pub const STG_E_EXTANTMARSHALLINGS: ::windows_sys::core::HRESULT = -2147286776i32;
5880 pub const STG_E_FILEALREADYEXISTS: ::windows_sys::core::HRESULT = -2147286960i32;
5881 pub const STG_E_FILENOTFOUND: ::windows_sys::core::HRESULT = -2147287038i32;
5882 pub const STG_E_FIRMWARE_IMAGE_INVALID: ::windows_sys::core::HRESULT = -2147286519i32;
5883 pub const STG_E_FIRMWARE_SLOT_INVALID: ::windows_sys::core::HRESULT = -2147286520i32;
5884 pub const STG_E_INCOMPLETE: ::windows_sys::core::HRESULT = -2147286527i32;
5885 pub const STG_E_INSUFFICIENTMEMORY: ::windows_sys::core::HRESULT = -2147287032i32;
5886 pub const STG_E_INUSE: ::windows_sys::core::HRESULT = -2147286784i32;
5887 pub const STG_E_INVALIDFLAG: ::windows_sys::core::HRESULT = -2147286785i32;
5888 pub const STG_E_INVALIDFUNCTION: ::windows_sys::core::HRESULT = -2147287039i32;
5889 pub const STG_E_INVALIDHANDLE: ::windows_sys::core::HRESULT = -2147287034i32;
5890 pub const STG_E_INVALIDHEADER: ::windows_sys::core::HRESULT = -2147286789i32;
5891 pub const STG_E_INVALIDNAME: ::windows_sys::core::HRESULT = -2147286788i32;
5892 pub const STG_E_INVALIDPARAMETER: ::windows_sys::core::HRESULT = -2147286953i32;
5893 pub const STG_E_INVALIDPOINTER: ::windows_sys::core::HRESULT = -2147287031i32;
5894 pub const STG_E_LOCKVIOLATION: ::windows_sys::core::HRESULT = -2147287007i32;
5895 pub const STG_E_MEDIUMFULL: ::windows_sys::core::HRESULT = -2147286928i32;
5896 pub const STG_E_NOMOREFILES: ::windows_sys::core::HRESULT = -2147287022i32;
5897 pub const STG_E_NOTCURRENT: ::windows_sys::core::HRESULT = -2147286783i32;
5898 pub const STG_E_NOTFILEBASEDSTORAGE: ::windows_sys::core::HRESULT = -2147286777i32;
5899 pub const STG_E_NOTSIMPLEFORMAT: ::windows_sys::core::HRESULT = -2147286766i32;
5900 pub const STG_E_OLDDLL: ::windows_sys::core::HRESULT = -2147286779i32;
5901 pub const STG_E_OLDFORMAT: ::windows_sys::core::HRESULT = -2147286780i32;
5902 pub const STG_E_PATHNOTFOUND: ::windows_sys::core::HRESULT = -2147287037i32;
5903 pub const STG_E_PROPSETMISMATCHED: ::windows_sys::core::HRESULT = -2147286800i32;
5904 pub const STG_E_READFAULT: ::windows_sys::core::HRESULT = -2147287010i32;
5905 pub const STG_E_RESETS_EXHAUSTED: ::windows_sys::core::HRESULT = -2147286261i32;
5906 pub const STG_E_REVERTED: ::windows_sys::core::HRESULT = -2147286782i32;
5907 pub const STG_E_SEEKERROR: ::windows_sys::core::HRESULT = -2147287015i32;
5908 pub const STG_E_SHAREREQUIRED: ::windows_sys::core::HRESULT = -2147286778i32;
5909 pub const STG_E_SHAREVIOLATION: ::windows_sys::core::HRESULT = -2147287008i32;
5910 pub const STG_E_STATUS_COPY_PROTECTION_FAILURE: ::windows_sys::core::HRESULT = -2147286267i32;
5911 pub const STG_E_TERMINATED: ::windows_sys::core::HRESULT = -2147286526i32;
5912 pub const STG_E_TOOMANYOPENFILES: ::windows_sys::core::HRESULT = -2147287036i32;
5913 pub const STG_E_UNIMPLEMENTEDFUNCTION: ::windows_sys::core::HRESULT = -2147286786i32;
5914 pub const STG_E_UNKNOWN: ::windows_sys::core::HRESULT = -2147286787i32;
5915 pub const STG_E_WRITEFAULT: ::windows_sys::core::HRESULT = -2147287011i32;
5916 pub const STG_S_BLOCK: ::windows_sys::core::HRESULT = 197121i32;
5917 pub const STG_S_CANNOTCONSOLIDATE: ::windows_sys::core::HRESULT = 197126i32;
5918 pub const STG_S_CONSOLIDATIONFAILED: ::windows_sys::core::HRESULT = 197125i32;
5919 pub const STG_S_CONVERTED: ::windows_sys::core::HRESULT = 197120i32;
5920 pub const STG_S_MONITORING: ::windows_sys::core::HRESULT = 197123i32;
5921 pub const STG_S_MULTIPLEOPENS: ::windows_sys::core::HRESULT = 197124i32;
5922 pub const STG_S_POWER_CYCLE_REQUIRED: ::windows_sys::core::HRESULT = 197127i32;
5923 pub const STG_S_RETRYNOW: ::windows_sys::core::HRESULT = 197122i32;
5924 pub const STORE_ERROR_LICENSE_REVOKED: i32 = 15864i32;
5925 pub const STORE_ERROR_PENDING_COM_TRANSACTION: i32 = 15863i32;
5926 pub const STORE_ERROR_UNLICENSED: i32 = 15861i32;
5927 pub const STORE_ERROR_UNLICENSED_USER: i32 = 15862i32;
5928 pub const STRICT: u32 = 1u32;
5929 pub const SUCCESS: u32 = 0u32;
5930 #[repr(C)]
5931 pub struct SYSTEMTIME {
5932 pub wYear: u16,
5933 pub wMonth: u16,
5934 pub wDayOfWeek: u16,
5935 pub wDay: u16,
5936 pub wHour: u16,
5937 pub wMinute: u16,
5938 pub wSecond: u16,
5939 pub wMilliseconds: u16,
5940 }
5941 impl ::core::marker::Copy for SYSTEMTIME {}
5942 impl ::core::clone::Clone for SYSTEMTIME {
5943 fn clone(&self) -> Self {
5944 *self
5945 }
5946 }
5947 pub const S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG: ::windows_sys::core::HRESULT = 2556505i32;
5948 pub const S_FALSE: ::windows_sys::core::HRESULT = 1i32;
5949 pub const S_OK: ::windows_sys::core::HRESULT = 0i32;
5950 pub const S_STORE_LAUNCHED_FOR_REMEDIATION: ::windows_sys::core::HRESULT = 2556504i32;
5951 pub const TBSIMP_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144796160i32;
5952 pub const TBSIMP_E_CLEANUP_FAILED: ::windows_sys::core::HRESULT = -2144796159i32;
5953 pub const TBSIMP_E_COMMAND_CANCELED: ::windows_sys::core::HRESULT = -2144796149i32;
5954 pub const TBSIMP_E_COMMAND_FAILED: ::windows_sys::core::HRESULT = -2144796143i32;
5955 pub const TBSIMP_E_DUPLICATE_VHANDLE: ::windows_sys::core::HRESULT = -2144796154i32;
5956 pub const TBSIMP_E_HASH_BAD_KEY: ::windows_sys::core::HRESULT = -2144796155i32;
5957 pub const TBSIMP_E_HASH_TABLE_FULL: ::windows_sys::core::HRESULT = -2144796138i32;
5958 pub const TBSIMP_E_INVALID_CONTEXT_HANDLE: ::windows_sys::core::HRESULT = -2144796158i32;
5959 pub const TBSIMP_E_INVALID_CONTEXT_PARAM: ::windows_sys::core::HRESULT = -2144796157i32;
5960 pub const TBSIMP_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144796153i32;
5961 pub const TBSIMP_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144796152i32;
5962 pub const TBSIMP_E_INVALID_RESOURCE: ::windows_sys::core::HRESULT = -2144796140i32;
5963 pub const TBSIMP_E_LIST_NOT_FOUND: ::windows_sys::core::HRESULT = -2144796146i32;
5964 pub const TBSIMP_E_LIST_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2144796147i32;
5965 pub const TBSIMP_E_NOTHING_TO_UNLOAD: ::windows_sys::core::HRESULT = -2144796139i32;
5966 pub const TBSIMP_E_NOT_ENOUGH_SPACE: ::windows_sys::core::HRESULT = -2144796145i32;
5967 pub const TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS: ::windows_sys::core::HRESULT = -2144796144i32;
5968 pub const TBSIMP_E_NO_EVENT_LOG: ::windows_sys::core::HRESULT = -2144796133i32;
5969 pub const TBSIMP_E_OUT_OF_MEMORY: ::windows_sys::core::HRESULT = -2144796148i32;
5970 pub const TBSIMP_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144796135i32;
5971 pub const TBSIMP_E_RESOURCE_EXPIRED: ::windows_sys::core::HRESULT = -2144796141i32;
5972 pub const TBSIMP_E_RPC_INIT_FAILED: ::windows_sys::core::HRESULT = -2144796151i32;
5973 pub const TBSIMP_E_SCHEDULER_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144796150i32;
5974 pub const TBSIMP_E_TOO_MANY_RESOURCES: ::windows_sys::core::HRESULT = -2144796136i32;
5975 pub const TBSIMP_E_TOO_MANY_TBS_CONTEXTS: ::windows_sys::core::HRESULT = -2144796137i32;
5976 pub const TBSIMP_E_TPM_ERROR: ::windows_sys::core::HRESULT = -2144796156i32;
5977 pub const TBSIMP_E_TPM_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2144796134i32;
5978 pub const TBSIMP_E_UNKNOWN_ORDINAL: ::windows_sys::core::HRESULT = -2144796142i32;
5979 pub const TBS_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2144845806i32;
5980 pub const TBS_E_BAD_PARAMETER: ::windows_sys::core::HRESULT = -2144845822i32;
5981 pub const TBS_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2144845810i32;
5982 pub const TBS_E_COMMAND_CANCELED: ::windows_sys::core::HRESULT = -2144845811i32;
5983 pub const TBS_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2144845819i32;
5984 pub const TBS_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144845823i32;
5985 pub const TBS_E_INVALID_CONTEXT: ::windows_sys::core::HRESULT = -2144845820i32;
5986 pub const TBS_E_INVALID_CONTEXT_PARAM: ::windows_sys::core::HRESULT = -2144845817i32;
5987 pub const TBS_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144845821i32;
5988 pub const TBS_E_IOERROR: ::windows_sys::core::HRESULT = -2144845818i32;
5989 pub const TBS_E_NO_EVENT_LOG: ::windows_sys::core::HRESULT = -2144845807i32;
5990 pub const TBS_E_OWNERAUTH_NOT_FOUND: ::windows_sys::core::HRESULT = -2144845803i32;
5991 pub const TBS_E_PPI_FUNCTION_UNSUPPORTED: ::windows_sys::core::HRESULT = -2144845804i32;
5992 pub const TBS_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144845812i32;
5993 pub const TBS_E_PROVISIONING_INCOMPLETE: ::windows_sys::core::HRESULT = -2144845802i32;
5994 pub const TBS_E_PROVISIONING_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144845805i32;
5995 pub const TBS_E_SERVICE_DISABLED: ::windows_sys::core::HRESULT = -2144845808i32;
5996 pub const TBS_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144845816i32;
5997 pub const TBS_E_SERVICE_START_PENDING: ::windows_sys::core::HRESULT = -2144845813i32;
5998 pub const TBS_E_TOO_MANY_RESOURCES: ::windows_sys::core::HRESULT = -2144845814i32;
5999 pub const TBS_E_TOO_MANY_TBS_CONTEXTS: ::windows_sys::core::HRESULT = -2144845815i32;
6000 pub const TBS_E_TPM_NOT_FOUND: ::windows_sys::core::HRESULT = -2144845809i32;
6001 pub const TPC_E_INITIALIZE_FAIL: ::windows_sys::core::HRESULT = -2147220957i32;
6002 pub const TPC_E_INVALID_CONFIGURATION: ::windows_sys::core::HRESULT = -2147220935i32;
6003 pub const TPC_E_INVALID_DATA_FROM_RECOGNIZER: ::windows_sys::core::HRESULT = -2147220934i32;
6004 pub const TPC_E_INVALID_INPUT_RECT: ::windows_sys::core::HRESULT = -2147220967i32;
6005 pub const TPC_E_INVALID_PACKET_DESCRIPTION: ::windows_sys::core::HRESULT = -2147220941i32;
6006 pub const TPC_E_INVALID_PROPERTY: ::windows_sys::core::HRESULT = -2147220927i32;
6007 pub const TPC_E_INVALID_RIGHTS: ::windows_sys::core::HRESULT = -2147220938i32;
6008 pub const TPC_E_INVALID_STROKE: ::windows_sys::core::HRESULT = -2147220958i32;
6009 pub const TPC_E_NOT_RELEVANT: ::windows_sys::core::HRESULT = -2147220942i32;
6010 pub const TPC_E_NO_DEFAULT_TABLET: ::windows_sys::core::HRESULT = -2147220974i32;
6011 pub const TPC_E_OUT_OF_ORDER_CALL: ::windows_sys::core::HRESULT = -2147220937i32;
6012 pub const TPC_E_QUEUE_FULL: ::windows_sys::core::HRESULT = -2147220936i32;
6013 pub const TPC_E_RECOGNIZER_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2147220939i32;
6014 pub const TPC_E_UNKNOWN_PROPERTY: ::windows_sys::core::HRESULT = -2147220965i32;
6015 pub const TPC_S_INTERRUPTED: ::windows_sys::core::HRESULT = 262739i32;
6016 pub const TPC_S_NO_DATA_TO_PROCESS: ::windows_sys::core::HRESULT = 262740i32;
6017 pub const TPC_S_TRUNCATED: ::windows_sys::core::HRESULT = 262738i32;
6018 pub const TPMAPI_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2144796408i32;
6019 pub const TPMAPI_E_AUTHORIZATION_FAILED: ::windows_sys::core::HRESULT = -2144796407i32;
6020 pub const TPMAPI_E_AUTHORIZATION_REVOKED: ::windows_sys::core::HRESULT = -2144796378i32;
6021 pub const TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144796376i32;
6022 pub const TPMAPI_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144796410i32;
6023 pub const TPMAPI_E_EMPTY_TCG_LOG: ::windows_sys::core::HRESULT = -2144796390i32;
6024 pub const TPMAPI_E_ENCRYPTION_FAILED: ::windows_sys::core::HRESULT = -2144796400i32;
6025 pub const TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL: ::windows_sys::core::HRESULT = -2144796379i32;
6026 pub const TPMAPI_E_FIPS_RNG_CHECK_FAILED: ::windows_sys::core::HRESULT = -2144796391i32;
6027 pub const TPMAPI_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144796409i32;
6028 pub const TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE: ::windows_sys::core::HRESULT = -2144796375i32;
6029 pub const TPMAPI_E_INVALID_CONTEXT_HANDLE: ::windows_sys::core::HRESULT = -2144796406i32;
6030 pub const TPMAPI_E_INVALID_CONTEXT_PARAMS: ::windows_sys::core::HRESULT = -2144796395i32;
6031 pub const TPMAPI_E_INVALID_DELEGATE_BLOB: ::windows_sys::core::HRESULT = -2144796396i32;
6032 pub const TPMAPI_E_INVALID_ENCODING: ::windows_sys::core::HRESULT = -2144796402i32;
6033 pub const TPMAPI_E_INVALID_KEY_BLOB: ::windows_sys::core::HRESULT = -2144796394i32;
6034 pub const TPMAPI_E_INVALID_KEY_PARAMS: ::windows_sys::core::HRESULT = -2144796399i32;
6035 pub const TPMAPI_E_INVALID_KEY_SIZE: ::windows_sys::core::HRESULT = -2144796401i32;
6036 pub const TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB: ::windows_sys::core::HRESULT = -2144796398i32;
6037 pub const TPMAPI_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144796413i32;
6038 pub const TPMAPI_E_INVALID_OWNER_AUTH: ::windows_sys::core::HRESULT = -2144796392i32;
6039 pub const TPMAPI_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144796412i32;
6040 pub const TPMAPI_E_INVALID_PCR_DATA: ::windows_sys::core::HRESULT = -2144796393i32;
6041 pub const TPMAPI_E_INVALID_PCR_INDEX: ::windows_sys::core::HRESULT = -2144796397i32;
6042 pub const TPMAPI_E_INVALID_POLICYAUTH_BLOB_TYPE: ::windows_sys::core::HRESULT = -2144796370i32;
6043 pub const TPMAPI_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2144796416i32;
6044 pub const TPMAPI_E_INVALID_TCG_LOG_ENTRY: ::windows_sys::core::HRESULT = -2144796389i32;
6045 pub const TPMAPI_E_INVALID_TPM_VERSION: ::windows_sys::core::HRESULT = -2144796371i32;
6046 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_KEY: ::windows_sys::core::HRESULT = -2144796377i32;
6047 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER: ::windows_sys::core::HRESULT = -2144796373i32;
6048 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY: ::windows_sys::core::HRESULT = -2144796374i32;
6049 pub const TPMAPI_E_MESSAGE_TOO_LARGE: ::windows_sys::core::HRESULT = -2144796403i32;
6050 pub const TPMAPI_E_NOT_ENOUGH_DATA: ::windows_sys::core::HRESULT = -2144796415i32;
6051 pub const TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND: ::windows_sys::core::HRESULT = -2144796382i32;
6052 pub const TPMAPI_E_NV_BITS_NOT_DEFINED: ::windows_sys::core::HRESULT = -2144796385i32;
6053 pub const TPMAPI_E_NV_BITS_NOT_READY: ::windows_sys::core::HRESULT = -2144796384i32;
6054 pub const TPMAPI_E_OUT_OF_MEMORY: ::windows_sys::core::HRESULT = -2144796411i32;
6055 pub const TPMAPI_E_OWNER_AUTH_NOT_NULL: ::windows_sys::core::HRESULT = -2144796380i32;
6056 pub const TPMAPI_E_POLICY_DENIES_OPERATION: ::windows_sys::core::HRESULT = -2144796386i32;
6057 pub const TPMAPI_E_SEALING_KEY_CHANGED: ::windows_sys::core::HRESULT = -2144796372i32;
6058 pub const TPMAPI_E_SEALING_KEY_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144796383i32;
6059 pub const TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144796381i32;
6060 pub const TPMAPI_E_TBS_COMMUNICATION_ERROR: ::windows_sys::core::HRESULT = -2144796405i32;
6061 pub const TPMAPI_E_TCG_INVALID_DIGEST_ENTRY: ::windows_sys::core::HRESULT = -2144796387i32;
6062 pub const TPMAPI_E_TCG_SEPARATOR_ABSENT: ::windows_sys::core::HRESULT = -2144796388i32;
6063 pub const TPMAPI_E_TOO_MUCH_DATA: ::windows_sys::core::HRESULT = -2144796414i32;
6064 pub const TPMAPI_E_TPM_COMMAND_ERROR: ::windows_sys::core::HRESULT = -2144796404i32;
6065 pub const TPM_20_E_ASYMMETRIC: ::windows_sys::core::HRESULT = -2144862079i32;
6066 pub const TPM_20_E_ATTRIBUTES: ::windows_sys::core::HRESULT = -2144862078i32;
6067 pub const TPM_20_E_AUTHSIZE: ::windows_sys::core::HRESULT = -2144861884i32;
6068 pub const TPM_20_E_AUTH_CONTEXT: ::windows_sys::core::HRESULT = -2144861883i32;
6069 pub const TPM_20_E_AUTH_FAIL: ::windows_sys::core::HRESULT = -2144862066i32;
6070 pub const TPM_20_E_AUTH_MISSING: ::windows_sys::core::HRESULT = -2144861915i32;
6071 pub const TPM_20_E_AUTH_TYPE: ::windows_sys::core::HRESULT = -2144861916i32;
6072 pub const TPM_20_E_AUTH_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144861905i32;
6073 pub const TPM_20_E_BAD_AUTH: ::windows_sys::core::HRESULT = -2144862046i32;
6074 pub const TPM_20_E_BAD_CONTEXT: ::windows_sys::core::HRESULT = -2144861872i32;
6075 pub const TPM_20_E_BINDING: ::windows_sys::core::HRESULT = -2144862043i32;
6076 pub const TPM_20_E_CANCELED: ::windows_sys::core::HRESULT = -2144859895i32;
6077 pub const TPM_20_E_COMMAND_CODE: ::windows_sys::core::HRESULT = -2144861885i32;
6078 pub const TPM_20_E_COMMAND_SIZE: ::windows_sys::core::HRESULT = -2144861886i32;
6079 pub const TPM_20_E_CONTEXT_GAP: ::windows_sys::core::HRESULT = -2144859903i32;
6080 pub const TPM_20_E_CPHASH: ::windows_sys::core::HRESULT = -2144861871i32;
6081 pub const TPM_20_E_CURVE: ::windows_sys::core::HRESULT = -2144862042i32;
6082 pub const TPM_20_E_DISABLED: ::windows_sys::core::HRESULT = -2144861920i32;
6083 pub const TPM_20_E_ECC_CURVE: ::windows_sys::core::HRESULT = -2144861917i32;
6084 pub const TPM_20_E_ECC_POINT: ::windows_sys::core::HRESULT = -2144862041i32;
6085 pub const TPM_20_E_EXCLUSIVE: ::windows_sys::core::HRESULT = -2144861919i32;
6086 pub const TPM_20_E_EXPIRED: ::windows_sys::core::HRESULT = -2144862045i32;
6087 pub const TPM_20_E_FAILURE: ::windows_sys::core::HRESULT = -2144861951i32;
6088 pub const TPM_20_E_HANDLE: ::windows_sys::core::HRESULT = -2144862069i32;
6089 pub const TPM_20_E_HASH: ::windows_sys::core::HRESULT = -2144862077i32;
6090 pub const TPM_20_E_HIERARCHY: ::windows_sys::core::HRESULT = -2144862075i32;
6091 pub const TPM_20_E_HMAC: ::windows_sys::core::HRESULT = -2144861927i32;
6092 pub const TPM_20_E_INITIALIZE: ::windows_sys::core::HRESULT = -2144861952i32;
6093 pub const TPM_20_E_INSUFFICIENT: ::windows_sys::core::HRESULT = -2144862054i32;
6094 pub const TPM_20_E_INTEGRITY: ::windows_sys::core::HRESULT = -2144862049i32;
6095 pub const TPM_20_E_KDF: ::windows_sys::core::HRESULT = -2144862068i32;
6096 pub const TPM_20_E_KEY: ::windows_sys::core::HRESULT = -2144862052i32;
6097 pub const TPM_20_E_KEY_SIZE: ::windows_sys::core::HRESULT = -2144862073i32;
6098 pub const TPM_20_E_LOCALITY: ::windows_sys::core::HRESULT = -2144859897i32;
6099 pub const TPM_20_E_LOCKOUT: ::windows_sys::core::HRESULT = -2144859871i32;
6100 pub const TPM_20_E_MEMORY: ::windows_sys::core::HRESULT = -2144859900i32;
6101 pub const TPM_20_E_MGF: ::windows_sys::core::HRESULT = -2144862072i32;
6102 pub const TPM_20_E_MODE: ::windows_sys::core::HRESULT = -2144862071i32;
6103 pub const TPM_20_E_NEEDS_TEST: ::windows_sys::core::HRESULT = -2144861869i32;
6104 pub const TPM_20_E_NONCE: ::windows_sys::core::HRESULT = -2144862065i32;
6105 pub const TPM_20_E_NO_RESULT: ::windows_sys::core::HRESULT = -2144861868i32;
6106 pub const TPM_20_E_NV_AUTHORIZATION: ::windows_sys::core::HRESULT = -2144861879i32;
6107 pub const TPM_20_E_NV_DEFINED: ::windows_sys::core::HRESULT = -2144861876i32;
6108 pub const TPM_20_E_NV_LOCKED: ::windows_sys::core::HRESULT = -2144861880i32;
6109 pub const TPM_20_E_NV_RANGE: ::windows_sys::core::HRESULT = -2144861882i32;
6110 pub const TPM_20_E_NV_RATE: ::windows_sys::core::HRESULT = -2144859872i32;
6111 pub const TPM_20_E_NV_SIZE: ::windows_sys::core::HRESULT = -2144861881i32;
6112 pub const TPM_20_E_NV_SPACE: ::windows_sys::core::HRESULT = -2144861877i32;
6113 pub const TPM_20_E_NV_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144859869i32;
6114 pub const TPM_20_E_NV_UNINITIALIZED: ::windows_sys::core::HRESULT = -2144861878i32;
6115 pub const TPM_20_E_OBJECT_HANDLES: ::windows_sys::core::HRESULT = -2144859898i32;
6116 pub const TPM_20_E_OBJECT_MEMORY: ::windows_sys::core::HRESULT = -2144859902i32;
6117 pub const TPM_20_E_PARENT: ::windows_sys::core::HRESULT = -2144861870i32;
6118 pub const TPM_20_E_PCR: ::windows_sys::core::HRESULT = -2144861913i32;
6119 pub const TPM_20_E_PCR_CHANGED: ::windows_sys::core::HRESULT = -2144861912i32;
6120 pub const TPM_20_E_POLICY: ::windows_sys::core::HRESULT = -2144861914i32;
6121 pub const TPM_20_E_POLICY_CC: ::windows_sys::core::HRESULT = -2144862044i32;
6122 pub const TPM_20_E_POLICY_FAIL: ::windows_sys::core::HRESULT = -2144862051i32;
6123 pub const TPM_20_E_PP: ::windows_sys::core::HRESULT = -2144862064i32;
6124 pub const TPM_20_E_PRIVATE: ::windows_sys::core::HRESULT = -2144861941i32;
6125 pub const TPM_20_E_RANGE: ::windows_sys::core::HRESULT = -2144862067i32;
6126 pub const TPM_20_E_REBOOT: ::windows_sys::core::HRESULT = -2144861904i32;
6127 pub const TPM_20_E_RESERVED_BITS: ::windows_sys::core::HRESULT = -2144862047i32;
6128 pub const TPM_20_E_RETRY: ::windows_sys::core::HRESULT = -2144859870i32;
6129 pub const TPM_20_E_SCHEME: ::windows_sys::core::HRESULT = -2144862062i32;
6130 pub const TPM_20_E_SELECTOR: ::windows_sys::core::HRESULT = -2144862056i32;
6131 pub const TPM_20_E_SENSITIVE: ::windows_sys::core::HRESULT = -2144861867i32;
6132 pub const TPM_20_E_SEQUENCE: ::windows_sys::core::HRESULT = -2144861949i32;
6133 pub const TPM_20_E_SESSION_HANDLES: ::windows_sys::core::HRESULT = -2144859899i32;
6134 pub const TPM_20_E_SESSION_MEMORY: ::windows_sys::core::HRESULT = -2144859901i32;
6135 pub const TPM_20_E_SIGNATURE: ::windows_sys::core::HRESULT = -2144862053i32;
6136 pub const TPM_20_E_SIZE: ::windows_sys::core::HRESULT = -2144862059i32;
6137 pub const TPM_20_E_SYMMETRIC: ::windows_sys::core::HRESULT = -2144862058i32;
6138 pub const TPM_20_E_TAG: ::windows_sys::core::HRESULT = -2144862057i32;
6139 pub const TPM_20_E_TESTING: ::windows_sys::core::HRESULT = -2144859894i32;
6140 pub const TPM_20_E_TICKET: ::windows_sys::core::HRESULT = -2144862048i32;
6141 pub const TPM_20_E_TOO_MANY_CONTEXTS: ::windows_sys::core::HRESULT = -2144861906i32;
6142 pub const TPM_20_E_TYPE: ::windows_sys::core::HRESULT = -2144862070i32;
6143 pub const TPM_20_E_UNBALANCED: ::windows_sys::core::HRESULT = -2144861903i32;
6144 pub const TPM_20_E_UPGRADE: ::windows_sys::core::HRESULT = -2144861907i32;
6145 pub const TPM_20_E_VALUE: ::windows_sys::core::HRESULT = -2144862076i32;
6146 pub const TPM_20_E_YIELDED: ::windows_sys::core::HRESULT = -2144859896i32;
6147 pub const TPM_E_AREA_LOCKED: ::windows_sys::core::HRESULT = -2144862148i32;
6148 pub const TPM_E_ATTESTATION_CHALLENGE_NOT_SET: ::windows_sys::core::HRESULT = -2144795630i32;
6149 pub const TPM_E_AUDITFAILURE: ::windows_sys::core::HRESULT = -2144862204i32;
6150 pub const TPM_E_AUDITFAIL_SUCCESSFUL: ::windows_sys::core::HRESULT = -2144862159i32;
6151 pub const TPM_E_AUDITFAIL_UNSUCCESSFUL: ::windows_sys::core::HRESULT = -2144862160i32;
6152 pub const TPM_E_AUTH2FAIL: ::windows_sys::core::HRESULT = -2144862179i32;
6153 pub const TPM_E_AUTHFAIL: ::windows_sys::core::HRESULT = -2144862207i32;
6154 pub const TPM_E_AUTH_CONFLICT: ::windows_sys::core::HRESULT = -2144862149i32;
6155 pub const TPM_E_BADCONTEXT: ::windows_sys::core::HRESULT = -2144862118i32;
6156 pub const TPM_E_BADINDEX: ::windows_sys::core::HRESULT = -2144862206i32;
6157 pub const TPM_E_BADTAG: ::windows_sys::core::HRESULT = -2144862178i32;
6158 pub const TPM_E_BAD_ATTRIBUTES: ::windows_sys::core::HRESULT = -2144862142i32;
6159 pub const TPM_E_BAD_COUNTER: ::windows_sys::core::HRESULT = -2144862139i32;
6160 pub const TPM_E_BAD_DATASIZE: ::windows_sys::core::HRESULT = -2144862165i32;
6161 pub const TPM_E_BAD_DELEGATE: ::windows_sys::core::HRESULT = -2144862119i32;
6162 pub const TPM_E_BAD_HANDLE: ::windows_sys::core::HRESULT = -2144862120i32;
6163 pub const TPM_E_BAD_KEY_PROPERTY: ::windows_sys::core::HRESULT = -2144862168i32;
6164 pub const TPM_E_BAD_LOCALITY: ::windows_sys::core::HRESULT = -2144862147i32;
6165 pub const TPM_E_BAD_MIGRATION: ::windows_sys::core::HRESULT = -2144862167i32;
6166 pub const TPM_E_BAD_MODE: ::windows_sys::core::HRESULT = -2144862164i32;
6167 pub const TPM_E_BAD_ORDINAL: ::windows_sys::core::HRESULT = -2144862198i32;
6168 pub const TPM_E_BAD_PARAMETER: ::windows_sys::core::HRESULT = -2144862205i32;
6169 pub const TPM_E_BAD_PARAM_SIZE: ::windows_sys::core::HRESULT = -2144862183i32;
6170 pub const TPM_E_BAD_PRESENCE: ::windows_sys::core::HRESULT = -2144862163i32;
6171 pub const TPM_E_BAD_SCHEME: ::windows_sys::core::HRESULT = -2144862166i32;
6172 pub const TPM_E_BAD_SIGNATURE: ::windows_sys::core::HRESULT = -2144862110i32;
6173 pub const TPM_E_BAD_TYPE: ::windows_sys::core::HRESULT = -2144862156i32;
6174 pub const TPM_E_BAD_VERSION: ::windows_sys::core::HRESULT = -2144862162i32;
6175 pub const TPM_E_BUFFER_LENGTH_MISMATCH: ::windows_sys::core::HRESULT = -2144795618i32;
6176 pub const TPM_E_CLAIM_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795620i32;
6177 pub const TPM_E_CLEAR_DISABLED: ::windows_sys::core::HRESULT = -2144862203i32;
6178 pub const TPM_E_COMMAND_BLOCKED: ::windows_sys::core::HRESULT = -2144861184i32;
6179 pub const TPM_E_CONTEXT_GAP: ::windows_sys::core::HRESULT = -2144862137i32;
6180 pub const TPM_E_DAA_INPUT_DATA0: ::windows_sys::core::HRESULT = -2144862127i32;
6181 pub const TPM_E_DAA_INPUT_DATA1: ::windows_sys::core::HRESULT = -2144862126i32;
6182 pub const TPM_E_DAA_ISSUER_SETTINGS: ::windows_sys::core::HRESULT = -2144862125i32;
6183 pub const TPM_E_DAA_ISSUER_VALIDITY: ::windows_sys::core::HRESULT = -2144862122i32;
6184 pub const TPM_E_DAA_RESOURCES: ::windows_sys::core::HRESULT = -2144862128i32;
6185 pub const TPM_E_DAA_STAGE: ::windows_sys::core::HRESULT = -2144862123i32;
6186 pub const TPM_E_DAA_TPM_SETTINGS: ::windows_sys::core::HRESULT = -2144862124i32;
6187 pub const TPM_E_DAA_WRONG_W: ::windows_sys::core::HRESULT = -2144862121i32;
6188 pub const TPM_E_DEACTIVATED: ::windows_sys::core::HRESULT = -2144862202i32;
6189 pub const TPM_E_DECRYPT_ERROR: ::windows_sys::core::HRESULT = -2144862175i32;
6190 pub const TPM_E_DEFEND_LOCK_RUNNING: ::windows_sys::core::HRESULT = -2144860157i32;
6191 pub const TPM_E_DELEGATE_ADMIN: ::windows_sys::core::HRESULT = -2144862131i32;
6192 pub const TPM_E_DELEGATE_FAMILY: ::windows_sys::core::HRESULT = -2144862132i32;
6193 pub const TPM_E_DELEGATE_LOCK: ::windows_sys::core::HRESULT = -2144862133i32;
6194 pub const TPM_E_DISABLED: ::windows_sys::core::HRESULT = -2144862201i32;
6195 pub const TPM_E_DISABLED_CMD: ::windows_sys::core::HRESULT = -2144862200i32;
6196 pub const TPM_E_DOING_SELFTEST: ::windows_sys::core::HRESULT = -2144860158i32;
6197 pub const TPM_E_DUPLICATE_VHANDLE: ::windows_sys::core::HRESULT = -2144861182i32;
6198 pub const TPM_E_EMBEDDED_COMMAND_BLOCKED: ::windows_sys::core::HRESULT = -2144861181i32;
6199 pub const TPM_E_EMBEDDED_COMMAND_UNSUPPORTED: ::windows_sys::core::HRESULT = -2144861180i32;
6200 pub const TPM_E_ENCRYPT_ERROR: ::windows_sys::core::HRESULT = -2144862176i32;
6201 pub const TPM_E_ERROR_MASK: ::windows_sys::core::HRESULT = -2144862208i32;
6202 pub const TPM_E_FAIL: ::windows_sys::core::HRESULT = -2144862199i32;
6203 pub const TPM_E_FAILEDSELFTEST: ::windows_sys::core::HRESULT = -2144862180i32;
6204 pub const TPM_E_FAMILYCOUNT: ::windows_sys::core::HRESULT = -2144862144i32;
6205 pub const TPM_E_INAPPROPRIATE_ENC: ::windows_sys::core::HRESULT = -2144862194i32;
6206 pub const TPM_E_INAPPROPRIATE_SIG: ::windows_sys::core::HRESULT = -2144862169i32;
6207 pub const TPM_E_INSTALL_DISABLED: ::windows_sys::core::HRESULT = -2144862197i32;
6208 pub const TPM_E_INVALID_AUTHHANDLE: ::windows_sys::core::HRESULT = -2144862174i32;
6209 pub const TPM_E_INVALID_FAMILY: ::windows_sys::core::HRESULT = -2144862153i32;
6210 pub const TPM_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2144861183i32;
6211 pub const TPM_E_INVALID_KEYHANDLE: ::windows_sys::core::HRESULT = -2144862196i32;
6212 pub const TPM_E_INVALID_KEYUSAGE: ::windows_sys::core::HRESULT = -2144862172i32;
6213 pub const TPM_E_INVALID_OWNER_AUTH: ::windows_sys::core::HRESULT = -2144795135i32;
6214 pub const TPM_E_INVALID_PCR_INFO: ::windows_sys::core::HRESULT = -2144862192i32;
6215 pub const TPM_E_INVALID_POSTINIT: ::windows_sys::core::HRESULT = -2144862170i32;
6216 pub const TPM_E_INVALID_RESOURCE: ::windows_sys::core::HRESULT = -2144862155i32;
6217 pub const TPM_E_INVALID_STRUCTURE: ::windows_sys::core::HRESULT = -2144862141i32;
6218 pub const TPM_E_IOERROR: ::windows_sys::core::HRESULT = -2144862177i32;
6219 pub const TPM_E_KEYNOTFOUND: ::windows_sys::core::HRESULT = -2144862195i32;
6220 pub const TPM_E_KEY_ALREADY_FINALIZED: ::windows_sys::core::HRESULT = -2144795628i32;
6221 pub const TPM_E_KEY_NOTSUPPORTED: ::windows_sys::core::HRESULT = -2144862150i32;
6222 pub const TPM_E_KEY_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2144795624i32;
6223 pub const TPM_E_KEY_NOT_FINALIZED: ::windows_sys::core::HRESULT = -2144795631i32;
6224 pub const TPM_E_KEY_NOT_LOADED: ::windows_sys::core::HRESULT = -2144795633i32;
6225 pub const TPM_E_KEY_NOT_SIGNING_KEY: ::windows_sys::core::HRESULT = -2144795622i32;
6226 pub const TPM_E_KEY_OWNER_CONTROL: ::windows_sys::core::HRESULT = -2144862140i32;
6227 pub const TPM_E_KEY_USAGE_POLICY_INVALID: ::windows_sys::core::HRESULT = -2144795626i32;
6228 pub const TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795627i32;
6229 pub const TPM_E_LOCKED_OUT: ::windows_sys::core::HRESULT = -2144795621i32;
6230 pub const TPM_E_MAXNVWRITES: ::windows_sys::core::HRESULT = -2144862136i32;
6231 pub const TPM_E_MA_AUTHORITY: ::windows_sys::core::HRESULT = -2144862113i32;
6232 pub const TPM_E_MA_DESTINATION: ::windows_sys::core::HRESULT = -2144862115i32;
6233 pub const TPM_E_MA_SOURCE: ::windows_sys::core::HRESULT = -2144862114i32;
6234 pub const TPM_E_MA_TICKET_SIGNATURE: ::windows_sys::core::HRESULT = -2144862116i32;
6235 pub const TPM_E_MIGRATEFAIL: ::windows_sys::core::HRESULT = -2144862193i32;
6236 pub const TPM_E_NEEDS_SELFTEST: ::windows_sys::core::HRESULT = -2144860159i32;
6237 pub const TPM_E_NOCONTEXTSPACE: ::windows_sys::core::HRESULT = -2144862109i32;
6238 pub const TPM_E_NOOPERATOR: ::windows_sys::core::HRESULT = -2144862135i32;
6239 pub const TPM_E_NOSPACE: ::windows_sys::core::HRESULT = -2144862191i32;
6240 pub const TPM_E_NOSRK: ::windows_sys::core::HRESULT = -2144862190i32;
6241 pub const TPM_E_NOTFIPS: ::windows_sys::core::HRESULT = -2144862154i32;
6242 pub const TPM_E_NOTLOCAL: ::windows_sys::core::HRESULT = -2144862157i32;
6243 pub const TPM_E_NOTRESETABLE: ::windows_sys::core::HRESULT = -2144862158i32;
6244 pub const TPM_E_NOTSEALED_BLOB: ::windows_sys::core::HRESULT = -2144862189i32;
6245 pub const TPM_E_NOT_FULLWRITE: ::windows_sys::core::HRESULT = -2144862138i32;
6246 pub const TPM_E_NOT_PCR_BOUND: ::windows_sys::core::HRESULT = -2144795629i32;
6247 pub const TPM_E_NO_ENDORSEMENT: ::windows_sys::core::HRESULT = -2144862173i32;
6248 pub const TPM_E_NO_KEY_CERTIFICATION: ::windows_sys::core::HRESULT = -2144795632i32;
6249 pub const TPM_E_NO_NV_PERMISSION: ::windows_sys::core::HRESULT = -2144862152i32;
6250 pub const TPM_E_NO_WRAP_TRANSPORT: ::windows_sys::core::HRESULT = -2144862161i32;
6251 pub const TPM_E_OWNER_CONTROL: ::windows_sys::core::HRESULT = -2144862129i32;
6252 pub const TPM_E_OWNER_SET: ::windows_sys::core::HRESULT = -2144862188i32;
6253 pub const TPM_E_PCP_AUTHENTICATION_FAILED: ::windows_sys::core::HRESULT = -2144795640i32;
6254 pub const TPM_E_PCP_AUTHENTICATION_IGNORED: ::windows_sys::core::HRESULT = -2144795639i32;
6255 pub const TPM_E_PCP_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144795642i32;
6256 pub const TPM_E_PCP_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2144795647i32;
6257 pub const TPM_E_PCP_ERROR_MASK: ::windows_sys::core::HRESULT = -2144795648i32;
6258 pub const TPM_E_PCP_FLAG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795644i32;
6259 pub const TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED: ::windows_sys::core::HRESULT = -2144795617i32;
6260 pub const TPM_E_PCP_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144795641i32;
6261 pub const TPM_E_PCP_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2144795646i32;
6262 pub const TPM_E_PCP_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144795645i32;
6263 pub const TPM_E_PCP_KEY_HANDLE_INVALIDATED: ::windows_sys::core::HRESULT = -2144795614i32;
6264 pub const TPM_E_PCP_KEY_NOT_AIK: ::windows_sys::core::HRESULT = -2144795623i32;
6265 pub const TPM_E_PCP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795643i32;
6266 pub const TPM_E_PCP_PLATFORM_CLAIM_MAY_BE_OUTDATED: ::windows_sys::core::HRESULT = 1076429860i32;
6267 pub const TPM_E_PCP_PLATFORM_CLAIM_OUTDATED: ::windows_sys::core::HRESULT = 1076429861i32;
6268 pub const TPM_E_PCP_PLATFORM_CLAIM_REBOOT: ::windows_sys::core::HRESULT = 1076429862i32;
6269 pub const TPM_E_PCP_POLICY_NOT_FOUND: ::windows_sys::core::HRESULT = -2144795638i32;
6270 pub const TPM_E_PCP_PROFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2144795637i32;
6271 pub const TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795615i32;
6272 pub const TPM_E_PCP_TICKET_MISSING: ::windows_sys::core::HRESULT = -2144795616i32;
6273 pub const TPM_E_PCP_UNSUPPORTED_PSS_SALT: ::windows_sys::core::HRESULT = 1076429859i32;
6274 pub const TPM_E_PCP_VALIDATION_FAILED: ::windows_sys::core::HRESULT = -2144795636i32;
6275 pub const TPM_E_PCP_WRONG_PARENT: ::windows_sys::core::HRESULT = -2144795634i32;
6276 pub const TPM_E_PERMANENTEK: ::windows_sys::core::HRESULT = -2144862111i32;
6277 pub const TPM_E_PER_NOWRITE: ::windows_sys::core::HRESULT = -2144862145i32;
6278 pub const TPM_E_PPI_ACPI_FAILURE: ::windows_sys::core::HRESULT = -2144795904i32;
6279 pub const TPM_E_PPI_BIOS_FAILURE: ::windows_sys::core::HRESULT = -2144795902i32;
6280 pub const TPM_E_PPI_BLOCKED_IN_BIOS: ::windows_sys::core::HRESULT = -2144795900i32;
6281 pub const TPM_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795901i32;
6282 pub const TPM_E_PPI_USER_ABORT: ::windows_sys::core::HRESULT = -2144795903i32;
6283 pub const TPM_E_PROVISIONING_INCOMPLETE: ::windows_sys::core::HRESULT = -2144795136i32;
6284 pub const TPM_E_READ_ONLY: ::windows_sys::core::HRESULT = -2144862146i32;
6285 pub const TPM_E_REQUIRES_SIGN: ::windows_sys::core::HRESULT = -2144862151i32;
6286 pub const TPM_E_RESOURCEMISSING: ::windows_sys::core::HRESULT = -2144862134i32;
6287 pub const TPM_E_RESOURCES: ::windows_sys::core::HRESULT = -2144862187i32;
6288 pub const TPM_E_RETRY: ::windows_sys::core::HRESULT = -2144860160i32;
6289 pub const TPM_E_SHA_ERROR: ::windows_sys::core::HRESULT = -2144862181i32;
6290 pub const TPM_E_SHA_THREAD: ::windows_sys::core::HRESULT = -2144862182i32;
6291 pub const TPM_E_SHORTRANDOM: ::windows_sys::core::HRESULT = -2144862186i32;
6292 pub const TPM_E_SIZE: ::windows_sys::core::HRESULT = -2144862185i32;
6293 pub const TPM_E_SOFT_KEY_ERROR: ::windows_sys::core::HRESULT = -2144795625i32;
6294 pub const TPM_E_TOOMANYCONTEXTS: ::windows_sys::core::HRESULT = -2144862117i32;
6295 pub const TPM_E_TOO_MUCH_DATA: ::windows_sys::core::HRESULT = -2144795134i32;
6296 pub const TPM_E_TRANSPORT_NOTEXCLUSIVE: ::windows_sys::core::HRESULT = -2144862130i32;
6297 pub const TPM_E_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795619i32;
6298 pub const TPM_E_WRITE_LOCKED: ::windows_sys::core::HRESULT = -2144862143i32;
6299 pub const TPM_E_WRONGPCRVAL: ::windows_sys::core::HRESULT = -2144862184i32;
6300 pub const TPM_E_WRONG_ENTITYTYPE: ::windows_sys::core::HRESULT = -2144862171i32;
6301 pub const TPM_E_ZERO_EXHAUST_ENABLED: ::windows_sys::core::HRESULT = -2144795392i32;
6302 pub const TRUST_E_ACTION_UNKNOWN: ::windows_sys::core::HRESULT = -2146762750i32;
6303 pub const TRUST_E_BAD_DIGEST: ::windows_sys::core::HRESULT = -2146869232i32;
6304 pub const TRUST_E_BASIC_CONSTRAINTS: ::windows_sys::core::HRESULT = -2146869223i32;
6305 pub const TRUST_E_CERT_SIGNATURE: ::windows_sys::core::HRESULT = -2146869244i32;
6306 pub const TRUST_E_COUNTER_SIGNER: ::windows_sys::core::HRESULT = -2146869245i32;
6307 pub const TRUST_E_EXPLICIT_DISTRUST: ::windows_sys::core::HRESULT = -2146762479i32;
6308 pub const TRUST_E_FAIL: ::windows_sys::core::HRESULT = -2146762485i32;
6309 pub const TRUST_E_FINANCIAL_CRITERIA: ::windows_sys::core::HRESULT = -2146869218i32;
6310 pub const TRUST_E_MALFORMED_SIGNATURE: ::windows_sys::core::HRESULT = -2146869231i32;
6311 pub const TRUST_E_NOSIGNATURE: ::windows_sys::core::HRESULT = -2146762496i32;
6312 pub const TRUST_E_NO_SIGNER_CERT: ::windows_sys::core::HRESULT = -2146869246i32;
6313 pub const TRUST_E_PROVIDER_UNKNOWN: ::windows_sys::core::HRESULT = -2146762751i32;
6314 pub const TRUST_E_SUBJECT_FORM_UNKNOWN: ::windows_sys::core::HRESULT = -2146762749i32;
6315 pub const TRUST_E_SUBJECT_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2146762748i32;
6316 pub const TRUST_E_SYSTEM_ERROR: ::windows_sys::core::HRESULT = -2146869247i32;
6317 pub const TRUST_E_TIME_STAMP: ::windows_sys::core::HRESULT = -2146869243i32;
6318 pub const TYPE_E_AMBIGUOUSNAME: ::windows_sys::core::HRESULT = -2147319764i32;
6319 pub const TYPE_E_BADMODULEKIND: ::windows_sys::core::HRESULT = -2147317571i32;
6320 pub const TYPE_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147319786i32;
6321 pub const TYPE_E_CANTCREATETMPFILE: ::windows_sys::core::HRESULT = -2147316573i32;
6322 pub const TYPE_E_CANTLOADLIBRARY: ::windows_sys::core::HRESULT = -2147312566i32;
6323 pub const TYPE_E_CIRCULARTYPE: ::windows_sys::core::HRESULT = -2147312508i32;
6324 pub const TYPE_E_DLLFUNCTIONNOTFOUND: ::windows_sys::core::HRESULT = -2147319761i32;
6325 pub const TYPE_E_DUPLICATEID: ::windows_sys::core::HRESULT = -2147317562i32;
6326 pub const TYPE_E_ELEMENTNOTFOUND: ::windows_sys::core::HRESULT = -2147319765i32;
6327 pub const TYPE_E_FIELDNOTFOUND: ::windows_sys::core::HRESULT = -2147319785i32;
6328 pub const TYPE_E_INCONSISTENTPROPFUNCS: ::windows_sys::core::HRESULT = -2147312509i32;
6329 pub const TYPE_E_INVALIDID: ::windows_sys::core::HRESULT = -2147317553i32;
6330 pub const TYPE_E_INVALIDSTATE: ::windows_sys::core::HRESULT = -2147319767i32;
6331 pub const TYPE_E_INVDATAREAD: ::windows_sys::core::HRESULT = -2147319784i32;
6332 pub const TYPE_E_IOERROR: ::windows_sys::core::HRESULT = -2147316574i32;
6333 pub const TYPE_E_LIBNOTREGISTERED: ::windows_sys::core::HRESULT = -2147319779i32;
6334 pub const TYPE_E_NAMECONFLICT: ::windows_sys::core::HRESULT = -2147319763i32;
6335 pub const TYPE_E_OUTOFBOUNDS: ::windows_sys::core::HRESULT = -2147316575i32;
6336 pub const TYPE_E_QUALIFIEDNAMEDISALLOWED: ::windows_sys::core::HRESULT = -2147319768i32;
6337 pub const TYPE_E_REGISTRYACCESS: ::windows_sys::core::HRESULT = -2147319780i32;
6338 pub const TYPE_E_SIZETOOBIG: ::windows_sys::core::HRESULT = -2147317563i32;
6339 pub const TYPE_E_TYPEMISMATCH: ::windows_sys::core::HRESULT = -2147316576i32;
6340 pub const TYPE_E_UNDEFINEDTYPE: ::windows_sys::core::HRESULT = -2147319769i32;
6341 pub const TYPE_E_UNKNOWNLCID: ::windows_sys::core::HRESULT = -2147319762i32;
6342 pub const TYPE_E_UNSUPFORMAT: ::windows_sys::core::HRESULT = -2147319783i32;
6343 pub const TYPE_E_WRONGTYPEKIND: ::windows_sys::core::HRESULT = -2147319766i32;
6344 pub const UCEERR_BLOCKSFULL: ::windows_sys::core::HRESULT = -2003303415i32;
6345 pub const UCEERR_CHANNELSYNCABANDONED: ::windows_sys::core::HRESULT = -2003303404i32;
6346 pub const UCEERR_CHANNELSYNCTIMEDOUT: ::windows_sys::core::HRESULT = -2003303405i32;
6347 pub const UCEERR_COMMANDTRANSPORTDENIED: ::windows_sys::core::HRESULT = -2003303400i32;
6348 pub const UCEERR_CONNECTIONIDLOOKUPFAILED: ::windows_sys::core::HRESULT = -2003303416i32;
6349 pub const UCEERR_CTXSTACKFRSTTARGETNULL: ::windows_sys::core::HRESULT = -2003303417i32;
6350 pub const UCEERR_FEEDBACK_UNSUPPORTED: ::windows_sys::core::HRESULT = -2003303401i32;
6351 pub const UCEERR_GRAPHICSSTREAMALREADYOPEN: ::windows_sys::core::HRESULT = -2003303392i32;
6352 pub const UCEERR_GRAPHICSSTREAMUNAVAILABLE: ::windows_sys::core::HRESULT = -2003303399i32;
6353 pub const UCEERR_HANDLELOOKUPFAILED: ::windows_sys::core::HRESULT = -2003303419i32;
6354 pub const UCEERR_ILLEGALHANDLE: ::windows_sys::core::HRESULT = -2003303420i32;
6355 pub const UCEERR_ILLEGALPACKET: ::windows_sys::core::HRESULT = -2003303422i32;
6356 pub const UCEERR_ILLEGALRECORDTYPE: ::windows_sys::core::HRESULT = -2003303412i32;
6357 pub const UCEERR_INVALIDPACKETHEADER: ::windows_sys::core::HRESULT = -2003303424i32;
6358 pub const UCEERR_MALFORMEDPACKET: ::windows_sys::core::HRESULT = -2003303421i32;
6359 pub const UCEERR_MEMORYFAILURE: ::windows_sys::core::HRESULT = -2003303414i32;
6360 pub const UCEERR_MISSINGBEGINCOMMAND: ::windows_sys::core::HRESULT = -2003303406i32;
6361 pub const UCEERR_MISSINGENDCOMMAND: ::windows_sys::core::HRESULT = -2003303407i32;
6362 pub const UCEERR_NO_MULTIPLE_WORKER_THREADS: ::windows_sys::core::HRESULT = -2003303409i32;
6363 pub const UCEERR_OUTOFHANDLES: ::windows_sys::core::HRESULT = -2003303411i32;
6364 pub const UCEERR_PACKETRECORDOUTOFRANGE: ::windows_sys::core::HRESULT = -2003303413i32;
6365 pub const UCEERR_PARTITION_ZOMBIED: ::windows_sys::core::HRESULT = -2003303389i32;
6366 pub const UCEERR_REMOTINGNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003303408i32;
6367 pub const UCEERR_RENDERTHREADFAILURE: ::windows_sys::core::HRESULT = -2003303418i32;
6368 pub const UCEERR_TRANSPORTDISCONNECTED: ::windows_sys::core::HRESULT = -2003303391i32;
6369 pub const UCEERR_TRANSPORTOVERLOADED: ::windows_sys::core::HRESULT = -2003303390i32;
6370 pub const UCEERR_TRANSPORTUNAVAILABLE: ::windows_sys::core::HRESULT = -2003303402i32;
6371 pub const UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED: ::windows_sys::core::HRESULT = -2003303410i32;
6372 pub const UCEERR_UNKNOWNPACKET: ::windows_sys::core::HRESULT = -2003303423i32;
6373 pub const UCEERR_UNSUPPORTEDTRANSPORTVERSION: ::windows_sys::core::HRESULT = -2003303403i32;
6374 pub const UI_E_AMBIGUOUS_MATCH: ::windows_sys::core::HRESULT = -2144731126i32;
6375 pub const UI_E_BOOLEAN_EXPECTED: ::windows_sys::core::HRESULT = -2144731128i32;
6376 pub const UI_E_CREATE_FAILED: ::windows_sys::core::HRESULT = -2144731135i32;
6377 pub const UI_E_DIFFERENT_OWNER: ::windows_sys::core::HRESULT = -2144731127i32;
6378 pub const UI_E_END_KEYFRAME_NOT_DETERMINED: ::windows_sys::core::HRESULT = -2144730876i32;
6379 pub const UI_E_FP_OVERFLOW: ::windows_sys::core::HRESULT = -2144731125i32;
6380 pub const UI_E_ILLEGAL_REENTRANCY: ::windows_sys::core::HRESULT = -2144731133i32;
6381 pub const UI_E_INVALID_DIMENSION: ::windows_sys::core::HRESULT = -2144730869i32;
6382 pub const UI_E_INVALID_OUTPUT: ::windows_sys::core::HRESULT = -2144731129i32;
6383 pub const UI_E_LOOPS_OVERLAP: ::windows_sys::core::HRESULT = -2144730875i32;
6384 pub const UI_E_OBJECT_SEALED: ::windows_sys::core::HRESULT = -2144731132i32;
6385 pub const UI_E_PRIMITIVE_OUT_OF_BOUNDS: ::windows_sys::core::HRESULT = -2144730868i32;
6386 pub const UI_E_SHUTDOWN_CALLED: ::windows_sys::core::HRESULT = -2144731134i32;
6387 pub const UI_E_START_KEYFRAME_AFTER_END: ::windows_sys::core::HRESULT = -2144730877i32;
6388 pub const UI_E_STORYBOARD_ACTIVE: ::windows_sys::core::HRESULT = -2144730879i32;
6389 pub const UI_E_STORYBOARD_NOT_PLAYING: ::windows_sys::core::HRESULT = -2144730878i32;
6390 pub const UI_E_TIMER_CLIENT_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = -2144730870i32;
6391 pub const UI_E_TIME_BEFORE_LAST_UPDATE: ::windows_sys::core::HRESULT = -2144730871i32;
6392 pub const UI_E_TRANSITION_ALREADY_USED: ::windows_sys::core::HRESULT = -2144730874i32;
6393 pub const UI_E_TRANSITION_ECLIPSED: ::windows_sys::core::HRESULT = -2144730872i32;
6394 pub const UI_E_TRANSITION_NOT_IN_STORYBOARD: ::windows_sys::core::HRESULT = -2144730873i32;
6395 pub const UI_E_VALUE_NOT_DETERMINED: ::windows_sys::core::HRESULT = -2144731130i32;
6396 pub const UI_E_VALUE_NOT_SET: ::windows_sys::core::HRESULT = -2144731131i32;
6397 pub const UI_E_WINDOW_CLOSED: ::windows_sys::core::HRESULT = -2144730623i32;
6398 pub const UI_E_WRONG_THREAD: ::windows_sys::core::HRESULT = -2144731124i32;
6399 #[repr(C)]
6400 pub struct UNICODE_STRING {
6401 pub Length: u16,
6402 pub MaximumLength: u16,
6403 pub Buffer: PWSTR,
6404 }
6405 impl ::core::marker::Copy for UNICODE_STRING {}
6406 impl ::core::clone::Clone for UNICODE_STRING {
6407 fn clone(&self) -> Self {
6408 *self
6409 }
6410 }
6411 pub const UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION: ::windows_sys::core::HRESULT = -2017128380i32;
6412 pub const UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE: ::windows_sys::core::HRESULT = -2017128363i32;
6413 pub const UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT: ::windows_sys::core::HRESULT = -2017128446i32;
6414 pub const UTC_E_AOT_NOT_RUNNING: ::windows_sys::core::HRESULT = -2017128445i32;
6415 pub const UTC_E_API_BUSY: ::windows_sys::core::HRESULT = -2017128405i32;
6416 pub const UTC_E_API_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2017128388i32;
6417 pub const UTC_E_API_RESULT_UNAVAILABLE: ::windows_sys::core::HRESULT = -2017128408i32;
6418 pub const UTC_E_BINARY_MISSING: ::windows_sys::core::HRESULT = -2017128396i32;
6419 pub const UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML: ::windows_sys::core::HRESULT = -2017128417i32;
6420 pub const UTC_E_CERT_REV_FAILED: ::windows_sys::core::HRESULT = -2017128385i32;
6421 pub const UTC_E_CHILD_PROCESS_FAILED: ::windows_sys::core::HRESULT = -2017128419i32;
6422 pub const UTC_E_COMMAND_LINE_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128418i32;
6423 pub const UTC_E_DELAY_TERMINATED: ::windows_sys::core::HRESULT = -2017128411i32;
6424 pub const UTC_E_DEVICE_TICKET_ERROR: ::windows_sys::core::HRESULT = -2017128410i32;
6425 pub const UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128438i32;
6426 pub const UTC_E_ESCALATION_ALREADY_RUNNING: ::windows_sys::core::HRESULT = -2017128433i32;
6427 pub const UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN: ::windows_sys::core::HRESULT = -2017128358i32;
6428 pub const UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2017128401i32;
6429 pub const UTC_E_ESCALATION_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128421i32;
6430 pub const UTC_E_ESCALATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2017128416i32;
6431 pub const UTC_E_EVENTLOG_ENTRY_MALFORMED: ::windows_sys::core::HRESULT = -2017128439i32;
6432 pub const UTC_E_EXCLUSIVITY_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2017128403i32;
6433 pub const UTC_E_EXE_TERMINATED: ::windows_sys::core::HRESULT = -2017128422i32;
6434 pub const UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS: ::windows_sys::core::HRESULT = -2017128362i32;
6435 pub const UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID: ::windows_sys::core::HRESULT = -2017128394i32;
6436 pub const UTC_E_FAILED_TO_START_NDISCAP: ::windows_sys::core::HRESULT = -2017128384i32;
6437 pub const UTC_E_FILTER_FUNCTION_RESTRICTED: ::windows_sys::core::HRESULT = -2017128376i32;
6438 pub const UTC_E_FILTER_ILLEGAL_EVAL: ::windows_sys::core::HRESULT = -2017128365i32;
6439 pub const UTC_E_FILTER_INVALID_COMMAND: ::windows_sys::core::HRESULT = -2017128366i32;
6440 pub const UTC_E_FILTER_INVALID_FUNCTION: ::windows_sys::core::HRESULT = -2017128368i32;
6441 pub const UTC_E_FILTER_INVALID_FUNCTION_PARAMS: ::windows_sys::core::HRESULT = -2017128367i32;
6442 pub const UTC_E_FILTER_INVALID_TYPE: ::windows_sys::core::HRESULT = -2017128378i32;
6443 pub const UTC_E_FILTER_MISSING_ATTRIBUTE: ::windows_sys::core::HRESULT = -2017128379i32;
6444 pub const UTC_E_FILTER_VARIABLE_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128377i32;
6445 pub const UTC_E_FILTER_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128375i32;
6446 pub const UTC_E_FORWARDER_ALREADY_DISABLED: ::windows_sys::core::HRESULT = -2017128440i32;
6447 pub const UTC_E_FORWARDER_ALREADY_ENABLED: ::windows_sys::core::HRESULT = -2017128441i32;
6448 pub const UTC_E_FORWARDER_PRODUCER_MISMATCH: ::windows_sys::core::HRESULT = -2017128430i32;
6449 pub const UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128357i32;
6450 pub const UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128387i32;
6451 pub const UTC_E_GETFILE_FILE_PATH_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128402i32;
6452 pub const UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE: ::windows_sys::core::HRESULT = -2017128359i32;
6453 pub const UTC_E_INTENTIONAL_SCRIPT_FAILURE: ::windows_sys::core::HRESULT = -2017128429i32;
6454 pub const UTC_E_INVALID_AGGREGATION_STRUCT: ::windows_sys::core::HRESULT = -2017128381i32;
6455 pub const UTC_E_INVALID_CUSTOM_FILTER: ::windows_sys::core::HRESULT = -2017128436i32;
6456 pub const UTC_E_INVALID_FILTER: ::windows_sys::core::HRESULT = -2017128423i32;
6457 pub const UTC_E_KERNELDUMP_LIMIT_REACHED: ::windows_sys::core::HRESULT = -2017128383i32;
6458 pub const UTC_E_MISSING_AGGREGATE_EVENT_TAG: ::windows_sys::core::HRESULT = -2017128382i32;
6459 pub const UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE: ::windows_sys::core::HRESULT = -2017128397i32;
6460 pub const UTC_E_NO_WER_LOGGER_SUPPORTED: ::windows_sys::core::HRESULT = -2017128427i32;
6461 pub const UTC_E_PERFTRACK_ALREADY_TRACING: ::windows_sys::core::HRESULT = -2017128432i32;
6462 pub const UTC_E_REACHED_MAX_ESCALATIONS: ::windows_sys::core::HRESULT = -2017128431i32;
6463 pub const UTC_E_REESCALATED_TOO_QUICKLY: ::windows_sys::core::HRESULT = -2017128434i32;
6464 pub const UTC_E_RPC_TIMEOUT: ::windows_sys::core::HRESULT = -2017128407i32;
6465 pub const UTC_E_RPC_WAIT_FAILED: ::windows_sys::core::HRESULT = -2017128406i32;
6466 pub const UTC_E_SCENARIODEF_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128443i32;
6467 pub const UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128424i32;
6468 pub const UTC_E_SCENARIO_HAS_NO_ACTIONS: ::windows_sys::core::HRESULT = -2017128361i32;
6469 pub const UTC_E_SCENARIO_THROTTLED: ::windows_sys::core::HRESULT = -2017128389i32;
6470 pub const UTC_E_SCRIPT_MISSING: ::windows_sys::core::HRESULT = -2017128390i32;
6471 pub const UTC_E_SCRIPT_TERMINATED: ::windows_sys::core::HRESULT = -2017128437i32;
6472 pub const UTC_E_SCRIPT_TYPE_INVALID: ::windows_sys::core::HRESULT = -2017128444i32;
6473 pub const UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128356i32;
6474 pub const UTC_E_SETUP_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128420i32;
6475 pub const UTC_E_SETUP_TIMED_OUT: ::windows_sys::core::HRESULT = -2017128415i32;
6476 pub const UTC_E_SIF_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2017128412i32;
6477 pub const UTC_E_SQM_INIT_FAILED: ::windows_sys::core::HRESULT = -2017128428i32;
6478 pub const UTC_E_THROTTLED: ::windows_sys::core::HRESULT = -2017128392i32;
6479 pub const UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE: ::windows_sys::core::HRESULT = -2017128398i32;
6480 pub const UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION: ::windows_sys::core::HRESULT = -2017128399i32;
6481 pub const UTC_E_TIME_TRIGGER_ON_START_INVALID: ::windows_sys::core::HRESULT = -2017128400i32;
6482 pub const UTC_E_TOGGLE_TRACE_STARTED: ::windows_sys::core::HRESULT = -2017128447i32;
6483 pub const UTC_E_TRACEPROFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128442i32;
6484 pub const UTC_E_TRACERS_DONT_EXIST: ::windows_sys::core::HRESULT = -2017128426i32;
6485 pub const UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2017128409i32;
6486 pub const UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET: ::windows_sys::core::HRESULT = -2017128404i32;
6487 pub const UTC_E_TRACE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2017128435i32;
6488 pub const UTC_E_TRACE_THROTTLED: ::windows_sys::core::HRESULT = -2017128355i32;
6489 pub const UTC_E_TRIGGER_MISMATCH: ::windows_sys::core::HRESULT = -2017128414i32;
6490 pub const UTC_E_TRIGGER_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128413i32;
6491 pub const UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2017128386i32;
6492 pub const UTC_E_TTTRACER_RETURNED_ERROR: ::windows_sys::core::HRESULT = -2017128364i32;
6493 pub const UTC_E_TTTRACER_STORAGE_FULL: ::windows_sys::core::HRESULT = -2017128360i32;
6494 pub const UTC_E_UNABLE_TO_RESOLVE_SESSION: ::windows_sys::core::HRESULT = -2017128393i32;
6495 pub const UTC_E_UNAPPROVED_SCRIPT: ::windows_sys::core::HRESULT = -2017128391i32;
6496 pub const UTC_E_WINRT_INIT_FAILED: ::windows_sys::core::HRESULT = -2017128425i32;
6497 pub const VIEW_E_DRAW: ::windows_sys::core::HRESULT = -2147221184i32;
6498 pub const VIEW_E_FIRST: i32 = -2147221184i32;
6499 pub const VIEW_E_LAST: i32 = -2147221169i32;
6500 pub const VIEW_S_ALREADY_FROZEN: ::windows_sys::core::HRESULT = 262464i32;
6501 pub const VIEW_S_FIRST: i32 = 262464i32;
6502 pub const VIEW_S_LAST: i32 = 262479i32;
6503 pub const VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136063i32;
6504 pub const VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE: ::windows_sys::core::HRESULT = -1070136058i32;
6505 pub const VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1070136061i32;
6506 pub const VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE: ::windows_sys::core::HRESULT = -1070136062i32;
6507 pub const VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136064i32;
6508 pub const VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED: ::windows_sys::core::HRESULT = -1070136059i32;
6509 pub const VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED: ::windows_sys::core::HRESULT = -1070136055i32;
6510 pub const VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136060i32;
6511 pub const WARNING_IPSEC_MM_POLICY_PRUNED: i32 = 13024i32;
6512 pub const WARNING_IPSEC_QM_POLICY_PRUNED: i32 = 13025i32;
6513 pub const WARNING_NO_MD5_MIGRATION: u32 = 946u32;
6514 pub const WBREAK_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2147215485i32;
6515 pub const WBREAK_E_END_OF_TEXT: ::windows_sys::core::HRESULT = -2147215488i32;
6516 pub const WBREAK_E_INIT_FAILED: ::windows_sys::core::HRESULT = -2147215483i32;
6517 pub const WBREAK_E_QUERY_ONLY: ::windows_sys::core::HRESULT = -2147215486i32;
6518 pub const WEB_E_INVALID_JSON_NUMBER: ::windows_sys::core::HRESULT = -2089484280i32;
6519 pub const WEB_E_INVALID_JSON_STRING: ::windows_sys::core::HRESULT = -2089484281i32;
6520 pub const WEB_E_INVALID_XML: ::windows_sys::core::HRESULT = -2089484286i32;
6521 pub const WEB_E_JSON_VALUE_NOT_FOUND: ::windows_sys::core::HRESULT = -2089484279i32;
6522 pub const WEB_E_MISSING_REQUIRED_ATTRIBUTE: ::windows_sys::core::HRESULT = -2089484284i32;
6523 pub const WEB_E_MISSING_REQUIRED_ELEMENT: ::windows_sys::core::HRESULT = -2089484285i32;
6524 pub const WEB_E_RESOURCE_TOO_LARGE: ::windows_sys::core::HRESULT = -2089484282i32;
6525 pub const WEB_E_UNEXPECTED_CONTENT: ::windows_sys::core::HRESULT = -2089484283i32;
6526 pub const WEB_E_UNSUPPORTED_FORMAT: ::windows_sys::core::HRESULT = -2089484287i32;
6527 pub const WEP_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2013200375i32;
6528 pub const WEP_E_FIXED_DATA_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2013200382i32;
6529 pub const WEP_E_HARDWARE_NOT_COMPLIANT: ::windows_sys::core::HRESULT = -2013200381i32;
6530 pub const WEP_E_LOCK_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2013200380i32;
6531 pub const WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES: ::windows_sys::core::HRESULT = -2013200383i32;
6532 pub const WEP_E_NO_LICENSE: ::windows_sys::core::HRESULT = -2013200378i32;
6533 pub const WEP_E_OS_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2013200377i32;
6534 pub const WEP_E_PROTECTION_SUSPENDED: ::windows_sys::core::HRESULT = -2013200379i32;
6535 pub const WEP_E_UNEXPECTED_FAIL: ::windows_sys::core::HRESULT = -2013200376i32;
6536 pub const WER_E_ALREADY_REPORTING: ::windows_sys::core::HRESULT = -2145681404i32;
6537 pub const WER_E_CANCELED: ::windows_sys::core::HRESULT = -2145681407i32;
6538 pub const WER_E_CRASH_FAILURE: ::windows_sys::core::HRESULT = -2145681408i32;
6539 pub const WER_E_DUMP_THROTTLED: ::windows_sys::core::HRESULT = -2145681403i32;
6540 pub const WER_E_INSUFFICIENT_CONSENT: ::windows_sys::core::HRESULT = -2145681402i32;
6541 pub const WER_E_NETWORK_FAILURE: ::windows_sys::core::HRESULT = -2145681406i32;
6542 pub const WER_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2145681405i32;
6543 pub const WER_E_TOO_HEAVY: ::windows_sys::core::HRESULT = -2145681401i32;
6544 pub const WER_S_ASSERT_CONTINUE: ::windows_sys::core::HRESULT = 1769482i32;
6545 pub const WER_S_DISABLED: ::windows_sys::core::HRESULT = 1769475i32;
6546 pub const WER_S_DISABLED_ARCHIVE: ::windows_sys::core::HRESULT = 1769478i32;
6547 pub const WER_S_DISABLED_QUEUE: ::windows_sys::core::HRESULT = 1769477i32;
6548 pub const WER_S_IGNORE_ALL_ASSERTS: ::windows_sys::core::HRESULT = 1769481i32;
6549 pub const WER_S_IGNORE_ASSERT_INSTANCE: ::windows_sys::core::HRESULT = 1769480i32;
6550 pub const WER_S_REPORT_ASYNC: ::windows_sys::core::HRESULT = 1769479i32;
6551 pub const WER_S_REPORT_DEBUG: ::windows_sys::core::HRESULT = 1769472i32;
6552 pub const WER_S_REPORT_QUEUED: ::windows_sys::core::HRESULT = 1769474i32;
6553 pub const WER_S_REPORT_UPLOADED: ::windows_sys::core::HRESULT = 1769473i32;
6554 pub const WER_S_REPORT_UPLOADED_CAB: ::windows_sys::core::HRESULT = 1769484i32;
6555 pub const WER_S_SUSPENDED_UPLOAD: ::windows_sys::core::HRESULT = 1769476i32;
6556 pub const WER_S_THROTTLED: ::windows_sys::core::HRESULT = 1769483i32;
6557 pub const WHV_E_GPA_RANGE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143878395i32;
6558 pub const WHV_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2143878399i32;
6559 pub const WHV_E_INVALID_PARTITION_CONFIG: ::windows_sys::core::HRESULT = -2143878396i32;
6560 pub const WHV_E_INVALID_VP_REGISTER_NAME: ::windows_sys::core::HRESULT = -2143878391i32;
6561 pub const WHV_E_INVALID_VP_STATE: ::windows_sys::core::HRESULT = -2143878392i32;
6562 pub const WHV_E_UNKNOWN_CAPABILITY: ::windows_sys::core::HRESULT = -2143878400i32;
6563 pub const WHV_E_UNKNOWN_PROPERTY: ::windows_sys::core::HRESULT = -2143878398i32;
6564 pub const WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG: ::windows_sys::core::HRESULT = -2143878397i32;
6565 pub const WHV_E_UNSUPPORTED_PROCESSOR_CONFIG: ::windows_sys::core::HRESULT = -2143878384i32;
6566 pub const WHV_E_VP_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143878394i32;
6567 pub const WHV_E_VP_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2143878393i32;
6568 pub type WIN32_ERROR = u32;
6569 pub const NO_ERROR: WIN32_ERROR = 0u32;
6570 pub const WAIT_TIMEOUT: WIN32_ERROR = 258u32;
6571 pub const WAIT_FAILED: WIN32_ERROR = 4294967295u32;
6572 pub const ERROR_SUCCESS: WIN32_ERROR = 0u32;
6573 pub const ERROR_INVALID_FUNCTION: WIN32_ERROR = 1u32;
6574 pub const ERROR_FILE_NOT_FOUND: WIN32_ERROR = 2u32;
6575 pub const ERROR_PATH_NOT_FOUND: WIN32_ERROR = 3u32;
6576 pub const ERROR_TOO_MANY_OPEN_FILES: WIN32_ERROR = 4u32;
6577 pub const ERROR_ACCESS_DENIED: WIN32_ERROR = 5u32;
6578 pub const ERROR_INVALID_HANDLE: WIN32_ERROR = 6u32;
6579 pub const ERROR_ARENA_TRASHED: WIN32_ERROR = 7u32;
6580 pub const ERROR_NOT_ENOUGH_MEMORY: WIN32_ERROR = 8u32;
6581 pub const ERROR_INVALID_BLOCK: WIN32_ERROR = 9u32;
6582 pub const ERROR_BAD_ENVIRONMENT: WIN32_ERROR = 10u32;
6583 pub const ERROR_BAD_FORMAT: WIN32_ERROR = 11u32;
6584 pub const ERROR_INVALID_ACCESS: WIN32_ERROR = 12u32;
6585 pub const ERROR_INVALID_DATA: WIN32_ERROR = 13u32;
6586 pub const ERROR_OUTOFMEMORY: WIN32_ERROR = 14u32;
6587 pub const ERROR_INVALID_DRIVE: WIN32_ERROR = 15u32;
6588 pub const ERROR_CURRENT_DIRECTORY: WIN32_ERROR = 16u32;
6589 pub const ERROR_NOT_SAME_DEVICE: WIN32_ERROR = 17u32;
6590 pub const ERROR_NO_MORE_FILES: WIN32_ERROR = 18u32;
6591 pub const ERROR_WRITE_PROTECT: WIN32_ERROR = 19u32;
6592 pub const ERROR_BAD_UNIT: WIN32_ERROR = 20u32;
6593 pub const ERROR_NOT_READY: WIN32_ERROR = 21u32;
6594 pub const ERROR_BAD_COMMAND: WIN32_ERROR = 22u32;
6595 pub const ERROR_CRC: WIN32_ERROR = 23u32;
6596 pub const ERROR_BAD_LENGTH: WIN32_ERROR = 24u32;
6597 pub const ERROR_SEEK: WIN32_ERROR = 25u32;
6598 pub const ERROR_NOT_DOS_DISK: WIN32_ERROR = 26u32;
6599 pub const ERROR_SECTOR_NOT_FOUND: WIN32_ERROR = 27u32;
6600 pub const ERROR_OUT_OF_PAPER: WIN32_ERROR = 28u32;
6601 pub const ERROR_WRITE_FAULT: WIN32_ERROR = 29u32;
6602 pub const ERROR_READ_FAULT: WIN32_ERROR = 30u32;
6603 pub const ERROR_GEN_FAILURE: WIN32_ERROR = 31u32;
6604 pub const ERROR_SHARING_VIOLATION: WIN32_ERROR = 32u32;
6605 pub const ERROR_LOCK_VIOLATION: WIN32_ERROR = 33u32;
6606 pub const ERROR_WRONG_DISK: WIN32_ERROR = 34u32;
6607 pub const ERROR_SHARING_BUFFER_EXCEEDED: WIN32_ERROR = 36u32;
6608 pub const ERROR_HANDLE_EOF: WIN32_ERROR = 38u32;
6609 pub const ERROR_HANDLE_DISK_FULL: WIN32_ERROR = 39u32;
6610 pub const ERROR_NOT_SUPPORTED: WIN32_ERROR = 50u32;
6611 pub const ERROR_REM_NOT_LIST: WIN32_ERROR = 51u32;
6612 pub const ERROR_DUP_NAME: WIN32_ERROR = 52u32;
6613 pub const ERROR_BAD_NETPATH: WIN32_ERROR = 53u32;
6614 pub const ERROR_NETWORK_BUSY: WIN32_ERROR = 54u32;
6615 pub const ERROR_DEV_NOT_EXIST: WIN32_ERROR = 55u32;
6616 pub const ERROR_TOO_MANY_CMDS: WIN32_ERROR = 56u32;
6617 pub const ERROR_ADAP_HDW_ERR: WIN32_ERROR = 57u32;
6618 pub const ERROR_BAD_NET_RESP: WIN32_ERROR = 58u32;
6619 pub const ERROR_UNEXP_NET_ERR: WIN32_ERROR = 59u32;
6620 pub const ERROR_BAD_REM_ADAP: WIN32_ERROR = 60u32;
6621 pub const ERROR_PRINTQ_FULL: WIN32_ERROR = 61u32;
6622 pub const ERROR_NO_SPOOL_SPACE: WIN32_ERROR = 62u32;
6623 pub const ERROR_PRINT_CANCELLED: WIN32_ERROR = 63u32;
6624 pub const ERROR_NETNAME_DELETED: WIN32_ERROR = 64u32;
6625 pub const ERROR_NETWORK_ACCESS_DENIED: WIN32_ERROR = 65u32;
6626 pub const ERROR_BAD_DEV_TYPE: WIN32_ERROR = 66u32;
6627 pub const ERROR_BAD_NET_NAME: WIN32_ERROR = 67u32;
6628 pub const ERROR_TOO_MANY_NAMES: WIN32_ERROR = 68u32;
6629 pub const ERROR_TOO_MANY_SESS: WIN32_ERROR = 69u32;
6630 pub const ERROR_SHARING_PAUSED: WIN32_ERROR = 70u32;
6631 pub const ERROR_REQ_NOT_ACCEP: WIN32_ERROR = 71u32;
6632 pub const ERROR_REDIR_PAUSED: WIN32_ERROR = 72u32;
6633 pub const ERROR_FILE_EXISTS: WIN32_ERROR = 80u32;
6634 pub const ERROR_CANNOT_MAKE: WIN32_ERROR = 82u32;
6635 pub const ERROR_FAIL_I24: WIN32_ERROR = 83u32;
6636 pub const ERROR_OUT_OF_STRUCTURES: WIN32_ERROR = 84u32;
6637 pub const ERROR_ALREADY_ASSIGNED: WIN32_ERROR = 85u32;
6638 pub const ERROR_INVALID_PASSWORD: WIN32_ERROR = 86u32;
6639 pub const ERROR_INVALID_PARAMETER: WIN32_ERROR = 87u32;
6640 pub const ERROR_NET_WRITE_FAULT: WIN32_ERROR = 88u32;
6641 pub const ERROR_NO_PROC_SLOTS: WIN32_ERROR = 89u32;
6642 pub const ERROR_TOO_MANY_SEMAPHORES: WIN32_ERROR = 100u32;
6643 pub const ERROR_EXCL_SEM_ALREADY_OWNED: WIN32_ERROR = 101u32;
6644 pub const ERROR_SEM_IS_SET: WIN32_ERROR = 102u32;
6645 pub const ERROR_TOO_MANY_SEM_REQUESTS: WIN32_ERROR = 103u32;
6646 pub const ERROR_INVALID_AT_INTERRUPT_TIME: WIN32_ERROR = 104u32;
6647 pub const ERROR_SEM_OWNER_DIED: WIN32_ERROR = 105u32;
6648 pub const ERROR_SEM_USER_LIMIT: WIN32_ERROR = 106u32;
6649 pub const ERROR_DISK_CHANGE: WIN32_ERROR = 107u32;
6650 pub const ERROR_DRIVE_LOCKED: WIN32_ERROR = 108u32;
6651 pub const ERROR_BROKEN_PIPE: WIN32_ERROR = 109u32;
6652 pub const ERROR_OPEN_FAILED: WIN32_ERROR = 110u32;
6653 pub const ERROR_BUFFER_OVERFLOW: WIN32_ERROR = 111u32;
6654 pub const ERROR_DISK_FULL: WIN32_ERROR = 112u32;
6655 pub const ERROR_NO_MORE_SEARCH_HANDLES: WIN32_ERROR = 113u32;
6656 pub const ERROR_INVALID_TARGET_HANDLE: WIN32_ERROR = 114u32;
6657 pub const ERROR_INVALID_CATEGORY: WIN32_ERROR = 117u32;
6658 pub const ERROR_INVALID_VERIFY_SWITCH: WIN32_ERROR = 118u32;
6659 pub const ERROR_BAD_DRIVER_LEVEL: WIN32_ERROR = 119u32;
6660 pub const ERROR_CALL_NOT_IMPLEMENTED: WIN32_ERROR = 120u32;
6661 pub const ERROR_SEM_TIMEOUT: WIN32_ERROR = 121u32;
6662 pub const ERROR_INSUFFICIENT_BUFFER: WIN32_ERROR = 122u32;
6663 pub const ERROR_INVALID_NAME: WIN32_ERROR = 123u32;
6664 pub const ERROR_INVALID_LEVEL: WIN32_ERROR = 124u32;
6665 pub const ERROR_NO_VOLUME_LABEL: WIN32_ERROR = 125u32;
6666 pub const ERROR_MOD_NOT_FOUND: WIN32_ERROR = 126u32;
6667 pub const ERROR_PROC_NOT_FOUND: WIN32_ERROR = 127u32;
6668 pub const ERROR_WAIT_NO_CHILDREN: WIN32_ERROR = 128u32;
6669 pub const ERROR_CHILD_NOT_COMPLETE: WIN32_ERROR = 129u32;
6670 pub const ERROR_DIRECT_ACCESS_HANDLE: WIN32_ERROR = 130u32;
6671 pub const ERROR_NEGATIVE_SEEK: WIN32_ERROR = 131u32;
6672 pub const ERROR_SEEK_ON_DEVICE: WIN32_ERROR = 132u32;
6673 pub const ERROR_IS_JOIN_TARGET: WIN32_ERROR = 133u32;
6674 pub const ERROR_IS_JOINED: WIN32_ERROR = 134u32;
6675 pub const ERROR_IS_SUBSTED: WIN32_ERROR = 135u32;
6676 pub const ERROR_NOT_JOINED: WIN32_ERROR = 136u32;
6677 pub const ERROR_NOT_SUBSTED: WIN32_ERROR = 137u32;
6678 pub const ERROR_JOIN_TO_JOIN: WIN32_ERROR = 138u32;
6679 pub const ERROR_SUBST_TO_SUBST: WIN32_ERROR = 139u32;
6680 pub const ERROR_JOIN_TO_SUBST: WIN32_ERROR = 140u32;
6681 pub const ERROR_SUBST_TO_JOIN: WIN32_ERROR = 141u32;
6682 pub const ERROR_BUSY_DRIVE: WIN32_ERROR = 142u32;
6683 pub const ERROR_SAME_DRIVE: WIN32_ERROR = 143u32;
6684 pub const ERROR_DIR_NOT_ROOT: WIN32_ERROR = 144u32;
6685 pub const ERROR_DIR_NOT_EMPTY: WIN32_ERROR = 145u32;
6686 pub const ERROR_IS_SUBST_PATH: WIN32_ERROR = 146u32;
6687 pub const ERROR_IS_JOIN_PATH: WIN32_ERROR = 147u32;
6688 pub const ERROR_PATH_BUSY: WIN32_ERROR = 148u32;
6689 pub const ERROR_IS_SUBST_TARGET: WIN32_ERROR = 149u32;
6690 pub const ERROR_SYSTEM_TRACE: WIN32_ERROR = 150u32;
6691 pub const ERROR_INVALID_EVENT_COUNT: WIN32_ERROR = 151u32;
6692 pub const ERROR_TOO_MANY_MUXWAITERS: WIN32_ERROR = 152u32;
6693 pub const ERROR_INVALID_LIST_FORMAT: WIN32_ERROR = 153u32;
6694 pub const ERROR_LABEL_TOO_LONG: WIN32_ERROR = 154u32;
6695 pub const ERROR_TOO_MANY_TCBS: WIN32_ERROR = 155u32;
6696 pub const ERROR_SIGNAL_REFUSED: WIN32_ERROR = 156u32;
6697 pub const ERROR_DISCARDED: WIN32_ERROR = 157u32;
6698 pub const ERROR_NOT_LOCKED: WIN32_ERROR = 158u32;
6699 pub const ERROR_BAD_THREADID_ADDR: WIN32_ERROR = 159u32;
6700 pub const ERROR_BAD_ARGUMENTS: WIN32_ERROR = 160u32;
6701 pub const ERROR_BAD_PATHNAME: WIN32_ERROR = 161u32;
6702 pub const ERROR_SIGNAL_PENDING: WIN32_ERROR = 162u32;
6703 pub const ERROR_MAX_THRDS_REACHED: WIN32_ERROR = 164u32;
6704 pub const ERROR_LOCK_FAILED: WIN32_ERROR = 167u32;
6705 pub const ERROR_BUSY: WIN32_ERROR = 170u32;
6706 pub const ERROR_DEVICE_SUPPORT_IN_PROGRESS: WIN32_ERROR = 171u32;
6707 pub const ERROR_CANCEL_VIOLATION: WIN32_ERROR = 173u32;
6708 pub const ERROR_ATOMIC_LOCKS_NOT_SUPPORTED: WIN32_ERROR = 174u32;
6709 pub const ERROR_INVALID_SEGMENT_NUMBER: WIN32_ERROR = 180u32;
6710 pub const ERROR_INVALID_ORDINAL: WIN32_ERROR = 182u32;
6711 pub const ERROR_ALREADY_EXISTS: WIN32_ERROR = 183u32;
6712 pub const ERROR_INVALID_FLAG_NUMBER: WIN32_ERROR = 186u32;
6713 pub const ERROR_SEM_NOT_FOUND: WIN32_ERROR = 187u32;
6714 pub const ERROR_INVALID_STARTING_CODESEG: WIN32_ERROR = 188u32;
6715 pub const ERROR_INVALID_STACKSEG: WIN32_ERROR = 189u32;
6716 pub const ERROR_INVALID_MODULETYPE: WIN32_ERROR = 190u32;
6717 pub const ERROR_INVALID_EXE_SIGNATURE: WIN32_ERROR = 191u32;
6718 pub const ERROR_EXE_MARKED_INVALID: WIN32_ERROR = 192u32;
6719 pub const ERROR_BAD_EXE_FORMAT: WIN32_ERROR = 193u32;
6720 pub const ERROR_ITERATED_DATA_EXCEEDS_64k: WIN32_ERROR = 194u32;
6721 pub const ERROR_INVALID_MINALLOCSIZE: WIN32_ERROR = 195u32;
6722 pub const ERROR_DYNLINK_FROM_INVALID_RING: WIN32_ERROR = 196u32;
6723 pub const ERROR_IOPL_NOT_ENABLED: WIN32_ERROR = 197u32;
6724 pub const ERROR_INVALID_SEGDPL: WIN32_ERROR = 198u32;
6725 pub const ERROR_AUTODATASEG_EXCEEDS_64k: WIN32_ERROR = 199u32;
6726 pub const ERROR_RING2SEG_MUST_BE_MOVABLE: WIN32_ERROR = 200u32;
6727 pub const ERROR_RELOC_CHAIN_XEEDS_SEGLIM: WIN32_ERROR = 201u32;
6728 pub const ERROR_INFLOOP_IN_RELOC_CHAIN: WIN32_ERROR = 202u32;
6729 pub const ERROR_ENVVAR_NOT_FOUND: WIN32_ERROR = 203u32;
6730 pub const ERROR_NO_SIGNAL_SENT: WIN32_ERROR = 205u32;
6731 pub const ERROR_FILENAME_EXCED_RANGE: WIN32_ERROR = 206u32;
6732 pub const ERROR_RING2_STACK_IN_USE: WIN32_ERROR = 207u32;
6733 pub const ERROR_META_EXPANSION_TOO_LONG: WIN32_ERROR = 208u32;
6734 pub const ERROR_INVALID_SIGNAL_NUMBER: WIN32_ERROR = 209u32;
6735 pub const ERROR_THREAD_1_INACTIVE: WIN32_ERROR = 210u32;
6736 pub const ERROR_LOCKED: WIN32_ERROR = 212u32;
6737 pub const ERROR_TOO_MANY_MODULES: WIN32_ERROR = 214u32;
6738 pub const ERROR_NESTING_NOT_ALLOWED: WIN32_ERROR = 215u32;
6739 pub const ERROR_EXE_MACHINE_TYPE_MISMATCH: WIN32_ERROR = 216u32;
6740 pub const ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY: WIN32_ERROR = 217u32;
6741 pub const ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY: WIN32_ERROR = 218u32;
6742 pub const ERROR_FILE_CHECKED_OUT: WIN32_ERROR = 220u32;
6743 pub const ERROR_CHECKOUT_REQUIRED: WIN32_ERROR = 221u32;
6744 pub const ERROR_BAD_FILE_TYPE: WIN32_ERROR = 222u32;
6745 pub const ERROR_FILE_TOO_LARGE: WIN32_ERROR = 223u32;
6746 pub const ERROR_FORMS_AUTH_REQUIRED: WIN32_ERROR = 224u32;
6747 pub const ERROR_VIRUS_INFECTED: WIN32_ERROR = 225u32;
6748 pub const ERROR_VIRUS_DELETED: WIN32_ERROR = 226u32;
6749 pub const ERROR_PIPE_LOCAL: WIN32_ERROR = 229u32;
6750 pub const ERROR_BAD_PIPE: WIN32_ERROR = 230u32;
6751 pub const ERROR_PIPE_BUSY: WIN32_ERROR = 231u32;
6752 pub const ERROR_NO_DATA: WIN32_ERROR = 232u32;
6753 pub const ERROR_PIPE_NOT_CONNECTED: WIN32_ERROR = 233u32;
6754 pub const ERROR_MORE_DATA: WIN32_ERROR = 234u32;
6755 pub const ERROR_NO_WORK_DONE: WIN32_ERROR = 235u32;
6756 pub const ERROR_VC_DISCONNECTED: WIN32_ERROR = 240u32;
6757 pub const ERROR_INVALID_EA_NAME: WIN32_ERROR = 254u32;
6758 pub const ERROR_EA_LIST_INCONSISTENT: WIN32_ERROR = 255u32;
6759 pub const ERROR_NO_MORE_ITEMS: WIN32_ERROR = 259u32;
6760 pub const ERROR_CANNOT_COPY: WIN32_ERROR = 266u32;
6761 pub const ERROR_DIRECTORY: WIN32_ERROR = 267u32;
6762 pub const ERROR_EAS_DIDNT_FIT: WIN32_ERROR = 275u32;
6763 pub const ERROR_EA_FILE_CORRUPT: WIN32_ERROR = 276u32;
6764 pub const ERROR_EA_TABLE_FULL: WIN32_ERROR = 277u32;
6765 pub const ERROR_INVALID_EA_HANDLE: WIN32_ERROR = 278u32;
6766 pub const ERROR_EAS_NOT_SUPPORTED: WIN32_ERROR = 282u32;
6767 pub const ERROR_NOT_OWNER: WIN32_ERROR = 288u32;
6768 pub const ERROR_TOO_MANY_POSTS: WIN32_ERROR = 298u32;
6769 pub const ERROR_PARTIAL_COPY: WIN32_ERROR = 299u32;
6770 pub const ERROR_OPLOCK_NOT_GRANTED: WIN32_ERROR = 300u32;
6771 pub const ERROR_INVALID_OPLOCK_PROTOCOL: WIN32_ERROR = 301u32;
6772 pub const ERROR_DISK_TOO_FRAGMENTED: WIN32_ERROR = 302u32;
6773 pub const ERROR_DELETE_PENDING: WIN32_ERROR = 303u32;
6774 pub const ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: WIN32_ERROR = 304u32;
6775 pub const ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME: WIN32_ERROR = 305u32;
6776 pub const ERROR_SECURITY_STREAM_IS_INCONSISTENT: WIN32_ERROR = 306u32;
6777 pub const ERROR_INVALID_LOCK_RANGE: WIN32_ERROR = 307u32;
6778 pub const ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT: WIN32_ERROR = 308u32;
6779 pub const ERROR_NOTIFICATION_GUID_ALREADY_DEFINED: WIN32_ERROR = 309u32;
6780 pub const ERROR_INVALID_EXCEPTION_HANDLER: WIN32_ERROR = 310u32;
6781 pub const ERROR_DUPLICATE_PRIVILEGES: WIN32_ERROR = 311u32;
6782 pub const ERROR_NO_RANGES_PROCESSED: WIN32_ERROR = 312u32;
6783 pub const ERROR_NOT_ALLOWED_ON_SYSTEM_FILE: WIN32_ERROR = 313u32;
6784 pub const ERROR_DISK_RESOURCES_EXHAUSTED: WIN32_ERROR = 314u32;
6785 pub const ERROR_INVALID_TOKEN: WIN32_ERROR = 315u32;
6786 pub const ERROR_DEVICE_FEATURE_NOT_SUPPORTED: WIN32_ERROR = 316u32;
6787 pub const ERROR_MR_MID_NOT_FOUND: WIN32_ERROR = 317u32;
6788 pub const ERROR_SCOPE_NOT_FOUND: WIN32_ERROR = 318u32;
6789 pub const ERROR_UNDEFINED_SCOPE: WIN32_ERROR = 319u32;
6790 pub const ERROR_INVALID_CAP: WIN32_ERROR = 320u32;
6791 pub const ERROR_DEVICE_UNREACHABLE: WIN32_ERROR = 321u32;
6792 pub const ERROR_DEVICE_NO_RESOURCES: WIN32_ERROR = 322u32;
6793 pub const ERROR_DATA_CHECKSUM_ERROR: WIN32_ERROR = 323u32;
6794 pub const ERROR_INTERMIXED_KERNEL_EA_OPERATION: WIN32_ERROR = 324u32;
6795 pub const ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED: WIN32_ERROR = 326u32;
6796 pub const ERROR_OFFSET_ALIGNMENT_VIOLATION: WIN32_ERROR = 327u32;
6797 pub const ERROR_INVALID_FIELD_IN_PARAMETER_LIST: WIN32_ERROR = 328u32;
6798 pub const ERROR_OPERATION_IN_PROGRESS: WIN32_ERROR = 329u32;
6799 pub const ERROR_BAD_DEVICE_PATH: WIN32_ERROR = 330u32;
6800 pub const ERROR_TOO_MANY_DESCRIPTORS: WIN32_ERROR = 331u32;
6801 pub const ERROR_SCRUB_DATA_DISABLED: WIN32_ERROR = 332u32;
6802 pub const ERROR_NOT_REDUNDANT_STORAGE: WIN32_ERROR = 333u32;
6803 pub const ERROR_RESIDENT_FILE_NOT_SUPPORTED: WIN32_ERROR = 334u32;
6804 pub const ERROR_COMPRESSED_FILE_NOT_SUPPORTED: WIN32_ERROR = 335u32;
6805 pub const ERROR_DIRECTORY_NOT_SUPPORTED: WIN32_ERROR = 336u32;
6806 pub const ERROR_NOT_READ_FROM_COPY: WIN32_ERROR = 337u32;
6807 pub const ERROR_FT_WRITE_FAILURE: WIN32_ERROR = 338u32;
6808 pub const ERROR_FT_DI_SCAN_REQUIRED: WIN32_ERROR = 339u32;
6809 pub const ERROR_INVALID_KERNEL_INFO_VERSION: WIN32_ERROR = 340u32;
6810 pub const ERROR_INVALID_PEP_INFO_VERSION: WIN32_ERROR = 341u32;
6811 pub const ERROR_OBJECT_NOT_EXTERNALLY_BACKED: WIN32_ERROR = 342u32;
6812 pub const ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN: WIN32_ERROR = 343u32;
6813 pub const ERROR_COMPRESSION_NOT_BENEFICIAL: WIN32_ERROR = 344u32;
6814 pub const ERROR_STORAGE_TOPOLOGY_ID_MISMATCH: WIN32_ERROR = 345u32;
6815 pub const ERROR_BLOCKED_BY_PARENTAL_CONTROLS: WIN32_ERROR = 346u32;
6816 pub const ERROR_BLOCK_TOO_MANY_REFERENCES: WIN32_ERROR = 347u32;
6817 pub const ERROR_MARKED_TO_DISALLOW_WRITES: WIN32_ERROR = 348u32;
6818 pub const ERROR_ENCLAVE_FAILURE: WIN32_ERROR = 349u32;
6819 pub const ERROR_FAIL_NOACTION_REBOOT: WIN32_ERROR = 350u32;
6820 pub const ERROR_FAIL_SHUTDOWN: WIN32_ERROR = 351u32;
6821 pub const ERROR_FAIL_RESTART: WIN32_ERROR = 352u32;
6822 pub const ERROR_MAX_SESSIONS_REACHED: WIN32_ERROR = 353u32;
6823 pub const ERROR_NETWORK_ACCESS_DENIED_EDP: WIN32_ERROR = 354u32;
6824 pub const ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL: WIN32_ERROR = 355u32;
6825 pub const ERROR_EDP_POLICY_DENIES_OPERATION: WIN32_ERROR = 356u32;
6826 pub const ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED: WIN32_ERROR = 357u32;
6827 pub const ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT: WIN32_ERROR = 358u32;
6828 pub const ERROR_DEVICE_IN_MAINTENANCE: WIN32_ERROR = 359u32;
6829 pub const ERROR_NOT_SUPPORTED_ON_DAX: WIN32_ERROR = 360u32;
6830 pub const ERROR_DAX_MAPPING_EXISTS: WIN32_ERROR = 361u32;
6831 pub const ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING: WIN32_ERROR = 362u32;
6832 pub const ERROR_CLOUD_FILE_METADATA_CORRUPT: WIN32_ERROR = 363u32;
6833 pub const ERROR_CLOUD_FILE_METADATA_TOO_LARGE: WIN32_ERROR = 364u32;
6834 pub const ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE: WIN32_ERROR = 365u32;
6835 pub const ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: WIN32_ERROR = 366u32;
6836 pub const ERROR_CHILD_PROCESS_BLOCKED: WIN32_ERROR = 367u32;
6837 pub const ERROR_STORAGE_LOST_DATA_PERSISTENCE: WIN32_ERROR = 368u32;
6838 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE: WIN32_ERROR = 369u32;
6839 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT: WIN32_ERROR = 370u32;
6840 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY: WIN32_ERROR = 371u32;
6841 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN: WIN32_ERROR = 372u32;
6842 pub const ERROR_GDI_HANDLE_LEAK: WIN32_ERROR = 373u32;
6843 pub const ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS: WIN32_ERROR = 374u32;
6844 pub const ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED: WIN32_ERROR = 375u32;
6845 pub const ERROR_NOT_A_CLOUD_FILE: WIN32_ERROR = 376u32;
6846 pub const ERROR_CLOUD_FILE_NOT_IN_SYNC: WIN32_ERROR = 377u32;
6847 pub const ERROR_CLOUD_FILE_ALREADY_CONNECTED: WIN32_ERROR = 378u32;
6848 pub const ERROR_CLOUD_FILE_NOT_SUPPORTED: WIN32_ERROR = 379u32;
6849 pub const ERROR_CLOUD_FILE_INVALID_REQUEST: WIN32_ERROR = 380u32;
6850 pub const ERROR_CLOUD_FILE_READ_ONLY_VOLUME: WIN32_ERROR = 381u32;
6851 pub const ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY: WIN32_ERROR = 382u32;
6852 pub const ERROR_CLOUD_FILE_VALIDATION_FAILED: WIN32_ERROR = 383u32;
6853 pub const ERROR_SMB1_NOT_AVAILABLE: WIN32_ERROR = 384u32;
6854 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION: WIN32_ERROR = 385u32;
6855 pub const ERROR_CLOUD_FILE_AUTHENTICATION_FAILED: WIN32_ERROR = 386u32;
6856 pub const ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES: WIN32_ERROR = 387u32;
6857 pub const ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE: WIN32_ERROR = 388u32;
6858 pub const ERROR_CLOUD_FILE_UNSUCCESSFUL: WIN32_ERROR = 389u32;
6859 pub const ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT: WIN32_ERROR = 390u32;
6860 pub const ERROR_CLOUD_FILE_IN_USE: WIN32_ERROR = 391u32;
6861 pub const ERROR_CLOUD_FILE_PINNED: WIN32_ERROR = 392u32;
6862 pub const ERROR_CLOUD_FILE_REQUEST_ABORTED: WIN32_ERROR = 393u32;
6863 pub const ERROR_CLOUD_FILE_PROPERTY_CORRUPT: WIN32_ERROR = 394u32;
6864 pub const ERROR_CLOUD_FILE_ACCESS_DENIED: WIN32_ERROR = 395u32;
6865 pub const ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS: WIN32_ERROR = 396u32;
6866 pub const ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT: WIN32_ERROR = 397u32;
6867 pub const ERROR_CLOUD_FILE_REQUEST_CANCELED: WIN32_ERROR = 398u32;
6868 pub const ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED: WIN32_ERROR = 399u32;
6869 pub const ERROR_THREAD_MODE_ALREADY_BACKGROUND: WIN32_ERROR = 400u32;
6870 pub const ERROR_THREAD_MODE_NOT_BACKGROUND: WIN32_ERROR = 401u32;
6871 pub const ERROR_PROCESS_MODE_ALREADY_BACKGROUND: WIN32_ERROR = 402u32;
6872 pub const ERROR_PROCESS_MODE_NOT_BACKGROUND: WIN32_ERROR = 403u32;
6873 pub const ERROR_CLOUD_FILE_PROVIDER_TERMINATED: WIN32_ERROR = 404u32;
6874 pub const ERROR_NOT_A_CLOUD_SYNC_ROOT: WIN32_ERROR = 405u32;
6875 pub const ERROR_FILE_PROTECTED_UNDER_DPL: WIN32_ERROR = 406u32;
6876 pub const ERROR_VOLUME_NOT_CLUSTER_ALIGNED: WIN32_ERROR = 407u32;
6877 pub const ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND: WIN32_ERROR = 408u32;
6878 pub const ERROR_APPX_FILE_NOT_ENCRYPTED: WIN32_ERROR = 409u32;
6879 pub const ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED: WIN32_ERROR = 410u32;
6880 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET: WIN32_ERROR = 411u32;
6881 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE: WIN32_ERROR = 412u32;
6882 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER: WIN32_ERROR = 413u32;
6883 pub const ERROR_LINUX_SUBSYSTEM_NOT_PRESENT: WIN32_ERROR = 414u32;
6884 pub const ERROR_FT_READ_FAILURE: WIN32_ERROR = 415u32;
6885 pub const ERROR_STORAGE_RESERVE_ID_INVALID: WIN32_ERROR = 416u32;
6886 pub const ERROR_STORAGE_RESERVE_DOES_NOT_EXIST: WIN32_ERROR = 417u32;
6887 pub const ERROR_STORAGE_RESERVE_ALREADY_EXISTS: WIN32_ERROR = 418u32;
6888 pub const ERROR_STORAGE_RESERVE_NOT_EMPTY: WIN32_ERROR = 419u32;
6889 pub const ERROR_NOT_A_DAX_VOLUME: WIN32_ERROR = 420u32;
6890 pub const ERROR_NOT_DAX_MAPPABLE: WIN32_ERROR = 421u32;
6891 pub const ERROR_TIME_SENSITIVE_THREAD: WIN32_ERROR = 422u32;
6892 pub const ERROR_DPL_NOT_SUPPORTED_FOR_USER: WIN32_ERROR = 423u32;
6893 pub const ERROR_CASE_DIFFERING_NAMES_IN_DIR: WIN32_ERROR = 424u32;
6894 pub const ERROR_FILE_NOT_SUPPORTED: WIN32_ERROR = 425u32;
6895 pub const ERROR_CLOUD_FILE_REQUEST_TIMEOUT: WIN32_ERROR = 426u32;
6896 pub const ERROR_NO_TASK_QUEUE: WIN32_ERROR = 427u32;
6897 pub const ERROR_SRC_SRV_DLL_LOAD_FAILED: WIN32_ERROR = 428u32;
6898 pub const ERROR_NOT_SUPPORTED_WITH_BTT: WIN32_ERROR = 429u32;
6899 pub const ERROR_ENCRYPTION_DISABLED: WIN32_ERROR = 430u32;
6900 pub const ERROR_ENCRYPTING_METADATA_DISALLOWED: WIN32_ERROR = 431u32;
6901 pub const ERROR_CANT_CLEAR_ENCRYPTION_FLAG: WIN32_ERROR = 432u32;
6902 pub const ERROR_NO_SUCH_DEVICE: WIN32_ERROR = 433u32;
6903 pub const ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED: WIN32_ERROR = 434u32;
6904 pub const ERROR_FILE_SNAP_IN_PROGRESS: WIN32_ERROR = 435u32;
6905 pub const ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED: WIN32_ERROR = 436u32;
6906 pub const ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED: WIN32_ERROR = 437u32;
6907 pub const ERROR_FILE_SNAP_IO_NOT_COORDINATED: WIN32_ERROR = 438u32;
6908 pub const ERROR_FILE_SNAP_UNEXPECTED_ERROR: WIN32_ERROR = 439u32;
6909 pub const ERROR_FILE_SNAP_INVALID_PARAMETER: WIN32_ERROR = 440u32;
6910 pub const ERROR_UNSATISFIED_DEPENDENCIES: WIN32_ERROR = 441u32;
6911 pub const ERROR_CASE_SENSITIVE_PATH: WIN32_ERROR = 442u32;
6912 pub const ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR: WIN32_ERROR = 443u32;
6913 pub const ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED: WIN32_ERROR = 444u32;
6914 pub const ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION: WIN32_ERROR = 445u32;
6915 pub const ERROR_DLP_POLICY_DENIES_OPERATION: WIN32_ERROR = 446u32;
6916 pub const ERROR_SECURITY_DENIES_OPERATION: WIN32_ERROR = 447u32;
6917 pub const ERROR_UNTRUSTED_MOUNT_POINT: WIN32_ERROR = 448u32;
6918 pub const ERROR_DLP_POLICY_SILENTLY_FAIL: WIN32_ERROR = 449u32;
6919 pub const ERROR_CAPAUTHZ_NOT_DEVUNLOCKED: WIN32_ERROR = 450u32;
6920 pub const ERROR_CAPAUTHZ_CHANGE_TYPE: WIN32_ERROR = 451u32;
6921 pub const ERROR_CAPAUTHZ_NOT_PROVISIONED: WIN32_ERROR = 452u32;
6922 pub const ERROR_CAPAUTHZ_NOT_AUTHORIZED: WIN32_ERROR = 453u32;
6923 pub const ERROR_CAPAUTHZ_NO_POLICY: WIN32_ERROR = 454u32;
6924 pub const ERROR_CAPAUTHZ_DB_CORRUPTED: WIN32_ERROR = 455u32;
6925 pub const ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG: WIN32_ERROR = 456u32;
6926 pub const ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY: WIN32_ERROR = 457u32;
6927 pub const ERROR_CAPAUTHZ_SCCD_PARSE_ERROR: WIN32_ERROR = 458u32;
6928 pub const ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED: WIN32_ERROR = 459u32;
6929 pub const ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH: WIN32_ERROR = 460u32;
6930 pub const ERROR_CIMFS_IMAGE_CORRUPT: WIN32_ERROR = 470u32;
6931 pub const ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED: WIN32_ERROR = 471u32;
6932 pub const ERROR_STORAGE_STACK_ACCESS_DENIED: WIN32_ERROR = 472u32;
6933 pub const ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES: WIN32_ERROR = 473u32;
6934 pub const ERROR_INDEX_OUT_OF_BOUNDS: WIN32_ERROR = 474u32;
6935 pub const ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT: WIN32_ERROR = 480u32;
6936 pub const ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT: WIN32_ERROR = 481u32;
6937 pub const ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT: WIN32_ERROR = 482u32;
6938 pub const ERROR_DEVICE_HARDWARE_ERROR: WIN32_ERROR = 483u32;
6939 pub const ERROR_INVALID_ADDRESS: WIN32_ERROR = 487u32;
6940 pub const ERROR_HAS_SYSTEM_CRITICAL_FILES: WIN32_ERROR = 488u32;
6941 pub const ERROR_ENCRYPTED_FILE_NOT_SUPPORTED: WIN32_ERROR = 489u32;
6942 pub const ERROR_SPARSE_FILE_NOT_SUPPORTED: WIN32_ERROR = 490u32;
6943 pub const ERROR_PAGEFILE_NOT_SUPPORTED: WIN32_ERROR = 491u32;
6944 pub const ERROR_VOLUME_NOT_SUPPORTED: WIN32_ERROR = 492u32;
6945 pub const ERROR_NOT_SUPPORTED_WITH_BYPASSIO: WIN32_ERROR = 493u32;
6946 pub const ERROR_NO_BYPASSIO_DRIVER_SUPPORT: WIN32_ERROR = 494u32;
6947 pub const ERROR_NOT_SUPPORTED_WITH_ENCRYPTION: WIN32_ERROR = 495u32;
6948 pub const ERROR_NOT_SUPPORTED_WITH_COMPRESSION: WIN32_ERROR = 496u32;
6949 pub const ERROR_NOT_SUPPORTED_WITH_REPLICATION: WIN32_ERROR = 497u32;
6950 pub const ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION: WIN32_ERROR = 498u32;
6951 pub const ERROR_NOT_SUPPORTED_WITH_AUDITING: WIN32_ERROR = 499u32;
6952 pub const ERROR_USER_PROFILE_LOAD: WIN32_ERROR = 500u32;
6953 pub const ERROR_SESSION_KEY_TOO_SHORT: WIN32_ERROR = 501u32;
6954 pub const ERROR_ACCESS_DENIED_APPDATA: WIN32_ERROR = 502u32;
6955 pub const ERROR_NOT_SUPPORTED_WITH_MONITORING: WIN32_ERROR = 503u32;
6956 pub const ERROR_NOT_SUPPORTED_WITH_SNAPSHOT: WIN32_ERROR = 504u32;
6957 pub const ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION: WIN32_ERROR = 505u32;
6958 pub const ERROR_BYPASSIO_FLT_NOT_SUPPORTED: WIN32_ERROR = 506u32;
6959 pub const ERROR_DEVICE_RESET_REQUIRED: WIN32_ERROR = 507u32;
6960 pub const ERROR_VOLUME_WRITE_ACCESS_DENIED: WIN32_ERROR = 508u32;
6961 pub const ERROR_ARITHMETIC_OVERFLOW: WIN32_ERROR = 534u32;
6962 pub const ERROR_PIPE_CONNECTED: WIN32_ERROR = 535u32;
6963 pub const ERROR_PIPE_LISTENING: WIN32_ERROR = 536u32;
6964 pub const ERROR_VERIFIER_STOP: WIN32_ERROR = 537u32;
6965 pub const ERROR_ABIOS_ERROR: WIN32_ERROR = 538u32;
6966 pub const ERROR_WX86_WARNING: WIN32_ERROR = 539u32;
6967 pub const ERROR_WX86_ERROR: WIN32_ERROR = 540u32;
6968 pub const ERROR_TIMER_NOT_CANCELED: WIN32_ERROR = 541u32;
6969 pub const ERROR_UNWIND: WIN32_ERROR = 542u32;
6970 pub const ERROR_BAD_STACK: WIN32_ERROR = 543u32;
6971 pub const ERROR_INVALID_UNWIND_TARGET: WIN32_ERROR = 544u32;
6972 pub const ERROR_INVALID_PORT_ATTRIBUTES: WIN32_ERROR = 545u32;
6973 pub const ERROR_PORT_MESSAGE_TOO_LONG: WIN32_ERROR = 546u32;
6974 pub const ERROR_INVALID_QUOTA_LOWER: WIN32_ERROR = 547u32;
6975 pub const ERROR_DEVICE_ALREADY_ATTACHED: WIN32_ERROR = 548u32;
6976 pub const ERROR_INSTRUCTION_MISALIGNMENT: WIN32_ERROR = 549u32;
6977 pub const ERROR_PROFILING_NOT_STARTED: WIN32_ERROR = 550u32;
6978 pub const ERROR_PROFILING_NOT_STOPPED: WIN32_ERROR = 551u32;
6979 pub const ERROR_COULD_NOT_INTERPRET: WIN32_ERROR = 552u32;
6980 pub const ERROR_PROFILING_AT_LIMIT: WIN32_ERROR = 553u32;
6981 pub const ERROR_CANT_WAIT: WIN32_ERROR = 554u32;
6982 pub const ERROR_CANT_TERMINATE_SELF: WIN32_ERROR = 555u32;
6983 pub const ERROR_UNEXPECTED_MM_CREATE_ERR: WIN32_ERROR = 556u32;
6984 pub const ERROR_UNEXPECTED_MM_MAP_ERROR: WIN32_ERROR = 557u32;
6985 pub const ERROR_UNEXPECTED_MM_EXTEND_ERR: WIN32_ERROR = 558u32;
6986 pub const ERROR_BAD_FUNCTION_TABLE: WIN32_ERROR = 559u32;
6987 pub const ERROR_NO_GUID_TRANSLATION: WIN32_ERROR = 560u32;
6988 pub const ERROR_INVALID_LDT_SIZE: WIN32_ERROR = 561u32;
6989 pub const ERROR_INVALID_LDT_OFFSET: WIN32_ERROR = 563u32;
6990 pub const ERROR_INVALID_LDT_DESCRIPTOR: WIN32_ERROR = 564u32;
6991 pub const ERROR_TOO_MANY_THREADS: WIN32_ERROR = 565u32;
6992 pub const ERROR_THREAD_NOT_IN_PROCESS: WIN32_ERROR = 566u32;
6993 pub const ERROR_PAGEFILE_QUOTA_EXCEEDED: WIN32_ERROR = 567u32;
6994 pub const ERROR_LOGON_SERVER_CONFLICT: WIN32_ERROR = 568u32;
6995 pub const ERROR_SYNCHRONIZATION_REQUIRED: WIN32_ERROR = 569u32;
6996 pub const ERROR_NET_OPEN_FAILED: WIN32_ERROR = 570u32;
6997 pub const ERROR_IO_PRIVILEGE_FAILED: WIN32_ERROR = 571u32;
6998 pub const ERROR_CONTROL_C_EXIT: WIN32_ERROR = 572u32;
6999 pub const ERROR_MISSING_SYSTEMFILE: WIN32_ERROR = 573u32;
7000 pub const ERROR_UNHANDLED_EXCEPTION: WIN32_ERROR = 574u32;
7001 pub const ERROR_APP_INIT_FAILURE: WIN32_ERROR = 575u32;
7002 pub const ERROR_PAGEFILE_CREATE_FAILED: WIN32_ERROR = 576u32;
7003 pub const ERROR_INVALID_IMAGE_HASH: WIN32_ERROR = 577u32;
7004 pub const ERROR_NO_PAGEFILE: WIN32_ERROR = 578u32;
7005 pub const ERROR_ILLEGAL_FLOAT_CONTEXT: WIN32_ERROR = 579u32;
7006 pub const ERROR_NO_EVENT_PAIR: WIN32_ERROR = 580u32;
7007 pub const ERROR_DOMAIN_CTRLR_CONFIG_ERROR: WIN32_ERROR = 581u32;
7008 pub const ERROR_ILLEGAL_CHARACTER: WIN32_ERROR = 582u32;
7009 pub const ERROR_UNDEFINED_CHARACTER: WIN32_ERROR = 583u32;
7010 pub const ERROR_FLOPPY_VOLUME: WIN32_ERROR = 584u32;
7011 pub const ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT: WIN32_ERROR = 585u32;
7012 pub const ERROR_BACKUP_CONTROLLER: WIN32_ERROR = 586u32;
7013 pub const ERROR_MUTANT_LIMIT_EXCEEDED: WIN32_ERROR = 587u32;
7014 pub const ERROR_FS_DRIVER_REQUIRED: WIN32_ERROR = 588u32;
7015 pub const ERROR_CANNOT_LOAD_REGISTRY_FILE: WIN32_ERROR = 589u32;
7016 pub const ERROR_DEBUG_ATTACH_FAILED: WIN32_ERROR = 590u32;
7017 pub const ERROR_SYSTEM_PROCESS_TERMINATED: WIN32_ERROR = 591u32;
7018 pub const ERROR_DATA_NOT_ACCEPTED: WIN32_ERROR = 592u32;
7019 pub const ERROR_VDM_HARD_ERROR: WIN32_ERROR = 593u32;
7020 pub const ERROR_DRIVER_CANCEL_TIMEOUT: WIN32_ERROR = 594u32;
7021 pub const ERROR_REPLY_MESSAGE_MISMATCH: WIN32_ERROR = 595u32;
7022 pub const ERROR_LOST_WRITEBEHIND_DATA: WIN32_ERROR = 596u32;
7023 pub const ERROR_CLIENT_SERVER_PARAMETERS_INVALID: WIN32_ERROR = 597u32;
7024 pub const ERROR_NOT_TINY_STREAM: WIN32_ERROR = 598u32;
7025 pub const ERROR_STACK_OVERFLOW_READ: WIN32_ERROR = 599u32;
7026 pub const ERROR_CONVERT_TO_LARGE: WIN32_ERROR = 600u32;
7027 pub const ERROR_FOUND_OUT_OF_SCOPE: WIN32_ERROR = 601u32;
7028 pub const ERROR_ALLOCATE_BUCKET: WIN32_ERROR = 602u32;
7029 pub const ERROR_MARSHALL_OVERFLOW: WIN32_ERROR = 603u32;
7030 pub const ERROR_INVALID_VARIANT: WIN32_ERROR = 604u32;
7031 pub const ERROR_BAD_COMPRESSION_BUFFER: WIN32_ERROR = 605u32;
7032 pub const ERROR_AUDIT_FAILED: WIN32_ERROR = 606u32;
7033 pub const ERROR_TIMER_RESOLUTION_NOT_SET: WIN32_ERROR = 607u32;
7034 pub const ERROR_INSUFFICIENT_LOGON_INFO: WIN32_ERROR = 608u32;
7035 pub const ERROR_BAD_DLL_ENTRYPOINT: WIN32_ERROR = 609u32;
7036 pub const ERROR_BAD_SERVICE_ENTRYPOINT: WIN32_ERROR = 610u32;
7037 pub const ERROR_IP_ADDRESS_CONFLICT1: WIN32_ERROR = 611u32;
7038 pub const ERROR_IP_ADDRESS_CONFLICT2: WIN32_ERROR = 612u32;
7039 pub const ERROR_REGISTRY_QUOTA_LIMIT: WIN32_ERROR = 613u32;
7040 pub const ERROR_NO_CALLBACK_ACTIVE: WIN32_ERROR = 614u32;
7041 pub const ERROR_PWD_TOO_SHORT: WIN32_ERROR = 615u32;
7042 pub const ERROR_PWD_TOO_RECENT: WIN32_ERROR = 616u32;
7043 pub const ERROR_PWD_HISTORY_CONFLICT: WIN32_ERROR = 617u32;
7044 pub const ERROR_UNSUPPORTED_COMPRESSION: WIN32_ERROR = 618u32;
7045 pub const ERROR_INVALID_HW_PROFILE: WIN32_ERROR = 619u32;
7046 pub const ERROR_INVALID_PLUGPLAY_DEVICE_PATH: WIN32_ERROR = 620u32;
7047 pub const ERROR_QUOTA_LIST_INCONSISTENT: WIN32_ERROR = 621u32;
7048 pub const ERROR_EVALUATION_EXPIRATION: WIN32_ERROR = 622u32;
7049 pub const ERROR_ILLEGAL_DLL_RELOCATION: WIN32_ERROR = 623u32;
7050 pub const ERROR_DLL_INIT_FAILED_LOGOFF: WIN32_ERROR = 624u32;
7051 pub const ERROR_VALIDATE_CONTINUE: WIN32_ERROR = 625u32;
7052 pub const ERROR_NO_MORE_MATCHES: WIN32_ERROR = 626u32;
7053 pub const ERROR_RANGE_LIST_CONFLICT: WIN32_ERROR = 627u32;
7054 pub const ERROR_SERVER_SID_MISMATCH: WIN32_ERROR = 628u32;
7055 pub const ERROR_CANT_ENABLE_DENY_ONLY: WIN32_ERROR = 629u32;
7056 pub const ERROR_FLOAT_MULTIPLE_FAULTS: WIN32_ERROR = 630u32;
7057 pub const ERROR_FLOAT_MULTIPLE_TRAPS: WIN32_ERROR = 631u32;
7058 pub const ERROR_NOINTERFACE: WIN32_ERROR = 632u32;
7059 pub const ERROR_DRIVER_FAILED_SLEEP: WIN32_ERROR = 633u32;
7060 pub const ERROR_CORRUPT_SYSTEM_FILE: WIN32_ERROR = 634u32;
7061 pub const ERROR_COMMITMENT_MINIMUM: WIN32_ERROR = 635u32;
7062 pub const ERROR_PNP_RESTART_ENUMERATION: WIN32_ERROR = 636u32;
7063 pub const ERROR_SYSTEM_IMAGE_BAD_SIGNATURE: WIN32_ERROR = 637u32;
7064 pub const ERROR_PNP_REBOOT_REQUIRED: WIN32_ERROR = 638u32;
7065 pub const ERROR_INSUFFICIENT_POWER: WIN32_ERROR = 639u32;
7066 pub const ERROR_MULTIPLE_FAULT_VIOLATION: WIN32_ERROR = 640u32;
7067 pub const ERROR_SYSTEM_SHUTDOWN: WIN32_ERROR = 641u32;
7068 pub const ERROR_PORT_NOT_SET: WIN32_ERROR = 642u32;
7069 pub const ERROR_DS_VERSION_CHECK_FAILURE: WIN32_ERROR = 643u32;
7070 pub const ERROR_RANGE_NOT_FOUND: WIN32_ERROR = 644u32;
7071 pub const ERROR_NOT_SAFE_MODE_DRIVER: WIN32_ERROR = 646u32;
7072 pub const ERROR_FAILED_DRIVER_ENTRY: WIN32_ERROR = 647u32;
7073 pub const ERROR_DEVICE_ENUMERATION_ERROR: WIN32_ERROR = 648u32;
7074 pub const ERROR_MOUNT_POINT_NOT_RESOLVED: WIN32_ERROR = 649u32;
7075 pub const ERROR_INVALID_DEVICE_OBJECT_PARAMETER: WIN32_ERROR = 650u32;
7076 pub const ERROR_MCA_OCCURED: WIN32_ERROR = 651u32;
7077 pub const ERROR_DRIVER_DATABASE_ERROR: WIN32_ERROR = 652u32;
7078 pub const ERROR_SYSTEM_HIVE_TOO_LARGE: WIN32_ERROR = 653u32;
7079 pub const ERROR_DRIVER_FAILED_PRIOR_UNLOAD: WIN32_ERROR = 654u32;
7080 pub const ERROR_VOLSNAP_PREPARE_HIBERNATE: WIN32_ERROR = 655u32;
7081 pub const ERROR_HIBERNATION_FAILURE: WIN32_ERROR = 656u32;
7082 pub const ERROR_PWD_TOO_LONG: WIN32_ERROR = 657u32;
7083 pub const ERROR_FILE_SYSTEM_LIMITATION: WIN32_ERROR = 665u32;
7084 pub const ERROR_ASSERTION_FAILURE: WIN32_ERROR = 668u32;
7085 pub const ERROR_ACPI_ERROR: WIN32_ERROR = 669u32;
7086 pub const ERROR_WOW_ASSERTION: WIN32_ERROR = 670u32;
7087 pub const ERROR_PNP_BAD_MPS_TABLE: WIN32_ERROR = 671u32;
7088 pub const ERROR_PNP_TRANSLATION_FAILED: WIN32_ERROR = 672u32;
7089 pub const ERROR_PNP_IRQ_TRANSLATION_FAILED: WIN32_ERROR = 673u32;
7090 pub const ERROR_PNP_INVALID_ID: WIN32_ERROR = 674u32;
7091 pub const ERROR_WAKE_SYSTEM_DEBUGGER: WIN32_ERROR = 675u32;
7092 pub const ERROR_HANDLES_CLOSED: WIN32_ERROR = 676u32;
7093 pub const ERROR_EXTRANEOUS_INFORMATION: WIN32_ERROR = 677u32;
7094 pub const ERROR_RXACT_COMMIT_NECESSARY: WIN32_ERROR = 678u32;
7095 pub const ERROR_MEDIA_CHECK: WIN32_ERROR = 679u32;
7096 pub const ERROR_GUID_SUBSTITUTION_MADE: WIN32_ERROR = 680u32;
7097 pub const ERROR_STOPPED_ON_SYMLINK: WIN32_ERROR = 681u32;
7098 pub const ERROR_LONGJUMP: WIN32_ERROR = 682u32;
7099 pub const ERROR_PLUGPLAY_QUERY_VETOED: WIN32_ERROR = 683u32;
7100 pub const ERROR_UNWIND_CONSOLIDATE: WIN32_ERROR = 684u32;
7101 pub const ERROR_REGISTRY_HIVE_RECOVERED: WIN32_ERROR = 685u32;
7102 pub const ERROR_DLL_MIGHT_BE_INSECURE: WIN32_ERROR = 686u32;
7103 pub const ERROR_DLL_MIGHT_BE_INCOMPATIBLE: WIN32_ERROR = 687u32;
7104 pub const ERROR_DBG_EXCEPTION_NOT_HANDLED: WIN32_ERROR = 688u32;
7105 pub const ERROR_DBG_REPLY_LATER: WIN32_ERROR = 689u32;
7106 pub const ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE: WIN32_ERROR = 690u32;
7107 pub const ERROR_DBG_TERMINATE_THREAD: WIN32_ERROR = 691u32;
7108 pub const ERROR_DBG_TERMINATE_PROCESS: WIN32_ERROR = 692u32;
7109 pub const ERROR_DBG_CONTROL_C: WIN32_ERROR = 693u32;
7110 pub const ERROR_DBG_PRINTEXCEPTION_C: WIN32_ERROR = 694u32;
7111 pub const ERROR_DBG_RIPEXCEPTION: WIN32_ERROR = 695u32;
7112 pub const ERROR_DBG_CONTROL_BREAK: WIN32_ERROR = 696u32;
7113 pub const ERROR_DBG_COMMAND_EXCEPTION: WIN32_ERROR = 697u32;
7114 pub const ERROR_OBJECT_NAME_EXISTS: WIN32_ERROR = 698u32;
7115 pub const ERROR_THREAD_WAS_SUSPENDED: WIN32_ERROR = 699u32;
7116 pub const ERROR_IMAGE_NOT_AT_BASE: WIN32_ERROR = 700u32;
7117 pub const ERROR_RXACT_STATE_CREATED: WIN32_ERROR = 701u32;
7118 pub const ERROR_SEGMENT_NOTIFICATION: WIN32_ERROR = 702u32;
7119 pub const ERROR_BAD_CURRENT_DIRECTORY: WIN32_ERROR = 703u32;
7120 pub const ERROR_FT_READ_RECOVERY_FROM_BACKUP: WIN32_ERROR = 704u32;
7121 pub const ERROR_FT_WRITE_RECOVERY: WIN32_ERROR = 705u32;
7122 pub const ERROR_IMAGE_MACHINE_TYPE_MISMATCH: WIN32_ERROR = 706u32;
7123 pub const ERROR_RECEIVE_PARTIAL: WIN32_ERROR = 707u32;
7124 pub const ERROR_RECEIVE_EXPEDITED: WIN32_ERROR = 708u32;
7125 pub const ERROR_RECEIVE_PARTIAL_EXPEDITED: WIN32_ERROR = 709u32;
7126 pub const ERROR_EVENT_DONE: WIN32_ERROR = 710u32;
7127 pub const ERROR_EVENT_PENDING: WIN32_ERROR = 711u32;
7128 pub const ERROR_CHECKING_FILE_SYSTEM: WIN32_ERROR = 712u32;
7129 pub const ERROR_FATAL_APP_EXIT: WIN32_ERROR = 713u32;
7130 pub const ERROR_PREDEFINED_HANDLE: WIN32_ERROR = 714u32;
7131 pub const ERROR_WAS_UNLOCKED: WIN32_ERROR = 715u32;
7132 pub const ERROR_SERVICE_NOTIFICATION: WIN32_ERROR = 716u32;
7133 pub const ERROR_WAS_LOCKED: WIN32_ERROR = 717u32;
7134 pub const ERROR_LOG_HARD_ERROR: WIN32_ERROR = 718u32;
7135 pub const ERROR_ALREADY_WIN32: WIN32_ERROR = 719u32;
7136 pub const ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE: WIN32_ERROR = 720u32;
7137 pub const ERROR_NO_YIELD_PERFORMED: WIN32_ERROR = 721u32;
7138 pub const ERROR_TIMER_RESUME_IGNORED: WIN32_ERROR = 722u32;
7139 pub const ERROR_ARBITRATION_UNHANDLED: WIN32_ERROR = 723u32;
7140 pub const ERROR_CARDBUS_NOT_SUPPORTED: WIN32_ERROR = 724u32;
7141 pub const ERROR_MP_PROCESSOR_MISMATCH: WIN32_ERROR = 725u32;
7142 pub const ERROR_HIBERNATED: WIN32_ERROR = 726u32;
7143 pub const ERROR_RESUME_HIBERNATION: WIN32_ERROR = 727u32;
7144 pub const ERROR_FIRMWARE_UPDATED: WIN32_ERROR = 728u32;
7145 pub const ERROR_DRIVERS_LEAKING_LOCKED_PAGES: WIN32_ERROR = 729u32;
7146 pub const ERROR_WAKE_SYSTEM: WIN32_ERROR = 730u32;
7147 pub const ERROR_WAIT_1: WIN32_ERROR = 731u32;
7148 pub const ERROR_WAIT_2: WIN32_ERROR = 732u32;
7149 pub const ERROR_WAIT_3: WIN32_ERROR = 733u32;
7150 pub const ERROR_WAIT_63: WIN32_ERROR = 734u32;
7151 pub const ERROR_ABANDONED_WAIT_0: WIN32_ERROR = 735u32;
7152 pub const ERROR_ABANDONED_WAIT_63: WIN32_ERROR = 736u32;
7153 pub const ERROR_USER_APC: WIN32_ERROR = 737u32;
7154 pub const ERROR_KERNEL_APC: WIN32_ERROR = 738u32;
7155 pub const ERROR_ALERTED: WIN32_ERROR = 739u32;
7156 pub const ERROR_ELEVATION_REQUIRED: WIN32_ERROR = 740u32;
7157 pub const ERROR_REPARSE: WIN32_ERROR = 741u32;
7158 pub const ERROR_OPLOCK_BREAK_IN_PROGRESS: WIN32_ERROR = 742u32;
7159 pub const ERROR_VOLUME_MOUNTED: WIN32_ERROR = 743u32;
7160 pub const ERROR_RXACT_COMMITTED: WIN32_ERROR = 744u32;
7161 pub const ERROR_NOTIFY_CLEANUP: WIN32_ERROR = 745u32;
7162 pub const ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED: WIN32_ERROR = 746u32;
7163 pub const ERROR_PAGE_FAULT_TRANSITION: WIN32_ERROR = 747u32;
7164 pub const ERROR_PAGE_FAULT_DEMAND_ZERO: WIN32_ERROR = 748u32;
7165 pub const ERROR_PAGE_FAULT_COPY_ON_WRITE: WIN32_ERROR = 749u32;
7166 pub const ERROR_PAGE_FAULT_GUARD_PAGE: WIN32_ERROR = 750u32;
7167 pub const ERROR_PAGE_FAULT_PAGING_FILE: WIN32_ERROR = 751u32;
7168 pub const ERROR_CACHE_PAGE_LOCKED: WIN32_ERROR = 752u32;
7169 pub const ERROR_CRASH_DUMP: WIN32_ERROR = 753u32;
7170 pub const ERROR_BUFFER_ALL_ZEROS: WIN32_ERROR = 754u32;
7171 pub const ERROR_REPARSE_OBJECT: WIN32_ERROR = 755u32;
7172 pub const ERROR_RESOURCE_REQUIREMENTS_CHANGED: WIN32_ERROR = 756u32;
7173 pub const ERROR_TRANSLATION_COMPLETE: WIN32_ERROR = 757u32;
7174 pub const ERROR_NOTHING_TO_TERMINATE: WIN32_ERROR = 758u32;
7175 pub const ERROR_PROCESS_NOT_IN_JOB: WIN32_ERROR = 759u32;
7176 pub const ERROR_PROCESS_IN_JOB: WIN32_ERROR = 760u32;
7177 pub const ERROR_VOLSNAP_HIBERNATE_READY: WIN32_ERROR = 761u32;
7178 pub const ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY: WIN32_ERROR = 762u32;
7179 pub const ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED: WIN32_ERROR = 763u32;
7180 pub const ERROR_INTERRUPT_STILL_CONNECTED: WIN32_ERROR = 764u32;
7181 pub const ERROR_WAIT_FOR_OPLOCK: WIN32_ERROR = 765u32;
7182 pub const ERROR_DBG_EXCEPTION_HANDLED: WIN32_ERROR = 766u32;
7183 pub const ERROR_DBG_CONTINUE: WIN32_ERROR = 767u32;
7184 pub const ERROR_CALLBACK_POP_STACK: WIN32_ERROR = 768u32;
7185 pub const ERROR_COMPRESSION_DISABLED: WIN32_ERROR = 769u32;
7186 pub const ERROR_CANTFETCHBACKWARDS: WIN32_ERROR = 770u32;
7187 pub const ERROR_CANTSCROLLBACKWARDS: WIN32_ERROR = 771u32;
7188 pub const ERROR_ROWSNOTRELEASED: WIN32_ERROR = 772u32;
7189 pub const ERROR_BAD_ACCESSOR_FLAGS: WIN32_ERROR = 773u32;
7190 pub const ERROR_ERRORS_ENCOUNTERED: WIN32_ERROR = 774u32;
7191 pub const ERROR_NOT_CAPABLE: WIN32_ERROR = 775u32;
7192 pub const ERROR_REQUEST_OUT_OF_SEQUENCE: WIN32_ERROR = 776u32;
7193 pub const ERROR_VERSION_PARSE_ERROR: WIN32_ERROR = 777u32;
7194 pub const ERROR_BADSTARTPOSITION: WIN32_ERROR = 778u32;
7195 pub const ERROR_MEMORY_HARDWARE: WIN32_ERROR = 779u32;
7196 pub const ERROR_DISK_REPAIR_DISABLED: WIN32_ERROR = 780u32;
7197 pub const ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: WIN32_ERROR = 781u32;
7198 pub const ERROR_SYSTEM_POWERSTATE_TRANSITION: WIN32_ERROR = 782u32;
7199 pub const ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION: WIN32_ERROR = 783u32;
7200 pub const ERROR_MCA_EXCEPTION: WIN32_ERROR = 784u32;
7201 pub const ERROR_ACCESS_AUDIT_BY_POLICY: WIN32_ERROR = 785u32;
7202 pub const ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: WIN32_ERROR = 786u32;
7203 pub const ERROR_ABANDON_HIBERFILE: WIN32_ERROR = 787u32;
7204 pub const ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED: WIN32_ERROR = 788u32;
7205 pub const ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR: WIN32_ERROR = 789u32;
7206 pub const ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR: WIN32_ERROR = 790u32;
7207 pub const ERROR_BAD_MCFG_TABLE: WIN32_ERROR = 791u32;
7208 pub const ERROR_DISK_REPAIR_REDIRECTED: WIN32_ERROR = 792u32;
7209 pub const ERROR_DISK_REPAIR_UNSUCCESSFUL: WIN32_ERROR = 793u32;
7210 pub const ERROR_CORRUPT_LOG_OVERFULL: WIN32_ERROR = 794u32;
7211 pub const ERROR_CORRUPT_LOG_CORRUPTED: WIN32_ERROR = 795u32;
7212 pub const ERROR_CORRUPT_LOG_UNAVAILABLE: WIN32_ERROR = 796u32;
7213 pub const ERROR_CORRUPT_LOG_DELETED_FULL: WIN32_ERROR = 797u32;
7214 pub const ERROR_CORRUPT_LOG_CLEARED: WIN32_ERROR = 798u32;
7215 pub const ERROR_ORPHAN_NAME_EXHAUSTED: WIN32_ERROR = 799u32;
7216 pub const ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE: WIN32_ERROR = 800u32;
7217 pub const ERROR_CANNOT_GRANT_REQUESTED_OPLOCK: WIN32_ERROR = 801u32;
7218 pub const ERROR_CANNOT_BREAK_OPLOCK: WIN32_ERROR = 802u32;
7219 pub const ERROR_OPLOCK_HANDLE_CLOSED: WIN32_ERROR = 803u32;
7220 pub const ERROR_NO_ACE_CONDITION: WIN32_ERROR = 804u32;
7221 pub const ERROR_INVALID_ACE_CONDITION: WIN32_ERROR = 805u32;
7222 pub const ERROR_FILE_HANDLE_REVOKED: WIN32_ERROR = 806u32;
7223 pub const ERROR_IMAGE_AT_DIFFERENT_BASE: WIN32_ERROR = 807u32;
7224 pub const ERROR_ENCRYPTED_IO_NOT_POSSIBLE: WIN32_ERROR = 808u32;
7225 pub const ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS: WIN32_ERROR = 809u32;
7226 pub const ERROR_QUOTA_ACTIVITY: WIN32_ERROR = 810u32;
7227 pub const ERROR_HANDLE_REVOKED: WIN32_ERROR = 811u32;
7228 pub const ERROR_CALLBACK_INVOKE_INLINE: WIN32_ERROR = 812u32;
7229 pub const ERROR_CPU_SET_INVALID: WIN32_ERROR = 813u32;
7230 pub const ERROR_ENCLAVE_NOT_TERMINATED: WIN32_ERROR = 814u32;
7231 pub const ERROR_ENCLAVE_VIOLATION: WIN32_ERROR = 815u32;
7232 pub const ERROR_SERVER_TRANSPORT_CONFLICT: WIN32_ERROR = 816u32;
7233 pub const ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT: WIN32_ERROR = 817u32;
7234 pub const ERROR_FT_READ_FROM_COPY_FAILURE: WIN32_ERROR = 818u32;
7235 pub const ERROR_SECTION_DIRECT_MAP_ONLY: WIN32_ERROR = 819u32;
7236 pub const ERROR_EA_ACCESS_DENIED: WIN32_ERROR = 994u32;
7237 pub const ERROR_OPERATION_ABORTED: WIN32_ERROR = 995u32;
7238 pub const ERROR_IO_INCOMPLETE: WIN32_ERROR = 996u32;
7239 pub const ERROR_IO_PENDING: WIN32_ERROR = 997u32;
7240 pub const ERROR_NOACCESS: WIN32_ERROR = 998u32;
7241 pub const ERROR_SWAPERROR: WIN32_ERROR = 999u32;
7242 pub const ERROR_STACK_OVERFLOW: WIN32_ERROR = 1001u32;
7243 pub const ERROR_INVALID_MESSAGE: WIN32_ERROR = 1002u32;
7244 pub const ERROR_CAN_NOT_COMPLETE: WIN32_ERROR = 1003u32;
7245 pub const ERROR_INVALID_FLAGS: WIN32_ERROR = 1004u32;
7246 pub const ERROR_UNRECOGNIZED_VOLUME: WIN32_ERROR = 1005u32;
7247 pub const ERROR_FILE_INVALID: WIN32_ERROR = 1006u32;
7248 pub const ERROR_FULLSCREEN_MODE: WIN32_ERROR = 1007u32;
7249 pub const ERROR_NO_TOKEN: WIN32_ERROR = 1008u32;
7250 pub const ERROR_BADDB: WIN32_ERROR = 1009u32;
7251 pub const ERROR_BADKEY: WIN32_ERROR = 1010u32;
7252 pub const ERROR_CANTOPEN: WIN32_ERROR = 1011u32;
7253 pub const ERROR_CANTREAD: WIN32_ERROR = 1012u32;
7254 pub const ERROR_CANTWRITE: WIN32_ERROR = 1013u32;
7255 pub const ERROR_REGISTRY_RECOVERED: WIN32_ERROR = 1014u32;
7256 pub const ERROR_REGISTRY_CORRUPT: WIN32_ERROR = 1015u32;
7257 pub const ERROR_REGISTRY_IO_FAILED: WIN32_ERROR = 1016u32;
7258 pub const ERROR_NOT_REGISTRY_FILE: WIN32_ERROR = 1017u32;
7259 pub const ERROR_KEY_DELETED: WIN32_ERROR = 1018u32;
7260 pub const ERROR_NO_LOG_SPACE: WIN32_ERROR = 1019u32;
7261 pub const ERROR_KEY_HAS_CHILDREN: WIN32_ERROR = 1020u32;
7262 pub const ERROR_CHILD_MUST_BE_VOLATILE: WIN32_ERROR = 1021u32;
7263 pub const ERROR_NOTIFY_ENUM_DIR: WIN32_ERROR = 1022u32;
7264 pub const ERROR_DEPENDENT_SERVICES_RUNNING: WIN32_ERROR = 1051u32;
7265 pub const ERROR_INVALID_SERVICE_CONTROL: WIN32_ERROR = 1052u32;
7266 pub const ERROR_SERVICE_REQUEST_TIMEOUT: WIN32_ERROR = 1053u32;
7267 pub const ERROR_SERVICE_NO_THREAD: WIN32_ERROR = 1054u32;
7268 pub const ERROR_SERVICE_DATABASE_LOCKED: WIN32_ERROR = 1055u32;
7269 pub const ERROR_SERVICE_ALREADY_RUNNING: WIN32_ERROR = 1056u32;
7270 pub const ERROR_INVALID_SERVICE_ACCOUNT: WIN32_ERROR = 1057u32;
7271 pub const ERROR_SERVICE_DISABLED: WIN32_ERROR = 1058u32;
7272 pub const ERROR_CIRCULAR_DEPENDENCY: WIN32_ERROR = 1059u32;
7273 pub const ERROR_SERVICE_DOES_NOT_EXIST: WIN32_ERROR = 1060u32;
7274 pub const ERROR_SERVICE_CANNOT_ACCEPT_CTRL: WIN32_ERROR = 1061u32;
7275 pub const ERROR_SERVICE_NOT_ACTIVE: WIN32_ERROR = 1062u32;
7276 pub const ERROR_FAILED_SERVICE_CONTROLLER_CONNECT: WIN32_ERROR = 1063u32;
7277 pub const ERROR_EXCEPTION_IN_SERVICE: WIN32_ERROR = 1064u32;
7278 pub const ERROR_DATABASE_DOES_NOT_EXIST: WIN32_ERROR = 1065u32;
7279 pub const ERROR_SERVICE_SPECIFIC_ERROR: WIN32_ERROR = 1066u32;
7280 pub const ERROR_PROCESS_ABORTED: WIN32_ERROR = 1067u32;
7281 pub const ERROR_SERVICE_DEPENDENCY_FAIL: WIN32_ERROR = 1068u32;
7282 pub const ERROR_SERVICE_LOGON_FAILED: WIN32_ERROR = 1069u32;
7283 pub const ERROR_SERVICE_START_HANG: WIN32_ERROR = 1070u32;
7284 pub const ERROR_INVALID_SERVICE_LOCK: WIN32_ERROR = 1071u32;
7285 pub const ERROR_SERVICE_MARKED_FOR_DELETE: WIN32_ERROR = 1072u32;
7286 pub const ERROR_SERVICE_EXISTS: WIN32_ERROR = 1073u32;
7287 pub const ERROR_ALREADY_RUNNING_LKG: WIN32_ERROR = 1074u32;
7288 pub const ERROR_SERVICE_DEPENDENCY_DELETED: WIN32_ERROR = 1075u32;
7289 pub const ERROR_BOOT_ALREADY_ACCEPTED: WIN32_ERROR = 1076u32;
7290 pub const ERROR_SERVICE_NEVER_STARTED: WIN32_ERROR = 1077u32;
7291 pub const ERROR_DUPLICATE_SERVICE_NAME: WIN32_ERROR = 1078u32;
7292 pub const ERROR_DIFFERENT_SERVICE_ACCOUNT: WIN32_ERROR = 1079u32;
7293 pub const ERROR_CANNOT_DETECT_DRIVER_FAILURE: WIN32_ERROR = 1080u32;
7294 pub const ERROR_CANNOT_DETECT_PROCESS_ABORT: WIN32_ERROR = 1081u32;
7295 pub const ERROR_NO_RECOVERY_PROGRAM: WIN32_ERROR = 1082u32;
7296 pub const ERROR_SERVICE_NOT_IN_EXE: WIN32_ERROR = 1083u32;
7297 pub const ERROR_NOT_SAFEBOOT_SERVICE: WIN32_ERROR = 1084u32;
7298 pub const ERROR_END_OF_MEDIA: WIN32_ERROR = 1100u32;
7299 pub const ERROR_FILEMARK_DETECTED: WIN32_ERROR = 1101u32;
7300 pub const ERROR_BEGINNING_OF_MEDIA: WIN32_ERROR = 1102u32;
7301 pub const ERROR_SETMARK_DETECTED: WIN32_ERROR = 1103u32;
7302 pub const ERROR_NO_DATA_DETECTED: WIN32_ERROR = 1104u32;
7303 pub const ERROR_PARTITION_FAILURE: WIN32_ERROR = 1105u32;
7304 pub const ERROR_INVALID_BLOCK_LENGTH: WIN32_ERROR = 1106u32;
7305 pub const ERROR_DEVICE_NOT_PARTITIONED: WIN32_ERROR = 1107u32;
7306 pub const ERROR_UNABLE_TO_LOCK_MEDIA: WIN32_ERROR = 1108u32;
7307 pub const ERROR_UNABLE_TO_UNLOAD_MEDIA: WIN32_ERROR = 1109u32;
7308 pub const ERROR_MEDIA_CHANGED: WIN32_ERROR = 1110u32;
7309 pub const ERROR_BUS_RESET: WIN32_ERROR = 1111u32;
7310 pub const ERROR_NO_MEDIA_IN_DRIVE: WIN32_ERROR = 1112u32;
7311 pub const ERROR_NO_UNICODE_TRANSLATION: WIN32_ERROR = 1113u32;
7312 pub const ERROR_DLL_INIT_FAILED: WIN32_ERROR = 1114u32;
7313 pub const ERROR_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1115u32;
7314 pub const ERROR_NO_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1116u32;
7315 pub const ERROR_IO_DEVICE: WIN32_ERROR = 1117u32;
7316 pub const ERROR_SERIAL_NO_DEVICE: WIN32_ERROR = 1118u32;
7317 pub const ERROR_IRQ_BUSY: WIN32_ERROR = 1119u32;
7318 pub const ERROR_MORE_WRITES: WIN32_ERROR = 1120u32;
7319 pub const ERROR_COUNTER_TIMEOUT: WIN32_ERROR = 1121u32;
7320 pub const ERROR_FLOPPY_ID_MARK_NOT_FOUND: WIN32_ERROR = 1122u32;
7321 pub const ERROR_FLOPPY_WRONG_CYLINDER: WIN32_ERROR = 1123u32;
7322 pub const ERROR_FLOPPY_UNKNOWN_ERROR: WIN32_ERROR = 1124u32;
7323 pub const ERROR_FLOPPY_BAD_REGISTERS: WIN32_ERROR = 1125u32;
7324 pub const ERROR_DISK_RECALIBRATE_FAILED: WIN32_ERROR = 1126u32;
7325 pub const ERROR_DISK_OPERATION_FAILED: WIN32_ERROR = 1127u32;
7326 pub const ERROR_DISK_RESET_FAILED: WIN32_ERROR = 1128u32;
7327 pub const ERROR_EOM_OVERFLOW: WIN32_ERROR = 1129u32;
7328 pub const ERROR_NOT_ENOUGH_SERVER_MEMORY: WIN32_ERROR = 1130u32;
7329 pub const ERROR_POSSIBLE_DEADLOCK: WIN32_ERROR = 1131u32;
7330 pub const ERROR_MAPPED_ALIGNMENT: WIN32_ERROR = 1132u32;
7331 pub const ERROR_SET_POWER_STATE_VETOED: WIN32_ERROR = 1140u32;
7332 pub const ERROR_SET_POWER_STATE_FAILED: WIN32_ERROR = 1141u32;
7333 pub const ERROR_TOO_MANY_LINKS: WIN32_ERROR = 1142u32;
7334 pub const ERROR_OLD_WIN_VERSION: WIN32_ERROR = 1150u32;
7335 pub const ERROR_APP_WRONG_OS: WIN32_ERROR = 1151u32;
7336 pub const ERROR_SINGLE_INSTANCE_APP: WIN32_ERROR = 1152u32;
7337 pub const ERROR_RMODE_APP: WIN32_ERROR = 1153u32;
7338 pub const ERROR_INVALID_DLL: WIN32_ERROR = 1154u32;
7339 pub const ERROR_NO_ASSOCIATION: WIN32_ERROR = 1155u32;
7340 pub const ERROR_DDE_FAIL: WIN32_ERROR = 1156u32;
7341 pub const ERROR_DLL_NOT_FOUND: WIN32_ERROR = 1157u32;
7342 pub const ERROR_NO_MORE_USER_HANDLES: WIN32_ERROR = 1158u32;
7343 pub const ERROR_MESSAGE_SYNC_ONLY: WIN32_ERROR = 1159u32;
7344 pub const ERROR_SOURCE_ELEMENT_EMPTY: WIN32_ERROR = 1160u32;
7345 pub const ERROR_DESTINATION_ELEMENT_FULL: WIN32_ERROR = 1161u32;
7346 pub const ERROR_ILLEGAL_ELEMENT_ADDRESS: WIN32_ERROR = 1162u32;
7347 pub const ERROR_MAGAZINE_NOT_PRESENT: WIN32_ERROR = 1163u32;
7348 pub const ERROR_DEVICE_REINITIALIZATION_NEEDED: WIN32_ERROR = 1164u32;
7349 pub const ERROR_DEVICE_REQUIRES_CLEANING: WIN32_ERROR = 1165u32;
7350 pub const ERROR_DEVICE_DOOR_OPEN: WIN32_ERROR = 1166u32;
7351 pub const ERROR_DEVICE_NOT_CONNECTED: WIN32_ERROR = 1167u32;
7352 pub const ERROR_NOT_FOUND: WIN32_ERROR = 1168u32;
7353 pub const ERROR_NO_MATCH: WIN32_ERROR = 1169u32;
7354 pub const ERROR_SET_NOT_FOUND: WIN32_ERROR = 1170u32;
7355 pub const ERROR_POINT_NOT_FOUND: WIN32_ERROR = 1171u32;
7356 pub const ERROR_NO_TRACKING_SERVICE: WIN32_ERROR = 1172u32;
7357 pub const ERROR_NO_VOLUME_ID: WIN32_ERROR = 1173u32;
7358 pub const ERROR_UNABLE_TO_REMOVE_REPLACED: WIN32_ERROR = 1175u32;
7359 pub const ERROR_UNABLE_TO_MOVE_REPLACEMENT: WIN32_ERROR = 1176u32;
7360 pub const ERROR_UNABLE_TO_MOVE_REPLACEMENT_2: WIN32_ERROR = 1177u32;
7361 pub const ERROR_JOURNAL_DELETE_IN_PROGRESS: WIN32_ERROR = 1178u32;
7362 pub const ERROR_JOURNAL_NOT_ACTIVE: WIN32_ERROR = 1179u32;
7363 pub const ERROR_POTENTIAL_FILE_FOUND: WIN32_ERROR = 1180u32;
7364 pub const ERROR_JOURNAL_ENTRY_DELETED: WIN32_ERROR = 1181u32;
7365 pub const ERROR_PARTITION_TERMINATING: WIN32_ERROR = 1184u32;
7366 pub const ERROR_SHUTDOWN_IS_SCHEDULED: WIN32_ERROR = 1190u32;
7367 pub const ERROR_SHUTDOWN_USERS_LOGGED_ON: WIN32_ERROR = 1191u32;
7368 pub const ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE: WIN32_ERROR = 1192u32;
7369 pub const ERROR_BAD_DEVICE: WIN32_ERROR = 1200u32;
7370 pub const ERROR_CONNECTION_UNAVAIL: WIN32_ERROR = 1201u32;
7371 pub const ERROR_DEVICE_ALREADY_REMEMBERED: WIN32_ERROR = 1202u32;
7372 pub const ERROR_NO_NET_OR_BAD_PATH: WIN32_ERROR = 1203u32;
7373 pub const ERROR_BAD_PROVIDER: WIN32_ERROR = 1204u32;
7374 pub const ERROR_CANNOT_OPEN_PROFILE: WIN32_ERROR = 1205u32;
7375 pub const ERROR_BAD_PROFILE: WIN32_ERROR = 1206u32;
7376 pub const ERROR_NOT_CONTAINER: WIN32_ERROR = 1207u32;
7377 pub const ERROR_EXTENDED_ERROR: WIN32_ERROR = 1208u32;
7378 pub const ERROR_INVALID_GROUPNAME: WIN32_ERROR = 1209u32;
7379 pub const ERROR_INVALID_COMPUTERNAME: WIN32_ERROR = 1210u32;
7380 pub const ERROR_INVALID_EVENTNAME: WIN32_ERROR = 1211u32;
7381 pub const ERROR_INVALID_DOMAINNAME: WIN32_ERROR = 1212u32;
7382 pub const ERROR_INVALID_SERVICENAME: WIN32_ERROR = 1213u32;
7383 pub const ERROR_INVALID_NETNAME: WIN32_ERROR = 1214u32;
7384 pub const ERROR_INVALID_SHARENAME: WIN32_ERROR = 1215u32;
7385 pub const ERROR_INVALID_PASSWORDNAME: WIN32_ERROR = 1216u32;
7386 pub const ERROR_INVALID_MESSAGENAME: WIN32_ERROR = 1217u32;
7387 pub const ERROR_INVALID_MESSAGEDEST: WIN32_ERROR = 1218u32;
7388 pub const ERROR_SESSION_CREDENTIAL_CONFLICT: WIN32_ERROR = 1219u32;
7389 pub const ERROR_REMOTE_SESSION_LIMIT_EXCEEDED: WIN32_ERROR = 1220u32;
7390 pub const ERROR_DUP_DOMAINNAME: WIN32_ERROR = 1221u32;
7391 pub const ERROR_NO_NETWORK: WIN32_ERROR = 1222u32;
7392 pub const ERROR_CANCELLED: WIN32_ERROR = 1223u32;
7393 pub const ERROR_USER_MAPPED_FILE: WIN32_ERROR = 1224u32;
7394 pub const ERROR_CONNECTION_REFUSED: WIN32_ERROR = 1225u32;
7395 pub const ERROR_GRACEFUL_DISCONNECT: WIN32_ERROR = 1226u32;
7396 pub const ERROR_ADDRESS_ALREADY_ASSOCIATED: WIN32_ERROR = 1227u32;
7397 pub const ERROR_ADDRESS_NOT_ASSOCIATED: WIN32_ERROR = 1228u32;
7398 pub const ERROR_CONNECTION_INVALID: WIN32_ERROR = 1229u32;
7399 pub const ERROR_CONNECTION_ACTIVE: WIN32_ERROR = 1230u32;
7400 pub const ERROR_NETWORK_UNREACHABLE: WIN32_ERROR = 1231u32;
7401 pub const ERROR_HOST_UNREACHABLE: WIN32_ERROR = 1232u32;
7402 pub const ERROR_PROTOCOL_UNREACHABLE: WIN32_ERROR = 1233u32;
7403 pub const ERROR_PORT_UNREACHABLE: WIN32_ERROR = 1234u32;
7404 pub const ERROR_REQUEST_ABORTED: WIN32_ERROR = 1235u32;
7405 pub const ERROR_CONNECTION_ABORTED: WIN32_ERROR = 1236u32;
7406 pub const ERROR_RETRY: WIN32_ERROR = 1237u32;
7407 pub const ERROR_CONNECTION_COUNT_LIMIT: WIN32_ERROR = 1238u32;
7408 pub const ERROR_LOGIN_TIME_RESTRICTION: WIN32_ERROR = 1239u32;
7409 pub const ERROR_LOGIN_WKSTA_RESTRICTION: WIN32_ERROR = 1240u32;
7410 pub const ERROR_INCORRECT_ADDRESS: WIN32_ERROR = 1241u32;
7411 pub const ERROR_ALREADY_REGISTERED: WIN32_ERROR = 1242u32;
7412 pub const ERROR_SERVICE_NOT_FOUND: WIN32_ERROR = 1243u32;
7413 pub const ERROR_NOT_AUTHENTICATED: WIN32_ERROR = 1244u32;
7414 pub const ERROR_NOT_LOGGED_ON: WIN32_ERROR = 1245u32;
7415 pub const ERROR_CONTINUE: WIN32_ERROR = 1246u32;
7416 pub const ERROR_ALREADY_INITIALIZED: WIN32_ERROR = 1247u32;
7417 pub const ERROR_NO_MORE_DEVICES: WIN32_ERROR = 1248u32;
7418 pub const ERROR_NO_SUCH_SITE: WIN32_ERROR = 1249u32;
7419 pub const ERROR_DOMAIN_CONTROLLER_EXISTS: WIN32_ERROR = 1250u32;
7420 pub const ERROR_ONLY_IF_CONNECTED: WIN32_ERROR = 1251u32;
7421 pub const ERROR_OVERRIDE_NOCHANGES: WIN32_ERROR = 1252u32;
7422 pub const ERROR_BAD_USER_PROFILE: WIN32_ERROR = 1253u32;
7423 pub const ERROR_NOT_SUPPORTED_ON_SBS: WIN32_ERROR = 1254u32;
7424 pub const ERROR_SERVER_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1255u32;
7425 pub const ERROR_HOST_DOWN: WIN32_ERROR = 1256u32;
7426 pub const ERROR_NON_ACCOUNT_SID: WIN32_ERROR = 1257u32;
7427 pub const ERROR_NON_DOMAIN_SID: WIN32_ERROR = 1258u32;
7428 pub const ERROR_APPHELP_BLOCK: WIN32_ERROR = 1259u32;
7429 pub const ERROR_ACCESS_DISABLED_BY_POLICY: WIN32_ERROR = 1260u32;
7430 pub const ERROR_REG_NAT_CONSUMPTION: WIN32_ERROR = 1261u32;
7431 pub const ERROR_CSCSHARE_OFFLINE: WIN32_ERROR = 1262u32;
7432 pub const ERROR_PKINIT_FAILURE: WIN32_ERROR = 1263u32;
7433 pub const ERROR_SMARTCARD_SUBSYSTEM_FAILURE: WIN32_ERROR = 1264u32;
7434 pub const ERROR_DOWNGRADE_DETECTED: WIN32_ERROR = 1265u32;
7435 pub const ERROR_MACHINE_LOCKED: WIN32_ERROR = 1271u32;
7436 pub const ERROR_SMB_GUEST_LOGON_BLOCKED: WIN32_ERROR = 1272u32;
7437 pub const ERROR_CALLBACK_SUPPLIED_INVALID_DATA: WIN32_ERROR = 1273u32;
7438 pub const ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED: WIN32_ERROR = 1274u32;
7439 pub const ERROR_DRIVER_BLOCKED: WIN32_ERROR = 1275u32;
7440 pub const ERROR_INVALID_IMPORT_OF_NON_DLL: WIN32_ERROR = 1276u32;
7441 pub const ERROR_ACCESS_DISABLED_WEBBLADE: WIN32_ERROR = 1277u32;
7442 pub const ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER: WIN32_ERROR = 1278u32;
7443 pub const ERROR_RECOVERY_FAILURE: WIN32_ERROR = 1279u32;
7444 pub const ERROR_ALREADY_FIBER: WIN32_ERROR = 1280u32;
7445 pub const ERROR_ALREADY_THREAD: WIN32_ERROR = 1281u32;
7446 pub const ERROR_STACK_BUFFER_OVERRUN: WIN32_ERROR = 1282u32;
7447 pub const ERROR_PARAMETER_QUOTA_EXCEEDED: WIN32_ERROR = 1283u32;
7448 pub const ERROR_DEBUGGER_INACTIVE: WIN32_ERROR = 1284u32;
7449 pub const ERROR_DELAY_LOAD_FAILED: WIN32_ERROR = 1285u32;
7450 pub const ERROR_VDM_DISALLOWED: WIN32_ERROR = 1286u32;
7451 pub const ERROR_UNIDENTIFIED_ERROR: WIN32_ERROR = 1287u32;
7452 pub const ERROR_INVALID_CRUNTIME_PARAMETER: WIN32_ERROR = 1288u32;
7453 pub const ERROR_BEYOND_VDL: WIN32_ERROR = 1289u32;
7454 pub const ERROR_INCOMPATIBLE_SERVICE_SID_TYPE: WIN32_ERROR = 1290u32;
7455 pub const ERROR_DRIVER_PROCESS_TERMINATED: WIN32_ERROR = 1291u32;
7456 pub const ERROR_IMPLEMENTATION_LIMIT: WIN32_ERROR = 1292u32;
7457 pub const ERROR_PROCESS_IS_PROTECTED: WIN32_ERROR = 1293u32;
7458 pub const ERROR_SERVICE_NOTIFY_CLIENT_LAGGING: WIN32_ERROR = 1294u32;
7459 pub const ERROR_DISK_QUOTA_EXCEEDED: WIN32_ERROR = 1295u32;
7460 pub const ERROR_CONTENT_BLOCKED: WIN32_ERROR = 1296u32;
7461 pub const ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE: WIN32_ERROR = 1297u32;
7462 pub const ERROR_APP_HANG: WIN32_ERROR = 1298u32;
7463 pub const ERROR_INVALID_LABEL: WIN32_ERROR = 1299u32;
7464 pub const ERROR_NOT_ALL_ASSIGNED: WIN32_ERROR = 1300u32;
7465 pub const ERROR_SOME_NOT_MAPPED: WIN32_ERROR = 1301u32;
7466 pub const ERROR_NO_QUOTAS_FOR_ACCOUNT: WIN32_ERROR = 1302u32;
7467 pub const ERROR_LOCAL_USER_SESSION_KEY: WIN32_ERROR = 1303u32;
7468 pub const ERROR_NULL_LM_PASSWORD: WIN32_ERROR = 1304u32;
7469 pub const ERROR_UNKNOWN_REVISION: WIN32_ERROR = 1305u32;
7470 pub const ERROR_REVISION_MISMATCH: WIN32_ERROR = 1306u32;
7471 pub const ERROR_INVALID_OWNER: WIN32_ERROR = 1307u32;
7472 pub const ERROR_INVALID_PRIMARY_GROUP: WIN32_ERROR = 1308u32;
7473 pub const ERROR_NO_IMPERSONATION_TOKEN: WIN32_ERROR = 1309u32;
7474 pub const ERROR_CANT_DISABLE_MANDATORY: WIN32_ERROR = 1310u32;
7475 pub const ERROR_NO_LOGON_SERVERS: WIN32_ERROR = 1311u32;
7476 pub const ERROR_NO_SUCH_LOGON_SESSION: WIN32_ERROR = 1312u32;
7477 pub const ERROR_NO_SUCH_PRIVILEGE: WIN32_ERROR = 1313u32;
7478 pub const ERROR_PRIVILEGE_NOT_HELD: WIN32_ERROR = 1314u32;
7479 pub const ERROR_INVALID_ACCOUNT_NAME: WIN32_ERROR = 1315u32;
7480 pub const ERROR_USER_EXISTS: WIN32_ERROR = 1316u32;
7481 pub const ERROR_NO_SUCH_USER: WIN32_ERROR = 1317u32;
7482 pub const ERROR_GROUP_EXISTS: WIN32_ERROR = 1318u32;
7483 pub const ERROR_NO_SUCH_GROUP: WIN32_ERROR = 1319u32;
7484 pub const ERROR_MEMBER_IN_GROUP: WIN32_ERROR = 1320u32;
7485 pub const ERROR_MEMBER_NOT_IN_GROUP: WIN32_ERROR = 1321u32;
7486 pub const ERROR_LAST_ADMIN: WIN32_ERROR = 1322u32;
7487 pub const ERROR_WRONG_PASSWORD: WIN32_ERROR = 1323u32;
7488 pub const ERROR_ILL_FORMED_PASSWORD: WIN32_ERROR = 1324u32;
7489 pub const ERROR_PASSWORD_RESTRICTION: WIN32_ERROR = 1325u32;
7490 pub const ERROR_LOGON_FAILURE: WIN32_ERROR = 1326u32;
7491 pub const ERROR_ACCOUNT_RESTRICTION: WIN32_ERROR = 1327u32;
7492 pub const ERROR_INVALID_LOGON_HOURS: WIN32_ERROR = 1328u32;
7493 pub const ERROR_INVALID_WORKSTATION: WIN32_ERROR = 1329u32;
7494 pub const ERROR_PASSWORD_EXPIRED: WIN32_ERROR = 1330u32;
7495 pub const ERROR_ACCOUNT_DISABLED: WIN32_ERROR = 1331u32;
7496 pub const ERROR_NONE_MAPPED: WIN32_ERROR = 1332u32;
7497 pub const ERROR_TOO_MANY_LUIDS_REQUESTED: WIN32_ERROR = 1333u32;
7498 pub const ERROR_LUIDS_EXHAUSTED: WIN32_ERROR = 1334u32;
7499 pub const ERROR_INVALID_SUB_AUTHORITY: WIN32_ERROR = 1335u32;
7500 pub const ERROR_INVALID_ACL: WIN32_ERROR = 1336u32;
7501 pub const ERROR_INVALID_SID: WIN32_ERROR = 1337u32;
7502 pub const ERROR_INVALID_SECURITY_DESCR: WIN32_ERROR = 1338u32;
7503 pub const ERROR_BAD_INHERITANCE_ACL: WIN32_ERROR = 1340u32;
7504 pub const ERROR_SERVER_DISABLED: WIN32_ERROR = 1341u32;
7505 pub const ERROR_SERVER_NOT_DISABLED: WIN32_ERROR = 1342u32;
7506 pub const ERROR_INVALID_ID_AUTHORITY: WIN32_ERROR = 1343u32;
7507 pub const ERROR_ALLOTTED_SPACE_EXCEEDED: WIN32_ERROR = 1344u32;
7508 pub const ERROR_INVALID_GROUP_ATTRIBUTES: WIN32_ERROR = 1345u32;
7509 pub const ERROR_BAD_IMPERSONATION_LEVEL: WIN32_ERROR = 1346u32;
7510 pub const ERROR_CANT_OPEN_ANONYMOUS: WIN32_ERROR = 1347u32;
7511 pub const ERROR_BAD_VALIDATION_CLASS: WIN32_ERROR = 1348u32;
7512 pub const ERROR_BAD_TOKEN_TYPE: WIN32_ERROR = 1349u32;
7513 pub const ERROR_NO_SECURITY_ON_OBJECT: WIN32_ERROR = 1350u32;
7514 pub const ERROR_CANT_ACCESS_DOMAIN_INFO: WIN32_ERROR = 1351u32;
7515 pub const ERROR_INVALID_SERVER_STATE: WIN32_ERROR = 1352u32;
7516 pub const ERROR_INVALID_DOMAIN_STATE: WIN32_ERROR = 1353u32;
7517 pub const ERROR_INVALID_DOMAIN_ROLE: WIN32_ERROR = 1354u32;
7518 pub const ERROR_NO_SUCH_DOMAIN: WIN32_ERROR = 1355u32;
7519 pub const ERROR_DOMAIN_EXISTS: WIN32_ERROR = 1356u32;
7520 pub const ERROR_DOMAIN_LIMIT_EXCEEDED: WIN32_ERROR = 1357u32;
7521 pub const ERROR_INTERNAL_DB_CORRUPTION: WIN32_ERROR = 1358u32;
7522 pub const ERROR_INTERNAL_ERROR: WIN32_ERROR = 1359u32;
7523 pub const ERROR_GENERIC_NOT_MAPPED: WIN32_ERROR = 1360u32;
7524 pub const ERROR_BAD_DESCRIPTOR_FORMAT: WIN32_ERROR = 1361u32;
7525 pub const ERROR_NOT_LOGON_PROCESS: WIN32_ERROR = 1362u32;
7526 pub const ERROR_LOGON_SESSION_EXISTS: WIN32_ERROR = 1363u32;
7527 pub const ERROR_NO_SUCH_PACKAGE: WIN32_ERROR = 1364u32;
7528 pub const ERROR_BAD_LOGON_SESSION_STATE: WIN32_ERROR = 1365u32;
7529 pub const ERROR_LOGON_SESSION_COLLISION: WIN32_ERROR = 1366u32;
7530 pub const ERROR_INVALID_LOGON_TYPE: WIN32_ERROR = 1367u32;
7531 pub const ERROR_CANNOT_IMPERSONATE: WIN32_ERROR = 1368u32;
7532 pub const ERROR_RXACT_INVALID_STATE: WIN32_ERROR = 1369u32;
7533 pub const ERROR_RXACT_COMMIT_FAILURE: WIN32_ERROR = 1370u32;
7534 pub const ERROR_SPECIAL_ACCOUNT: WIN32_ERROR = 1371u32;
7535 pub const ERROR_SPECIAL_GROUP: WIN32_ERROR = 1372u32;
7536 pub const ERROR_SPECIAL_USER: WIN32_ERROR = 1373u32;
7537 pub const ERROR_MEMBERS_PRIMARY_GROUP: WIN32_ERROR = 1374u32;
7538 pub const ERROR_TOKEN_ALREADY_IN_USE: WIN32_ERROR = 1375u32;
7539 pub const ERROR_NO_SUCH_ALIAS: WIN32_ERROR = 1376u32;
7540 pub const ERROR_MEMBER_NOT_IN_ALIAS: WIN32_ERROR = 1377u32;
7541 pub const ERROR_MEMBER_IN_ALIAS: WIN32_ERROR = 1378u32;
7542 pub const ERROR_ALIAS_EXISTS: WIN32_ERROR = 1379u32;
7543 pub const ERROR_LOGON_NOT_GRANTED: WIN32_ERROR = 1380u32;
7544 pub const ERROR_TOO_MANY_SECRETS: WIN32_ERROR = 1381u32;
7545 pub const ERROR_SECRET_TOO_LONG: WIN32_ERROR = 1382u32;
7546 pub const ERROR_INTERNAL_DB_ERROR: WIN32_ERROR = 1383u32;
7547 pub const ERROR_TOO_MANY_CONTEXT_IDS: WIN32_ERROR = 1384u32;
7548 pub const ERROR_LOGON_TYPE_NOT_GRANTED: WIN32_ERROR = 1385u32;
7549 pub const ERROR_NT_CROSS_ENCRYPTION_REQUIRED: WIN32_ERROR = 1386u32;
7550 pub const ERROR_NO_SUCH_MEMBER: WIN32_ERROR = 1387u32;
7551 pub const ERROR_INVALID_MEMBER: WIN32_ERROR = 1388u32;
7552 pub const ERROR_TOO_MANY_SIDS: WIN32_ERROR = 1389u32;
7553 pub const ERROR_LM_CROSS_ENCRYPTION_REQUIRED: WIN32_ERROR = 1390u32;
7554 pub const ERROR_NO_INHERITANCE: WIN32_ERROR = 1391u32;
7555 pub const ERROR_FILE_CORRUPT: WIN32_ERROR = 1392u32;
7556 pub const ERROR_DISK_CORRUPT: WIN32_ERROR = 1393u32;
7557 pub const ERROR_NO_USER_SESSION_KEY: WIN32_ERROR = 1394u32;
7558 pub const ERROR_LICENSE_QUOTA_EXCEEDED: WIN32_ERROR = 1395u32;
7559 pub const ERROR_WRONG_TARGET_NAME: WIN32_ERROR = 1396u32;
7560 pub const ERROR_MUTUAL_AUTH_FAILED: WIN32_ERROR = 1397u32;
7561 pub const ERROR_TIME_SKEW: WIN32_ERROR = 1398u32;
7562 pub const ERROR_CURRENT_DOMAIN_NOT_ALLOWED: WIN32_ERROR = 1399u32;
7563 pub const ERROR_INVALID_WINDOW_HANDLE: WIN32_ERROR = 1400u32;
7564 pub const ERROR_INVALID_MENU_HANDLE: WIN32_ERROR = 1401u32;
7565 pub const ERROR_INVALID_CURSOR_HANDLE: WIN32_ERROR = 1402u32;
7566 pub const ERROR_INVALID_ACCEL_HANDLE: WIN32_ERROR = 1403u32;
7567 pub const ERROR_INVALID_HOOK_HANDLE: WIN32_ERROR = 1404u32;
7568 pub const ERROR_INVALID_DWP_HANDLE: WIN32_ERROR = 1405u32;
7569 pub const ERROR_TLW_WITH_WSCHILD: WIN32_ERROR = 1406u32;
7570 pub const ERROR_CANNOT_FIND_WND_CLASS: WIN32_ERROR = 1407u32;
7571 pub const ERROR_WINDOW_OF_OTHER_THREAD: WIN32_ERROR = 1408u32;
7572 pub const ERROR_HOTKEY_ALREADY_REGISTERED: WIN32_ERROR = 1409u32;
7573 pub const ERROR_CLASS_ALREADY_EXISTS: WIN32_ERROR = 1410u32;
7574 pub const ERROR_CLASS_DOES_NOT_EXIST: WIN32_ERROR = 1411u32;
7575 pub const ERROR_CLASS_HAS_WINDOWS: WIN32_ERROR = 1412u32;
7576 pub const ERROR_INVALID_INDEX: WIN32_ERROR = 1413u32;
7577 pub const ERROR_INVALID_ICON_HANDLE: WIN32_ERROR = 1414u32;
7578 pub const ERROR_PRIVATE_DIALOG_INDEX: WIN32_ERROR = 1415u32;
7579 pub const ERROR_LISTBOX_ID_NOT_FOUND: WIN32_ERROR = 1416u32;
7580 pub const ERROR_NO_WILDCARD_CHARACTERS: WIN32_ERROR = 1417u32;
7581 pub const ERROR_CLIPBOARD_NOT_OPEN: WIN32_ERROR = 1418u32;
7582 pub const ERROR_HOTKEY_NOT_REGISTERED: WIN32_ERROR = 1419u32;
7583 pub const ERROR_WINDOW_NOT_DIALOG: WIN32_ERROR = 1420u32;
7584 pub const ERROR_CONTROL_ID_NOT_FOUND: WIN32_ERROR = 1421u32;
7585 pub const ERROR_INVALID_COMBOBOX_MESSAGE: WIN32_ERROR = 1422u32;
7586 pub const ERROR_WINDOW_NOT_COMBOBOX: WIN32_ERROR = 1423u32;
7587 pub const ERROR_INVALID_EDIT_HEIGHT: WIN32_ERROR = 1424u32;
7588 pub const ERROR_DC_NOT_FOUND: WIN32_ERROR = 1425u32;
7589 pub const ERROR_INVALID_HOOK_FILTER: WIN32_ERROR = 1426u32;
7590 pub const ERROR_INVALID_FILTER_PROC: WIN32_ERROR = 1427u32;
7591 pub const ERROR_HOOK_NEEDS_HMOD: WIN32_ERROR = 1428u32;
7592 pub const ERROR_GLOBAL_ONLY_HOOK: WIN32_ERROR = 1429u32;
7593 pub const ERROR_JOURNAL_HOOK_SET: WIN32_ERROR = 1430u32;
7594 pub const ERROR_HOOK_NOT_INSTALLED: WIN32_ERROR = 1431u32;
7595 pub const ERROR_INVALID_LB_MESSAGE: WIN32_ERROR = 1432u32;
7596 pub const ERROR_SETCOUNT_ON_BAD_LB: WIN32_ERROR = 1433u32;
7597 pub const ERROR_LB_WITHOUT_TABSTOPS: WIN32_ERROR = 1434u32;
7598 pub const ERROR_DESTROY_OBJECT_OF_OTHER_THREAD: WIN32_ERROR = 1435u32;
7599 pub const ERROR_CHILD_WINDOW_MENU: WIN32_ERROR = 1436u32;
7600 pub const ERROR_NO_SYSTEM_MENU: WIN32_ERROR = 1437u32;
7601 pub const ERROR_INVALID_MSGBOX_STYLE: WIN32_ERROR = 1438u32;
7602 pub const ERROR_INVALID_SPI_VALUE: WIN32_ERROR = 1439u32;
7603 pub const ERROR_SCREEN_ALREADY_LOCKED: WIN32_ERROR = 1440u32;
7604 pub const ERROR_HWNDS_HAVE_DIFF_PARENT: WIN32_ERROR = 1441u32;
7605 pub const ERROR_NOT_CHILD_WINDOW: WIN32_ERROR = 1442u32;
7606 pub const ERROR_INVALID_GW_COMMAND: WIN32_ERROR = 1443u32;
7607 pub const ERROR_INVALID_THREAD_ID: WIN32_ERROR = 1444u32;
7608 pub const ERROR_NON_MDICHILD_WINDOW: WIN32_ERROR = 1445u32;
7609 pub const ERROR_POPUP_ALREADY_ACTIVE: WIN32_ERROR = 1446u32;
7610 pub const ERROR_NO_SCROLLBARS: WIN32_ERROR = 1447u32;
7611 pub const ERROR_INVALID_SCROLLBAR_RANGE: WIN32_ERROR = 1448u32;
7612 pub const ERROR_INVALID_SHOWWIN_COMMAND: WIN32_ERROR = 1449u32;
7613 pub const ERROR_NO_SYSTEM_RESOURCES: WIN32_ERROR = 1450u32;
7614 pub const ERROR_NONPAGED_SYSTEM_RESOURCES: WIN32_ERROR = 1451u32;
7615 pub const ERROR_PAGED_SYSTEM_RESOURCES: WIN32_ERROR = 1452u32;
7616 pub const ERROR_WORKING_SET_QUOTA: WIN32_ERROR = 1453u32;
7617 pub const ERROR_PAGEFILE_QUOTA: WIN32_ERROR = 1454u32;
7618 pub const ERROR_COMMITMENT_LIMIT: WIN32_ERROR = 1455u32;
7619 pub const ERROR_MENU_ITEM_NOT_FOUND: WIN32_ERROR = 1456u32;
7620 pub const ERROR_INVALID_KEYBOARD_HANDLE: WIN32_ERROR = 1457u32;
7621 pub const ERROR_HOOK_TYPE_NOT_ALLOWED: WIN32_ERROR = 1458u32;
7622 pub const ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION: WIN32_ERROR = 1459u32;
7623 pub const ERROR_TIMEOUT: WIN32_ERROR = 1460u32;
7624 pub const ERROR_INVALID_MONITOR_HANDLE: WIN32_ERROR = 1461u32;
7625 pub const ERROR_INCORRECT_SIZE: WIN32_ERROR = 1462u32;
7626 pub const ERROR_SYMLINK_CLASS_DISABLED: WIN32_ERROR = 1463u32;
7627 pub const ERROR_SYMLINK_NOT_SUPPORTED: WIN32_ERROR = 1464u32;
7628 pub const ERROR_XML_PARSE_ERROR: WIN32_ERROR = 1465u32;
7629 pub const ERROR_XMLDSIG_ERROR: WIN32_ERROR = 1466u32;
7630 pub const ERROR_RESTART_APPLICATION: WIN32_ERROR = 1467u32;
7631 pub const ERROR_WRONG_COMPARTMENT: WIN32_ERROR = 1468u32;
7632 pub const ERROR_AUTHIP_FAILURE: WIN32_ERROR = 1469u32;
7633 pub const ERROR_NO_NVRAM_RESOURCES: WIN32_ERROR = 1470u32;
7634 pub const ERROR_NOT_GUI_PROCESS: WIN32_ERROR = 1471u32;
7635 pub const ERROR_EVENTLOG_FILE_CORRUPT: WIN32_ERROR = 1500u32;
7636 pub const ERROR_EVENTLOG_CANT_START: WIN32_ERROR = 1501u32;
7637 pub const ERROR_LOG_FILE_FULL: WIN32_ERROR = 1502u32;
7638 pub const ERROR_EVENTLOG_FILE_CHANGED: WIN32_ERROR = 1503u32;
7639 pub const ERROR_CONTAINER_ASSIGNED: WIN32_ERROR = 1504u32;
7640 pub const ERROR_JOB_NO_CONTAINER: WIN32_ERROR = 1505u32;
7641 pub const ERROR_INVALID_TASK_NAME: WIN32_ERROR = 1550u32;
7642 pub const ERROR_INVALID_TASK_INDEX: WIN32_ERROR = 1551u32;
7643 pub const ERROR_THREAD_ALREADY_IN_TASK: WIN32_ERROR = 1552u32;
7644 pub const ERROR_INSTALL_SERVICE_FAILURE: WIN32_ERROR = 1601u32;
7645 pub const ERROR_INSTALL_USEREXIT: WIN32_ERROR = 1602u32;
7646 pub const ERROR_INSTALL_FAILURE: WIN32_ERROR = 1603u32;
7647 pub const ERROR_INSTALL_SUSPEND: WIN32_ERROR = 1604u32;
7648 pub const ERROR_UNKNOWN_PRODUCT: WIN32_ERROR = 1605u32;
7649 pub const ERROR_UNKNOWN_FEATURE: WIN32_ERROR = 1606u32;
7650 pub const ERROR_UNKNOWN_COMPONENT: WIN32_ERROR = 1607u32;
7651 pub const ERROR_UNKNOWN_PROPERTY: WIN32_ERROR = 1608u32;
7652 pub const ERROR_INVALID_HANDLE_STATE: WIN32_ERROR = 1609u32;
7653 pub const ERROR_BAD_CONFIGURATION: WIN32_ERROR = 1610u32;
7654 pub const ERROR_INDEX_ABSENT: WIN32_ERROR = 1611u32;
7655 pub const ERROR_INSTALL_SOURCE_ABSENT: WIN32_ERROR = 1612u32;
7656 pub const ERROR_INSTALL_PACKAGE_VERSION: WIN32_ERROR = 1613u32;
7657 pub const ERROR_PRODUCT_UNINSTALLED: WIN32_ERROR = 1614u32;
7658 pub const ERROR_BAD_QUERY_SYNTAX: WIN32_ERROR = 1615u32;
7659 pub const ERROR_INVALID_FIELD: WIN32_ERROR = 1616u32;
7660 pub const ERROR_DEVICE_REMOVED: WIN32_ERROR = 1617u32;
7661 pub const ERROR_INSTALL_ALREADY_RUNNING: WIN32_ERROR = 1618u32;
7662 pub const ERROR_INSTALL_PACKAGE_OPEN_FAILED: WIN32_ERROR = 1619u32;
7663 pub const ERROR_INSTALL_PACKAGE_INVALID: WIN32_ERROR = 1620u32;
7664 pub const ERROR_INSTALL_UI_FAILURE: WIN32_ERROR = 1621u32;
7665 pub const ERROR_INSTALL_LOG_FAILURE: WIN32_ERROR = 1622u32;
7666 pub const ERROR_INSTALL_LANGUAGE_UNSUPPORTED: WIN32_ERROR = 1623u32;
7667 pub const ERROR_INSTALL_TRANSFORM_FAILURE: WIN32_ERROR = 1624u32;
7668 pub const ERROR_INSTALL_PACKAGE_REJECTED: WIN32_ERROR = 1625u32;
7669 pub const ERROR_FUNCTION_NOT_CALLED: WIN32_ERROR = 1626u32;
7670 pub const ERROR_FUNCTION_FAILED: WIN32_ERROR = 1627u32;
7671 pub const ERROR_INVALID_TABLE: WIN32_ERROR = 1628u32;
7672 pub const ERROR_DATATYPE_MISMATCH: WIN32_ERROR = 1629u32;
7673 pub const ERROR_UNSUPPORTED_TYPE: WIN32_ERROR = 1630u32;
7674 pub const ERROR_CREATE_FAILED: WIN32_ERROR = 1631u32;
7675 pub const ERROR_INSTALL_TEMP_UNWRITABLE: WIN32_ERROR = 1632u32;
7676 pub const ERROR_INSTALL_PLATFORM_UNSUPPORTED: WIN32_ERROR = 1633u32;
7677 pub const ERROR_INSTALL_NOTUSED: WIN32_ERROR = 1634u32;
7678 pub const ERROR_PATCH_PACKAGE_OPEN_FAILED: WIN32_ERROR = 1635u32;
7679 pub const ERROR_PATCH_PACKAGE_INVALID: WIN32_ERROR = 1636u32;
7680 pub const ERROR_PATCH_PACKAGE_UNSUPPORTED: WIN32_ERROR = 1637u32;
7681 pub const ERROR_PRODUCT_VERSION: WIN32_ERROR = 1638u32;
7682 pub const ERROR_INVALID_COMMAND_LINE: WIN32_ERROR = 1639u32;
7683 pub const ERROR_INSTALL_REMOTE_DISALLOWED: WIN32_ERROR = 1640u32;
7684 pub const ERROR_SUCCESS_REBOOT_INITIATED: WIN32_ERROR = 1641u32;
7685 pub const ERROR_PATCH_TARGET_NOT_FOUND: WIN32_ERROR = 1642u32;
7686 pub const ERROR_PATCH_PACKAGE_REJECTED: WIN32_ERROR = 1643u32;
7687 pub const ERROR_INSTALL_TRANSFORM_REJECTED: WIN32_ERROR = 1644u32;
7688 pub const ERROR_INSTALL_REMOTE_PROHIBITED: WIN32_ERROR = 1645u32;
7689 pub const ERROR_PATCH_REMOVAL_UNSUPPORTED: WIN32_ERROR = 1646u32;
7690 pub const ERROR_UNKNOWN_PATCH: WIN32_ERROR = 1647u32;
7691 pub const ERROR_PATCH_NO_SEQUENCE: WIN32_ERROR = 1648u32;
7692 pub const ERROR_PATCH_REMOVAL_DISALLOWED: WIN32_ERROR = 1649u32;
7693 pub const ERROR_INVALID_PATCH_XML: WIN32_ERROR = 1650u32;
7694 pub const ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT: WIN32_ERROR = 1651u32;
7695 pub const ERROR_INSTALL_SERVICE_SAFEBOOT: WIN32_ERROR = 1652u32;
7696 pub const ERROR_FAIL_FAST_EXCEPTION: WIN32_ERROR = 1653u32;
7697 pub const ERROR_INSTALL_REJECTED: WIN32_ERROR = 1654u32;
7698 pub const ERROR_DYNAMIC_CODE_BLOCKED: WIN32_ERROR = 1655u32;
7699 pub const ERROR_NOT_SAME_OBJECT: WIN32_ERROR = 1656u32;
7700 pub const ERROR_STRICT_CFG_VIOLATION: WIN32_ERROR = 1657u32;
7701 pub const ERROR_SET_CONTEXT_DENIED: WIN32_ERROR = 1660u32;
7702 pub const ERROR_CROSS_PARTITION_VIOLATION: WIN32_ERROR = 1661u32;
7703 pub const ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT: WIN32_ERROR = 1662u32;
7704 pub const ERROR_INVALID_USER_BUFFER: WIN32_ERROR = 1784u32;
7705 pub const ERROR_UNRECOGNIZED_MEDIA: WIN32_ERROR = 1785u32;
7706 pub const ERROR_NO_TRUST_LSA_SECRET: WIN32_ERROR = 1786u32;
7707 pub const ERROR_NO_TRUST_SAM_ACCOUNT: WIN32_ERROR = 1787u32;
7708 pub const ERROR_TRUSTED_DOMAIN_FAILURE: WIN32_ERROR = 1788u32;
7709 pub const ERROR_TRUSTED_RELATIONSHIP_FAILURE: WIN32_ERROR = 1789u32;
7710 pub const ERROR_TRUST_FAILURE: WIN32_ERROR = 1790u32;
7711 pub const ERROR_NETLOGON_NOT_STARTED: WIN32_ERROR = 1792u32;
7712 pub const ERROR_ACCOUNT_EXPIRED: WIN32_ERROR = 1793u32;
7713 pub const ERROR_REDIRECTOR_HAS_OPEN_HANDLES: WIN32_ERROR = 1794u32;
7714 pub const ERROR_PRINTER_DRIVER_ALREADY_INSTALLED: WIN32_ERROR = 1795u32;
7715 pub const ERROR_UNKNOWN_PORT: WIN32_ERROR = 1796u32;
7716 pub const ERROR_UNKNOWN_PRINTER_DRIVER: WIN32_ERROR = 1797u32;
7717 pub const ERROR_UNKNOWN_PRINTPROCESSOR: WIN32_ERROR = 1798u32;
7718 pub const ERROR_INVALID_SEPARATOR_FILE: WIN32_ERROR = 1799u32;
7719 pub const ERROR_INVALID_PRIORITY: WIN32_ERROR = 1800u32;
7720 pub const ERROR_INVALID_PRINTER_NAME: WIN32_ERROR = 1801u32;
7721 pub const ERROR_PRINTER_ALREADY_EXISTS: WIN32_ERROR = 1802u32;
7722 pub const ERROR_INVALID_PRINTER_COMMAND: WIN32_ERROR = 1803u32;
7723 pub const ERROR_INVALID_DATATYPE: WIN32_ERROR = 1804u32;
7724 pub const ERROR_INVALID_ENVIRONMENT: WIN32_ERROR = 1805u32;
7725 pub const ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: WIN32_ERROR = 1807u32;
7726 pub const ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT: WIN32_ERROR = 1808u32;
7727 pub const ERROR_NOLOGON_SERVER_TRUST_ACCOUNT: WIN32_ERROR = 1809u32;
7728 pub const ERROR_DOMAIN_TRUST_INCONSISTENT: WIN32_ERROR = 1810u32;
7729 pub const ERROR_SERVER_HAS_OPEN_HANDLES: WIN32_ERROR = 1811u32;
7730 pub const ERROR_RESOURCE_DATA_NOT_FOUND: WIN32_ERROR = 1812u32;
7731 pub const ERROR_RESOURCE_TYPE_NOT_FOUND: WIN32_ERROR = 1813u32;
7732 pub const ERROR_RESOURCE_NAME_NOT_FOUND: WIN32_ERROR = 1814u32;
7733 pub const ERROR_RESOURCE_LANG_NOT_FOUND: WIN32_ERROR = 1815u32;
7734 pub const ERROR_NOT_ENOUGH_QUOTA: WIN32_ERROR = 1816u32;
7735 pub const ERROR_INVALID_TIME: WIN32_ERROR = 1901u32;
7736 pub const ERROR_INVALID_FORM_NAME: WIN32_ERROR = 1902u32;
7737 pub const ERROR_INVALID_FORM_SIZE: WIN32_ERROR = 1903u32;
7738 pub const ERROR_ALREADY_WAITING: WIN32_ERROR = 1904u32;
7739 pub const ERROR_PRINTER_DELETED: WIN32_ERROR = 1905u32;
7740 pub const ERROR_INVALID_PRINTER_STATE: WIN32_ERROR = 1906u32;
7741 pub const ERROR_PASSWORD_MUST_CHANGE: WIN32_ERROR = 1907u32;
7742 pub const ERROR_DOMAIN_CONTROLLER_NOT_FOUND: WIN32_ERROR = 1908u32;
7743 pub const ERROR_ACCOUNT_LOCKED_OUT: WIN32_ERROR = 1909u32;
7744 pub const ERROR_NO_SITENAME: WIN32_ERROR = 1919u32;
7745 pub const ERROR_CANT_ACCESS_FILE: WIN32_ERROR = 1920u32;
7746 pub const ERROR_CANT_RESOLVE_FILENAME: WIN32_ERROR = 1921u32;
7747 pub const ERROR_KM_DRIVER_BLOCKED: WIN32_ERROR = 1930u32;
7748 pub const ERROR_CONTEXT_EXPIRED: WIN32_ERROR = 1931u32;
7749 pub const ERROR_PER_USER_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1932u32;
7750 pub const ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1933u32;
7751 pub const ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1934u32;
7752 pub const ERROR_AUTHENTICATION_FIREWALL_FAILED: WIN32_ERROR = 1935u32;
7753 pub const ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED: WIN32_ERROR = 1936u32;
7754 pub const ERROR_NTLM_BLOCKED: WIN32_ERROR = 1937u32;
7755 pub const ERROR_PASSWORD_CHANGE_REQUIRED: WIN32_ERROR = 1938u32;
7756 pub const ERROR_LOST_MODE_LOGON_RESTRICTION: WIN32_ERROR = 1939u32;
7757 pub const ERROR_INVALID_PIXEL_FORMAT: WIN32_ERROR = 2000u32;
7758 pub const ERROR_BAD_DRIVER: WIN32_ERROR = 2001u32;
7759 pub const ERROR_INVALID_WINDOW_STYLE: WIN32_ERROR = 2002u32;
7760 pub const ERROR_METAFILE_NOT_SUPPORTED: WIN32_ERROR = 2003u32;
7761 pub const ERROR_TRANSFORM_NOT_SUPPORTED: WIN32_ERROR = 2004u32;
7762 pub const ERROR_CLIPPING_NOT_SUPPORTED: WIN32_ERROR = 2005u32;
7763 pub const ERROR_INVALID_CMM: WIN32_ERROR = 2010u32;
7764 pub const ERROR_INVALID_PROFILE: WIN32_ERROR = 2011u32;
7765 pub const ERROR_TAG_NOT_FOUND: WIN32_ERROR = 2012u32;
7766 pub const ERROR_TAG_NOT_PRESENT: WIN32_ERROR = 2013u32;
7767 pub const ERROR_DUPLICATE_TAG: WIN32_ERROR = 2014u32;
7768 pub const ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE: WIN32_ERROR = 2015u32;
7769 pub const ERROR_PROFILE_NOT_FOUND: WIN32_ERROR = 2016u32;
7770 pub const ERROR_INVALID_COLORSPACE: WIN32_ERROR = 2017u32;
7771 pub const ERROR_ICM_NOT_ENABLED: WIN32_ERROR = 2018u32;
7772 pub const ERROR_DELETING_ICM_XFORM: WIN32_ERROR = 2019u32;
7773 pub const ERROR_INVALID_TRANSFORM: WIN32_ERROR = 2020u32;
7774 pub const ERROR_COLORSPACE_MISMATCH: WIN32_ERROR = 2021u32;
7775 pub const ERROR_INVALID_COLORINDEX: WIN32_ERROR = 2022u32;
7776 pub const ERROR_PROFILE_DOES_NOT_MATCH_DEVICE: WIN32_ERROR = 2023u32;
7777 pub const ERROR_CONNECTED_OTHER_PASSWORD: WIN32_ERROR = 2108u32;
7778 pub const ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT: WIN32_ERROR = 2109u32;
7779 pub const ERROR_BAD_USERNAME: WIN32_ERROR = 2202u32;
7780 pub const ERROR_NOT_CONNECTED: WIN32_ERROR = 2250u32;
7781 pub const ERROR_OPEN_FILES: WIN32_ERROR = 2401u32;
7782 pub const ERROR_ACTIVE_CONNECTIONS: WIN32_ERROR = 2402u32;
7783 pub const ERROR_DEVICE_IN_USE: WIN32_ERROR = 2404u32;
7784 pub const ERROR_UNKNOWN_PRINT_MONITOR: WIN32_ERROR = 3000u32;
7785 pub const ERROR_PRINTER_DRIVER_IN_USE: WIN32_ERROR = 3001u32;
7786 pub const ERROR_SPOOL_FILE_NOT_FOUND: WIN32_ERROR = 3002u32;
7787 pub const ERROR_SPL_NO_STARTDOC: WIN32_ERROR = 3003u32;
7788 pub const ERROR_SPL_NO_ADDJOB: WIN32_ERROR = 3004u32;
7789 pub const ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED: WIN32_ERROR = 3005u32;
7790 pub const ERROR_PRINT_MONITOR_ALREADY_INSTALLED: WIN32_ERROR = 3006u32;
7791 pub const ERROR_INVALID_PRINT_MONITOR: WIN32_ERROR = 3007u32;
7792 pub const ERROR_PRINT_MONITOR_IN_USE: WIN32_ERROR = 3008u32;
7793 pub const ERROR_PRINTER_HAS_JOBS_QUEUED: WIN32_ERROR = 3009u32;
7794 pub const ERROR_SUCCESS_REBOOT_REQUIRED: WIN32_ERROR = 3010u32;
7795 pub const ERROR_SUCCESS_RESTART_REQUIRED: WIN32_ERROR = 3011u32;
7796 pub const ERROR_PRINTER_NOT_FOUND: WIN32_ERROR = 3012u32;
7797 pub const ERROR_PRINTER_DRIVER_WARNED: WIN32_ERROR = 3013u32;
7798 pub const ERROR_PRINTER_DRIVER_BLOCKED: WIN32_ERROR = 3014u32;
7799 pub const ERROR_PRINTER_DRIVER_PACKAGE_IN_USE: WIN32_ERROR = 3015u32;
7800 pub const ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND: WIN32_ERROR = 3016u32;
7801 pub const ERROR_FAIL_REBOOT_REQUIRED: WIN32_ERROR = 3017u32;
7802 pub const ERROR_FAIL_REBOOT_INITIATED: WIN32_ERROR = 3018u32;
7803 pub const ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED: WIN32_ERROR = 3019u32;
7804 pub const ERROR_PRINT_JOB_RESTART_REQUIRED: WIN32_ERROR = 3020u32;
7805 pub const ERROR_INVALID_PRINTER_DRIVER_MANIFEST: WIN32_ERROR = 3021u32;
7806 pub const ERROR_PRINTER_NOT_SHAREABLE: WIN32_ERROR = 3022u32;
7807 pub const ERROR_REQUEST_PAUSED: WIN32_ERROR = 3050u32;
7808 pub const ERROR_APPEXEC_CONDITION_NOT_SATISFIED: WIN32_ERROR = 3060u32;
7809 pub const ERROR_APPEXEC_HANDLE_INVALIDATED: WIN32_ERROR = 3061u32;
7810 pub const ERROR_APPEXEC_INVALID_HOST_GENERATION: WIN32_ERROR = 3062u32;
7811 pub const ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION: WIN32_ERROR = 3063u32;
7812 pub const ERROR_APPEXEC_INVALID_HOST_STATE: WIN32_ERROR = 3064u32;
7813 pub const ERROR_APPEXEC_NO_DONOR: WIN32_ERROR = 3065u32;
7814 pub const ERROR_APPEXEC_HOST_ID_MISMATCH: WIN32_ERROR = 3066u32;
7815 pub const ERROR_APPEXEC_UNKNOWN_USER: WIN32_ERROR = 3067u32;
7816 pub const ERROR_APPEXEC_APP_COMPAT_BLOCK: WIN32_ERROR = 3068u32;
7817 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT: WIN32_ERROR = 3069u32;
7818 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION: WIN32_ERROR = 3070u32;
7819 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING: WIN32_ERROR = 3071u32;
7820 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES: WIN32_ERROR = 3072u32;
7821 pub const ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED: WIN32_ERROR = 3080u32;
7822 pub const ERROR_VRF_VOLATILE_NOT_STOPPABLE: WIN32_ERROR = 3081u32;
7823 pub const ERROR_VRF_VOLATILE_SAFE_MODE: WIN32_ERROR = 3082u32;
7824 pub const ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM: WIN32_ERROR = 3083u32;
7825 pub const ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS: WIN32_ERROR = 3084u32;
7826 pub const ERROR_VRF_VOLATILE_PROTECTED_DRIVER: WIN32_ERROR = 3085u32;
7827 pub const ERROR_VRF_VOLATILE_NMI_REGISTERED: WIN32_ERROR = 3086u32;
7828 pub const ERROR_VRF_VOLATILE_SETTINGS_CONFLICT: WIN32_ERROR = 3087u32;
7829 pub const ERROR_DIF_IOCALLBACK_NOT_REPLACED: WIN32_ERROR = 3190u32;
7830 pub const ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED: WIN32_ERROR = 3191u32;
7831 pub const ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED: WIN32_ERROR = 3192u32;
7832 pub const ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED: WIN32_ERROR = 3193u32;
7833 pub const ERROR_DIF_VOLATILE_INVALID_INFO: WIN32_ERROR = 3194u32;
7834 pub const ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING: WIN32_ERROR = 3195u32;
7835 pub const ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING: WIN32_ERROR = 3196u32;
7836 pub const ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED: WIN32_ERROR = 3197u32;
7837 pub const ERROR_DIF_VOLATILE_NOT_ALLOWED: WIN32_ERROR = 3198u32;
7838 pub const ERROR_DIF_BINDING_API_NOT_FOUND: WIN32_ERROR = 3199u32;
7839 pub const ERROR_IO_REISSUE_AS_CACHED: WIN32_ERROR = 3950u32;
7840 pub const ERROR_WINS_INTERNAL: WIN32_ERROR = 4000u32;
7841 pub const ERROR_CAN_NOT_DEL_LOCAL_WINS: WIN32_ERROR = 4001u32;
7842 pub const ERROR_STATIC_INIT: WIN32_ERROR = 4002u32;
7843 pub const ERROR_INC_BACKUP: WIN32_ERROR = 4003u32;
7844 pub const ERROR_FULL_BACKUP: WIN32_ERROR = 4004u32;
7845 pub const ERROR_REC_NON_EXISTENT: WIN32_ERROR = 4005u32;
7846 pub const ERROR_RPL_NOT_ALLOWED: WIN32_ERROR = 4006u32;
7847 pub const ERROR_DHCP_ADDRESS_CONFLICT: WIN32_ERROR = 4100u32;
7848 pub const ERROR_WMI_GUID_NOT_FOUND: WIN32_ERROR = 4200u32;
7849 pub const ERROR_WMI_INSTANCE_NOT_FOUND: WIN32_ERROR = 4201u32;
7850 pub const ERROR_WMI_ITEMID_NOT_FOUND: WIN32_ERROR = 4202u32;
7851 pub const ERROR_WMI_TRY_AGAIN: WIN32_ERROR = 4203u32;
7852 pub const ERROR_WMI_DP_NOT_FOUND: WIN32_ERROR = 4204u32;
7853 pub const ERROR_WMI_UNRESOLVED_INSTANCE_REF: WIN32_ERROR = 4205u32;
7854 pub const ERROR_WMI_ALREADY_ENABLED: WIN32_ERROR = 4206u32;
7855 pub const ERROR_WMI_GUID_DISCONNECTED: WIN32_ERROR = 4207u32;
7856 pub const ERROR_WMI_SERVER_UNAVAILABLE: WIN32_ERROR = 4208u32;
7857 pub const ERROR_WMI_DP_FAILED: WIN32_ERROR = 4209u32;
7858 pub const ERROR_WMI_INVALID_MOF: WIN32_ERROR = 4210u32;
7859 pub const ERROR_WMI_INVALID_REGINFO: WIN32_ERROR = 4211u32;
7860 pub const ERROR_WMI_ALREADY_DISABLED: WIN32_ERROR = 4212u32;
7861 pub const ERROR_WMI_READ_ONLY: WIN32_ERROR = 4213u32;
7862 pub const ERROR_WMI_SET_FAILURE: WIN32_ERROR = 4214u32;
7863 pub const ERROR_NOT_APPCONTAINER: WIN32_ERROR = 4250u32;
7864 pub const ERROR_APPCONTAINER_REQUIRED: WIN32_ERROR = 4251u32;
7865 pub const ERROR_NOT_SUPPORTED_IN_APPCONTAINER: WIN32_ERROR = 4252u32;
7866 pub const ERROR_INVALID_PACKAGE_SID_LENGTH: WIN32_ERROR = 4253u32;
7867 pub const ERROR_INVALID_MEDIA: WIN32_ERROR = 4300u32;
7868 pub const ERROR_INVALID_LIBRARY: WIN32_ERROR = 4301u32;
7869 pub const ERROR_INVALID_MEDIA_POOL: WIN32_ERROR = 4302u32;
7870 pub const ERROR_DRIVE_MEDIA_MISMATCH: WIN32_ERROR = 4303u32;
7871 pub const ERROR_MEDIA_OFFLINE: WIN32_ERROR = 4304u32;
7872 pub const ERROR_LIBRARY_OFFLINE: WIN32_ERROR = 4305u32;
7873 pub const ERROR_EMPTY: WIN32_ERROR = 4306u32;
7874 pub const ERROR_NOT_EMPTY: WIN32_ERROR = 4307u32;
7875 pub const ERROR_MEDIA_UNAVAILABLE: WIN32_ERROR = 4308u32;
7876 pub const ERROR_RESOURCE_DISABLED: WIN32_ERROR = 4309u32;
7877 pub const ERROR_INVALID_CLEANER: WIN32_ERROR = 4310u32;
7878 pub const ERROR_UNABLE_TO_CLEAN: WIN32_ERROR = 4311u32;
7879 pub const ERROR_OBJECT_NOT_FOUND: WIN32_ERROR = 4312u32;
7880 pub const ERROR_DATABASE_FAILURE: WIN32_ERROR = 4313u32;
7881 pub const ERROR_DATABASE_FULL: WIN32_ERROR = 4314u32;
7882 pub const ERROR_MEDIA_INCOMPATIBLE: WIN32_ERROR = 4315u32;
7883 pub const ERROR_RESOURCE_NOT_PRESENT: WIN32_ERROR = 4316u32;
7884 pub const ERROR_INVALID_OPERATION: WIN32_ERROR = 4317u32;
7885 pub const ERROR_MEDIA_NOT_AVAILABLE: WIN32_ERROR = 4318u32;
7886 pub const ERROR_DEVICE_NOT_AVAILABLE: WIN32_ERROR = 4319u32;
7887 pub const ERROR_REQUEST_REFUSED: WIN32_ERROR = 4320u32;
7888 pub const ERROR_INVALID_DRIVE_OBJECT: WIN32_ERROR = 4321u32;
7889 pub const ERROR_LIBRARY_FULL: WIN32_ERROR = 4322u32;
7890 pub const ERROR_MEDIUM_NOT_ACCESSIBLE: WIN32_ERROR = 4323u32;
7891 pub const ERROR_UNABLE_TO_LOAD_MEDIUM: WIN32_ERROR = 4324u32;
7892 pub const ERROR_UNABLE_TO_INVENTORY_DRIVE: WIN32_ERROR = 4325u32;
7893 pub const ERROR_UNABLE_TO_INVENTORY_SLOT: WIN32_ERROR = 4326u32;
7894 pub const ERROR_UNABLE_TO_INVENTORY_TRANSPORT: WIN32_ERROR = 4327u32;
7895 pub const ERROR_TRANSPORT_FULL: WIN32_ERROR = 4328u32;
7896 pub const ERROR_CONTROLLING_IEPORT: WIN32_ERROR = 4329u32;
7897 pub const ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA: WIN32_ERROR = 4330u32;
7898 pub const ERROR_CLEANER_SLOT_SET: WIN32_ERROR = 4331u32;
7899 pub const ERROR_CLEANER_SLOT_NOT_SET: WIN32_ERROR = 4332u32;
7900 pub const ERROR_CLEANER_CARTRIDGE_SPENT: WIN32_ERROR = 4333u32;
7901 pub const ERROR_UNEXPECTED_OMID: WIN32_ERROR = 4334u32;
7902 pub const ERROR_CANT_DELETE_LAST_ITEM: WIN32_ERROR = 4335u32;
7903 pub const ERROR_MESSAGE_EXCEEDS_MAX_SIZE: WIN32_ERROR = 4336u32;
7904 pub const ERROR_VOLUME_CONTAINS_SYS_FILES: WIN32_ERROR = 4337u32;
7905 pub const ERROR_INDIGENOUS_TYPE: WIN32_ERROR = 4338u32;
7906 pub const ERROR_NO_SUPPORTING_DRIVES: WIN32_ERROR = 4339u32;
7907 pub const ERROR_CLEANER_CARTRIDGE_INSTALLED: WIN32_ERROR = 4340u32;
7908 pub const ERROR_IEPORT_FULL: WIN32_ERROR = 4341u32;
7909 pub const ERROR_FILE_OFFLINE: WIN32_ERROR = 4350u32;
7910 pub const ERROR_REMOTE_STORAGE_NOT_ACTIVE: WIN32_ERROR = 4351u32;
7911 pub const ERROR_REMOTE_STORAGE_MEDIA_ERROR: WIN32_ERROR = 4352u32;
7912 pub const ERROR_NOT_A_REPARSE_POINT: WIN32_ERROR = 4390u32;
7913 pub const ERROR_REPARSE_ATTRIBUTE_CONFLICT: WIN32_ERROR = 4391u32;
7914 pub const ERROR_INVALID_REPARSE_DATA: WIN32_ERROR = 4392u32;
7915 pub const ERROR_REPARSE_TAG_INVALID: WIN32_ERROR = 4393u32;
7916 pub const ERROR_REPARSE_TAG_MISMATCH: WIN32_ERROR = 4394u32;
7917 pub const ERROR_REPARSE_POINT_ENCOUNTERED: WIN32_ERROR = 4395u32;
7918 pub const ERROR_APP_DATA_NOT_FOUND: WIN32_ERROR = 4400u32;
7919 pub const ERROR_APP_DATA_EXPIRED: WIN32_ERROR = 4401u32;
7920 pub const ERROR_APP_DATA_CORRUPT: WIN32_ERROR = 4402u32;
7921 pub const ERROR_APP_DATA_LIMIT_EXCEEDED: WIN32_ERROR = 4403u32;
7922 pub const ERROR_APP_DATA_REBOOT_REQUIRED: WIN32_ERROR = 4404u32;
7923 pub const ERROR_SECUREBOOT_ROLLBACK_DETECTED: WIN32_ERROR = 4420u32;
7924 pub const ERROR_SECUREBOOT_POLICY_VIOLATION: WIN32_ERROR = 4421u32;
7925 pub const ERROR_SECUREBOOT_INVALID_POLICY: WIN32_ERROR = 4422u32;
7926 pub const ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND: WIN32_ERROR = 4423u32;
7927 pub const ERROR_SECUREBOOT_POLICY_NOT_SIGNED: WIN32_ERROR = 4424u32;
7928 pub const ERROR_SECUREBOOT_NOT_ENABLED: WIN32_ERROR = 4425u32;
7929 pub const ERROR_SECUREBOOT_FILE_REPLACED: WIN32_ERROR = 4426u32;
7930 pub const ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED: WIN32_ERROR = 4427u32;
7931 pub const ERROR_SECUREBOOT_POLICY_UNKNOWN: WIN32_ERROR = 4428u32;
7932 pub const ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION: WIN32_ERROR = 4429u32;
7933 pub const ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH: WIN32_ERROR = 4430u32;
7934 pub const ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED: WIN32_ERROR = 4431u32;
7935 pub const ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH: WIN32_ERROR = 4432u32;
7936 pub const ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING: WIN32_ERROR = 4433u32;
7937 pub const ERROR_SECUREBOOT_NOT_BASE_POLICY: WIN32_ERROR = 4434u32;
7938 pub const ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY: WIN32_ERROR = 4435u32;
7939 pub const ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED: WIN32_ERROR = 4440u32;
7940 pub const ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED: WIN32_ERROR = 4441u32;
7941 pub const ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED: WIN32_ERROR = 4442u32;
7942 pub const ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED: WIN32_ERROR = 4443u32;
7943 pub const ERROR_ALREADY_HAS_STREAM_ID: WIN32_ERROR = 4444u32;
7944 pub const ERROR_SMR_GARBAGE_COLLECTION_REQUIRED: WIN32_ERROR = 4445u32;
7945 pub const ERROR_WOF_WIM_HEADER_CORRUPT: WIN32_ERROR = 4446u32;
7946 pub const ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT: WIN32_ERROR = 4447u32;
7947 pub const ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT: WIN32_ERROR = 4448u32;
7948 pub const ERROR_OBJECT_IS_IMMUTABLE: WIN32_ERROR = 4449u32;
7949 pub const ERROR_VOLUME_NOT_SIS_ENABLED: WIN32_ERROR = 4500u32;
7950 pub const ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED: WIN32_ERROR = 4550u32;
7951 pub const ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION: WIN32_ERROR = 4551u32;
7952 pub const ERROR_SYSTEM_INTEGRITY_INVALID_POLICY: WIN32_ERROR = 4552u32;
7953 pub const ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED: WIN32_ERROR = 4553u32;
7954 pub const ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES: WIN32_ERROR = 4554u32;
7955 pub const ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED: WIN32_ERROR = 4555u32;
7956 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS: WIN32_ERROR = 4556u32;
7957 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA: WIN32_ERROR = 4557u32;
7958 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT: WIN32_ERROR = 4558u32;
7959 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE: WIN32_ERROR = 4559u32;
7960 pub const ERROR_VSM_NOT_INITIALIZED: WIN32_ERROR = 4560u32;
7961 pub const ERROR_VSM_DMA_PROTECTION_NOT_IN_USE: WIN32_ERROR = 4561u32;
7962 pub const ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED: WIN32_ERROR = 4570u32;
7963 pub const ERROR_PLATFORM_MANIFEST_INVALID: WIN32_ERROR = 4571u32;
7964 pub const ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED: WIN32_ERROR = 4572u32;
7965 pub const ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED: WIN32_ERROR = 4573u32;
7966 pub const ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND: WIN32_ERROR = 4574u32;
7967 pub const ERROR_PLATFORM_MANIFEST_NOT_ACTIVE: WIN32_ERROR = 4575u32;
7968 pub const ERROR_PLATFORM_MANIFEST_NOT_SIGNED: WIN32_ERROR = 4576u32;
7969 pub const ERROR_DEPENDENT_RESOURCE_EXISTS: WIN32_ERROR = 5001u32;
7970 pub const ERROR_DEPENDENCY_NOT_FOUND: WIN32_ERROR = 5002u32;
7971 pub const ERROR_DEPENDENCY_ALREADY_EXISTS: WIN32_ERROR = 5003u32;
7972 pub const ERROR_RESOURCE_NOT_ONLINE: WIN32_ERROR = 5004u32;
7973 pub const ERROR_HOST_NODE_NOT_AVAILABLE: WIN32_ERROR = 5005u32;
7974 pub const ERROR_RESOURCE_NOT_AVAILABLE: WIN32_ERROR = 5006u32;
7975 pub const ERROR_RESOURCE_NOT_FOUND: WIN32_ERROR = 5007u32;
7976 pub const ERROR_SHUTDOWN_CLUSTER: WIN32_ERROR = 5008u32;
7977 pub const ERROR_CANT_EVICT_ACTIVE_NODE: WIN32_ERROR = 5009u32;
7978 pub const ERROR_OBJECT_ALREADY_EXISTS: WIN32_ERROR = 5010u32;
7979 pub const ERROR_OBJECT_IN_LIST: WIN32_ERROR = 5011u32;
7980 pub const ERROR_GROUP_NOT_AVAILABLE: WIN32_ERROR = 5012u32;
7981 pub const ERROR_GROUP_NOT_FOUND: WIN32_ERROR = 5013u32;
7982 pub const ERROR_GROUP_NOT_ONLINE: WIN32_ERROR = 5014u32;
7983 pub const ERROR_HOST_NODE_NOT_RESOURCE_OWNER: WIN32_ERROR = 5015u32;
7984 pub const ERROR_HOST_NODE_NOT_GROUP_OWNER: WIN32_ERROR = 5016u32;
7985 pub const ERROR_RESMON_CREATE_FAILED: WIN32_ERROR = 5017u32;
7986 pub const ERROR_RESMON_ONLINE_FAILED: WIN32_ERROR = 5018u32;
7987 pub const ERROR_RESOURCE_ONLINE: WIN32_ERROR = 5019u32;
7988 pub const ERROR_QUORUM_RESOURCE: WIN32_ERROR = 5020u32;
7989 pub const ERROR_NOT_QUORUM_CAPABLE: WIN32_ERROR = 5021u32;
7990 pub const ERROR_CLUSTER_SHUTTING_DOWN: WIN32_ERROR = 5022u32;
7991 pub const ERROR_INVALID_STATE: WIN32_ERROR = 5023u32;
7992 pub const ERROR_RESOURCE_PROPERTIES_STORED: WIN32_ERROR = 5024u32;
7993 pub const ERROR_NOT_QUORUM_CLASS: WIN32_ERROR = 5025u32;
7994 pub const ERROR_CORE_RESOURCE: WIN32_ERROR = 5026u32;
7995 pub const ERROR_QUORUM_RESOURCE_ONLINE_FAILED: WIN32_ERROR = 5027u32;
7996 pub const ERROR_QUORUMLOG_OPEN_FAILED: WIN32_ERROR = 5028u32;
7997 pub const ERROR_CLUSTERLOG_CORRUPT: WIN32_ERROR = 5029u32;
7998 pub const ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE: WIN32_ERROR = 5030u32;
7999 pub const ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE: WIN32_ERROR = 5031u32;
8000 pub const ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND: WIN32_ERROR = 5032u32;
8001 pub const ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE: WIN32_ERROR = 5033u32;
8002 pub const ERROR_QUORUM_OWNER_ALIVE: WIN32_ERROR = 5034u32;
8003 pub const ERROR_NETWORK_NOT_AVAILABLE: WIN32_ERROR = 5035u32;
8004 pub const ERROR_NODE_NOT_AVAILABLE: WIN32_ERROR = 5036u32;
8005 pub const ERROR_ALL_NODES_NOT_AVAILABLE: WIN32_ERROR = 5037u32;
8006 pub const ERROR_RESOURCE_FAILED: WIN32_ERROR = 5038u32;
8007 pub const ERROR_CLUSTER_INVALID_NODE: WIN32_ERROR = 5039u32;
8008 pub const ERROR_CLUSTER_NODE_EXISTS: WIN32_ERROR = 5040u32;
8009 pub const ERROR_CLUSTER_JOIN_IN_PROGRESS: WIN32_ERROR = 5041u32;
8010 pub const ERROR_CLUSTER_NODE_NOT_FOUND: WIN32_ERROR = 5042u32;
8011 pub const ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND: WIN32_ERROR = 5043u32;
8012 pub const ERROR_CLUSTER_NETWORK_EXISTS: WIN32_ERROR = 5044u32;
8013 pub const ERROR_CLUSTER_NETWORK_NOT_FOUND: WIN32_ERROR = 5045u32;
8014 pub const ERROR_CLUSTER_NETINTERFACE_EXISTS: WIN32_ERROR = 5046u32;
8015 pub const ERROR_CLUSTER_NETINTERFACE_NOT_FOUND: WIN32_ERROR = 5047u32;
8016 pub const ERROR_CLUSTER_INVALID_REQUEST: WIN32_ERROR = 5048u32;
8017 pub const ERROR_CLUSTER_INVALID_NETWORK_PROVIDER: WIN32_ERROR = 5049u32;
8018 pub const ERROR_CLUSTER_NODE_DOWN: WIN32_ERROR = 5050u32;
8019 pub const ERROR_CLUSTER_NODE_UNREACHABLE: WIN32_ERROR = 5051u32;
8020 pub const ERROR_CLUSTER_NODE_NOT_MEMBER: WIN32_ERROR = 5052u32;
8021 pub const ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS: WIN32_ERROR = 5053u32;
8022 pub const ERROR_CLUSTER_INVALID_NETWORK: WIN32_ERROR = 5054u32;
8023 pub const ERROR_CLUSTER_NODE_UP: WIN32_ERROR = 5056u32;
8024 pub const ERROR_CLUSTER_IPADDR_IN_USE: WIN32_ERROR = 5057u32;
8025 pub const ERROR_CLUSTER_NODE_NOT_PAUSED: WIN32_ERROR = 5058u32;
8026 pub const ERROR_CLUSTER_NO_SECURITY_CONTEXT: WIN32_ERROR = 5059u32;
8027 pub const ERROR_CLUSTER_NETWORK_NOT_INTERNAL: WIN32_ERROR = 5060u32;
8028 pub const ERROR_CLUSTER_NODE_ALREADY_UP: WIN32_ERROR = 5061u32;
8029 pub const ERROR_CLUSTER_NODE_ALREADY_DOWN: WIN32_ERROR = 5062u32;
8030 pub const ERROR_CLUSTER_NETWORK_ALREADY_ONLINE: WIN32_ERROR = 5063u32;
8031 pub const ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE: WIN32_ERROR = 5064u32;
8032 pub const ERROR_CLUSTER_NODE_ALREADY_MEMBER: WIN32_ERROR = 5065u32;
8033 pub const ERROR_CLUSTER_LAST_INTERNAL_NETWORK: WIN32_ERROR = 5066u32;
8034 pub const ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS: WIN32_ERROR = 5067u32;
8035 pub const ERROR_INVALID_OPERATION_ON_QUORUM: WIN32_ERROR = 5068u32;
8036 pub const ERROR_DEPENDENCY_NOT_ALLOWED: WIN32_ERROR = 5069u32;
8037 pub const ERROR_CLUSTER_NODE_PAUSED: WIN32_ERROR = 5070u32;
8038 pub const ERROR_NODE_CANT_HOST_RESOURCE: WIN32_ERROR = 5071u32;
8039 pub const ERROR_CLUSTER_NODE_NOT_READY: WIN32_ERROR = 5072u32;
8040 pub const ERROR_CLUSTER_NODE_SHUTTING_DOWN: WIN32_ERROR = 5073u32;
8041 pub const ERROR_CLUSTER_JOIN_ABORTED: WIN32_ERROR = 5074u32;
8042 pub const ERROR_CLUSTER_INCOMPATIBLE_VERSIONS: WIN32_ERROR = 5075u32;
8043 pub const ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED: WIN32_ERROR = 5076u32;
8044 pub const ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED: WIN32_ERROR = 5077u32;
8045 pub const ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND: WIN32_ERROR = 5078u32;
8046 pub const ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED: WIN32_ERROR = 5079u32;
8047 pub const ERROR_CLUSTER_RESNAME_NOT_FOUND: WIN32_ERROR = 5080u32;
8048 pub const ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED: WIN32_ERROR = 5081u32;
8049 pub const ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST: WIN32_ERROR = 5082u32;
8050 pub const ERROR_CLUSTER_DATABASE_SEQMISMATCH: WIN32_ERROR = 5083u32;
8051 pub const ERROR_RESMON_INVALID_STATE: WIN32_ERROR = 5084u32;
8052 pub const ERROR_CLUSTER_GUM_NOT_LOCKER: WIN32_ERROR = 5085u32;
8053 pub const ERROR_QUORUM_DISK_NOT_FOUND: WIN32_ERROR = 5086u32;
8054 pub const ERROR_DATABASE_BACKUP_CORRUPT: WIN32_ERROR = 5087u32;
8055 pub const ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT: WIN32_ERROR = 5088u32;
8056 pub const ERROR_RESOURCE_PROPERTY_UNCHANGEABLE: WIN32_ERROR = 5089u32;
8057 pub const ERROR_NO_ADMIN_ACCESS_POINT: WIN32_ERROR = 5090u32;
8058 pub const ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE: WIN32_ERROR = 5890u32;
8059 pub const ERROR_CLUSTER_QUORUMLOG_NOT_FOUND: WIN32_ERROR = 5891u32;
8060 pub const ERROR_CLUSTER_MEMBERSHIP_HALT: WIN32_ERROR = 5892u32;
8061 pub const ERROR_CLUSTER_INSTANCE_ID_MISMATCH: WIN32_ERROR = 5893u32;
8062 pub const ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP: WIN32_ERROR = 5894u32;
8063 pub const ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH: WIN32_ERROR = 5895u32;
8064 pub const ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP: WIN32_ERROR = 5896u32;
8065 pub const ERROR_CLUSTER_PARAMETER_MISMATCH: WIN32_ERROR = 5897u32;
8066 pub const ERROR_NODE_CANNOT_BE_CLUSTERED: WIN32_ERROR = 5898u32;
8067 pub const ERROR_CLUSTER_WRONG_OS_VERSION: WIN32_ERROR = 5899u32;
8068 pub const ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME: WIN32_ERROR = 5900u32;
8069 pub const ERROR_CLUSCFG_ALREADY_COMMITTED: WIN32_ERROR = 5901u32;
8070 pub const ERROR_CLUSCFG_ROLLBACK_FAILED: WIN32_ERROR = 5902u32;
8071 pub const ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT: WIN32_ERROR = 5903u32;
8072 pub const ERROR_CLUSTER_OLD_VERSION: WIN32_ERROR = 5904u32;
8073 pub const ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME: WIN32_ERROR = 5905u32;
8074 pub const ERROR_CLUSTER_NO_NET_ADAPTERS: WIN32_ERROR = 5906u32;
8075 pub const ERROR_CLUSTER_POISONED: WIN32_ERROR = 5907u32;
8076 pub const ERROR_CLUSTER_GROUP_MOVING: WIN32_ERROR = 5908u32;
8077 pub const ERROR_CLUSTER_RESOURCE_TYPE_BUSY: WIN32_ERROR = 5909u32;
8078 pub const ERROR_RESOURCE_CALL_TIMED_OUT: WIN32_ERROR = 5910u32;
8079 pub const ERROR_INVALID_CLUSTER_IPV6_ADDRESS: WIN32_ERROR = 5911u32;
8080 pub const ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION: WIN32_ERROR = 5912u32;
8081 pub const ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS: WIN32_ERROR = 5913u32;
8082 pub const ERROR_CLUSTER_PARTIAL_SEND: WIN32_ERROR = 5914u32;
8083 pub const ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION: WIN32_ERROR = 5915u32;
8084 pub const ERROR_CLUSTER_INVALID_STRING_TERMINATION: WIN32_ERROR = 5916u32;
8085 pub const ERROR_CLUSTER_INVALID_STRING_FORMAT: WIN32_ERROR = 5917u32;
8086 pub const ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS: WIN32_ERROR = 5918u32;
8087 pub const ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS: WIN32_ERROR = 5919u32;
8088 pub const ERROR_CLUSTER_NULL_DATA: WIN32_ERROR = 5920u32;
8089 pub const ERROR_CLUSTER_PARTIAL_READ: WIN32_ERROR = 5921u32;
8090 pub const ERROR_CLUSTER_PARTIAL_WRITE: WIN32_ERROR = 5922u32;
8091 pub const ERROR_CLUSTER_CANT_DESERIALIZE_DATA: WIN32_ERROR = 5923u32;
8092 pub const ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT: WIN32_ERROR = 5924u32;
8093 pub const ERROR_CLUSTER_NO_QUORUM: WIN32_ERROR = 5925u32;
8094 pub const ERROR_CLUSTER_INVALID_IPV6_NETWORK: WIN32_ERROR = 5926u32;
8095 pub const ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK: WIN32_ERROR = 5927u32;
8096 pub const ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP: WIN32_ERROR = 5928u32;
8097 pub const ERROR_DEPENDENCY_TREE_TOO_COMPLEX: WIN32_ERROR = 5929u32;
8098 pub const ERROR_EXCEPTION_IN_RESOURCE_CALL: WIN32_ERROR = 5930u32;
8099 pub const ERROR_CLUSTER_RHS_FAILED_INITIALIZATION: WIN32_ERROR = 5931u32;
8100 pub const ERROR_CLUSTER_NOT_INSTALLED: WIN32_ERROR = 5932u32;
8101 pub const ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE: WIN32_ERROR = 5933u32;
8102 pub const ERROR_CLUSTER_MAX_NODES_IN_CLUSTER: WIN32_ERROR = 5934u32;
8103 pub const ERROR_CLUSTER_TOO_MANY_NODES: WIN32_ERROR = 5935u32;
8104 pub const ERROR_CLUSTER_OBJECT_ALREADY_USED: WIN32_ERROR = 5936u32;
8105 pub const ERROR_NONCORE_GROUPS_FOUND: WIN32_ERROR = 5937u32;
8106 pub const ERROR_FILE_SHARE_RESOURCE_CONFLICT: WIN32_ERROR = 5938u32;
8107 pub const ERROR_CLUSTER_EVICT_INVALID_REQUEST: WIN32_ERROR = 5939u32;
8108 pub const ERROR_CLUSTER_SINGLETON_RESOURCE: WIN32_ERROR = 5940u32;
8109 pub const ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE: WIN32_ERROR = 5941u32;
8110 pub const ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED: WIN32_ERROR = 5942u32;
8111 pub const ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR: WIN32_ERROR = 5943u32;
8112 pub const ERROR_CLUSTER_GROUP_BUSY: WIN32_ERROR = 5944u32;
8113 pub const ERROR_CLUSTER_NOT_SHARED_VOLUME: WIN32_ERROR = 5945u32;
8114 pub const ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR: WIN32_ERROR = 5946u32;
8115 pub const ERROR_CLUSTER_SHARED_VOLUMES_IN_USE: WIN32_ERROR = 5947u32;
8116 pub const ERROR_CLUSTER_USE_SHARED_VOLUMES_API: WIN32_ERROR = 5948u32;
8117 pub const ERROR_CLUSTER_BACKUP_IN_PROGRESS: WIN32_ERROR = 5949u32;
8118 pub const ERROR_NON_CSV_PATH: WIN32_ERROR = 5950u32;
8119 pub const ERROR_CSV_VOLUME_NOT_LOCAL: WIN32_ERROR = 5951u32;
8120 pub const ERROR_CLUSTER_WATCHDOG_TERMINATING: WIN32_ERROR = 5952u32;
8121 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES: WIN32_ERROR = 5953u32;
8122 pub const ERROR_CLUSTER_INVALID_NODE_WEIGHT: WIN32_ERROR = 5954u32;
8123 pub const ERROR_CLUSTER_RESOURCE_VETOED_CALL: WIN32_ERROR = 5955u32;
8124 pub const ERROR_RESMON_SYSTEM_RESOURCES_LACKING: WIN32_ERROR = 5956u32;
8125 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION: WIN32_ERROR = 5957u32;
8126 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE: WIN32_ERROR = 5958u32;
8127 pub const ERROR_CLUSTER_GROUP_QUEUED: WIN32_ERROR = 5959u32;
8128 pub const ERROR_CLUSTER_RESOURCE_LOCKED_STATUS: WIN32_ERROR = 5960u32;
8129 pub const ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED: WIN32_ERROR = 5961u32;
8130 pub const ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS: WIN32_ERROR = 5962u32;
8131 pub const ERROR_CLUSTER_DISK_NOT_CONNECTED: WIN32_ERROR = 5963u32;
8132 pub const ERROR_DISK_NOT_CSV_CAPABLE: WIN32_ERROR = 5964u32;
8133 pub const ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE: WIN32_ERROR = 5965u32;
8134 pub const ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED: WIN32_ERROR = 5966u32;
8135 pub const ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED: WIN32_ERROR = 5967u32;
8136 pub const ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES: WIN32_ERROR = 5968u32;
8137 pub const ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES: WIN32_ERROR = 5969u32;
8138 pub const ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE: WIN32_ERROR = 5970u32;
8139 pub const ERROR_CLUSTER_AFFINITY_CONFLICT: WIN32_ERROR = 5971u32;
8140 pub const ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE: WIN32_ERROR = 5972u32;
8141 pub const ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS: WIN32_ERROR = 5973u32;
8142 pub const ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED: WIN32_ERROR = 5974u32;
8143 pub const ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED: WIN32_ERROR = 5975u32;
8144 pub const ERROR_CLUSTER_UPGRADE_IN_PROGRESS: WIN32_ERROR = 5976u32;
8145 pub const ERROR_CLUSTER_UPGRADE_INCOMPLETE: WIN32_ERROR = 5977u32;
8146 pub const ERROR_CLUSTER_NODE_IN_GRACE_PERIOD: WIN32_ERROR = 5978u32;
8147 pub const ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT: WIN32_ERROR = 5979u32;
8148 pub const ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER: WIN32_ERROR = 5980u32;
8149 pub const ERROR_CLUSTER_RESOURCE_NOT_MONITORED: WIN32_ERROR = 5981u32;
8150 pub const ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED: WIN32_ERROR = 5982u32;
8151 pub const ERROR_CLUSTER_RESOURCE_IS_REPLICATED: WIN32_ERROR = 5983u32;
8152 pub const ERROR_CLUSTER_NODE_ISOLATED: WIN32_ERROR = 5984u32;
8153 pub const ERROR_CLUSTER_NODE_QUARANTINED: WIN32_ERROR = 5985u32;
8154 pub const ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED: WIN32_ERROR = 5986u32;
8155 pub const ERROR_CLUSTER_SPACE_DEGRADED: WIN32_ERROR = 5987u32;
8156 pub const ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED: WIN32_ERROR = 5988u32;
8157 pub const ERROR_CLUSTER_CSV_INVALID_HANDLE: WIN32_ERROR = 5989u32;
8158 pub const ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR: WIN32_ERROR = 5990u32;
8159 pub const ERROR_GROUPSET_NOT_AVAILABLE: WIN32_ERROR = 5991u32;
8160 pub const ERROR_GROUPSET_NOT_FOUND: WIN32_ERROR = 5992u32;
8161 pub const ERROR_GROUPSET_CANT_PROVIDE: WIN32_ERROR = 5993u32;
8162 pub const ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND: WIN32_ERROR = 5994u32;
8163 pub const ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY: WIN32_ERROR = 5995u32;
8164 pub const ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION: WIN32_ERROR = 5996u32;
8165 pub const ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS: WIN32_ERROR = 5997u32;
8166 pub const ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME: WIN32_ERROR = 5998u32;
8167 pub const ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE: WIN32_ERROR = 5999u32;
8168 pub const ERROR_ENCRYPTION_FAILED: WIN32_ERROR = 6000u32;
8169 pub const ERROR_DECRYPTION_FAILED: WIN32_ERROR = 6001u32;
8170 pub const ERROR_FILE_ENCRYPTED: WIN32_ERROR = 6002u32;
8171 pub const ERROR_NO_RECOVERY_POLICY: WIN32_ERROR = 6003u32;
8172 pub const ERROR_NO_EFS: WIN32_ERROR = 6004u32;
8173 pub const ERROR_WRONG_EFS: WIN32_ERROR = 6005u32;
8174 pub const ERROR_NO_USER_KEYS: WIN32_ERROR = 6006u32;
8175 pub const ERROR_FILE_NOT_ENCRYPTED: WIN32_ERROR = 6007u32;
8176 pub const ERROR_NOT_EXPORT_FORMAT: WIN32_ERROR = 6008u32;
8177 pub const ERROR_FILE_READ_ONLY: WIN32_ERROR = 6009u32;
8178 pub const ERROR_DIR_EFS_DISALLOWED: WIN32_ERROR = 6010u32;
8179 pub const ERROR_EFS_SERVER_NOT_TRUSTED: WIN32_ERROR = 6011u32;
8180 pub const ERROR_BAD_RECOVERY_POLICY: WIN32_ERROR = 6012u32;
8181 pub const ERROR_EFS_ALG_BLOB_TOO_BIG: WIN32_ERROR = 6013u32;
8182 pub const ERROR_VOLUME_NOT_SUPPORT_EFS: WIN32_ERROR = 6014u32;
8183 pub const ERROR_EFS_DISABLED: WIN32_ERROR = 6015u32;
8184 pub const ERROR_EFS_VERSION_NOT_SUPPORT: WIN32_ERROR = 6016u32;
8185 pub const ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE: WIN32_ERROR = 6017u32;
8186 pub const ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER: WIN32_ERROR = 6018u32;
8187 pub const ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: WIN32_ERROR = 6019u32;
8188 pub const ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE: WIN32_ERROR = 6020u32;
8189 pub const ERROR_CS_ENCRYPTION_FILE_NOT_CSE: WIN32_ERROR = 6021u32;
8190 pub const ERROR_ENCRYPTION_POLICY_DENIES_OPERATION: WIN32_ERROR = 6022u32;
8191 pub const ERROR_WIP_ENCRYPTION_FAILED: WIN32_ERROR = 6023u32;
8192 pub const ERROR_NO_BROWSER_SERVERS_FOUND: WIN32_ERROR = 6118u32;
8193 pub const ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM: WIN32_ERROR = 6250u32;
8194 pub const ERROR_LOG_SECTOR_INVALID: WIN32_ERROR = 6600u32;
8195 pub const ERROR_LOG_SECTOR_PARITY_INVALID: WIN32_ERROR = 6601u32;
8196 pub const ERROR_LOG_SECTOR_REMAPPED: WIN32_ERROR = 6602u32;
8197 pub const ERROR_LOG_BLOCK_INCOMPLETE: WIN32_ERROR = 6603u32;
8198 pub const ERROR_LOG_INVALID_RANGE: WIN32_ERROR = 6604u32;
8199 pub const ERROR_LOG_BLOCKS_EXHAUSTED: WIN32_ERROR = 6605u32;
8200 pub const ERROR_LOG_READ_CONTEXT_INVALID: WIN32_ERROR = 6606u32;
8201 pub const ERROR_LOG_RESTART_INVALID: WIN32_ERROR = 6607u32;
8202 pub const ERROR_LOG_BLOCK_VERSION: WIN32_ERROR = 6608u32;
8203 pub const ERROR_LOG_BLOCK_INVALID: WIN32_ERROR = 6609u32;
8204 pub const ERROR_LOG_READ_MODE_INVALID: WIN32_ERROR = 6610u32;
8205 pub const ERROR_LOG_NO_RESTART: WIN32_ERROR = 6611u32;
8206 pub const ERROR_LOG_METADATA_CORRUPT: WIN32_ERROR = 6612u32;
8207 pub const ERROR_LOG_METADATA_INVALID: WIN32_ERROR = 6613u32;
8208 pub const ERROR_LOG_METADATA_INCONSISTENT: WIN32_ERROR = 6614u32;
8209 pub const ERROR_LOG_RESERVATION_INVALID: WIN32_ERROR = 6615u32;
8210 pub const ERROR_LOG_CANT_DELETE: WIN32_ERROR = 6616u32;
8211 pub const ERROR_LOG_CONTAINER_LIMIT_EXCEEDED: WIN32_ERROR = 6617u32;
8212 pub const ERROR_LOG_START_OF_LOG: WIN32_ERROR = 6618u32;
8213 pub const ERROR_LOG_POLICY_ALREADY_INSTALLED: WIN32_ERROR = 6619u32;
8214 pub const ERROR_LOG_POLICY_NOT_INSTALLED: WIN32_ERROR = 6620u32;
8215 pub const ERROR_LOG_POLICY_INVALID: WIN32_ERROR = 6621u32;
8216 pub const ERROR_LOG_POLICY_CONFLICT: WIN32_ERROR = 6622u32;
8217 pub const ERROR_LOG_PINNED_ARCHIVE_TAIL: WIN32_ERROR = 6623u32;
8218 pub const ERROR_LOG_RECORD_NONEXISTENT: WIN32_ERROR = 6624u32;
8219 pub const ERROR_LOG_RECORDS_RESERVED_INVALID: WIN32_ERROR = 6625u32;
8220 pub const ERROR_LOG_SPACE_RESERVED_INVALID: WIN32_ERROR = 6626u32;
8221 pub const ERROR_LOG_TAIL_INVALID: WIN32_ERROR = 6627u32;
8222 pub const ERROR_LOG_FULL: WIN32_ERROR = 6628u32;
8223 pub const ERROR_COULD_NOT_RESIZE_LOG: WIN32_ERROR = 6629u32;
8224 pub const ERROR_LOG_MULTIPLEXED: WIN32_ERROR = 6630u32;
8225 pub const ERROR_LOG_DEDICATED: WIN32_ERROR = 6631u32;
8226 pub const ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS: WIN32_ERROR = 6632u32;
8227 pub const ERROR_LOG_ARCHIVE_IN_PROGRESS: WIN32_ERROR = 6633u32;
8228 pub const ERROR_LOG_EPHEMERAL: WIN32_ERROR = 6634u32;
8229 pub const ERROR_LOG_NOT_ENOUGH_CONTAINERS: WIN32_ERROR = 6635u32;
8230 pub const ERROR_LOG_CLIENT_ALREADY_REGISTERED: WIN32_ERROR = 6636u32;
8231 pub const ERROR_LOG_CLIENT_NOT_REGISTERED: WIN32_ERROR = 6637u32;
8232 pub const ERROR_LOG_FULL_HANDLER_IN_PROGRESS: WIN32_ERROR = 6638u32;
8233 pub const ERROR_LOG_CONTAINER_READ_FAILED: WIN32_ERROR = 6639u32;
8234 pub const ERROR_LOG_CONTAINER_WRITE_FAILED: WIN32_ERROR = 6640u32;
8235 pub const ERROR_LOG_CONTAINER_OPEN_FAILED: WIN32_ERROR = 6641u32;
8236 pub const ERROR_LOG_CONTAINER_STATE_INVALID: WIN32_ERROR = 6642u32;
8237 pub const ERROR_LOG_STATE_INVALID: WIN32_ERROR = 6643u32;
8238 pub const ERROR_LOG_PINNED: WIN32_ERROR = 6644u32;
8239 pub const ERROR_LOG_METADATA_FLUSH_FAILED: WIN32_ERROR = 6645u32;
8240 pub const ERROR_LOG_INCONSISTENT_SECURITY: WIN32_ERROR = 6646u32;
8241 pub const ERROR_LOG_APPENDED_FLUSH_FAILED: WIN32_ERROR = 6647u32;
8242 pub const ERROR_LOG_PINNED_RESERVATION: WIN32_ERROR = 6648u32;
8243 pub const ERROR_INVALID_TRANSACTION: WIN32_ERROR = 6700u32;
8244 pub const ERROR_TRANSACTION_NOT_ACTIVE: WIN32_ERROR = 6701u32;
8245 pub const ERROR_TRANSACTION_REQUEST_NOT_VALID: WIN32_ERROR = 6702u32;
8246 pub const ERROR_TRANSACTION_NOT_REQUESTED: WIN32_ERROR = 6703u32;
8247 pub const ERROR_TRANSACTION_ALREADY_ABORTED: WIN32_ERROR = 6704u32;
8248 pub const ERROR_TRANSACTION_ALREADY_COMMITTED: WIN32_ERROR = 6705u32;
8249 pub const ERROR_TM_INITIALIZATION_FAILED: WIN32_ERROR = 6706u32;
8250 pub const ERROR_RESOURCEMANAGER_READ_ONLY: WIN32_ERROR = 6707u32;
8251 pub const ERROR_TRANSACTION_NOT_JOINED: WIN32_ERROR = 6708u32;
8252 pub const ERROR_TRANSACTION_SUPERIOR_EXISTS: WIN32_ERROR = 6709u32;
8253 pub const ERROR_CRM_PROTOCOL_ALREADY_EXISTS: WIN32_ERROR = 6710u32;
8254 pub const ERROR_TRANSACTION_PROPAGATION_FAILED: WIN32_ERROR = 6711u32;
8255 pub const ERROR_CRM_PROTOCOL_NOT_FOUND: WIN32_ERROR = 6712u32;
8256 pub const ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER: WIN32_ERROR = 6713u32;
8257 pub const ERROR_CURRENT_TRANSACTION_NOT_VALID: WIN32_ERROR = 6714u32;
8258 pub const ERROR_TRANSACTION_NOT_FOUND: WIN32_ERROR = 6715u32;
8259 pub const ERROR_RESOURCEMANAGER_NOT_FOUND: WIN32_ERROR = 6716u32;
8260 pub const ERROR_ENLISTMENT_NOT_FOUND: WIN32_ERROR = 6717u32;
8261 pub const ERROR_TRANSACTIONMANAGER_NOT_FOUND: WIN32_ERROR = 6718u32;
8262 pub const ERROR_TRANSACTIONMANAGER_NOT_ONLINE: WIN32_ERROR = 6719u32;
8263 pub const ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION: WIN32_ERROR = 6720u32;
8264 pub const ERROR_TRANSACTION_NOT_ROOT: WIN32_ERROR = 6721u32;
8265 pub const ERROR_TRANSACTION_OBJECT_EXPIRED: WIN32_ERROR = 6722u32;
8266 pub const ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED: WIN32_ERROR = 6723u32;
8267 pub const ERROR_TRANSACTION_RECORD_TOO_LONG: WIN32_ERROR = 6724u32;
8268 pub const ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED: WIN32_ERROR = 6725u32;
8269 pub const ERROR_TRANSACTION_INTEGRITY_VIOLATED: WIN32_ERROR = 6726u32;
8270 pub const ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH: WIN32_ERROR = 6727u32;
8271 pub const ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT: WIN32_ERROR = 6728u32;
8272 pub const ERROR_TRANSACTION_MUST_WRITETHROUGH: WIN32_ERROR = 6729u32;
8273 pub const ERROR_TRANSACTION_NO_SUPERIOR: WIN32_ERROR = 6730u32;
8274 pub const ERROR_HEURISTIC_DAMAGE_POSSIBLE: WIN32_ERROR = 6731u32;
8275 pub const ERROR_TRANSACTIONAL_CONFLICT: WIN32_ERROR = 6800u32;
8276 pub const ERROR_RM_NOT_ACTIVE: WIN32_ERROR = 6801u32;
8277 pub const ERROR_RM_METADATA_CORRUPT: WIN32_ERROR = 6802u32;
8278 pub const ERROR_DIRECTORY_NOT_RM: WIN32_ERROR = 6803u32;
8279 pub const ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE: WIN32_ERROR = 6805u32;
8280 pub const ERROR_LOG_RESIZE_INVALID_SIZE: WIN32_ERROR = 6806u32;
8281 pub const ERROR_OBJECT_NO_LONGER_EXISTS: WIN32_ERROR = 6807u32;
8282 pub const ERROR_STREAM_MINIVERSION_NOT_FOUND: WIN32_ERROR = 6808u32;
8283 pub const ERROR_STREAM_MINIVERSION_NOT_VALID: WIN32_ERROR = 6809u32;
8284 pub const ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION: WIN32_ERROR = 6810u32;
8285 pub const ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT: WIN32_ERROR = 6811u32;
8286 pub const ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS: WIN32_ERROR = 6812u32;
8287 pub const ERROR_REMOTE_FILE_VERSION_MISMATCH: WIN32_ERROR = 6814u32;
8288 pub const ERROR_HANDLE_NO_LONGER_VALID: WIN32_ERROR = 6815u32;
8289 pub const ERROR_NO_TXF_METADATA: WIN32_ERROR = 6816u32;
8290 pub const ERROR_LOG_CORRUPTION_DETECTED: WIN32_ERROR = 6817u32;
8291 pub const ERROR_CANT_RECOVER_WITH_HANDLE_OPEN: WIN32_ERROR = 6818u32;
8292 pub const ERROR_RM_DISCONNECTED: WIN32_ERROR = 6819u32;
8293 pub const ERROR_ENLISTMENT_NOT_SUPERIOR: WIN32_ERROR = 6820u32;
8294 pub const ERROR_RECOVERY_NOT_NEEDED: WIN32_ERROR = 6821u32;
8295 pub const ERROR_RM_ALREADY_STARTED: WIN32_ERROR = 6822u32;
8296 pub const ERROR_FILE_IDENTITY_NOT_PERSISTENT: WIN32_ERROR = 6823u32;
8297 pub const ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY: WIN32_ERROR = 6824u32;
8298 pub const ERROR_CANT_CROSS_RM_BOUNDARY: WIN32_ERROR = 6825u32;
8299 pub const ERROR_TXF_DIR_NOT_EMPTY: WIN32_ERROR = 6826u32;
8300 pub const ERROR_INDOUBT_TRANSACTIONS_EXIST: WIN32_ERROR = 6827u32;
8301 pub const ERROR_TM_VOLATILE: WIN32_ERROR = 6828u32;
8302 pub const ERROR_ROLLBACK_TIMER_EXPIRED: WIN32_ERROR = 6829u32;
8303 pub const ERROR_TXF_ATTRIBUTE_CORRUPT: WIN32_ERROR = 6830u32;
8304 pub const ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6831u32;
8305 pub const ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED: WIN32_ERROR = 6832u32;
8306 pub const ERROR_LOG_GROWTH_FAILED: WIN32_ERROR = 6833u32;
8307 pub const ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE: WIN32_ERROR = 6834u32;
8308 pub const ERROR_TXF_METADATA_ALREADY_PRESENT: WIN32_ERROR = 6835u32;
8309 pub const ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET: WIN32_ERROR = 6836u32;
8310 pub const ERROR_TRANSACTION_REQUIRED_PROMOTION: WIN32_ERROR = 6837u32;
8311 pub const ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION: WIN32_ERROR = 6838u32;
8312 pub const ERROR_TRANSACTIONS_NOT_FROZEN: WIN32_ERROR = 6839u32;
8313 pub const ERROR_TRANSACTION_FREEZE_IN_PROGRESS: WIN32_ERROR = 6840u32;
8314 pub const ERROR_NOT_SNAPSHOT_VOLUME: WIN32_ERROR = 6841u32;
8315 pub const ERROR_NO_SAVEPOINT_WITH_OPEN_FILES: WIN32_ERROR = 6842u32;
8316 pub const ERROR_DATA_LOST_REPAIR: WIN32_ERROR = 6843u32;
8317 pub const ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6844u32;
8318 pub const ERROR_TM_IDENTITY_MISMATCH: WIN32_ERROR = 6845u32;
8319 pub const ERROR_FLOATED_SECTION: WIN32_ERROR = 6846u32;
8320 pub const ERROR_CANNOT_ACCEPT_TRANSACTED_WORK: WIN32_ERROR = 6847u32;
8321 pub const ERROR_CANNOT_ABORT_TRANSACTIONS: WIN32_ERROR = 6848u32;
8322 pub const ERROR_BAD_CLUSTERS: WIN32_ERROR = 6849u32;
8323 pub const ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6850u32;
8324 pub const ERROR_VOLUME_DIRTY: WIN32_ERROR = 6851u32;
8325 pub const ERROR_NO_LINK_TRACKING_IN_TRANSACTION: WIN32_ERROR = 6852u32;
8326 pub const ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION: WIN32_ERROR = 6853u32;
8327 pub const ERROR_EXPIRED_HANDLE: WIN32_ERROR = 6854u32;
8328 pub const ERROR_TRANSACTION_NOT_ENLISTED: WIN32_ERROR = 6855u32;
8329 pub const ERROR_CTX_WINSTATION_NAME_INVALID: WIN32_ERROR = 7001u32;
8330 pub const ERROR_CTX_INVALID_PD: WIN32_ERROR = 7002u32;
8331 pub const ERROR_CTX_PD_NOT_FOUND: WIN32_ERROR = 7003u32;
8332 pub const ERROR_CTX_WD_NOT_FOUND: WIN32_ERROR = 7004u32;
8333 pub const ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY: WIN32_ERROR = 7005u32;
8334 pub const ERROR_CTX_SERVICE_NAME_COLLISION: WIN32_ERROR = 7006u32;
8335 pub const ERROR_CTX_CLOSE_PENDING: WIN32_ERROR = 7007u32;
8336 pub const ERROR_CTX_NO_OUTBUF: WIN32_ERROR = 7008u32;
8337 pub const ERROR_CTX_MODEM_INF_NOT_FOUND: WIN32_ERROR = 7009u32;
8338 pub const ERROR_CTX_INVALID_MODEMNAME: WIN32_ERROR = 7010u32;
8339 pub const ERROR_CTX_MODEM_RESPONSE_ERROR: WIN32_ERROR = 7011u32;
8340 pub const ERROR_CTX_MODEM_RESPONSE_TIMEOUT: WIN32_ERROR = 7012u32;
8341 pub const ERROR_CTX_MODEM_RESPONSE_NO_CARRIER: WIN32_ERROR = 7013u32;
8342 pub const ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE: WIN32_ERROR = 7014u32;
8343 pub const ERROR_CTX_MODEM_RESPONSE_BUSY: WIN32_ERROR = 7015u32;
8344 pub const ERROR_CTX_MODEM_RESPONSE_VOICE: WIN32_ERROR = 7016u32;
8345 pub const ERROR_CTX_TD_ERROR: WIN32_ERROR = 7017u32;
8346 pub const ERROR_CTX_WINSTATION_NOT_FOUND: WIN32_ERROR = 7022u32;
8347 pub const ERROR_CTX_WINSTATION_ALREADY_EXISTS: WIN32_ERROR = 7023u32;
8348 pub const ERROR_CTX_WINSTATION_BUSY: WIN32_ERROR = 7024u32;
8349 pub const ERROR_CTX_BAD_VIDEO_MODE: WIN32_ERROR = 7025u32;
8350 pub const ERROR_CTX_GRAPHICS_INVALID: WIN32_ERROR = 7035u32;
8351 pub const ERROR_CTX_LOGON_DISABLED: WIN32_ERROR = 7037u32;
8352 pub const ERROR_CTX_NOT_CONSOLE: WIN32_ERROR = 7038u32;
8353 pub const ERROR_CTX_CLIENT_QUERY_TIMEOUT: WIN32_ERROR = 7040u32;
8354 pub const ERROR_CTX_CONSOLE_DISCONNECT: WIN32_ERROR = 7041u32;
8355 pub const ERROR_CTX_CONSOLE_CONNECT: WIN32_ERROR = 7042u32;
8356 pub const ERROR_CTX_SHADOW_DENIED: WIN32_ERROR = 7044u32;
8357 pub const ERROR_CTX_WINSTATION_ACCESS_DENIED: WIN32_ERROR = 7045u32;
8358 pub const ERROR_CTX_INVALID_WD: WIN32_ERROR = 7049u32;
8359 pub const ERROR_CTX_SHADOW_INVALID: WIN32_ERROR = 7050u32;
8360 pub const ERROR_CTX_SHADOW_DISABLED: WIN32_ERROR = 7051u32;
8361 pub const ERROR_CTX_CLIENT_LICENSE_IN_USE: WIN32_ERROR = 7052u32;
8362 pub const ERROR_CTX_CLIENT_LICENSE_NOT_SET: WIN32_ERROR = 7053u32;
8363 pub const ERROR_CTX_LICENSE_NOT_AVAILABLE: WIN32_ERROR = 7054u32;
8364 pub const ERROR_CTX_LICENSE_CLIENT_INVALID: WIN32_ERROR = 7055u32;
8365 pub const ERROR_CTX_LICENSE_EXPIRED: WIN32_ERROR = 7056u32;
8366 pub const ERROR_CTX_SHADOW_NOT_RUNNING: WIN32_ERROR = 7057u32;
8367 pub const ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE: WIN32_ERROR = 7058u32;
8368 pub const ERROR_ACTIVATION_COUNT_EXCEEDED: WIN32_ERROR = 7059u32;
8369 pub const ERROR_CTX_WINSTATIONS_DISABLED: WIN32_ERROR = 7060u32;
8370 pub const ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED: WIN32_ERROR = 7061u32;
8371 pub const ERROR_CTX_SESSION_IN_USE: WIN32_ERROR = 7062u32;
8372 pub const ERROR_CTX_NO_FORCE_LOGOFF: WIN32_ERROR = 7063u32;
8373 pub const ERROR_CTX_ACCOUNT_RESTRICTION: WIN32_ERROR = 7064u32;
8374 pub const ERROR_RDP_PROTOCOL_ERROR: WIN32_ERROR = 7065u32;
8375 pub const ERROR_CTX_CDM_CONNECT: WIN32_ERROR = 7066u32;
8376 pub const ERROR_CTX_CDM_DISCONNECT: WIN32_ERROR = 7067u32;
8377 pub const ERROR_CTX_SECURITY_LAYER_ERROR: WIN32_ERROR = 7068u32;
8378 pub const ERROR_TS_INCOMPATIBLE_SESSIONS: WIN32_ERROR = 7069u32;
8379 pub const ERROR_TS_VIDEO_SUBSYSTEM_ERROR: WIN32_ERROR = 7070u32;
8380 pub const ERROR_DS_NOT_INSTALLED: WIN32_ERROR = 8200u32;
8381 pub const ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY: WIN32_ERROR = 8201u32;
8382 pub const ERROR_DS_NO_ATTRIBUTE_OR_VALUE: WIN32_ERROR = 8202u32;
8383 pub const ERROR_DS_INVALID_ATTRIBUTE_SYNTAX: WIN32_ERROR = 8203u32;
8384 pub const ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED: WIN32_ERROR = 8204u32;
8385 pub const ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS: WIN32_ERROR = 8205u32;
8386 pub const ERROR_DS_BUSY: WIN32_ERROR = 8206u32;
8387 pub const ERROR_DS_UNAVAILABLE: WIN32_ERROR = 8207u32;
8388 pub const ERROR_DS_NO_RIDS_ALLOCATED: WIN32_ERROR = 8208u32;
8389 pub const ERROR_DS_NO_MORE_RIDS: WIN32_ERROR = 8209u32;
8390 pub const ERROR_DS_INCORRECT_ROLE_OWNER: WIN32_ERROR = 8210u32;
8391 pub const ERROR_DS_RIDMGR_INIT_ERROR: WIN32_ERROR = 8211u32;
8392 pub const ERROR_DS_OBJ_CLASS_VIOLATION: WIN32_ERROR = 8212u32;
8393 pub const ERROR_DS_CANT_ON_NON_LEAF: WIN32_ERROR = 8213u32;
8394 pub const ERROR_DS_CANT_ON_RDN: WIN32_ERROR = 8214u32;
8395 pub const ERROR_DS_CANT_MOD_OBJ_CLASS: WIN32_ERROR = 8215u32;
8396 pub const ERROR_DS_CROSS_DOM_MOVE_ERROR: WIN32_ERROR = 8216u32;
8397 pub const ERROR_DS_GC_NOT_AVAILABLE: WIN32_ERROR = 8217u32;
8398 pub const ERROR_SHARED_POLICY: WIN32_ERROR = 8218u32;
8399 pub const ERROR_POLICY_OBJECT_NOT_FOUND: WIN32_ERROR = 8219u32;
8400 pub const ERROR_POLICY_ONLY_IN_DS: WIN32_ERROR = 8220u32;
8401 pub const ERROR_PROMOTION_ACTIVE: WIN32_ERROR = 8221u32;
8402 pub const ERROR_NO_PROMOTION_ACTIVE: WIN32_ERROR = 8222u32;
8403 pub const ERROR_DS_OPERATIONS_ERROR: WIN32_ERROR = 8224u32;
8404 pub const ERROR_DS_PROTOCOL_ERROR: WIN32_ERROR = 8225u32;
8405 pub const ERROR_DS_TIMELIMIT_EXCEEDED: WIN32_ERROR = 8226u32;
8406 pub const ERROR_DS_SIZELIMIT_EXCEEDED: WIN32_ERROR = 8227u32;
8407 pub const ERROR_DS_ADMIN_LIMIT_EXCEEDED: WIN32_ERROR = 8228u32;
8408 pub const ERROR_DS_COMPARE_FALSE: WIN32_ERROR = 8229u32;
8409 pub const ERROR_DS_COMPARE_TRUE: WIN32_ERROR = 8230u32;
8410 pub const ERROR_DS_AUTH_METHOD_NOT_SUPPORTED: WIN32_ERROR = 8231u32;
8411 pub const ERROR_DS_STRONG_AUTH_REQUIRED: WIN32_ERROR = 8232u32;
8412 pub const ERROR_DS_INAPPROPRIATE_AUTH: WIN32_ERROR = 8233u32;
8413 pub const ERROR_DS_AUTH_UNKNOWN: WIN32_ERROR = 8234u32;
8414 pub const ERROR_DS_REFERRAL: WIN32_ERROR = 8235u32;
8415 pub const ERROR_DS_UNAVAILABLE_CRIT_EXTENSION: WIN32_ERROR = 8236u32;
8416 pub const ERROR_DS_CONFIDENTIALITY_REQUIRED: WIN32_ERROR = 8237u32;
8417 pub const ERROR_DS_INAPPROPRIATE_MATCHING: WIN32_ERROR = 8238u32;
8418 pub const ERROR_DS_CONSTRAINT_VIOLATION: WIN32_ERROR = 8239u32;
8419 pub const ERROR_DS_NO_SUCH_OBJECT: WIN32_ERROR = 8240u32;
8420 pub const ERROR_DS_ALIAS_PROBLEM: WIN32_ERROR = 8241u32;
8421 pub const ERROR_DS_INVALID_DN_SYNTAX: WIN32_ERROR = 8242u32;
8422 pub const ERROR_DS_IS_LEAF: WIN32_ERROR = 8243u32;
8423 pub const ERROR_DS_ALIAS_DEREF_PROBLEM: WIN32_ERROR = 8244u32;
8424 pub const ERROR_DS_UNWILLING_TO_PERFORM: WIN32_ERROR = 8245u32;
8425 pub const ERROR_DS_LOOP_DETECT: WIN32_ERROR = 8246u32;
8426 pub const ERROR_DS_NAMING_VIOLATION: WIN32_ERROR = 8247u32;
8427 pub const ERROR_DS_OBJECT_RESULTS_TOO_LARGE: WIN32_ERROR = 8248u32;
8428 pub const ERROR_DS_AFFECTS_MULTIPLE_DSAS: WIN32_ERROR = 8249u32;
8429 pub const ERROR_DS_SERVER_DOWN: WIN32_ERROR = 8250u32;
8430 pub const ERROR_DS_LOCAL_ERROR: WIN32_ERROR = 8251u32;
8431 pub const ERROR_DS_ENCODING_ERROR: WIN32_ERROR = 8252u32;
8432 pub const ERROR_DS_DECODING_ERROR: WIN32_ERROR = 8253u32;
8433 pub const ERROR_DS_FILTER_UNKNOWN: WIN32_ERROR = 8254u32;
8434 pub const ERROR_DS_PARAM_ERROR: WIN32_ERROR = 8255u32;
8435 pub const ERROR_DS_NOT_SUPPORTED: WIN32_ERROR = 8256u32;
8436 pub const ERROR_DS_NO_RESULTS_RETURNED: WIN32_ERROR = 8257u32;
8437 pub const ERROR_DS_CONTROL_NOT_FOUND: WIN32_ERROR = 8258u32;
8438 pub const ERROR_DS_CLIENT_LOOP: WIN32_ERROR = 8259u32;
8439 pub const ERROR_DS_REFERRAL_LIMIT_EXCEEDED: WIN32_ERROR = 8260u32;
8440 pub const ERROR_DS_SORT_CONTROL_MISSING: WIN32_ERROR = 8261u32;
8441 pub const ERROR_DS_OFFSET_RANGE_ERROR: WIN32_ERROR = 8262u32;
8442 pub const ERROR_DS_RIDMGR_DISABLED: WIN32_ERROR = 8263u32;
8443 pub const ERROR_DS_ROOT_MUST_BE_NC: WIN32_ERROR = 8301u32;
8444 pub const ERROR_DS_ADD_REPLICA_INHIBITED: WIN32_ERROR = 8302u32;
8445 pub const ERROR_DS_ATT_NOT_DEF_IN_SCHEMA: WIN32_ERROR = 8303u32;
8446 pub const ERROR_DS_MAX_OBJ_SIZE_EXCEEDED: WIN32_ERROR = 8304u32;
8447 pub const ERROR_DS_OBJ_STRING_NAME_EXISTS: WIN32_ERROR = 8305u32;
8448 pub const ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA: WIN32_ERROR = 8306u32;
8449 pub const ERROR_DS_RDN_DOESNT_MATCH_SCHEMA: WIN32_ERROR = 8307u32;
8450 pub const ERROR_DS_NO_REQUESTED_ATTS_FOUND: WIN32_ERROR = 8308u32;
8451 pub const ERROR_DS_USER_BUFFER_TO_SMALL: WIN32_ERROR = 8309u32;
8452 pub const ERROR_DS_ATT_IS_NOT_ON_OBJ: WIN32_ERROR = 8310u32;
8453 pub const ERROR_DS_ILLEGAL_MOD_OPERATION: WIN32_ERROR = 8311u32;
8454 pub const ERROR_DS_OBJ_TOO_LARGE: WIN32_ERROR = 8312u32;
8455 pub const ERROR_DS_BAD_INSTANCE_TYPE: WIN32_ERROR = 8313u32;
8456 pub const ERROR_DS_MASTERDSA_REQUIRED: WIN32_ERROR = 8314u32;
8457 pub const ERROR_DS_OBJECT_CLASS_REQUIRED: WIN32_ERROR = 8315u32;
8458 pub const ERROR_DS_MISSING_REQUIRED_ATT: WIN32_ERROR = 8316u32;
8459 pub const ERROR_DS_ATT_NOT_DEF_FOR_CLASS: WIN32_ERROR = 8317u32;
8460 pub const ERROR_DS_ATT_ALREADY_EXISTS: WIN32_ERROR = 8318u32;
8461 pub const ERROR_DS_CANT_ADD_ATT_VALUES: WIN32_ERROR = 8320u32;
8462 pub const ERROR_DS_SINGLE_VALUE_CONSTRAINT: WIN32_ERROR = 8321u32;
8463 pub const ERROR_DS_RANGE_CONSTRAINT: WIN32_ERROR = 8322u32;
8464 pub const ERROR_DS_ATT_VAL_ALREADY_EXISTS: WIN32_ERROR = 8323u32;
8465 pub const ERROR_DS_CANT_REM_MISSING_ATT: WIN32_ERROR = 8324u32;
8466 pub const ERROR_DS_CANT_REM_MISSING_ATT_VAL: WIN32_ERROR = 8325u32;
8467 pub const ERROR_DS_ROOT_CANT_BE_SUBREF: WIN32_ERROR = 8326u32;
8468 pub const ERROR_DS_NO_CHAINING: WIN32_ERROR = 8327u32;
8469 pub const ERROR_DS_NO_CHAINED_EVAL: WIN32_ERROR = 8328u32;
8470 pub const ERROR_DS_NO_PARENT_OBJECT: WIN32_ERROR = 8329u32;
8471 pub const ERROR_DS_PARENT_IS_AN_ALIAS: WIN32_ERROR = 8330u32;
8472 pub const ERROR_DS_CANT_MIX_MASTER_AND_REPS: WIN32_ERROR = 8331u32;
8473 pub const ERROR_DS_CHILDREN_EXIST: WIN32_ERROR = 8332u32;
8474 pub const ERROR_DS_OBJ_NOT_FOUND: WIN32_ERROR = 8333u32;
8475 pub const ERROR_DS_ALIASED_OBJ_MISSING: WIN32_ERROR = 8334u32;
8476 pub const ERROR_DS_BAD_NAME_SYNTAX: WIN32_ERROR = 8335u32;
8477 pub const ERROR_DS_ALIAS_POINTS_TO_ALIAS: WIN32_ERROR = 8336u32;
8478 pub const ERROR_DS_CANT_DEREF_ALIAS: WIN32_ERROR = 8337u32;
8479 pub const ERROR_DS_OUT_OF_SCOPE: WIN32_ERROR = 8338u32;
8480 pub const ERROR_DS_OBJECT_BEING_REMOVED: WIN32_ERROR = 8339u32;
8481 pub const ERROR_DS_CANT_DELETE_DSA_OBJ: WIN32_ERROR = 8340u32;
8482 pub const ERROR_DS_GENERIC_ERROR: WIN32_ERROR = 8341u32;
8483 pub const ERROR_DS_DSA_MUST_BE_INT_MASTER: WIN32_ERROR = 8342u32;
8484 pub const ERROR_DS_CLASS_NOT_DSA: WIN32_ERROR = 8343u32;
8485 pub const ERROR_DS_INSUFF_ACCESS_RIGHTS: WIN32_ERROR = 8344u32;
8486 pub const ERROR_DS_ILLEGAL_SUPERIOR: WIN32_ERROR = 8345u32;
8487 pub const ERROR_DS_ATTRIBUTE_OWNED_BY_SAM: WIN32_ERROR = 8346u32;
8488 pub const ERROR_DS_NAME_TOO_MANY_PARTS: WIN32_ERROR = 8347u32;
8489 pub const ERROR_DS_NAME_TOO_LONG: WIN32_ERROR = 8348u32;
8490 pub const ERROR_DS_NAME_VALUE_TOO_LONG: WIN32_ERROR = 8349u32;
8491 pub const ERROR_DS_NAME_UNPARSEABLE: WIN32_ERROR = 8350u32;
8492 pub const ERROR_DS_NAME_TYPE_UNKNOWN: WIN32_ERROR = 8351u32;
8493 pub const ERROR_DS_NOT_AN_OBJECT: WIN32_ERROR = 8352u32;
8494 pub const ERROR_DS_SEC_DESC_TOO_SHORT: WIN32_ERROR = 8353u32;
8495 pub const ERROR_DS_SEC_DESC_INVALID: WIN32_ERROR = 8354u32;
8496 pub const ERROR_DS_NO_DELETED_NAME: WIN32_ERROR = 8355u32;
8497 pub const ERROR_DS_SUBREF_MUST_HAVE_PARENT: WIN32_ERROR = 8356u32;
8498 pub const ERROR_DS_NCNAME_MUST_BE_NC: WIN32_ERROR = 8357u32;
8499 pub const ERROR_DS_CANT_ADD_SYSTEM_ONLY: WIN32_ERROR = 8358u32;
8500 pub const ERROR_DS_CLASS_MUST_BE_CONCRETE: WIN32_ERROR = 8359u32;
8501 pub const ERROR_DS_INVALID_DMD: WIN32_ERROR = 8360u32;
8502 pub const ERROR_DS_OBJ_GUID_EXISTS: WIN32_ERROR = 8361u32;
8503 pub const ERROR_DS_NOT_ON_BACKLINK: WIN32_ERROR = 8362u32;
8504 pub const ERROR_DS_NO_CROSSREF_FOR_NC: WIN32_ERROR = 8363u32;
8505 pub const ERROR_DS_SHUTTING_DOWN: WIN32_ERROR = 8364u32;
8506 pub const ERROR_DS_UNKNOWN_OPERATION: WIN32_ERROR = 8365u32;
8507 pub const ERROR_DS_INVALID_ROLE_OWNER: WIN32_ERROR = 8366u32;
8508 pub const ERROR_DS_COULDNT_CONTACT_FSMO: WIN32_ERROR = 8367u32;
8509 pub const ERROR_DS_CROSS_NC_DN_RENAME: WIN32_ERROR = 8368u32;
8510 pub const ERROR_DS_CANT_MOD_SYSTEM_ONLY: WIN32_ERROR = 8369u32;
8511 pub const ERROR_DS_REPLICATOR_ONLY: WIN32_ERROR = 8370u32;
8512 pub const ERROR_DS_OBJ_CLASS_NOT_DEFINED: WIN32_ERROR = 8371u32;
8513 pub const ERROR_DS_OBJ_CLASS_NOT_SUBCLASS: WIN32_ERROR = 8372u32;
8514 pub const ERROR_DS_NAME_REFERENCE_INVALID: WIN32_ERROR = 8373u32;
8515 pub const ERROR_DS_CROSS_REF_EXISTS: WIN32_ERROR = 8374u32;
8516 pub const ERROR_DS_CANT_DEL_MASTER_CROSSREF: WIN32_ERROR = 8375u32;
8517 pub const ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD: WIN32_ERROR = 8376u32;
8518 pub const ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX: WIN32_ERROR = 8377u32;
8519 pub const ERROR_DS_DUP_RDN: WIN32_ERROR = 8378u32;
8520 pub const ERROR_DS_DUP_OID: WIN32_ERROR = 8379u32;
8521 pub const ERROR_DS_DUP_MAPI_ID: WIN32_ERROR = 8380u32;
8522 pub const ERROR_DS_DUP_SCHEMA_ID_GUID: WIN32_ERROR = 8381u32;
8523 pub const ERROR_DS_DUP_LDAP_DISPLAY_NAME: WIN32_ERROR = 8382u32;
8524 pub const ERROR_DS_SEMANTIC_ATT_TEST: WIN32_ERROR = 8383u32;
8525 pub const ERROR_DS_SYNTAX_MISMATCH: WIN32_ERROR = 8384u32;
8526 pub const ERROR_DS_EXISTS_IN_MUST_HAVE: WIN32_ERROR = 8385u32;
8527 pub const ERROR_DS_EXISTS_IN_MAY_HAVE: WIN32_ERROR = 8386u32;
8528 pub const ERROR_DS_NONEXISTENT_MAY_HAVE: WIN32_ERROR = 8387u32;
8529 pub const ERROR_DS_NONEXISTENT_MUST_HAVE: WIN32_ERROR = 8388u32;
8530 pub const ERROR_DS_AUX_CLS_TEST_FAIL: WIN32_ERROR = 8389u32;
8531 pub const ERROR_DS_NONEXISTENT_POSS_SUP: WIN32_ERROR = 8390u32;
8532 pub const ERROR_DS_SUB_CLS_TEST_FAIL: WIN32_ERROR = 8391u32;
8533 pub const ERROR_DS_BAD_RDN_ATT_ID_SYNTAX: WIN32_ERROR = 8392u32;
8534 pub const ERROR_DS_EXISTS_IN_AUX_CLS: WIN32_ERROR = 8393u32;
8535 pub const ERROR_DS_EXISTS_IN_SUB_CLS: WIN32_ERROR = 8394u32;
8536 pub const ERROR_DS_EXISTS_IN_POSS_SUP: WIN32_ERROR = 8395u32;
8537 pub const ERROR_DS_RECALCSCHEMA_FAILED: WIN32_ERROR = 8396u32;
8538 pub const ERROR_DS_TREE_DELETE_NOT_FINISHED: WIN32_ERROR = 8397u32;
8539 pub const ERROR_DS_CANT_DELETE: WIN32_ERROR = 8398u32;
8540 pub const ERROR_DS_ATT_SCHEMA_REQ_ID: WIN32_ERROR = 8399u32;
8541 pub const ERROR_DS_BAD_ATT_SCHEMA_SYNTAX: WIN32_ERROR = 8400u32;
8542 pub const ERROR_DS_CANT_CACHE_ATT: WIN32_ERROR = 8401u32;
8543 pub const ERROR_DS_CANT_CACHE_CLASS: WIN32_ERROR = 8402u32;
8544 pub const ERROR_DS_CANT_REMOVE_ATT_CACHE: WIN32_ERROR = 8403u32;
8545 pub const ERROR_DS_CANT_REMOVE_CLASS_CACHE: WIN32_ERROR = 8404u32;
8546 pub const ERROR_DS_CANT_RETRIEVE_DN: WIN32_ERROR = 8405u32;
8547 pub const ERROR_DS_MISSING_SUPREF: WIN32_ERROR = 8406u32;
8548 pub const ERROR_DS_CANT_RETRIEVE_INSTANCE: WIN32_ERROR = 8407u32;
8549 pub const ERROR_DS_CODE_INCONSISTENCY: WIN32_ERROR = 8408u32;
8550 pub const ERROR_DS_DATABASE_ERROR: WIN32_ERROR = 8409u32;
8551 pub const ERROR_DS_GOVERNSID_MISSING: WIN32_ERROR = 8410u32;
8552 pub const ERROR_DS_MISSING_EXPECTED_ATT: WIN32_ERROR = 8411u32;
8553 pub const ERROR_DS_NCNAME_MISSING_CR_REF: WIN32_ERROR = 8412u32;
8554 pub const ERROR_DS_SECURITY_CHECKING_ERROR: WIN32_ERROR = 8413u32;
8555 pub const ERROR_DS_SCHEMA_NOT_LOADED: WIN32_ERROR = 8414u32;
8556 pub const ERROR_DS_SCHEMA_ALLOC_FAILED: WIN32_ERROR = 8415u32;
8557 pub const ERROR_DS_ATT_SCHEMA_REQ_SYNTAX: WIN32_ERROR = 8416u32;
8558 pub const ERROR_DS_GCVERIFY_ERROR: WIN32_ERROR = 8417u32;
8559 pub const ERROR_DS_DRA_SCHEMA_MISMATCH: WIN32_ERROR = 8418u32;
8560 pub const ERROR_DS_CANT_FIND_DSA_OBJ: WIN32_ERROR = 8419u32;
8561 pub const ERROR_DS_CANT_FIND_EXPECTED_NC: WIN32_ERROR = 8420u32;
8562 pub const ERROR_DS_CANT_FIND_NC_IN_CACHE: WIN32_ERROR = 8421u32;
8563 pub const ERROR_DS_CANT_RETRIEVE_CHILD: WIN32_ERROR = 8422u32;
8564 pub const ERROR_DS_SECURITY_ILLEGAL_MODIFY: WIN32_ERROR = 8423u32;
8565 pub const ERROR_DS_CANT_REPLACE_HIDDEN_REC: WIN32_ERROR = 8424u32;
8566 pub const ERROR_DS_BAD_HIERARCHY_FILE: WIN32_ERROR = 8425u32;
8567 pub const ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED: WIN32_ERROR = 8426u32;
8568 pub const ERROR_DS_CONFIG_PARAM_MISSING: WIN32_ERROR = 8427u32;
8569 pub const ERROR_DS_COUNTING_AB_INDICES_FAILED: WIN32_ERROR = 8428u32;
8570 pub const ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED: WIN32_ERROR = 8429u32;
8571 pub const ERROR_DS_INTERNAL_FAILURE: WIN32_ERROR = 8430u32;
8572 pub const ERROR_DS_UNKNOWN_ERROR: WIN32_ERROR = 8431u32;
8573 pub const ERROR_DS_ROOT_REQUIRES_CLASS_TOP: WIN32_ERROR = 8432u32;
8574 pub const ERROR_DS_REFUSING_FSMO_ROLES: WIN32_ERROR = 8433u32;
8575 pub const ERROR_DS_MISSING_FSMO_SETTINGS: WIN32_ERROR = 8434u32;
8576 pub const ERROR_DS_UNABLE_TO_SURRENDER_ROLES: WIN32_ERROR = 8435u32;
8577 pub const ERROR_DS_DRA_GENERIC: WIN32_ERROR = 8436u32;
8578 pub const ERROR_DS_DRA_INVALID_PARAMETER: WIN32_ERROR = 8437u32;
8579 pub const ERROR_DS_DRA_BUSY: WIN32_ERROR = 8438u32;
8580 pub const ERROR_DS_DRA_BAD_DN: WIN32_ERROR = 8439u32;
8581 pub const ERROR_DS_DRA_BAD_NC: WIN32_ERROR = 8440u32;
8582 pub const ERROR_DS_DRA_DN_EXISTS: WIN32_ERROR = 8441u32;
8583 pub const ERROR_DS_DRA_INTERNAL_ERROR: WIN32_ERROR = 8442u32;
8584 pub const ERROR_DS_DRA_INCONSISTENT_DIT: WIN32_ERROR = 8443u32;
8585 pub const ERROR_DS_DRA_CONNECTION_FAILED: WIN32_ERROR = 8444u32;
8586 pub const ERROR_DS_DRA_BAD_INSTANCE_TYPE: WIN32_ERROR = 8445u32;
8587 pub const ERROR_DS_DRA_OUT_OF_MEM: WIN32_ERROR = 8446u32;
8588 pub const ERROR_DS_DRA_MAIL_PROBLEM: WIN32_ERROR = 8447u32;
8589 pub const ERROR_DS_DRA_REF_ALREADY_EXISTS: WIN32_ERROR = 8448u32;
8590 pub const ERROR_DS_DRA_REF_NOT_FOUND: WIN32_ERROR = 8449u32;
8591 pub const ERROR_DS_DRA_OBJ_IS_REP_SOURCE: WIN32_ERROR = 8450u32;
8592 pub const ERROR_DS_DRA_DB_ERROR: WIN32_ERROR = 8451u32;
8593 pub const ERROR_DS_DRA_NO_REPLICA: WIN32_ERROR = 8452u32;
8594 pub const ERROR_DS_DRA_ACCESS_DENIED: WIN32_ERROR = 8453u32;
8595 pub const ERROR_DS_DRA_NOT_SUPPORTED: WIN32_ERROR = 8454u32;
8596 pub const ERROR_DS_DRA_RPC_CANCELLED: WIN32_ERROR = 8455u32;
8597 pub const ERROR_DS_DRA_SOURCE_DISABLED: WIN32_ERROR = 8456u32;
8598 pub const ERROR_DS_DRA_SINK_DISABLED: WIN32_ERROR = 8457u32;
8599 pub const ERROR_DS_DRA_NAME_COLLISION: WIN32_ERROR = 8458u32;
8600 pub const ERROR_DS_DRA_SOURCE_REINSTALLED: WIN32_ERROR = 8459u32;
8601 pub const ERROR_DS_DRA_MISSING_PARENT: WIN32_ERROR = 8460u32;
8602 pub const ERROR_DS_DRA_PREEMPTED: WIN32_ERROR = 8461u32;
8603 pub const ERROR_DS_DRA_ABANDON_SYNC: WIN32_ERROR = 8462u32;
8604 pub const ERROR_DS_DRA_SHUTDOWN: WIN32_ERROR = 8463u32;
8605 pub const ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET: WIN32_ERROR = 8464u32;
8606 pub const ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA: WIN32_ERROR = 8465u32;
8607 pub const ERROR_DS_DRA_EXTN_CONNECTION_FAILED: WIN32_ERROR = 8466u32;
8608 pub const ERROR_DS_INSTALL_SCHEMA_MISMATCH: WIN32_ERROR = 8467u32;
8609 pub const ERROR_DS_DUP_LINK_ID: WIN32_ERROR = 8468u32;
8610 pub const ERROR_DS_NAME_ERROR_RESOLVING: WIN32_ERROR = 8469u32;
8611 pub const ERROR_DS_NAME_ERROR_NOT_FOUND: WIN32_ERROR = 8470u32;
8612 pub const ERROR_DS_NAME_ERROR_NOT_UNIQUE: WIN32_ERROR = 8471u32;
8613 pub const ERROR_DS_NAME_ERROR_NO_MAPPING: WIN32_ERROR = 8472u32;
8614 pub const ERROR_DS_NAME_ERROR_DOMAIN_ONLY: WIN32_ERROR = 8473u32;
8615 pub const ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING: WIN32_ERROR = 8474u32;
8616 pub const ERROR_DS_CONSTRUCTED_ATT_MOD: WIN32_ERROR = 8475u32;
8617 pub const ERROR_DS_WRONG_OM_OBJ_CLASS: WIN32_ERROR = 8476u32;
8618 pub const ERROR_DS_DRA_REPL_PENDING: WIN32_ERROR = 8477u32;
8619 pub const ERROR_DS_DS_REQUIRED: WIN32_ERROR = 8478u32;
8620 pub const ERROR_DS_INVALID_LDAP_DISPLAY_NAME: WIN32_ERROR = 8479u32;
8621 pub const ERROR_DS_NON_BASE_SEARCH: WIN32_ERROR = 8480u32;
8622 pub const ERROR_DS_CANT_RETRIEVE_ATTS: WIN32_ERROR = 8481u32;
8623 pub const ERROR_DS_BACKLINK_WITHOUT_LINK: WIN32_ERROR = 8482u32;
8624 pub const ERROR_DS_EPOCH_MISMATCH: WIN32_ERROR = 8483u32;
8625 pub const ERROR_DS_SRC_NAME_MISMATCH: WIN32_ERROR = 8484u32;
8626 pub const ERROR_DS_SRC_AND_DST_NC_IDENTICAL: WIN32_ERROR = 8485u32;
8627 pub const ERROR_DS_DST_NC_MISMATCH: WIN32_ERROR = 8486u32;
8628 pub const ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC: WIN32_ERROR = 8487u32;
8629 pub const ERROR_DS_SRC_GUID_MISMATCH: WIN32_ERROR = 8488u32;
8630 pub const ERROR_DS_CANT_MOVE_DELETED_OBJECT: WIN32_ERROR = 8489u32;
8631 pub const ERROR_DS_PDC_OPERATION_IN_PROGRESS: WIN32_ERROR = 8490u32;
8632 pub const ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD: WIN32_ERROR = 8491u32;
8633 pub const ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION: WIN32_ERROR = 8492u32;
8634 pub const ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS: WIN32_ERROR = 8493u32;
8635 pub const ERROR_DS_NC_MUST_HAVE_NC_PARENT: WIN32_ERROR = 8494u32;
8636 pub const ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE: WIN32_ERROR = 8495u32;
8637 pub const ERROR_DS_DST_DOMAIN_NOT_NATIVE: WIN32_ERROR = 8496u32;
8638 pub const ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER: WIN32_ERROR = 8497u32;
8639 pub const ERROR_DS_CANT_MOVE_ACCOUNT_GROUP: WIN32_ERROR = 8498u32;
8640 pub const ERROR_DS_CANT_MOVE_RESOURCE_GROUP: WIN32_ERROR = 8499u32;
8641 pub const ERROR_DS_INVALID_SEARCH_FLAG: WIN32_ERROR = 8500u32;
8642 pub const ERROR_DS_NO_TREE_DELETE_ABOVE_NC: WIN32_ERROR = 8501u32;
8643 pub const ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE: WIN32_ERROR = 8502u32;
8644 pub const ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE: WIN32_ERROR = 8503u32;
8645 pub const ERROR_DS_SAM_INIT_FAILURE: WIN32_ERROR = 8504u32;
8646 pub const ERROR_DS_SENSITIVE_GROUP_VIOLATION: WIN32_ERROR = 8505u32;
8647 pub const ERROR_DS_CANT_MOD_PRIMARYGROUPID: WIN32_ERROR = 8506u32;
8648 pub const ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD: WIN32_ERROR = 8507u32;
8649 pub const ERROR_DS_NONSAFE_SCHEMA_CHANGE: WIN32_ERROR = 8508u32;
8650 pub const ERROR_DS_SCHEMA_UPDATE_DISALLOWED: WIN32_ERROR = 8509u32;
8651 pub const ERROR_DS_CANT_CREATE_UNDER_SCHEMA: WIN32_ERROR = 8510u32;
8652 pub const ERROR_DS_INSTALL_NO_SRC_SCH_VERSION: WIN32_ERROR = 8511u32;
8653 pub const ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE: WIN32_ERROR = 8512u32;
8654 pub const ERROR_DS_INVALID_GROUP_TYPE: WIN32_ERROR = 8513u32;
8655 pub const ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: WIN32_ERROR = 8514u32;
8656 pub const ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: WIN32_ERROR = 8515u32;
8657 pub const ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: WIN32_ERROR = 8516u32;
8658 pub const ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: WIN32_ERROR = 8517u32;
8659 pub const ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: WIN32_ERROR = 8518u32;
8660 pub const ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: WIN32_ERROR = 8519u32;
8661 pub const ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: WIN32_ERROR = 8520u32;
8662 pub const ERROR_DS_HAVE_PRIMARY_MEMBERS: WIN32_ERROR = 8521u32;
8663 pub const ERROR_DS_STRING_SD_CONVERSION_FAILED: WIN32_ERROR = 8522u32;
8664 pub const ERROR_DS_NAMING_MASTER_GC: WIN32_ERROR = 8523u32;
8665 pub const ERROR_DS_DNS_LOOKUP_FAILURE: WIN32_ERROR = 8524u32;
8666 pub const ERROR_DS_COULDNT_UPDATE_SPNS: WIN32_ERROR = 8525u32;
8667 pub const ERROR_DS_CANT_RETRIEVE_SD: WIN32_ERROR = 8526u32;
8668 pub const ERROR_DS_KEY_NOT_UNIQUE: WIN32_ERROR = 8527u32;
8669 pub const ERROR_DS_WRONG_LINKED_ATT_SYNTAX: WIN32_ERROR = 8528u32;
8670 pub const ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD: WIN32_ERROR = 8529u32;
8671 pub const ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY: WIN32_ERROR = 8530u32;
8672 pub const ERROR_DS_CANT_START: WIN32_ERROR = 8531u32;
8673 pub const ERROR_DS_INIT_FAILURE: WIN32_ERROR = 8532u32;
8674 pub const ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION: WIN32_ERROR = 8533u32;
8675 pub const ERROR_DS_SOURCE_DOMAIN_IN_FOREST: WIN32_ERROR = 8534u32;
8676 pub const ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST: WIN32_ERROR = 8535u32;
8677 pub const ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED: WIN32_ERROR = 8536u32;
8678 pub const ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN: WIN32_ERROR = 8537u32;
8679 pub const ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER: WIN32_ERROR = 8538u32;
8680 pub const ERROR_DS_SRC_SID_EXISTS_IN_FOREST: WIN32_ERROR = 8539u32;
8681 pub const ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH: WIN32_ERROR = 8540u32;
8682 pub const ERROR_SAM_INIT_FAILURE: WIN32_ERROR = 8541u32;
8683 pub const ERROR_DS_DRA_SCHEMA_INFO_SHIP: WIN32_ERROR = 8542u32;
8684 pub const ERROR_DS_DRA_SCHEMA_CONFLICT: WIN32_ERROR = 8543u32;
8685 pub const ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT: WIN32_ERROR = 8544u32;
8686 pub const ERROR_DS_DRA_OBJ_NC_MISMATCH: WIN32_ERROR = 8545u32;
8687 pub const ERROR_DS_NC_STILL_HAS_DSAS: WIN32_ERROR = 8546u32;
8688 pub const ERROR_DS_GC_REQUIRED: WIN32_ERROR = 8547u32;
8689 pub const ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY: WIN32_ERROR = 8548u32;
8690 pub const ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS: WIN32_ERROR = 8549u32;
8691 pub const ERROR_DS_CANT_ADD_TO_GC: WIN32_ERROR = 8550u32;
8692 pub const ERROR_DS_NO_CHECKPOINT_WITH_PDC: WIN32_ERROR = 8551u32;
8693 pub const ERROR_DS_SOURCE_AUDITING_NOT_ENABLED: WIN32_ERROR = 8552u32;
8694 pub const ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC: WIN32_ERROR = 8553u32;
8695 pub const ERROR_DS_INVALID_NAME_FOR_SPN: WIN32_ERROR = 8554u32;
8696 pub const ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS: WIN32_ERROR = 8555u32;
8697 pub const ERROR_DS_UNICODEPWD_NOT_IN_QUOTES: WIN32_ERROR = 8556u32;
8698 pub const ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: WIN32_ERROR = 8557u32;
8699 pub const ERROR_DS_MUST_BE_RUN_ON_DST_DC: WIN32_ERROR = 8558u32;
8700 pub const ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER: WIN32_ERROR = 8559u32;
8701 pub const ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ: WIN32_ERROR = 8560u32;
8702 pub const ERROR_DS_INIT_FAILURE_CONSOLE: WIN32_ERROR = 8561u32;
8703 pub const ERROR_DS_SAM_INIT_FAILURE_CONSOLE: WIN32_ERROR = 8562u32;
8704 pub const ERROR_DS_FOREST_VERSION_TOO_HIGH: WIN32_ERROR = 8563u32;
8705 pub const ERROR_DS_DOMAIN_VERSION_TOO_HIGH: WIN32_ERROR = 8564u32;
8706 pub const ERROR_DS_FOREST_VERSION_TOO_LOW: WIN32_ERROR = 8565u32;
8707 pub const ERROR_DS_DOMAIN_VERSION_TOO_LOW: WIN32_ERROR = 8566u32;
8708 pub const ERROR_DS_INCOMPATIBLE_VERSION: WIN32_ERROR = 8567u32;
8709 pub const ERROR_DS_LOW_DSA_VERSION: WIN32_ERROR = 8568u32;
8710 pub const ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN: WIN32_ERROR = 8569u32;
8711 pub const ERROR_DS_NOT_SUPPORTED_SORT_ORDER: WIN32_ERROR = 8570u32;
8712 pub const ERROR_DS_NAME_NOT_UNIQUE: WIN32_ERROR = 8571u32;
8713 pub const ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4: WIN32_ERROR = 8572u32;
8714 pub const ERROR_DS_OUT_OF_VERSION_STORE: WIN32_ERROR = 8573u32;
8715 pub const ERROR_DS_INCOMPATIBLE_CONTROLS_USED: WIN32_ERROR = 8574u32;
8716 pub const ERROR_DS_NO_REF_DOMAIN: WIN32_ERROR = 8575u32;
8717 pub const ERROR_DS_RESERVED_LINK_ID: WIN32_ERROR = 8576u32;
8718 pub const ERROR_DS_LINK_ID_NOT_AVAILABLE: WIN32_ERROR = 8577u32;
8719 pub const ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: WIN32_ERROR = 8578u32;
8720 pub const ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE: WIN32_ERROR = 8579u32;
8721 pub const ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC: WIN32_ERROR = 8580u32;
8722 pub const ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG: WIN32_ERROR = 8581u32;
8723 pub const ERROR_DS_MODIFYDN_WRONG_GRANDPARENT: WIN32_ERROR = 8582u32;
8724 pub const ERROR_DS_NAME_ERROR_TRUST_REFERRAL: WIN32_ERROR = 8583u32;
8725 pub const ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER: WIN32_ERROR = 8584u32;
8726 pub const ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD: WIN32_ERROR = 8585u32;
8727 pub const ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2: WIN32_ERROR = 8586u32;
8728 pub const ERROR_DS_THREAD_LIMIT_EXCEEDED: WIN32_ERROR = 8587u32;
8729 pub const ERROR_DS_NOT_CLOSEST: WIN32_ERROR = 8588u32;
8730 pub const ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF: WIN32_ERROR = 8589u32;
8731 pub const ERROR_DS_SINGLE_USER_MODE_FAILED: WIN32_ERROR = 8590u32;
8732 pub const ERROR_DS_NTDSCRIPT_SYNTAX_ERROR: WIN32_ERROR = 8591u32;
8733 pub const ERROR_DS_NTDSCRIPT_PROCESS_ERROR: WIN32_ERROR = 8592u32;
8734 pub const ERROR_DS_DIFFERENT_REPL_EPOCHS: WIN32_ERROR = 8593u32;
8735 pub const ERROR_DS_DRS_EXTENSIONS_CHANGED: WIN32_ERROR = 8594u32;
8736 pub const ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR: WIN32_ERROR = 8595u32;
8737 pub const ERROR_DS_NO_MSDS_INTID: WIN32_ERROR = 8596u32;
8738 pub const ERROR_DS_DUP_MSDS_INTID: WIN32_ERROR = 8597u32;
8739 pub const ERROR_DS_EXISTS_IN_RDNATTID: WIN32_ERROR = 8598u32;
8740 pub const ERROR_DS_AUTHORIZATION_FAILED: WIN32_ERROR = 8599u32;
8741 pub const ERROR_DS_INVALID_SCRIPT: WIN32_ERROR = 8600u32;
8742 pub const ERROR_DS_REMOTE_CROSSREF_OP_FAILED: WIN32_ERROR = 8601u32;
8743 pub const ERROR_DS_CROSS_REF_BUSY: WIN32_ERROR = 8602u32;
8744 pub const ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN: WIN32_ERROR = 8603u32;
8745 pub const ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC: WIN32_ERROR = 8604u32;
8746 pub const ERROR_DS_DUPLICATE_ID_FOUND: WIN32_ERROR = 8605u32;
8747 pub const ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT: WIN32_ERROR = 8606u32;
8748 pub const ERROR_DS_GROUP_CONVERSION_ERROR: WIN32_ERROR = 8607u32;
8749 pub const ERROR_DS_CANT_MOVE_APP_BASIC_GROUP: WIN32_ERROR = 8608u32;
8750 pub const ERROR_DS_CANT_MOVE_APP_QUERY_GROUP: WIN32_ERROR = 8609u32;
8751 pub const ERROR_DS_ROLE_NOT_VERIFIED: WIN32_ERROR = 8610u32;
8752 pub const ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL: WIN32_ERROR = 8611u32;
8753 pub const ERROR_DS_DOMAIN_RENAME_IN_PROGRESS: WIN32_ERROR = 8612u32;
8754 pub const ERROR_DS_EXISTING_AD_CHILD_NC: WIN32_ERROR = 8613u32;
8755 pub const ERROR_DS_REPL_LIFETIME_EXCEEDED: WIN32_ERROR = 8614u32;
8756 pub const ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER: WIN32_ERROR = 8615u32;
8757 pub const ERROR_DS_LDAP_SEND_QUEUE_FULL: WIN32_ERROR = 8616u32;
8758 pub const ERROR_DS_DRA_OUT_SCHEDULE_WINDOW: WIN32_ERROR = 8617u32;
8759 pub const ERROR_DS_POLICY_NOT_KNOWN: WIN32_ERROR = 8618u32;
8760 pub const ERROR_NO_SITE_SETTINGS_OBJECT: WIN32_ERROR = 8619u32;
8761 pub const ERROR_NO_SECRETS: WIN32_ERROR = 8620u32;
8762 pub const ERROR_NO_WRITABLE_DC_FOUND: WIN32_ERROR = 8621u32;
8763 pub const ERROR_DS_NO_SERVER_OBJECT: WIN32_ERROR = 8622u32;
8764 pub const ERROR_DS_NO_NTDSA_OBJECT: WIN32_ERROR = 8623u32;
8765 pub const ERROR_DS_NON_ASQ_SEARCH: WIN32_ERROR = 8624u32;
8766 pub const ERROR_DS_AUDIT_FAILURE: WIN32_ERROR = 8625u32;
8767 pub const ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE: WIN32_ERROR = 8626u32;
8768 pub const ERROR_DS_INVALID_SEARCH_FLAG_TUPLE: WIN32_ERROR = 8627u32;
8769 pub const ERROR_DS_HIERARCHY_TABLE_TOO_DEEP: WIN32_ERROR = 8628u32;
8770 pub const ERROR_DS_DRA_CORRUPT_UTD_VECTOR: WIN32_ERROR = 8629u32;
8771 pub const ERROR_DS_DRA_SECRETS_DENIED: WIN32_ERROR = 8630u32;
8772 pub const ERROR_DS_RESERVED_MAPI_ID: WIN32_ERROR = 8631u32;
8773 pub const ERROR_DS_MAPI_ID_NOT_AVAILABLE: WIN32_ERROR = 8632u32;
8774 pub const ERROR_DS_DRA_MISSING_KRBTGT_SECRET: WIN32_ERROR = 8633u32;
8775 pub const ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST: WIN32_ERROR = 8634u32;
8776 pub const ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST: WIN32_ERROR = 8635u32;
8777 pub const ERROR_INVALID_USER_PRINCIPAL_NAME: WIN32_ERROR = 8636u32;
8778 pub const ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS: WIN32_ERROR = 8637u32;
8779 pub const ERROR_DS_OID_NOT_FOUND: WIN32_ERROR = 8638u32;
8780 pub const ERROR_DS_DRA_RECYCLED_TARGET: WIN32_ERROR = 8639u32;
8781 pub const ERROR_DS_DISALLOWED_NC_REDIRECT: WIN32_ERROR = 8640u32;
8782 pub const ERROR_DS_HIGH_ADLDS_FFL: WIN32_ERROR = 8641u32;
8783 pub const ERROR_DS_HIGH_DSA_VERSION: WIN32_ERROR = 8642u32;
8784 pub const ERROR_DS_LOW_ADLDS_FFL: WIN32_ERROR = 8643u32;
8785 pub const ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION: WIN32_ERROR = 8644u32;
8786 pub const ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED: WIN32_ERROR = 8645u32;
8787 pub const ERROR_INCORRECT_ACCOUNT_TYPE: WIN32_ERROR = 8646u32;
8788 pub const ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST: WIN32_ERROR = 8647u32;
8789 pub const ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST: WIN32_ERROR = 8648u32;
8790 pub const ERROR_DS_MISSING_FOREST_TRUST: WIN32_ERROR = 8649u32;
8791 pub const ERROR_DS_VALUE_KEY_NOT_UNIQUE: WIN32_ERROR = 8650u32;
8792 pub const ERROR_WEAK_WHFBKEY_BLOCKED: WIN32_ERROR = 8651u32;
8793 pub const DNS_ERROR_RESPONSE_CODES_BASE: WIN32_ERROR = 9000u32;
8794 pub const DNS_ERROR_RCODE_NO_ERROR: WIN32_ERROR = 0u32;
8795 pub const DNS_ERROR_MASK: WIN32_ERROR = 9000u32;
8796 pub const DNS_ERROR_RCODE_FORMAT_ERROR: WIN32_ERROR = 9001u32;
8797 pub const DNS_ERROR_RCODE_SERVER_FAILURE: WIN32_ERROR = 9002u32;
8798 pub const DNS_ERROR_RCODE_NAME_ERROR: WIN32_ERROR = 9003u32;
8799 pub const DNS_ERROR_RCODE_NOT_IMPLEMENTED: WIN32_ERROR = 9004u32;
8800 pub const DNS_ERROR_RCODE_REFUSED: WIN32_ERROR = 9005u32;
8801 pub const DNS_ERROR_RCODE_YXDOMAIN: WIN32_ERROR = 9006u32;
8802 pub const DNS_ERROR_RCODE_YXRRSET: WIN32_ERROR = 9007u32;
8803 pub const DNS_ERROR_RCODE_NXRRSET: WIN32_ERROR = 9008u32;
8804 pub const DNS_ERROR_RCODE_NOTAUTH: WIN32_ERROR = 9009u32;
8805 pub const DNS_ERROR_RCODE_NOTZONE: WIN32_ERROR = 9010u32;
8806 pub const DNS_ERROR_RCODE_BADSIG: WIN32_ERROR = 9016u32;
8807 pub const DNS_ERROR_RCODE_BADKEY: WIN32_ERROR = 9017u32;
8808 pub const DNS_ERROR_RCODE_BADTIME: WIN32_ERROR = 9018u32;
8809 pub const DNS_ERROR_RCODE_LAST: WIN32_ERROR = 9018u32;
8810 pub const DNS_ERROR_DNSSEC_BASE: WIN32_ERROR = 9100u32;
8811 pub const DNS_ERROR_KEYMASTER_REQUIRED: WIN32_ERROR = 9101u32;
8812 pub const DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE: WIN32_ERROR = 9102u32;
8813 pub const DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1: WIN32_ERROR = 9103u32;
8814 pub const DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS: WIN32_ERROR = 9104u32;
8815 pub const DNS_ERROR_UNSUPPORTED_ALGORITHM: WIN32_ERROR = 9105u32;
8816 pub const DNS_ERROR_INVALID_KEY_SIZE: WIN32_ERROR = 9106u32;
8817 pub const DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE: WIN32_ERROR = 9107u32;
8818 pub const DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION: WIN32_ERROR = 9108u32;
8819 pub const DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR: WIN32_ERROR = 9109u32;
8820 pub const DNS_ERROR_UNEXPECTED_CNG_ERROR: WIN32_ERROR = 9110u32;
8821 pub const DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION: WIN32_ERROR = 9111u32;
8822 pub const DNS_ERROR_KSP_NOT_ACCESSIBLE: WIN32_ERROR = 9112u32;
8823 pub const DNS_ERROR_TOO_MANY_SKDS: WIN32_ERROR = 9113u32;
8824 pub const DNS_ERROR_INVALID_ROLLOVER_PERIOD: WIN32_ERROR = 9114u32;
8825 pub const DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET: WIN32_ERROR = 9115u32;
8826 pub const DNS_ERROR_ROLLOVER_IN_PROGRESS: WIN32_ERROR = 9116u32;
8827 pub const DNS_ERROR_STANDBY_KEY_NOT_PRESENT: WIN32_ERROR = 9117u32;
8828 pub const DNS_ERROR_NOT_ALLOWED_ON_ZSK: WIN32_ERROR = 9118u32;
8829 pub const DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD: WIN32_ERROR = 9119u32;
8830 pub const DNS_ERROR_ROLLOVER_ALREADY_QUEUED: WIN32_ERROR = 9120u32;
8831 pub const DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE: WIN32_ERROR = 9121u32;
8832 pub const DNS_ERROR_BAD_KEYMASTER: WIN32_ERROR = 9122u32;
8833 pub const DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD: WIN32_ERROR = 9123u32;
8834 pub const DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT: WIN32_ERROR = 9124u32;
8835 pub const DNS_ERROR_DNSSEC_IS_DISABLED: WIN32_ERROR = 9125u32;
8836 pub const DNS_ERROR_INVALID_XML: WIN32_ERROR = 9126u32;
8837 pub const DNS_ERROR_NO_VALID_TRUST_ANCHORS: WIN32_ERROR = 9127u32;
8838 pub const DNS_ERROR_ROLLOVER_NOT_POKEABLE: WIN32_ERROR = 9128u32;
8839 pub const DNS_ERROR_NSEC3_NAME_COLLISION: WIN32_ERROR = 9129u32;
8840 pub const DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1: WIN32_ERROR = 9130u32;
8841 pub const DNS_ERROR_PACKET_FMT_BASE: WIN32_ERROR = 9500u32;
8842 pub const DNS_ERROR_BAD_PACKET: WIN32_ERROR = 9502u32;
8843 pub const DNS_ERROR_NO_PACKET: WIN32_ERROR = 9503u32;
8844 pub const DNS_ERROR_RCODE: WIN32_ERROR = 9504u32;
8845 pub const DNS_ERROR_UNSECURE_PACKET: WIN32_ERROR = 9505u32;
8846 pub const DNS_ERROR_NO_MEMORY: WIN32_ERROR = 14u32;
8847 pub const DNS_ERROR_INVALID_NAME: WIN32_ERROR = 123u32;
8848 pub const DNS_ERROR_INVALID_DATA: WIN32_ERROR = 13u32;
8849 pub const DNS_ERROR_GENERAL_API_BASE: WIN32_ERROR = 9550u32;
8850 pub const DNS_ERROR_INVALID_TYPE: WIN32_ERROR = 9551u32;
8851 pub const DNS_ERROR_INVALID_IP_ADDRESS: WIN32_ERROR = 9552u32;
8852 pub const DNS_ERROR_INVALID_PROPERTY: WIN32_ERROR = 9553u32;
8853 pub const DNS_ERROR_TRY_AGAIN_LATER: WIN32_ERROR = 9554u32;
8854 pub const DNS_ERROR_NOT_UNIQUE: WIN32_ERROR = 9555u32;
8855 pub const DNS_ERROR_NON_RFC_NAME: WIN32_ERROR = 9556u32;
8856 pub const DNS_ERROR_INVALID_NAME_CHAR: WIN32_ERROR = 9560u32;
8857 pub const DNS_ERROR_NUMERIC_NAME: WIN32_ERROR = 9561u32;
8858 pub const DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER: WIN32_ERROR = 9562u32;
8859 pub const DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION: WIN32_ERROR = 9563u32;
8860 pub const DNS_ERROR_CANNOT_FIND_ROOT_HINTS: WIN32_ERROR = 9564u32;
8861 pub const DNS_ERROR_INCONSISTENT_ROOT_HINTS: WIN32_ERROR = 9565u32;
8862 pub const DNS_ERROR_DWORD_VALUE_TOO_SMALL: WIN32_ERROR = 9566u32;
8863 pub const DNS_ERROR_DWORD_VALUE_TOO_LARGE: WIN32_ERROR = 9567u32;
8864 pub const DNS_ERROR_BACKGROUND_LOADING: WIN32_ERROR = 9568u32;
8865 pub const DNS_ERROR_NOT_ALLOWED_ON_RODC: WIN32_ERROR = 9569u32;
8866 pub const DNS_ERROR_NOT_ALLOWED_UNDER_DNAME: WIN32_ERROR = 9570u32;
8867 pub const DNS_ERROR_DELEGATION_REQUIRED: WIN32_ERROR = 9571u32;
8868 pub const DNS_ERROR_INVALID_POLICY_TABLE: WIN32_ERROR = 9572u32;
8869 pub const DNS_ERROR_ADDRESS_REQUIRED: WIN32_ERROR = 9573u32;
8870 pub const DNS_ERROR_ZONE_BASE: WIN32_ERROR = 9600u32;
8871 pub const DNS_ERROR_ZONE_DOES_NOT_EXIST: WIN32_ERROR = 9601u32;
8872 pub const DNS_ERROR_NO_ZONE_INFO: WIN32_ERROR = 9602u32;
8873 pub const DNS_ERROR_INVALID_ZONE_OPERATION: WIN32_ERROR = 9603u32;
8874 pub const DNS_ERROR_ZONE_CONFIGURATION_ERROR: WIN32_ERROR = 9604u32;
8875 pub const DNS_ERROR_ZONE_HAS_NO_SOA_RECORD: WIN32_ERROR = 9605u32;
8876 pub const DNS_ERROR_ZONE_HAS_NO_NS_RECORDS: WIN32_ERROR = 9606u32;
8877 pub const DNS_ERROR_ZONE_LOCKED: WIN32_ERROR = 9607u32;
8878 pub const DNS_ERROR_ZONE_CREATION_FAILED: WIN32_ERROR = 9608u32;
8879 pub const DNS_ERROR_ZONE_ALREADY_EXISTS: WIN32_ERROR = 9609u32;
8880 pub const DNS_ERROR_AUTOZONE_ALREADY_EXISTS: WIN32_ERROR = 9610u32;
8881 pub const DNS_ERROR_INVALID_ZONE_TYPE: WIN32_ERROR = 9611u32;
8882 pub const DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP: WIN32_ERROR = 9612u32;
8883 pub const DNS_ERROR_ZONE_NOT_SECONDARY: WIN32_ERROR = 9613u32;
8884 pub const DNS_ERROR_NEED_SECONDARY_ADDRESSES: WIN32_ERROR = 9614u32;
8885 pub const DNS_ERROR_WINS_INIT_FAILED: WIN32_ERROR = 9615u32;
8886 pub const DNS_ERROR_NEED_WINS_SERVERS: WIN32_ERROR = 9616u32;
8887 pub const DNS_ERROR_NBSTAT_INIT_FAILED: WIN32_ERROR = 9617u32;
8888 pub const DNS_ERROR_SOA_DELETE_INVALID: WIN32_ERROR = 9618u32;
8889 pub const DNS_ERROR_FORWARDER_ALREADY_EXISTS: WIN32_ERROR = 9619u32;
8890 pub const DNS_ERROR_ZONE_REQUIRES_MASTER_IP: WIN32_ERROR = 9620u32;
8891 pub const DNS_ERROR_ZONE_IS_SHUTDOWN: WIN32_ERROR = 9621u32;
8892 pub const DNS_ERROR_ZONE_LOCKED_FOR_SIGNING: WIN32_ERROR = 9622u32;
8893 pub const DNS_ERROR_DATAFILE_BASE: WIN32_ERROR = 9650u32;
8894 pub const DNS_ERROR_PRIMARY_REQUIRES_DATAFILE: WIN32_ERROR = 9651u32;
8895 pub const DNS_ERROR_INVALID_DATAFILE_NAME: WIN32_ERROR = 9652u32;
8896 pub const DNS_ERROR_DATAFILE_OPEN_FAILURE: WIN32_ERROR = 9653u32;
8897 pub const DNS_ERROR_FILE_WRITEBACK_FAILED: WIN32_ERROR = 9654u32;
8898 pub const DNS_ERROR_DATAFILE_PARSING: WIN32_ERROR = 9655u32;
8899 pub const DNS_ERROR_DATABASE_BASE: WIN32_ERROR = 9700u32;
8900 pub const DNS_ERROR_RECORD_DOES_NOT_EXIST: WIN32_ERROR = 9701u32;
8901 pub const DNS_ERROR_RECORD_FORMAT: WIN32_ERROR = 9702u32;
8902 pub const DNS_ERROR_NODE_CREATION_FAILED: WIN32_ERROR = 9703u32;
8903 pub const DNS_ERROR_UNKNOWN_RECORD_TYPE: WIN32_ERROR = 9704u32;
8904 pub const DNS_ERROR_RECORD_TIMED_OUT: WIN32_ERROR = 9705u32;
8905 pub const DNS_ERROR_NAME_NOT_IN_ZONE: WIN32_ERROR = 9706u32;
8906 pub const DNS_ERROR_CNAME_LOOP: WIN32_ERROR = 9707u32;
8907 pub const DNS_ERROR_NODE_IS_CNAME: WIN32_ERROR = 9708u32;
8908 pub const DNS_ERROR_CNAME_COLLISION: WIN32_ERROR = 9709u32;
8909 pub const DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT: WIN32_ERROR = 9710u32;
8910 pub const DNS_ERROR_RECORD_ALREADY_EXISTS: WIN32_ERROR = 9711u32;
8911 pub const DNS_ERROR_SECONDARY_DATA: WIN32_ERROR = 9712u32;
8912 pub const DNS_ERROR_NO_CREATE_CACHE_DATA: WIN32_ERROR = 9713u32;
8913 pub const DNS_ERROR_NAME_DOES_NOT_EXIST: WIN32_ERROR = 9714u32;
8914 pub const DNS_ERROR_DS_UNAVAILABLE: WIN32_ERROR = 9717u32;
8915 pub const DNS_ERROR_DS_ZONE_ALREADY_EXISTS: WIN32_ERROR = 9718u32;
8916 pub const DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE: WIN32_ERROR = 9719u32;
8917 pub const DNS_ERROR_NODE_IS_DNAME: WIN32_ERROR = 9720u32;
8918 pub const DNS_ERROR_DNAME_COLLISION: WIN32_ERROR = 9721u32;
8919 pub const DNS_ERROR_ALIAS_LOOP: WIN32_ERROR = 9722u32;
8920 pub const DNS_ERROR_OPERATION_BASE: WIN32_ERROR = 9750u32;
8921 pub const DNS_ERROR_AXFR: WIN32_ERROR = 9752u32;
8922 pub const DNS_ERROR_SECURE_BASE: WIN32_ERROR = 9800u32;
8923 pub const DNS_ERROR_SETUP_BASE: WIN32_ERROR = 9850u32;
8924 pub const DNS_ERROR_NO_TCPIP: WIN32_ERROR = 9851u32;
8925 pub const DNS_ERROR_NO_DNS_SERVERS: WIN32_ERROR = 9852u32;
8926 pub const DNS_ERROR_DP_BASE: WIN32_ERROR = 9900u32;
8927 pub const DNS_ERROR_DP_DOES_NOT_EXIST: WIN32_ERROR = 9901u32;
8928 pub const DNS_ERROR_DP_ALREADY_EXISTS: WIN32_ERROR = 9902u32;
8929 pub const DNS_ERROR_DP_NOT_ENLISTED: WIN32_ERROR = 9903u32;
8930 pub const DNS_ERROR_DP_ALREADY_ENLISTED: WIN32_ERROR = 9904u32;
8931 pub const DNS_ERROR_DP_NOT_AVAILABLE: WIN32_ERROR = 9905u32;
8932 pub const DNS_ERROR_DP_FSMO_ERROR: WIN32_ERROR = 9906u32;
8933 pub const DNS_ERROR_RRL_NOT_ENABLED: WIN32_ERROR = 9911u32;
8934 pub const DNS_ERROR_RRL_INVALID_WINDOW_SIZE: WIN32_ERROR = 9912u32;
8935 pub const DNS_ERROR_RRL_INVALID_IPV4_PREFIX: WIN32_ERROR = 9913u32;
8936 pub const DNS_ERROR_RRL_INVALID_IPV6_PREFIX: WIN32_ERROR = 9914u32;
8937 pub const DNS_ERROR_RRL_INVALID_TC_RATE: WIN32_ERROR = 9915u32;
8938 pub const DNS_ERROR_RRL_INVALID_LEAK_RATE: WIN32_ERROR = 9916u32;
8939 pub const DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE: WIN32_ERROR = 9917u32;
8940 pub const DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS: WIN32_ERROR = 9921u32;
8941 pub const DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST: WIN32_ERROR = 9922u32;
8942 pub const DNS_ERROR_VIRTUALIZATION_TREE_LOCKED: WIN32_ERROR = 9923u32;
8943 pub const DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME: WIN32_ERROR = 9924u32;
8944 pub const DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE: WIN32_ERROR = 9925u32;
8945 pub const DNS_ERROR_ZONESCOPE_ALREADY_EXISTS: WIN32_ERROR = 9951u32;
8946 pub const DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST: WIN32_ERROR = 9952u32;
8947 pub const DNS_ERROR_DEFAULT_ZONESCOPE: WIN32_ERROR = 9953u32;
8948 pub const DNS_ERROR_INVALID_ZONESCOPE_NAME: WIN32_ERROR = 9954u32;
8949 pub const DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES: WIN32_ERROR = 9955u32;
8950 pub const DNS_ERROR_LOAD_ZONESCOPE_FAILED: WIN32_ERROR = 9956u32;
8951 pub const DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED: WIN32_ERROR = 9957u32;
8952 pub const DNS_ERROR_INVALID_SCOPE_NAME: WIN32_ERROR = 9958u32;
8953 pub const DNS_ERROR_SCOPE_DOES_NOT_EXIST: WIN32_ERROR = 9959u32;
8954 pub const DNS_ERROR_DEFAULT_SCOPE: WIN32_ERROR = 9960u32;
8955 pub const DNS_ERROR_INVALID_SCOPE_OPERATION: WIN32_ERROR = 9961u32;
8956 pub const DNS_ERROR_SCOPE_LOCKED: WIN32_ERROR = 9962u32;
8957 pub const DNS_ERROR_SCOPE_ALREADY_EXISTS: WIN32_ERROR = 9963u32;
8958 pub const DNS_ERROR_POLICY_ALREADY_EXISTS: WIN32_ERROR = 9971u32;
8959 pub const DNS_ERROR_POLICY_DOES_NOT_EXIST: WIN32_ERROR = 9972u32;
8960 pub const DNS_ERROR_POLICY_INVALID_CRITERIA: WIN32_ERROR = 9973u32;
8961 pub const DNS_ERROR_POLICY_INVALID_SETTINGS: WIN32_ERROR = 9974u32;
8962 pub const DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED: WIN32_ERROR = 9975u32;
8963 pub const DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST: WIN32_ERROR = 9976u32;
8964 pub const DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS: WIN32_ERROR = 9977u32;
8965 pub const DNS_ERROR_SUBNET_DOES_NOT_EXIST: WIN32_ERROR = 9978u32;
8966 pub const DNS_ERROR_SUBNET_ALREADY_EXISTS: WIN32_ERROR = 9979u32;
8967 pub const DNS_ERROR_POLICY_LOCKED: WIN32_ERROR = 9980u32;
8968 pub const DNS_ERROR_POLICY_INVALID_WEIGHT: WIN32_ERROR = 9981u32;
8969 pub const DNS_ERROR_POLICY_INVALID_NAME: WIN32_ERROR = 9982u32;
8970 pub const DNS_ERROR_POLICY_MISSING_CRITERIA: WIN32_ERROR = 9983u32;
8971 pub const DNS_ERROR_INVALID_CLIENT_SUBNET_NAME: WIN32_ERROR = 9984u32;
8972 pub const DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID: WIN32_ERROR = 9985u32;
8973 pub const DNS_ERROR_POLICY_SCOPE_MISSING: WIN32_ERROR = 9986u32;
8974 pub const DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED: WIN32_ERROR = 9987u32;
8975 pub const DNS_ERROR_SERVERSCOPE_IS_REFERENCED: WIN32_ERROR = 9988u32;
8976 pub const DNS_ERROR_ZONESCOPE_IS_REFERENCED: WIN32_ERROR = 9989u32;
8977 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET: WIN32_ERROR = 9990u32;
8978 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL: WIN32_ERROR = 9991u32;
8979 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL: WIN32_ERROR = 9992u32;
8980 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE: WIN32_ERROR = 9993u32;
8981 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN: WIN32_ERROR = 9994u32;
8982 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE: WIN32_ERROR = 9995u32;
8983 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY: WIN32_ERROR = 9996u32;
8984 pub const ERROR_IPSEC_QM_POLICY_EXISTS: WIN32_ERROR = 13000u32;
8985 pub const ERROR_IPSEC_QM_POLICY_NOT_FOUND: WIN32_ERROR = 13001u32;
8986 pub const ERROR_IPSEC_QM_POLICY_IN_USE: WIN32_ERROR = 13002u32;
8987 pub const ERROR_IPSEC_MM_POLICY_EXISTS: WIN32_ERROR = 13003u32;
8988 pub const ERROR_IPSEC_MM_POLICY_NOT_FOUND: WIN32_ERROR = 13004u32;
8989 pub const ERROR_IPSEC_MM_POLICY_IN_USE: WIN32_ERROR = 13005u32;
8990 pub const ERROR_IPSEC_MM_FILTER_EXISTS: WIN32_ERROR = 13006u32;
8991 pub const ERROR_IPSEC_MM_FILTER_NOT_FOUND: WIN32_ERROR = 13007u32;
8992 pub const ERROR_IPSEC_TRANSPORT_FILTER_EXISTS: WIN32_ERROR = 13008u32;
8993 pub const ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND: WIN32_ERROR = 13009u32;
8994 pub const ERROR_IPSEC_MM_AUTH_EXISTS: WIN32_ERROR = 13010u32;
8995 pub const ERROR_IPSEC_MM_AUTH_NOT_FOUND: WIN32_ERROR = 13011u32;
8996 pub const ERROR_IPSEC_MM_AUTH_IN_USE: WIN32_ERROR = 13012u32;
8997 pub const ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND: WIN32_ERROR = 13013u32;
8998 pub const ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND: WIN32_ERROR = 13014u32;
8999 pub const ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND: WIN32_ERROR = 13015u32;
9000 pub const ERROR_IPSEC_TUNNEL_FILTER_EXISTS: WIN32_ERROR = 13016u32;
9001 pub const ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND: WIN32_ERROR = 13017u32;
9002 pub const ERROR_IPSEC_MM_FILTER_PENDING_DELETION: WIN32_ERROR = 13018u32;
9003 pub const ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION: WIN32_ERROR = 13019u32;
9004 pub const ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION: WIN32_ERROR = 13020u32;
9005 pub const ERROR_IPSEC_MM_POLICY_PENDING_DELETION: WIN32_ERROR = 13021u32;
9006 pub const ERROR_IPSEC_MM_AUTH_PENDING_DELETION: WIN32_ERROR = 13022u32;
9007 pub const ERROR_IPSEC_QM_POLICY_PENDING_DELETION: WIN32_ERROR = 13023u32;
9008 pub const ERROR_IPSEC_IKE_NEG_STATUS_BEGIN: WIN32_ERROR = 13800u32;
9009 pub const ERROR_IPSEC_IKE_AUTH_FAIL: WIN32_ERROR = 13801u32;
9010 pub const ERROR_IPSEC_IKE_ATTRIB_FAIL: WIN32_ERROR = 13802u32;
9011 pub const ERROR_IPSEC_IKE_NEGOTIATION_PENDING: WIN32_ERROR = 13803u32;
9012 pub const ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR: WIN32_ERROR = 13804u32;
9013 pub const ERROR_IPSEC_IKE_TIMED_OUT: WIN32_ERROR = 13805u32;
9014 pub const ERROR_IPSEC_IKE_NO_CERT: WIN32_ERROR = 13806u32;
9015 pub const ERROR_IPSEC_IKE_SA_DELETED: WIN32_ERROR = 13807u32;
9016 pub const ERROR_IPSEC_IKE_SA_REAPED: WIN32_ERROR = 13808u32;
9017 pub const ERROR_IPSEC_IKE_MM_ACQUIRE_DROP: WIN32_ERROR = 13809u32;
9018 pub const ERROR_IPSEC_IKE_QM_ACQUIRE_DROP: WIN32_ERROR = 13810u32;
9019 pub const ERROR_IPSEC_IKE_QUEUE_DROP_MM: WIN32_ERROR = 13811u32;
9020 pub const ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM: WIN32_ERROR = 13812u32;
9021 pub const ERROR_IPSEC_IKE_DROP_NO_RESPONSE: WIN32_ERROR = 13813u32;
9022 pub const ERROR_IPSEC_IKE_MM_DELAY_DROP: WIN32_ERROR = 13814u32;
9023 pub const ERROR_IPSEC_IKE_QM_DELAY_DROP: WIN32_ERROR = 13815u32;
9024 pub const ERROR_IPSEC_IKE_ERROR: WIN32_ERROR = 13816u32;
9025 pub const ERROR_IPSEC_IKE_CRL_FAILED: WIN32_ERROR = 13817u32;
9026 pub const ERROR_IPSEC_IKE_INVALID_KEY_USAGE: WIN32_ERROR = 13818u32;
9027 pub const ERROR_IPSEC_IKE_INVALID_CERT_TYPE: WIN32_ERROR = 13819u32;
9028 pub const ERROR_IPSEC_IKE_NO_PRIVATE_KEY: WIN32_ERROR = 13820u32;
9029 pub const ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY: WIN32_ERROR = 13821u32;
9030 pub const ERROR_IPSEC_IKE_DH_FAIL: WIN32_ERROR = 13822u32;
9031 pub const ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED: WIN32_ERROR = 13823u32;
9032 pub const ERROR_IPSEC_IKE_INVALID_HEADER: WIN32_ERROR = 13824u32;
9033 pub const ERROR_IPSEC_IKE_NO_POLICY: WIN32_ERROR = 13825u32;
9034 pub const ERROR_IPSEC_IKE_INVALID_SIGNATURE: WIN32_ERROR = 13826u32;
9035 pub const ERROR_IPSEC_IKE_KERBEROS_ERROR: WIN32_ERROR = 13827u32;
9036 pub const ERROR_IPSEC_IKE_NO_PUBLIC_KEY: WIN32_ERROR = 13828u32;
9037 pub const ERROR_IPSEC_IKE_PROCESS_ERR: WIN32_ERROR = 13829u32;
9038 pub const ERROR_IPSEC_IKE_PROCESS_ERR_SA: WIN32_ERROR = 13830u32;
9039 pub const ERROR_IPSEC_IKE_PROCESS_ERR_PROP: WIN32_ERROR = 13831u32;
9040 pub const ERROR_IPSEC_IKE_PROCESS_ERR_TRANS: WIN32_ERROR = 13832u32;
9041 pub const ERROR_IPSEC_IKE_PROCESS_ERR_KE: WIN32_ERROR = 13833u32;
9042 pub const ERROR_IPSEC_IKE_PROCESS_ERR_ID: WIN32_ERROR = 13834u32;
9043 pub const ERROR_IPSEC_IKE_PROCESS_ERR_CERT: WIN32_ERROR = 13835u32;
9044 pub const ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ: WIN32_ERROR = 13836u32;
9045 pub const ERROR_IPSEC_IKE_PROCESS_ERR_HASH: WIN32_ERROR = 13837u32;
9046 pub const ERROR_IPSEC_IKE_PROCESS_ERR_SIG: WIN32_ERROR = 13838u32;
9047 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NONCE: WIN32_ERROR = 13839u32;
9048 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY: WIN32_ERROR = 13840u32;
9049 pub const ERROR_IPSEC_IKE_PROCESS_ERR_DELETE: WIN32_ERROR = 13841u32;
9050 pub const ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR: WIN32_ERROR = 13842u32;
9051 pub const ERROR_IPSEC_IKE_INVALID_PAYLOAD: WIN32_ERROR = 13843u32;
9052 pub const ERROR_IPSEC_IKE_LOAD_SOFT_SA: WIN32_ERROR = 13844u32;
9053 pub const ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN: WIN32_ERROR = 13845u32;
9054 pub const ERROR_IPSEC_IKE_INVALID_COOKIE: WIN32_ERROR = 13846u32;
9055 pub const ERROR_IPSEC_IKE_NO_PEER_CERT: WIN32_ERROR = 13847u32;
9056 pub const ERROR_IPSEC_IKE_PEER_CRL_FAILED: WIN32_ERROR = 13848u32;
9057 pub const ERROR_IPSEC_IKE_POLICY_CHANGE: WIN32_ERROR = 13849u32;
9058 pub const ERROR_IPSEC_IKE_NO_MM_POLICY: WIN32_ERROR = 13850u32;
9059 pub const ERROR_IPSEC_IKE_NOTCBPRIV: WIN32_ERROR = 13851u32;
9060 pub const ERROR_IPSEC_IKE_SECLOADFAIL: WIN32_ERROR = 13852u32;
9061 pub const ERROR_IPSEC_IKE_FAILSSPINIT: WIN32_ERROR = 13853u32;
9062 pub const ERROR_IPSEC_IKE_FAILQUERYSSP: WIN32_ERROR = 13854u32;
9063 pub const ERROR_IPSEC_IKE_SRVACQFAIL: WIN32_ERROR = 13855u32;
9064 pub const ERROR_IPSEC_IKE_SRVQUERYCRED: WIN32_ERROR = 13856u32;
9065 pub const ERROR_IPSEC_IKE_GETSPIFAIL: WIN32_ERROR = 13857u32;
9066 pub const ERROR_IPSEC_IKE_INVALID_FILTER: WIN32_ERROR = 13858u32;
9067 pub const ERROR_IPSEC_IKE_OUT_OF_MEMORY: WIN32_ERROR = 13859u32;
9068 pub const ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED: WIN32_ERROR = 13860u32;
9069 pub const ERROR_IPSEC_IKE_INVALID_POLICY: WIN32_ERROR = 13861u32;
9070 pub const ERROR_IPSEC_IKE_UNKNOWN_DOI: WIN32_ERROR = 13862u32;
9071 pub const ERROR_IPSEC_IKE_INVALID_SITUATION: WIN32_ERROR = 13863u32;
9072 pub const ERROR_IPSEC_IKE_DH_FAILURE: WIN32_ERROR = 13864u32;
9073 pub const ERROR_IPSEC_IKE_INVALID_GROUP: WIN32_ERROR = 13865u32;
9074 pub const ERROR_IPSEC_IKE_ENCRYPT: WIN32_ERROR = 13866u32;
9075 pub const ERROR_IPSEC_IKE_DECRYPT: WIN32_ERROR = 13867u32;
9076 pub const ERROR_IPSEC_IKE_POLICY_MATCH: WIN32_ERROR = 13868u32;
9077 pub const ERROR_IPSEC_IKE_UNSUPPORTED_ID: WIN32_ERROR = 13869u32;
9078 pub const ERROR_IPSEC_IKE_INVALID_HASH: WIN32_ERROR = 13870u32;
9079 pub const ERROR_IPSEC_IKE_INVALID_HASH_ALG: WIN32_ERROR = 13871u32;
9080 pub const ERROR_IPSEC_IKE_INVALID_HASH_SIZE: WIN32_ERROR = 13872u32;
9081 pub const ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG: WIN32_ERROR = 13873u32;
9082 pub const ERROR_IPSEC_IKE_INVALID_AUTH_ALG: WIN32_ERROR = 13874u32;
9083 pub const ERROR_IPSEC_IKE_INVALID_SIG: WIN32_ERROR = 13875u32;
9084 pub const ERROR_IPSEC_IKE_LOAD_FAILED: WIN32_ERROR = 13876u32;
9085 pub const ERROR_IPSEC_IKE_RPC_DELETE: WIN32_ERROR = 13877u32;
9086 pub const ERROR_IPSEC_IKE_BENIGN_REINIT: WIN32_ERROR = 13878u32;
9087 pub const ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY: WIN32_ERROR = 13879u32;
9088 pub const ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION: WIN32_ERROR = 13880u32;
9089 pub const ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN: WIN32_ERROR = 13881u32;
9090 pub const ERROR_IPSEC_IKE_MM_LIMIT: WIN32_ERROR = 13882u32;
9091 pub const ERROR_IPSEC_IKE_NEGOTIATION_DISABLED: WIN32_ERROR = 13883u32;
9092 pub const ERROR_IPSEC_IKE_QM_LIMIT: WIN32_ERROR = 13884u32;
9093 pub const ERROR_IPSEC_IKE_MM_EXPIRED: WIN32_ERROR = 13885u32;
9094 pub const ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID: WIN32_ERROR = 13886u32;
9095 pub const ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH: WIN32_ERROR = 13887u32;
9096 pub const ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID: WIN32_ERROR = 13888u32;
9097 pub const ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD: WIN32_ERROR = 13889u32;
9098 pub const ERROR_IPSEC_IKE_DOS_COOKIE_SENT: WIN32_ERROR = 13890u32;
9099 pub const ERROR_IPSEC_IKE_SHUTTING_DOWN: WIN32_ERROR = 13891u32;
9100 pub const ERROR_IPSEC_IKE_CGA_AUTH_FAILED: WIN32_ERROR = 13892u32;
9101 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NATOA: WIN32_ERROR = 13893u32;
9102 pub const ERROR_IPSEC_IKE_INVALID_MM_FOR_QM: WIN32_ERROR = 13894u32;
9103 pub const ERROR_IPSEC_IKE_QM_EXPIRED: WIN32_ERROR = 13895u32;
9104 pub const ERROR_IPSEC_IKE_TOO_MANY_FILTERS: WIN32_ERROR = 13896u32;
9105 pub const ERROR_IPSEC_IKE_NEG_STATUS_END: WIN32_ERROR = 13897u32;
9106 pub const ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL: WIN32_ERROR = 13898u32;
9107 pub const ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE: WIN32_ERROR = 13899u32;
9108 pub const ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING: WIN32_ERROR = 13900u32;
9109 pub const ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING: WIN32_ERROR = 13901u32;
9110 pub const ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS: WIN32_ERROR = 13902u32;
9111 pub const ERROR_IPSEC_IKE_RATELIMIT_DROP: WIN32_ERROR = 13903u32;
9112 pub const ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE: WIN32_ERROR = 13904u32;
9113 pub const ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE: WIN32_ERROR = 13905u32;
9114 pub const ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE: WIN32_ERROR = 13906u32;
9115 pub const ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY: WIN32_ERROR = 13907u32;
9116 pub const ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE: WIN32_ERROR = 13908u32;
9117 pub const ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END: WIN32_ERROR = 13909u32;
9118 pub const ERROR_IPSEC_BAD_SPI: WIN32_ERROR = 13910u32;
9119 pub const ERROR_IPSEC_SA_LIFETIME_EXPIRED: WIN32_ERROR = 13911u32;
9120 pub const ERROR_IPSEC_WRONG_SA: WIN32_ERROR = 13912u32;
9121 pub const ERROR_IPSEC_REPLAY_CHECK_FAILED: WIN32_ERROR = 13913u32;
9122 pub const ERROR_IPSEC_INVALID_PACKET: WIN32_ERROR = 13914u32;
9123 pub const ERROR_IPSEC_INTEGRITY_CHECK_FAILED: WIN32_ERROR = 13915u32;
9124 pub const ERROR_IPSEC_CLEAR_TEXT_DROP: WIN32_ERROR = 13916u32;
9125 pub const ERROR_IPSEC_AUTH_FIREWALL_DROP: WIN32_ERROR = 13917u32;
9126 pub const ERROR_IPSEC_THROTTLE_DROP: WIN32_ERROR = 13918u32;
9127 pub const ERROR_IPSEC_DOSP_BLOCK: WIN32_ERROR = 13925u32;
9128 pub const ERROR_IPSEC_DOSP_RECEIVED_MULTICAST: WIN32_ERROR = 13926u32;
9129 pub const ERROR_IPSEC_DOSP_INVALID_PACKET: WIN32_ERROR = 13927u32;
9130 pub const ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED: WIN32_ERROR = 13928u32;
9131 pub const ERROR_IPSEC_DOSP_MAX_ENTRIES: WIN32_ERROR = 13929u32;
9132 pub const ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED: WIN32_ERROR = 13930u32;
9133 pub const ERROR_IPSEC_DOSP_NOT_INSTALLED: WIN32_ERROR = 13931u32;
9134 pub const ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES: WIN32_ERROR = 13932u32;
9135 pub const ERROR_SXS_SECTION_NOT_FOUND: WIN32_ERROR = 14000u32;
9136 pub const ERROR_SXS_CANT_GEN_ACTCTX: WIN32_ERROR = 14001u32;
9137 pub const ERROR_SXS_INVALID_ACTCTXDATA_FORMAT: WIN32_ERROR = 14002u32;
9138 pub const ERROR_SXS_ASSEMBLY_NOT_FOUND: WIN32_ERROR = 14003u32;
9139 pub const ERROR_SXS_MANIFEST_FORMAT_ERROR: WIN32_ERROR = 14004u32;
9140 pub const ERROR_SXS_MANIFEST_PARSE_ERROR: WIN32_ERROR = 14005u32;
9141 pub const ERROR_SXS_ACTIVATION_CONTEXT_DISABLED: WIN32_ERROR = 14006u32;
9142 pub const ERROR_SXS_KEY_NOT_FOUND: WIN32_ERROR = 14007u32;
9143 pub const ERROR_SXS_VERSION_CONFLICT: WIN32_ERROR = 14008u32;
9144 pub const ERROR_SXS_WRONG_SECTION_TYPE: WIN32_ERROR = 14009u32;
9145 pub const ERROR_SXS_THREAD_QUERIES_DISABLED: WIN32_ERROR = 14010u32;
9146 pub const ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET: WIN32_ERROR = 14011u32;
9147 pub const ERROR_SXS_UNKNOWN_ENCODING_GROUP: WIN32_ERROR = 14012u32;
9148 pub const ERROR_SXS_UNKNOWN_ENCODING: WIN32_ERROR = 14013u32;
9149 pub const ERROR_SXS_INVALID_XML_NAMESPACE_URI: WIN32_ERROR = 14014u32;
9150 pub const ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED: WIN32_ERROR = 14015u32;
9151 pub const ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED: WIN32_ERROR = 14016u32;
9152 pub const ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE: WIN32_ERROR = 14017u32;
9153 pub const ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE: WIN32_ERROR = 14018u32;
9154 pub const ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE: WIN32_ERROR = 14019u32;
9155 pub const ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT: WIN32_ERROR = 14020u32;
9156 pub const ERROR_SXS_DUPLICATE_DLL_NAME: WIN32_ERROR = 14021u32;
9157 pub const ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME: WIN32_ERROR = 14022u32;
9158 pub const ERROR_SXS_DUPLICATE_CLSID: WIN32_ERROR = 14023u32;
9159 pub const ERROR_SXS_DUPLICATE_IID: WIN32_ERROR = 14024u32;
9160 pub const ERROR_SXS_DUPLICATE_TLBID: WIN32_ERROR = 14025u32;
9161 pub const ERROR_SXS_DUPLICATE_PROGID: WIN32_ERROR = 14026u32;
9162 pub const ERROR_SXS_DUPLICATE_ASSEMBLY_NAME: WIN32_ERROR = 14027u32;
9163 pub const ERROR_SXS_FILE_HASH_MISMATCH: WIN32_ERROR = 14028u32;
9164 pub const ERROR_SXS_POLICY_PARSE_ERROR: WIN32_ERROR = 14029u32;
9165 pub const ERROR_SXS_XML_E_MISSINGQUOTE: WIN32_ERROR = 14030u32;
9166 pub const ERROR_SXS_XML_E_COMMENTSYNTAX: WIN32_ERROR = 14031u32;
9167 pub const ERROR_SXS_XML_E_BADSTARTNAMECHAR: WIN32_ERROR = 14032u32;
9168 pub const ERROR_SXS_XML_E_BADNAMECHAR: WIN32_ERROR = 14033u32;
9169 pub const ERROR_SXS_XML_E_BADCHARINSTRING: WIN32_ERROR = 14034u32;
9170 pub const ERROR_SXS_XML_E_XMLDECLSYNTAX: WIN32_ERROR = 14035u32;
9171 pub const ERROR_SXS_XML_E_BADCHARDATA: WIN32_ERROR = 14036u32;
9172 pub const ERROR_SXS_XML_E_MISSINGWHITESPACE: WIN32_ERROR = 14037u32;
9173 pub const ERROR_SXS_XML_E_EXPECTINGTAGEND: WIN32_ERROR = 14038u32;
9174 pub const ERROR_SXS_XML_E_MISSINGSEMICOLON: WIN32_ERROR = 14039u32;
9175 pub const ERROR_SXS_XML_E_UNBALANCEDPAREN: WIN32_ERROR = 14040u32;
9176 pub const ERROR_SXS_XML_E_INTERNALERROR: WIN32_ERROR = 14041u32;
9177 pub const ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE: WIN32_ERROR = 14042u32;
9178 pub const ERROR_SXS_XML_E_INCOMPLETE_ENCODING: WIN32_ERROR = 14043u32;
9179 pub const ERROR_SXS_XML_E_MISSING_PAREN: WIN32_ERROR = 14044u32;
9180 pub const ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE: WIN32_ERROR = 14045u32;
9181 pub const ERROR_SXS_XML_E_MULTIPLE_COLONS: WIN32_ERROR = 14046u32;
9182 pub const ERROR_SXS_XML_E_INVALID_DECIMAL: WIN32_ERROR = 14047u32;
9183 pub const ERROR_SXS_XML_E_INVALID_HEXIDECIMAL: WIN32_ERROR = 14048u32;
9184 pub const ERROR_SXS_XML_E_INVALID_UNICODE: WIN32_ERROR = 14049u32;
9185 pub const ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK: WIN32_ERROR = 14050u32;
9186 pub const ERROR_SXS_XML_E_UNEXPECTEDENDTAG: WIN32_ERROR = 14051u32;
9187 pub const ERROR_SXS_XML_E_UNCLOSEDTAG: WIN32_ERROR = 14052u32;
9188 pub const ERROR_SXS_XML_E_DUPLICATEATTRIBUTE: WIN32_ERROR = 14053u32;
9189 pub const ERROR_SXS_XML_E_MULTIPLEROOTS: WIN32_ERROR = 14054u32;
9190 pub const ERROR_SXS_XML_E_INVALIDATROOTLEVEL: WIN32_ERROR = 14055u32;
9191 pub const ERROR_SXS_XML_E_BADXMLDECL: WIN32_ERROR = 14056u32;
9192 pub const ERROR_SXS_XML_E_MISSINGROOT: WIN32_ERROR = 14057u32;
9193 pub const ERROR_SXS_XML_E_UNEXPECTEDEOF: WIN32_ERROR = 14058u32;
9194 pub const ERROR_SXS_XML_E_BADPEREFINSUBSET: WIN32_ERROR = 14059u32;
9195 pub const ERROR_SXS_XML_E_UNCLOSEDSTARTTAG: WIN32_ERROR = 14060u32;
9196 pub const ERROR_SXS_XML_E_UNCLOSEDENDTAG: WIN32_ERROR = 14061u32;
9197 pub const ERROR_SXS_XML_E_UNCLOSEDSTRING: WIN32_ERROR = 14062u32;
9198 pub const ERROR_SXS_XML_E_UNCLOSEDCOMMENT: WIN32_ERROR = 14063u32;
9199 pub const ERROR_SXS_XML_E_UNCLOSEDDECL: WIN32_ERROR = 14064u32;
9200 pub const ERROR_SXS_XML_E_UNCLOSEDCDATA: WIN32_ERROR = 14065u32;
9201 pub const ERROR_SXS_XML_E_RESERVEDNAMESPACE: WIN32_ERROR = 14066u32;
9202 pub const ERROR_SXS_XML_E_INVALIDENCODING: WIN32_ERROR = 14067u32;
9203 pub const ERROR_SXS_XML_E_INVALIDSWITCH: WIN32_ERROR = 14068u32;
9204 pub const ERROR_SXS_XML_E_BADXMLCASE: WIN32_ERROR = 14069u32;
9205 pub const ERROR_SXS_XML_E_INVALID_STANDALONE: WIN32_ERROR = 14070u32;
9206 pub const ERROR_SXS_XML_E_UNEXPECTED_STANDALONE: WIN32_ERROR = 14071u32;
9207 pub const ERROR_SXS_XML_E_INVALID_VERSION: WIN32_ERROR = 14072u32;
9208 pub const ERROR_SXS_XML_E_MISSINGEQUALS: WIN32_ERROR = 14073u32;
9209 pub const ERROR_SXS_PROTECTION_RECOVERY_FAILED: WIN32_ERROR = 14074u32;
9210 pub const ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT: WIN32_ERROR = 14075u32;
9211 pub const ERROR_SXS_PROTECTION_CATALOG_NOT_VALID: WIN32_ERROR = 14076u32;
9212 pub const ERROR_SXS_UNTRANSLATABLE_HRESULT: WIN32_ERROR = 14077u32;
9213 pub const ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING: WIN32_ERROR = 14078u32;
9214 pub const ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE: WIN32_ERROR = 14079u32;
9215 pub const ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME: WIN32_ERROR = 14080u32;
9216 pub const ERROR_SXS_ASSEMBLY_MISSING: WIN32_ERROR = 14081u32;
9217 pub const ERROR_SXS_CORRUPT_ACTIVATION_STACK: WIN32_ERROR = 14082u32;
9218 pub const ERROR_SXS_CORRUPTION: WIN32_ERROR = 14083u32;
9219 pub const ERROR_SXS_EARLY_DEACTIVATION: WIN32_ERROR = 14084u32;
9220 pub const ERROR_SXS_INVALID_DEACTIVATION: WIN32_ERROR = 14085u32;
9221 pub const ERROR_SXS_MULTIPLE_DEACTIVATION: WIN32_ERROR = 14086u32;
9222 pub const ERROR_SXS_PROCESS_TERMINATION_REQUESTED: WIN32_ERROR = 14087u32;
9223 pub const ERROR_SXS_RELEASE_ACTIVATION_CONTEXT: WIN32_ERROR = 14088u32;
9224 pub const ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY: WIN32_ERROR = 14089u32;
9225 pub const ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE: WIN32_ERROR = 14090u32;
9226 pub const ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME: WIN32_ERROR = 14091u32;
9227 pub const ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE: WIN32_ERROR = 14092u32;
9228 pub const ERROR_SXS_IDENTITY_PARSE_ERROR: WIN32_ERROR = 14093u32;
9229 pub const ERROR_MALFORMED_SUBSTITUTION_STRING: WIN32_ERROR = 14094u32;
9230 pub const ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN: WIN32_ERROR = 14095u32;
9231 pub const ERROR_UNMAPPED_SUBSTITUTION_STRING: WIN32_ERROR = 14096u32;
9232 pub const ERROR_SXS_ASSEMBLY_NOT_LOCKED: WIN32_ERROR = 14097u32;
9233 pub const ERROR_SXS_COMPONENT_STORE_CORRUPT: WIN32_ERROR = 14098u32;
9234 pub const ERROR_ADVANCED_INSTALLER_FAILED: WIN32_ERROR = 14099u32;
9235 pub const ERROR_XML_ENCODING_MISMATCH: WIN32_ERROR = 14100u32;
9236 pub const ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT: WIN32_ERROR = 14101u32;
9237 pub const ERROR_SXS_IDENTITIES_DIFFERENT: WIN32_ERROR = 14102u32;
9238 pub const ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT: WIN32_ERROR = 14103u32;
9239 pub const ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY: WIN32_ERROR = 14104u32;
9240 pub const ERROR_SXS_MANIFEST_TOO_BIG: WIN32_ERROR = 14105u32;
9241 pub const ERROR_SXS_SETTING_NOT_REGISTERED: WIN32_ERROR = 14106u32;
9242 pub const ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE: WIN32_ERROR = 14107u32;
9243 pub const ERROR_SMI_PRIMITIVE_INSTALLER_FAILED: WIN32_ERROR = 14108u32;
9244 pub const ERROR_GENERIC_COMMAND_FAILED: WIN32_ERROR = 14109u32;
9245 pub const ERROR_SXS_FILE_HASH_MISSING: WIN32_ERROR = 14110u32;
9246 pub const ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS: WIN32_ERROR = 14111u32;
9247 pub const ERROR_EVT_INVALID_CHANNEL_PATH: WIN32_ERROR = 15000u32;
9248 pub const ERROR_EVT_INVALID_QUERY: WIN32_ERROR = 15001u32;
9249 pub const ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND: WIN32_ERROR = 15002u32;
9250 pub const ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND: WIN32_ERROR = 15003u32;
9251 pub const ERROR_EVT_INVALID_PUBLISHER_NAME: WIN32_ERROR = 15004u32;
9252 pub const ERROR_EVT_INVALID_EVENT_DATA: WIN32_ERROR = 15005u32;
9253 pub const ERROR_EVT_CHANNEL_NOT_FOUND: WIN32_ERROR = 15007u32;
9254 pub const ERROR_EVT_MALFORMED_XML_TEXT: WIN32_ERROR = 15008u32;
9255 pub const ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL: WIN32_ERROR = 15009u32;
9256 pub const ERROR_EVT_CONFIGURATION_ERROR: WIN32_ERROR = 15010u32;
9257 pub const ERROR_EVT_QUERY_RESULT_STALE: WIN32_ERROR = 15011u32;
9258 pub const ERROR_EVT_QUERY_RESULT_INVALID_POSITION: WIN32_ERROR = 15012u32;
9259 pub const ERROR_EVT_NON_VALIDATING_MSXML: WIN32_ERROR = 15013u32;
9260 pub const ERROR_EVT_FILTER_ALREADYSCOPED: WIN32_ERROR = 15014u32;
9261 pub const ERROR_EVT_FILTER_NOTELTSET: WIN32_ERROR = 15015u32;
9262 pub const ERROR_EVT_FILTER_INVARG: WIN32_ERROR = 15016u32;
9263 pub const ERROR_EVT_FILTER_INVTEST: WIN32_ERROR = 15017u32;
9264 pub const ERROR_EVT_FILTER_INVTYPE: WIN32_ERROR = 15018u32;
9265 pub const ERROR_EVT_FILTER_PARSEERR: WIN32_ERROR = 15019u32;
9266 pub const ERROR_EVT_FILTER_UNSUPPORTEDOP: WIN32_ERROR = 15020u32;
9267 pub const ERROR_EVT_FILTER_UNEXPECTEDTOKEN: WIN32_ERROR = 15021u32;
9268 pub const ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL: WIN32_ERROR = 15022u32;
9269 pub const ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE: WIN32_ERROR = 15023u32;
9270 pub const ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE: WIN32_ERROR = 15024u32;
9271 pub const ERROR_EVT_CHANNEL_CANNOT_ACTIVATE: WIN32_ERROR = 15025u32;
9272 pub const ERROR_EVT_FILTER_TOO_COMPLEX: WIN32_ERROR = 15026u32;
9273 pub const ERROR_EVT_MESSAGE_NOT_FOUND: WIN32_ERROR = 15027u32;
9274 pub const ERROR_EVT_MESSAGE_ID_NOT_FOUND: WIN32_ERROR = 15028u32;
9275 pub const ERROR_EVT_UNRESOLVED_VALUE_INSERT: WIN32_ERROR = 15029u32;
9276 pub const ERROR_EVT_UNRESOLVED_PARAMETER_INSERT: WIN32_ERROR = 15030u32;
9277 pub const ERROR_EVT_MAX_INSERTS_REACHED: WIN32_ERROR = 15031u32;
9278 pub const ERROR_EVT_EVENT_DEFINITION_NOT_FOUND: WIN32_ERROR = 15032u32;
9279 pub const ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND: WIN32_ERROR = 15033u32;
9280 pub const ERROR_EVT_VERSION_TOO_OLD: WIN32_ERROR = 15034u32;
9281 pub const ERROR_EVT_VERSION_TOO_NEW: WIN32_ERROR = 15035u32;
9282 pub const ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY: WIN32_ERROR = 15036u32;
9283 pub const ERROR_EVT_PUBLISHER_DISABLED: WIN32_ERROR = 15037u32;
9284 pub const ERROR_EVT_FILTER_OUT_OF_RANGE: WIN32_ERROR = 15038u32;
9285 pub const ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE: WIN32_ERROR = 15080u32;
9286 pub const ERROR_EC_LOG_DISABLED: WIN32_ERROR = 15081u32;
9287 pub const ERROR_EC_CIRCULAR_FORWARDING: WIN32_ERROR = 15082u32;
9288 pub const ERROR_EC_CREDSTORE_FULL: WIN32_ERROR = 15083u32;
9289 pub const ERROR_EC_CRED_NOT_FOUND: WIN32_ERROR = 15084u32;
9290 pub const ERROR_EC_NO_ACTIVE_CHANNEL: WIN32_ERROR = 15085u32;
9291 pub const ERROR_MUI_FILE_NOT_FOUND: WIN32_ERROR = 15100u32;
9292 pub const ERROR_MUI_INVALID_FILE: WIN32_ERROR = 15101u32;
9293 pub const ERROR_MUI_INVALID_RC_CONFIG: WIN32_ERROR = 15102u32;
9294 pub const ERROR_MUI_INVALID_LOCALE_NAME: WIN32_ERROR = 15103u32;
9295 pub const ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME: WIN32_ERROR = 15104u32;
9296 pub const ERROR_MUI_FILE_NOT_LOADED: WIN32_ERROR = 15105u32;
9297 pub const ERROR_RESOURCE_ENUM_USER_STOP: WIN32_ERROR = 15106u32;
9298 pub const ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED: WIN32_ERROR = 15107u32;
9299 pub const ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME: WIN32_ERROR = 15108u32;
9300 pub const ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE: WIN32_ERROR = 15110u32;
9301 pub const ERROR_MRM_INVALID_PRICONFIG: WIN32_ERROR = 15111u32;
9302 pub const ERROR_MRM_INVALID_FILE_TYPE: WIN32_ERROR = 15112u32;
9303 pub const ERROR_MRM_UNKNOWN_QUALIFIER: WIN32_ERROR = 15113u32;
9304 pub const ERROR_MRM_INVALID_QUALIFIER_VALUE: WIN32_ERROR = 15114u32;
9305 pub const ERROR_MRM_NO_CANDIDATE: WIN32_ERROR = 15115u32;
9306 pub const ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE: WIN32_ERROR = 15116u32;
9307 pub const ERROR_MRM_RESOURCE_TYPE_MISMATCH: WIN32_ERROR = 15117u32;
9308 pub const ERROR_MRM_DUPLICATE_MAP_NAME: WIN32_ERROR = 15118u32;
9309 pub const ERROR_MRM_DUPLICATE_ENTRY: WIN32_ERROR = 15119u32;
9310 pub const ERROR_MRM_INVALID_RESOURCE_IDENTIFIER: WIN32_ERROR = 15120u32;
9311 pub const ERROR_MRM_FILEPATH_TOO_LONG: WIN32_ERROR = 15121u32;
9312 pub const ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE: WIN32_ERROR = 15122u32;
9313 pub const ERROR_MRM_INVALID_PRI_FILE: WIN32_ERROR = 15126u32;
9314 pub const ERROR_MRM_NAMED_RESOURCE_NOT_FOUND: WIN32_ERROR = 15127u32;
9315 pub const ERROR_MRM_MAP_NOT_FOUND: WIN32_ERROR = 15135u32;
9316 pub const ERROR_MRM_UNSUPPORTED_PROFILE_TYPE: WIN32_ERROR = 15136u32;
9317 pub const ERROR_MRM_INVALID_QUALIFIER_OPERATOR: WIN32_ERROR = 15137u32;
9318 pub const ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE: WIN32_ERROR = 15138u32;
9319 pub const ERROR_MRM_AUTOMERGE_ENABLED: WIN32_ERROR = 15139u32;
9320 pub const ERROR_MRM_TOO_MANY_RESOURCES: WIN32_ERROR = 15140u32;
9321 pub const ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE: WIN32_ERROR = 15141u32;
9322 pub const ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE: WIN32_ERROR = 15142u32;
9323 pub const ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD: WIN32_ERROR = 15143u32;
9324 pub const ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST: WIN32_ERROR = 15144u32;
9325 pub const ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT: WIN32_ERROR = 15145u32;
9326 pub const ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE: WIN32_ERROR = 15146u32;
9327 pub const ERROR_MRM_GENERATION_COUNT_MISMATCH: WIN32_ERROR = 15147u32;
9328 pub const ERROR_PRI_MERGE_VERSION_MISMATCH: WIN32_ERROR = 15148u32;
9329 pub const ERROR_PRI_MERGE_MISSING_SCHEMA: WIN32_ERROR = 15149u32;
9330 pub const ERROR_PRI_MERGE_LOAD_FILE_FAILED: WIN32_ERROR = 15150u32;
9331 pub const ERROR_PRI_MERGE_ADD_FILE_FAILED: WIN32_ERROR = 15151u32;
9332 pub const ERROR_PRI_MERGE_WRITE_FILE_FAILED: WIN32_ERROR = 15152u32;
9333 pub const ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED: WIN32_ERROR = 15153u32;
9334 pub const ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED: WIN32_ERROR = 15154u32;
9335 pub const ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED: WIN32_ERROR = 15155u32;
9336 pub const ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED: WIN32_ERROR = 15156u32;
9337 pub const ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED: WIN32_ERROR = 15157u32;
9338 pub const ERROR_PRI_MERGE_INVALID_FILE_NAME: WIN32_ERROR = 15158u32;
9339 pub const ERROR_MRM_PACKAGE_NOT_FOUND: WIN32_ERROR = 15159u32;
9340 pub const ERROR_MRM_MISSING_DEFAULT_LANGUAGE: WIN32_ERROR = 15160u32;
9341 pub const ERROR_MCA_INVALID_CAPABILITIES_STRING: WIN32_ERROR = 15200u32;
9342 pub const ERROR_MCA_INVALID_VCP_VERSION: WIN32_ERROR = 15201u32;
9343 pub const ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION: WIN32_ERROR = 15202u32;
9344 pub const ERROR_MCA_MCCS_VERSION_MISMATCH: WIN32_ERROR = 15203u32;
9345 pub const ERROR_MCA_UNSUPPORTED_MCCS_VERSION: WIN32_ERROR = 15204u32;
9346 pub const ERROR_MCA_INTERNAL_ERROR: WIN32_ERROR = 15205u32;
9347 pub const ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED: WIN32_ERROR = 15206u32;
9348 pub const ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE: WIN32_ERROR = 15207u32;
9349 pub const ERROR_AMBIGUOUS_SYSTEM_DEVICE: WIN32_ERROR = 15250u32;
9350 pub const ERROR_SYSTEM_DEVICE_NOT_FOUND: WIN32_ERROR = 15299u32;
9351 pub const ERROR_HASH_NOT_SUPPORTED: WIN32_ERROR = 15300u32;
9352 pub const ERROR_HASH_NOT_PRESENT: WIN32_ERROR = 15301u32;
9353 pub const ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED: WIN32_ERROR = 15321u32;
9354 pub const ERROR_GPIO_CLIENT_INFORMATION_INVALID: WIN32_ERROR = 15322u32;
9355 pub const ERROR_GPIO_VERSION_NOT_SUPPORTED: WIN32_ERROR = 15323u32;
9356 pub const ERROR_GPIO_INVALID_REGISTRATION_PACKET: WIN32_ERROR = 15324u32;
9357 pub const ERROR_GPIO_OPERATION_DENIED: WIN32_ERROR = 15325u32;
9358 pub const ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE: WIN32_ERROR = 15326u32;
9359 pub const ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED: WIN32_ERROR = 15327u32;
9360 pub const ERROR_CANNOT_SWITCH_RUNLEVEL: WIN32_ERROR = 15400u32;
9361 pub const ERROR_INVALID_RUNLEVEL_SETTING: WIN32_ERROR = 15401u32;
9362 pub const ERROR_RUNLEVEL_SWITCH_TIMEOUT: WIN32_ERROR = 15402u32;
9363 pub const ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT: WIN32_ERROR = 15403u32;
9364 pub const ERROR_RUNLEVEL_SWITCH_IN_PROGRESS: WIN32_ERROR = 15404u32;
9365 pub const ERROR_SERVICES_FAILED_AUTOSTART: WIN32_ERROR = 15405u32;
9366 pub const ERROR_COM_TASK_STOP_PENDING: WIN32_ERROR = 15501u32;
9367 pub const ERROR_INSTALL_OPEN_PACKAGE_FAILED: WIN32_ERROR = 15600u32;
9368 pub const ERROR_INSTALL_PACKAGE_NOT_FOUND: WIN32_ERROR = 15601u32;
9369 pub const ERROR_INSTALL_INVALID_PACKAGE: WIN32_ERROR = 15602u32;
9370 pub const ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED: WIN32_ERROR = 15603u32;
9371 pub const ERROR_INSTALL_OUT_OF_DISK_SPACE: WIN32_ERROR = 15604u32;
9372 pub const ERROR_INSTALL_NETWORK_FAILURE: WIN32_ERROR = 15605u32;
9373 pub const ERROR_INSTALL_REGISTRATION_FAILURE: WIN32_ERROR = 15606u32;
9374 pub const ERROR_INSTALL_DEREGISTRATION_FAILURE: WIN32_ERROR = 15607u32;
9375 pub const ERROR_INSTALL_CANCEL: WIN32_ERROR = 15608u32;
9376 pub const ERROR_INSTALL_FAILED: WIN32_ERROR = 15609u32;
9377 pub const ERROR_REMOVE_FAILED: WIN32_ERROR = 15610u32;
9378 pub const ERROR_PACKAGE_ALREADY_EXISTS: WIN32_ERROR = 15611u32;
9379 pub const ERROR_NEEDS_REMEDIATION: WIN32_ERROR = 15612u32;
9380 pub const ERROR_INSTALL_PREREQUISITE_FAILED: WIN32_ERROR = 15613u32;
9381 pub const ERROR_PACKAGE_REPOSITORY_CORRUPTED: WIN32_ERROR = 15614u32;
9382 pub const ERROR_INSTALL_POLICY_FAILURE: WIN32_ERROR = 15615u32;
9383 pub const ERROR_PACKAGE_UPDATING: WIN32_ERROR = 15616u32;
9384 pub const ERROR_DEPLOYMENT_BLOCKED_BY_POLICY: WIN32_ERROR = 15617u32;
9385 pub const ERROR_PACKAGES_IN_USE: WIN32_ERROR = 15618u32;
9386 pub const ERROR_RECOVERY_FILE_CORRUPT: WIN32_ERROR = 15619u32;
9387 pub const ERROR_INVALID_STAGED_SIGNATURE: WIN32_ERROR = 15620u32;
9388 pub const ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED: WIN32_ERROR = 15621u32;
9389 pub const ERROR_INSTALL_PACKAGE_DOWNGRADE: WIN32_ERROR = 15622u32;
9390 pub const ERROR_SYSTEM_NEEDS_REMEDIATION: WIN32_ERROR = 15623u32;
9391 pub const ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN: WIN32_ERROR = 15624u32;
9392 pub const ERROR_RESILIENCY_FILE_CORRUPT: WIN32_ERROR = 15625u32;
9393 pub const ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING: WIN32_ERROR = 15626u32;
9394 pub const ERROR_PACKAGE_MOVE_FAILED: WIN32_ERROR = 15627u32;
9395 pub const ERROR_INSTALL_VOLUME_NOT_EMPTY: WIN32_ERROR = 15628u32;
9396 pub const ERROR_INSTALL_VOLUME_OFFLINE: WIN32_ERROR = 15629u32;
9397 pub const ERROR_INSTALL_VOLUME_CORRUPT: WIN32_ERROR = 15630u32;
9398 pub const ERROR_NEEDS_REGISTRATION: WIN32_ERROR = 15631u32;
9399 pub const ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE: WIN32_ERROR = 15632u32;
9400 pub const ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED: WIN32_ERROR = 15633u32;
9401 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE: WIN32_ERROR = 15634u32;
9402 pub const ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM: WIN32_ERROR = 15635u32;
9403 pub const ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING: WIN32_ERROR = 15636u32;
9404 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE: WIN32_ERROR = 15637u32;
9405 pub const ERROR_PACKAGE_STAGING_ONHOLD: WIN32_ERROR = 15638u32;
9406 pub const ERROR_INSTALL_INVALID_RELATED_SET_UPDATE: WIN32_ERROR = 15639u32;
9407 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY: WIN32_ERROR = 15640u32;
9408 pub const ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF: WIN32_ERROR = 15641u32;
9409 pub const ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED: WIN32_ERROR = 15642u32;
9410 pub const ERROR_PACKAGES_REPUTATION_CHECK_FAILED: WIN32_ERROR = 15643u32;
9411 pub const ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT: WIN32_ERROR = 15644u32;
9412 pub const ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED: WIN32_ERROR = 15645u32;
9413 pub const ERROR_APPINSTALLER_ACTIVATION_BLOCKED: WIN32_ERROR = 15646u32;
9414 pub const ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED: WIN32_ERROR = 15647u32;
9415 pub const ERROR_APPX_RAW_DATA_WRITE_FAILED: WIN32_ERROR = 15648u32;
9416 pub const ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE: WIN32_ERROR = 15649u32;
9417 pub const ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE: WIN32_ERROR = 15650u32;
9418 pub const ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY: WIN32_ERROR = 15651u32;
9419 pub const ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY: WIN32_ERROR = 15652u32;
9420 pub const ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER: WIN32_ERROR = 15653u32;
9421 pub const ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED: WIN32_ERROR = 15654u32;
9422 pub const ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE: WIN32_ERROR = 15655u32;
9423 pub const ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES: WIN32_ERROR = 15656u32;
9424 pub const ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED: WIN32_ERROR = 15657u32;
9425 pub const ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST: WIN32_ERROR = 15658u32;
9426 pub const ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT: WIN32_ERROR = 15659u32;
9427 pub const ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE: WIN32_ERROR = 15660u32;
9428 pub const ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE: WIN32_ERROR = 15661u32;
9429 pub const ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED: WIN32_ERROR = 15662u32;
9430 pub const ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY: WIN32_ERROR = 15663u32;
9431 pub const ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS: WIN32_ERROR = 15664u32;
9432 pub const ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED: WIN32_ERROR = 15665u32;
9433 pub const ERROR_MACHINE_SCOPE_NOT_ALLOWED: WIN32_ERROR = 15666u32;
9434 pub const ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED: WIN32_ERROR = 15667u32;
9435 pub const ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE: WIN32_ERROR = 15668u32;
9436 pub const ERROR_PACKAGE_NOT_REGISTERED_FOR_USER: WIN32_ERROR = 15669u32;
9437 pub const ERROR_STATE_LOAD_STORE_FAILED: WIN32_ERROR = 15800u32;
9438 pub const ERROR_STATE_GET_VERSION_FAILED: WIN32_ERROR = 15801u32;
9439 pub const ERROR_STATE_SET_VERSION_FAILED: WIN32_ERROR = 15802u32;
9440 pub const ERROR_STATE_STRUCTURED_RESET_FAILED: WIN32_ERROR = 15803u32;
9441 pub const ERROR_STATE_OPEN_CONTAINER_FAILED: WIN32_ERROR = 15804u32;
9442 pub const ERROR_STATE_CREATE_CONTAINER_FAILED: WIN32_ERROR = 15805u32;
9443 pub const ERROR_STATE_DELETE_CONTAINER_FAILED: WIN32_ERROR = 15806u32;
9444 pub const ERROR_STATE_READ_SETTING_FAILED: WIN32_ERROR = 15807u32;
9445 pub const ERROR_STATE_WRITE_SETTING_FAILED: WIN32_ERROR = 15808u32;
9446 pub const ERROR_STATE_DELETE_SETTING_FAILED: WIN32_ERROR = 15809u32;
9447 pub const ERROR_STATE_QUERY_SETTING_FAILED: WIN32_ERROR = 15810u32;
9448 pub const ERROR_STATE_READ_COMPOSITE_SETTING_FAILED: WIN32_ERROR = 15811u32;
9449 pub const ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED: WIN32_ERROR = 15812u32;
9450 pub const ERROR_STATE_ENUMERATE_CONTAINER_FAILED: WIN32_ERROR = 15813u32;
9451 pub const ERROR_STATE_ENUMERATE_SETTINGS_FAILED: WIN32_ERROR = 15814u32;
9452 pub const ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15815u32;
9453 pub const ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15816u32;
9454 pub const ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15817u32;
9455 pub const ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15818u32;
9456 pub const ERROR_API_UNAVAILABLE: WIN32_ERROR = 15841u32;
9457 pub const ERROR_NDIS_INTERFACE_CLOSING: WIN32_ERROR = 2150891522u32;
9458 pub const ERROR_NDIS_BAD_VERSION: WIN32_ERROR = 2150891524u32;
9459 pub const ERROR_NDIS_BAD_CHARACTERISTICS: WIN32_ERROR = 2150891525u32;
9460 pub const ERROR_NDIS_ADAPTER_NOT_FOUND: WIN32_ERROR = 2150891526u32;
9461 pub const ERROR_NDIS_OPEN_FAILED: WIN32_ERROR = 2150891527u32;
9462 pub const ERROR_NDIS_DEVICE_FAILED: WIN32_ERROR = 2150891528u32;
9463 pub const ERROR_NDIS_MULTICAST_FULL: WIN32_ERROR = 2150891529u32;
9464 pub const ERROR_NDIS_MULTICAST_EXISTS: WIN32_ERROR = 2150891530u32;
9465 pub const ERROR_NDIS_MULTICAST_NOT_FOUND: WIN32_ERROR = 2150891531u32;
9466 pub const ERROR_NDIS_REQUEST_ABORTED: WIN32_ERROR = 2150891532u32;
9467 pub const ERROR_NDIS_RESET_IN_PROGRESS: WIN32_ERROR = 2150891533u32;
9468 pub const ERROR_NDIS_NOT_SUPPORTED: WIN32_ERROR = 2150891707u32;
9469 pub const ERROR_NDIS_INVALID_PACKET: WIN32_ERROR = 2150891535u32;
9470 pub const ERROR_NDIS_ADAPTER_NOT_READY: WIN32_ERROR = 2150891537u32;
9471 pub const ERROR_NDIS_INVALID_LENGTH: WIN32_ERROR = 2150891540u32;
9472 pub const ERROR_NDIS_INVALID_DATA: WIN32_ERROR = 2150891541u32;
9473 pub const ERROR_NDIS_BUFFER_TOO_SHORT: WIN32_ERROR = 2150891542u32;
9474 pub const ERROR_NDIS_INVALID_OID: WIN32_ERROR = 2150891543u32;
9475 pub const ERROR_NDIS_ADAPTER_REMOVED: WIN32_ERROR = 2150891544u32;
9476 pub const ERROR_NDIS_UNSUPPORTED_MEDIA: WIN32_ERROR = 2150891545u32;
9477 pub const ERROR_NDIS_GROUP_ADDRESS_IN_USE: WIN32_ERROR = 2150891546u32;
9478 pub const ERROR_NDIS_FILE_NOT_FOUND: WIN32_ERROR = 2150891547u32;
9479 pub const ERROR_NDIS_ERROR_READING_FILE: WIN32_ERROR = 2150891548u32;
9480 pub const ERROR_NDIS_ALREADY_MAPPED: WIN32_ERROR = 2150891549u32;
9481 pub const ERROR_NDIS_RESOURCE_CONFLICT: WIN32_ERROR = 2150891550u32;
9482 pub const ERROR_NDIS_MEDIA_DISCONNECTED: WIN32_ERROR = 2150891551u32;
9483 pub const ERROR_NDIS_INVALID_ADDRESS: WIN32_ERROR = 2150891554u32;
9484 pub const ERROR_NDIS_INVALID_DEVICE_REQUEST: WIN32_ERROR = 2150891536u32;
9485 pub const ERROR_NDIS_PAUSED: WIN32_ERROR = 2150891562u32;
9486 pub const ERROR_NDIS_INTERFACE_NOT_FOUND: WIN32_ERROR = 2150891563u32;
9487 pub const ERROR_NDIS_UNSUPPORTED_REVISION: WIN32_ERROR = 2150891564u32;
9488 pub const ERROR_NDIS_INVALID_PORT: WIN32_ERROR = 2150891565u32;
9489 pub const ERROR_NDIS_INVALID_PORT_STATE: WIN32_ERROR = 2150891566u32;
9490 pub const ERROR_NDIS_LOW_POWER_STATE: WIN32_ERROR = 2150891567u32;
9491 pub const ERROR_NDIS_REINIT_REQUIRED: WIN32_ERROR = 2150891568u32;
9492 pub const ERROR_NDIS_NO_QUEUES: WIN32_ERROR = 2150891569u32;
9493 pub const ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED: WIN32_ERROR = 2150899712u32;
9494 pub const ERROR_NDIS_DOT11_MEDIA_IN_USE: WIN32_ERROR = 2150899713u32;
9495 pub const ERROR_NDIS_DOT11_POWER_STATE_INVALID: WIN32_ERROR = 2150899714u32;
9496 pub const ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL: WIN32_ERROR = 2150899715u32;
9497 pub const ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL: WIN32_ERROR = 2150899716u32;
9498 pub const ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE: WIN32_ERROR = 2150899717u32;
9499 pub const ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE: WIN32_ERROR = 2150899718u32;
9500 pub const ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED: WIN32_ERROR = 2150899719u32;
9501 pub const ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED: WIN32_ERROR = 2150899720u32;
9502 pub const ERROR_NDIS_INDICATION_REQUIRED: WIN32_ERROR = 3407873u32;
9503 pub const ERROR_NDIS_OFFLOAD_POLICY: WIN32_ERROR = 3224637455u32;
9504 pub const ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED: WIN32_ERROR = 3224637458u32;
9505 pub const ERROR_NDIS_OFFLOAD_PATH_REJECTED: WIN32_ERROR = 3224637459u32;
9506 pub const ERROR_HV_INVALID_HYPERCALL_CODE: WIN32_ERROR = 3224698882u32;
9507 pub const ERROR_HV_INVALID_HYPERCALL_INPUT: WIN32_ERROR = 3224698883u32;
9508 pub const ERROR_HV_INVALID_ALIGNMENT: WIN32_ERROR = 3224698884u32;
9509 pub const ERROR_HV_INVALID_PARAMETER: WIN32_ERROR = 3224698885u32;
9510 pub const ERROR_HV_ACCESS_DENIED: WIN32_ERROR = 3224698886u32;
9511 pub const ERROR_HV_INVALID_PARTITION_STATE: WIN32_ERROR = 3224698887u32;
9512 pub const ERROR_HV_OPERATION_DENIED: WIN32_ERROR = 3224698888u32;
9513 pub const ERROR_HV_UNKNOWN_PROPERTY: WIN32_ERROR = 3224698889u32;
9514 pub const ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE: WIN32_ERROR = 3224698890u32;
9515 pub const ERROR_HV_INSUFFICIENT_MEMORY: WIN32_ERROR = 3224698891u32;
9516 pub const ERROR_HV_PARTITION_TOO_DEEP: WIN32_ERROR = 3224698892u32;
9517 pub const ERROR_HV_INVALID_PARTITION_ID: WIN32_ERROR = 3224698893u32;
9518 pub const ERROR_HV_INVALID_VP_INDEX: WIN32_ERROR = 3224698894u32;
9519 pub const ERROR_HV_INVALID_PORT_ID: WIN32_ERROR = 3224698897u32;
9520 pub const ERROR_HV_INVALID_CONNECTION_ID: WIN32_ERROR = 3224698898u32;
9521 pub const ERROR_HV_INSUFFICIENT_BUFFERS: WIN32_ERROR = 3224698899u32;
9522 pub const ERROR_HV_NOT_ACKNOWLEDGED: WIN32_ERROR = 3224698900u32;
9523 pub const ERROR_HV_INVALID_VP_STATE: WIN32_ERROR = 3224698901u32;
9524 pub const ERROR_HV_ACKNOWLEDGED: WIN32_ERROR = 3224698902u32;
9525 pub const ERROR_HV_INVALID_SAVE_RESTORE_STATE: WIN32_ERROR = 3224698903u32;
9526 pub const ERROR_HV_INVALID_SYNIC_STATE: WIN32_ERROR = 3224698904u32;
9527 pub const ERROR_HV_OBJECT_IN_USE: WIN32_ERROR = 3224698905u32;
9528 pub const ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO: WIN32_ERROR = 3224698906u32;
9529 pub const ERROR_HV_NO_DATA: WIN32_ERROR = 3224698907u32;
9530 pub const ERROR_HV_INACTIVE: WIN32_ERROR = 3224698908u32;
9531 pub const ERROR_HV_NO_RESOURCES: WIN32_ERROR = 3224698909u32;
9532 pub const ERROR_HV_FEATURE_UNAVAILABLE: WIN32_ERROR = 3224698910u32;
9533 pub const ERROR_HV_INSUFFICIENT_BUFFER: WIN32_ERROR = 3224698931u32;
9534 pub const ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS: WIN32_ERROR = 3224698936u32;
9535 pub const ERROR_HV_CPUID_FEATURE_VALIDATION: WIN32_ERROR = 3224698940u32;
9536 pub const ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION: WIN32_ERROR = 3224698941u32;
9537 pub const ERROR_HV_PROCESSOR_STARTUP_TIMEOUT: WIN32_ERROR = 3224698942u32;
9538 pub const ERROR_HV_SMX_ENABLED: WIN32_ERROR = 3224698943u32;
9539 pub const ERROR_HV_INVALID_LP_INDEX: WIN32_ERROR = 3224698945u32;
9540 pub const ERROR_HV_INVALID_REGISTER_VALUE: WIN32_ERROR = 3224698960u32;
9541 pub const ERROR_HV_INVALID_VTL_STATE: WIN32_ERROR = 3224698961u32;
9542 pub const ERROR_HV_NX_NOT_DETECTED: WIN32_ERROR = 3224698965u32;
9543 pub const ERROR_HV_INVALID_DEVICE_ID: WIN32_ERROR = 3224698967u32;
9544 pub const ERROR_HV_INVALID_DEVICE_STATE: WIN32_ERROR = 3224698968u32;
9545 pub const ERROR_HV_PENDING_PAGE_REQUESTS: WIN32_ERROR = 3473497u32;
9546 pub const ERROR_HV_PAGE_REQUEST_INVALID: WIN32_ERROR = 3224698976u32;
9547 pub const ERROR_HV_INVALID_CPU_GROUP_ID: WIN32_ERROR = 3224698991u32;
9548 pub const ERROR_HV_INVALID_CPU_GROUP_STATE: WIN32_ERROR = 3224698992u32;
9549 pub const ERROR_HV_OPERATION_FAILED: WIN32_ERROR = 3224698993u32;
9550 pub const ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE: WIN32_ERROR = 3224698994u32;
9551 pub const ERROR_HV_INSUFFICIENT_ROOT_MEMORY: WIN32_ERROR = 3224698995u32;
9552 pub const ERROR_HV_EVENT_BUFFER_ALREADY_FREED: WIN32_ERROR = 3224698996u32;
9553 pub const ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY: WIN32_ERROR = 3224698997u32;
9554 pub const ERROR_HV_DEVICE_NOT_IN_DOMAIN: WIN32_ERROR = 3224698998u32;
9555 pub const ERROR_HV_NESTED_VM_EXIT: WIN32_ERROR = 3224698999u32;
9556 pub const ERROR_HV_MSR_ACCESS_FAILED: WIN32_ERROR = 3224699008u32;
9557 pub const ERROR_HV_NOT_PRESENT: WIN32_ERROR = 3224702976u32;
9558 pub const ERROR_VID_DUPLICATE_HANDLER: WIN32_ERROR = 3224829953u32;
9559 pub const ERROR_VID_TOO_MANY_HANDLERS: WIN32_ERROR = 3224829954u32;
9560 pub const ERROR_VID_QUEUE_FULL: WIN32_ERROR = 3224829955u32;
9561 pub const ERROR_VID_HANDLER_NOT_PRESENT: WIN32_ERROR = 3224829956u32;
9562 pub const ERROR_VID_INVALID_OBJECT_NAME: WIN32_ERROR = 3224829957u32;
9563 pub const ERROR_VID_PARTITION_NAME_TOO_LONG: WIN32_ERROR = 3224829958u32;
9564 pub const ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG: WIN32_ERROR = 3224829959u32;
9565 pub const ERROR_VID_PARTITION_ALREADY_EXISTS: WIN32_ERROR = 3224829960u32;
9566 pub const ERROR_VID_PARTITION_DOES_NOT_EXIST: WIN32_ERROR = 3224829961u32;
9567 pub const ERROR_VID_PARTITION_NAME_NOT_FOUND: WIN32_ERROR = 3224829962u32;
9568 pub const ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS: WIN32_ERROR = 3224829963u32;
9569 pub const ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT: WIN32_ERROR = 3224829964u32;
9570 pub const ERROR_VID_MB_STILL_REFERENCED: WIN32_ERROR = 3224829965u32;
9571 pub const ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED: WIN32_ERROR = 3224829966u32;
9572 pub const ERROR_VID_INVALID_NUMA_SETTINGS: WIN32_ERROR = 3224829967u32;
9573 pub const ERROR_VID_INVALID_NUMA_NODE_INDEX: WIN32_ERROR = 3224829968u32;
9574 pub const ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED: WIN32_ERROR = 3224829969u32;
9575 pub const ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE: WIN32_ERROR = 3224829970u32;
9576 pub const ERROR_VID_PAGE_RANGE_OVERFLOW: WIN32_ERROR = 3224829971u32;
9577 pub const ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE: WIN32_ERROR = 3224829972u32;
9578 pub const ERROR_VID_INVALID_GPA_RANGE_HANDLE: WIN32_ERROR = 3224829973u32;
9579 pub const ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE: WIN32_ERROR = 3224829974u32;
9580 pub const ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED: WIN32_ERROR = 3224829975u32;
9581 pub const ERROR_VID_INVALID_PPM_HANDLE: WIN32_ERROR = 3224829976u32;
9582 pub const ERROR_VID_MBPS_ARE_LOCKED: WIN32_ERROR = 3224829977u32;
9583 pub const ERROR_VID_MESSAGE_QUEUE_CLOSED: WIN32_ERROR = 3224829978u32;
9584 pub const ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED: WIN32_ERROR = 3224829979u32;
9585 pub const ERROR_VID_STOP_PENDING: WIN32_ERROR = 3224829980u32;
9586 pub const ERROR_VID_INVALID_PROCESSOR_STATE: WIN32_ERROR = 3224829981u32;
9587 pub const ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT: WIN32_ERROR = 3224829982u32;
9588 pub const ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED: WIN32_ERROR = 3224829983u32;
9589 pub const ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET: WIN32_ERROR = 3224829984u32;
9590 pub const ERROR_VID_MMIO_RANGE_DESTROYED: WIN32_ERROR = 3224829985u32;
9591 pub const ERROR_VID_INVALID_CHILD_GPA_PAGE_SET: WIN32_ERROR = 3224829986u32;
9592 pub const ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED: WIN32_ERROR = 3224829987u32;
9593 pub const ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL: WIN32_ERROR = 3224829988u32;
9594 pub const ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE: WIN32_ERROR = 3224829989u32;
9595 pub const ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT: WIN32_ERROR = 3224829990u32;
9596 pub const ERROR_VID_SAVED_STATE_CORRUPT: WIN32_ERROR = 3224829991u32;
9597 pub const ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM: WIN32_ERROR = 3224829992u32;
9598 pub const ERROR_VID_SAVED_STATE_INCOMPATIBLE: WIN32_ERROR = 3224829993u32;
9599 pub const ERROR_VID_VTL_ACCESS_DENIED: WIN32_ERROR = 3224829994u32;
9600 pub const ERROR_VMCOMPUTE_TERMINATED_DURING_START: WIN32_ERROR = 3224830208u32;
9601 pub const ERROR_VMCOMPUTE_IMAGE_MISMATCH: WIN32_ERROR = 3224830209u32;
9602 pub const ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED: WIN32_ERROR = 3224830210u32;
9603 pub const ERROR_VMCOMPUTE_OPERATION_PENDING: WIN32_ERROR = 3224830211u32;
9604 pub const ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS: WIN32_ERROR = 3224830212u32;
9605 pub const ERROR_VMCOMPUTE_INVALID_STATE: WIN32_ERROR = 3224830213u32;
9606 pub const ERROR_VMCOMPUTE_UNEXPECTED_EXIT: WIN32_ERROR = 3224830214u32;
9607 pub const ERROR_VMCOMPUTE_TERMINATED: WIN32_ERROR = 3224830215u32;
9608 pub const ERROR_VMCOMPUTE_CONNECT_FAILED: WIN32_ERROR = 3224830216u32;
9609 pub const ERROR_VMCOMPUTE_TIMEOUT: WIN32_ERROR = 3224830217u32;
9610 pub const ERROR_VMCOMPUTE_CONNECTION_CLOSED: WIN32_ERROR = 3224830218u32;
9611 pub const ERROR_VMCOMPUTE_UNKNOWN_MESSAGE: WIN32_ERROR = 3224830219u32;
9612 pub const ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION: WIN32_ERROR = 3224830220u32;
9613 pub const ERROR_VMCOMPUTE_INVALID_JSON: WIN32_ERROR = 3224830221u32;
9614 pub const ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND: WIN32_ERROR = 3224830222u32;
9615 pub const ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS: WIN32_ERROR = 3224830223u32;
9616 pub const ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED: WIN32_ERROR = 3224830224u32;
9617 pub const ERROR_VMCOMPUTE_PROTOCOL_ERROR: WIN32_ERROR = 3224830225u32;
9618 pub const ERROR_VMCOMPUTE_INVALID_LAYER: WIN32_ERROR = 3224830226u32;
9619 pub const ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED: WIN32_ERROR = 3224830227u32;
9620 pub const ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND: WIN32_ERROR = 3224830464u32;
9621 pub const ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED: WIN32_ERROR = 2151088129u32;
9622 pub const ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND: WIN32_ERROR = 3224830976u32;
9623 pub const ERROR_VSMB_SAVED_STATE_CORRUPT: WIN32_ERROR = 3224830977u32;
9624 pub const ERROR_VOLMGR_INCOMPLETE_REGENERATION: WIN32_ERROR = 2151153665u32;
9625 pub const ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION: WIN32_ERROR = 2151153666u32;
9626 pub const ERROR_VOLMGR_DATABASE_FULL: WIN32_ERROR = 3224895489u32;
9627 pub const ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED: WIN32_ERROR = 3224895490u32;
9628 pub const ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC: WIN32_ERROR = 3224895491u32;
9629 pub const ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED: WIN32_ERROR = 3224895492u32;
9630 pub const ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME: WIN32_ERROR = 3224895493u32;
9631 pub const ERROR_VOLMGR_DISK_DUPLICATE: WIN32_ERROR = 3224895494u32;
9632 pub const ERROR_VOLMGR_DISK_DYNAMIC: WIN32_ERROR = 3224895495u32;
9633 pub const ERROR_VOLMGR_DISK_ID_INVALID: WIN32_ERROR = 3224895496u32;
9634 pub const ERROR_VOLMGR_DISK_INVALID: WIN32_ERROR = 3224895497u32;
9635 pub const ERROR_VOLMGR_DISK_LAST_VOTER: WIN32_ERROR = 3224895498u32;
9636 pub const ERROR_VOLMGR_DISK_LAYOUT_INVALID: WIN32_ERROR = 3224895499u32;
9637 pub const ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS: WIN32_ERROR = 3224895500u32;
9638 pub const ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED: WIN32_ERROR = 3224895501u32;
9639 pub const ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL: WIN32_ERROR = 3224895502u32;
9640 pub const ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS: WIN32_ERROR = 3224895503u32;
9641 pub const ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS: WIN32_ERROR = 3224895504u32;
9642 pub const ERROR_VOLMGR_DISK_MISSING: WIN32_ERROR = 3224895505u32;
9643 pub const ERROR_VOLMGR_DISK_NOT_EMPTY: WIN32_ERROR = 3224895506u32;
9644 pub const ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE: WIN32_ERROR = 3224895507u32;
9645 pub const ERROR_VOLMGR_DISK_REVECTORING_FAILED: WIN32_ERROR = 3224895508u32;
9646 pub const ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID: WIN32_ERROR = 3224895509u32;
9647 pub const ERROR_VOLMGR_DISK_SET_NOT_CONTAINED: WIN32_ERROR = 3224895510u32;
9648 pub const ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS: WIN32_ERROR = 3224895511u32;
9649 pub const ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES: WIN32_ERROR = 3224895512u32;
9650 pub const ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED: WIN32_ERROR = 3224895513u32;
9651 pub const ERROR_VOLMGR_EXTENT_ALREADY_USED: WIN32_ERROR = 3224895514u32;
9652 pub const ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS: WIN32_ERROR = 3224895515u32;
9653 pub const ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION: WIN32_ERROR = 3224895516u32;
9654 pub const ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED: WIN32_ERROR = 3224895517u32;
9655 pub const ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION: WIN32_ERROR = 3224895518u32;
9656 pub const ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH: WIN32_ERROR = 3224895519u32;
9657 pub const ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED: WIN32_ERROR = 3224895520u32;
9658 pub const ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID: WIN32_ERROR = 3224895521u32;
9659 pub const ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS: WIN32_ERROR = 3224895522u32;
9660 pub const ERROR_VOLMGR_MEMBER_IN_SYNC: WIN32_ERROR = 3224895523u32;
9661 pub const ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE: WIN32_ERROR = 3224895524u32;
9662 pub const ERROR_VOLMGR_MEMBER_INDEX_INVALID: WIN32_ERROR = 3224895525u32;
9663 pub const ERROR_VOLMGR_MEMBER_MISSING: WIN32_ERROR = 3224895526u32;
9664 pub const ERROR_VOLMGR_MEMBER_NOT_DETACHED: WIN32_ERROR = 3224895527u32;
9665 pub const ERROR_VOLMGR_MEMBER_REGENERATING: WIN32_ERROR = 3224895528u32;
9666 pub const ERROR_VOLMGR_ALL_DISKS_FAILED: WIN32_ERROR = 3224895529u32;
9667 pub const ERROR_VOLMGR_NO_REGISTERED_USERS: WIN32_ERROR = 3224895530u32;
9668 pub const ERROR_VOLMGR_NO_SUCH_USER: WIN32_ERROR = 3224895531u32;
9669 pub const ERROR_VOLMGR_NOTIFICATION_RESET: WIN32_ERROR = 3224895532u32;
9670 pub const ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID: WIN32_ERROR = 3224895533u32;
9671 pub const ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID: WIN32_ERROR = 3224895534u32;
9672 pub const ERROR_VOLMGR_PACK_DUPLICATE: WIN32_ERROR = 3224895535u32;
9673 pub const ERROR_VOLMGR_PACK_ID_INVALID: WIN32_ERROR = 3224895536u32;
9674 pub const ERROR_VOLMGR_PACK_INVALID: WIN32_ERROR = 3224895537u32;
9675 pub const ERROR_VOLMGR_PACK_NAME_INVALID: WIN32_ERROR = 3224895538u32;
9676 pub const ERROR_VOLMGR_PACK_OFFLINE: WIN32_ERROR = 3224895539u32;
9677 pub const ERROR_VOLMGR_PACK_HAS_QUORUM: WIN32_ERROR = 3224895540u32;
9678 pub const ERROR_VOLMGR_PACK_WITHOUT_QUORUM: WIN32_ERROR = 3224895541u32;
9679 pub const ERROR_VOLMGR_PARTITION_STYLE_INVALID: WIN32_ERROR = 3224895542u32;
9680 pub const ERROR_VOLMGR_PARTITION_UPDATE_FAILED: WIN32_ERROR = 3224895543u32;
9681 pub const ERROR_VOLMGR_PLEX_IN_SYNC: WIN32_ERROR = 3224895544u32;
9682 pub const ERROR_VOLMGR_PLEX_INDEX_DUPLICATE: WIN32_ERROR = 3224895545u32;
9683 pub const ERROR_VOLMGR_PLEX_INDEX_INVALID: WIN32_ERROR = 3224895546u32;
9684 pub const ERROR_VOLMGR_PLEX_LAST_ACTIVE: WIN32_ERROR = 3224895547u32;
9685 pub const ERROR_VOLMGR_PLEX_MISSING: WIN32_ERROR = 3224895548u32;
9686 pub const ERROR_VOLMGR_PLEX_REGENERATING: WIN32_ERROR = 3224895549u32;
9687 pub const ERROR_VOLMGR_PLEX_TYPE_INVALID: WIN32_ERROR = 3224895550u32;
9688 pub const ERROR_VOLMGR_PLEX_NOT_RAID5: WIN32_ERROR = 3224895551u32;
9689 pub const ERROR_VOLMGR_PLEX_NOT_SIMPLE: WIN32_ERROR = 3224895552u32;
9690 pub const ERROR_VOLMGR_STRUCTURE_SIZE_INVALID: WIN32_ERROR = 3224895553u32;
9691 pub const ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS: WIN32_ERROR = 3224895554u32;
9692 pub const ERROR_VOLMGR_TRANSACTION_IN_PROGRESS: WIN32_ERROR = 3224895555u32;
9693 pub const ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE: WIN32_ERROR = 3224895556u32;
9694 pub const ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK: WIN32_ERROR = 3224895557u32;
9695 pub const ERROR_VOLMGR_VOLUME_ID_INVALID: WIN32_ERROR = 3224895558u32;
9696 pub const ERROR_VOLMGR_VOLUME_LENGTH_INVALID: WIN32_ERROR = 3224895559u32;
9697 pub const ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE: WIN32_ERROR = 3224895560u32;
9698 pub const ERROR_VOLMGR_VOLUME_NOT_MIRRORED: WIN32_ERROR = 3224895561u32;
9699 pub const ERROR_VOLMGR_VOLUME_NOT_RETAINED: WIN32_ERROR = 3224895562u32;
9700 pub const ERROR_VOLMGR_VOLUME_OFFLINE: WIN32_ERROR = 3224895563u32;
9701 pub const ERROR_VOLMGR_VOLUME_RETAINED: WIN32_ERROR = 3224895564u32;
9702 pub const ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID: WIN32_ERROR = 3224895565u32;
9703 pub const ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE: WIN32_ERROR = 3224895566u32;
9704 pub const ERROR_VOLMGR_BAD_BOOT_DISK: WIN32_ERROR = 3224895567u32;
9705 pub const ERROR_VOLMGR_PACK_CONFIG_OFFLINE: WIN32_ERROR = 3224895568u32;
9706 pub const ERROR_VOLMGR_PACK_CONFIG_ONLINE: WIN32_ERROR = 3224895569u32;
9707 pub const ERROR_VOLMGR_NOT_PRIMARY_PACK: WIN32_ERROR = 3224895570u32;
9708 pub const ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED: WIN32_ERROR = 3224895571u32;
9709 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID: WIN32_ERROR = 3224895572u32;
9710 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID: WIN32_ERROR = 3224895573u32;
9711 pub const ERROR_VOLMGR_VOLUME_MIRRORED: WIN32_ERROR = 3224895574u32;
9712 pub const ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED: WIN32_ERROR = 3224895575u32;
9713 pub const ERROR_VOLMGR_NO_VALID_LOG_COPIES: WIN32_ERROR = 3224895576u32;
9714 pub const ERROR_VOLMGR_PRIMARY_PACK_PRESENT: WIN32_ERROR = 3224895577u32;
9715 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID: WIN32_ERROR = 3224895578u32;
9716 pub const ERROR_VOLMGR_MIRROR_NOT_SUPPORTED: WIN32_ERROR = 3224895579u32;
9717 pub const ERROR_VOLMGR_RAID5_NOT_SUPPORTED: WIN32_ERROR = 3224895580u32;
9718 pub const ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED: WIN32_ERROR = 2151219201u32;
9719 pub const ERROR_BCD_TOO_MANY_ELEMENTS: WIN32_ERROR = 3224961026u32;
9720 pub const ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED: WIN32_ERROR = 2151219203u32;
9721 pub const ERROR_VHD_DRIVE_FOOTER_MISSING: WIN32_ERROR = 3225026561u32;
9722 pub const ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH: WIN32_ERROR = 3225026562u32;
9723 pub const ERROR_VHD_DRIVE_FOOTER_CORRUPT: WIN32_ERROR = 3225026563u32;
9724 pub const ERROR_VHD_FORMAT_UNKNOWN: WIN32_ERROR = 3225026564u32;
9725 pub const ERROR_VHD_FORMAT_UNSUPPORTED_VERSION: WIN32_ERROR = 3225026565u32;
9726 pub const ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH: WIN32_ERROR = 3225026566u32;
9727 pub const ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION: WIN32_ERROR = 3225026567u32;
9728 pub const ERROR_VHD_SPARSE_HEADER_CORRUPT: WIN32_ERROR = 3225026568u32;
9729 pub const ERROR_VHD_BLOCK_ALLOCATION_FAILURE: WIN32_ERROR = 3225026569u32;
9730 pub const ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT: WIN32_ERROR = 3225026570u32;
9731 pub const ERROR_VHD_INVALID_BLOCK_SIZE: WIN32_ERROR = 3225026571u32;
9732 pub const ERROR_VHD_BITMAP_MISMATCH: WIN32_ERROR = 3225026572u32;
9733 pub const ERROR_VHD_PARENT_VHD_NOT_FOUND: WIN32_ERROR = 3225026573u32;
9734 pub const ERROR_VHD_CHILD_PARENT_ID_MISMATCH: WIN32_ERROR = 3225026574u32;
9735 pub const ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH: WIN32_ERROR = 3225026575u32;
9736 pub const ERROR_VHD_METADATA_READ_FAILURE: WIN32_ERROR = 3225026576u32;
9737 pub const ERROR_VHD_METADATA_WRITE_FAILURE: WIN32_ERROR = 3225026577u32;
9738 pub const ERROR_VHD_INVALID_SIZE: WIN32_ERROR = 3225026578u32;
9739 pub const ERROR_VHD_INVALID_FILE_SIZE: WIN32_ERROR = 3225026579u32;
9740 pub const ERROR_VIRTDISK_PROVIDER_NOT_FOUND: WIN32_ERROR = 3225026580u32;
9741 pub const ERROR_VIRTDISK_NOT_VIRTUAL_DISK: WIN32_ERROR = 3225026581u32;
9742 pub const ERROR_VHD_PARENT_VHD_ACCESS_DENIED: WIN32_ERROR = 3225026582u32;
9743 pub const ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH: WIN32_ERROR = 3225026583u32;
9744 pub const ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED: WIN32_ERROR = 3225026584u32;
9745 pub const ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT: WIN32_ERROR = 3225026585u32;
9746 pub const ERROR_VIRTUAL_DISK_LIMITATION: WIN32_ERROR = 3225026586u32;
9747 pub const ERROR_VHD_INVALID_TYPE: WIN32_ERROR = 3225026587u32;
9748 pub const ERROR_VHD_INVALID_STATE: WIN32_ERROR = 3225026588u32;
9749 pub const ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE: WIN32_ERROR = 3225026589u32;
9750 pub const ERROR_VIRTDISK_DISK_ALREADY_OWNED: WIN32_ERROR = 3225026590u32;
9751 pub const ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE: WIN32_ERROR = 3225026591u32;
9752 pub const ERROR_CTLOG_TRACKING_NOT_INITIALIZED: WIN32_ERROR = 3225026592u32;
9753 pub const ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE: WIN32_ERROR = 3225026593u32;
9754 pub const ERROR_CTLOG_VHD_CHANGED_OFFLINE: WIN32_ERROR = 3225026594u32;
9755 pub const ERROR_CTLOG_INVALID_TRACKING_STATE: WIN32_ERROR = 3225026595u32;
9756 pub const ERROR_CTLOG_INCONSISTENT_TRACKING_FILE: WIN32_ERROR = 3225026596u32;
9757 pub const ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA: WIN32_ERROR = 3225026597u32;
9758 pub const ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE: WIN32_ERROR = 3225026598u32;
9759 pub const ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE: WIN32_ERROR = 3225026599u32;
9760 pub const ERROR_VHD_METADATA_FULL: WIN32_ERROR = 3225026600u32;
9761 pub const ERROR_VHD_INVALID_CHANGE_TRACKING_ID: WIN32_ERROR = 3225026601u32;
9762 pub const ERROR_VHD_CHANGE_TRACKING_DISABLED: WIN32_ERROR = 3225026602u32;
9763 pub const ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION: WIN32_ERROR = 3225026608u32;
9764 pub const ERROR_QUERY_STORAGE_ERROR: WIN32_ERROR = 2151284737u32;
9765 pub const WINCODEC_ERR_ALREADYLOCKED: ::windows_sys::core::HRESULT = -2003292403i32;
9766 pub const WINCODEC_ERR_BADHEADER: ::windows_sys::core::HRESULT = -2003292319i32;
9767 pub const WINCODEC_ERR_BADIMAGE: ::windows_sys::core::HRESULT = -2003292320i32;
9768 pub const WINCODEC_ERR_BADMETADATAHEADER: ::windows_sys::core::HRESULT = -2003292317i32;
9769 pub const WINCODEC_ERR_BADSTREAMDATA: ::windows_sys::core::HRESULT = -2003292304i32;
9770 pub const WINCODEC_ERR_CODECNOTHUMBNAIL: ::windows_sys::core::HRESULT = -2003292348i32;
9771 pub const WINCODEC_ERR_CODECPRESENT: ::windows_sys::core::HRESULT = -2003292349i32;
9772 pub const WINCODEC_ERR_CODECTOOMANYSCANLINES: ::windows_sys::core::HRESULT = -2003292346i32;
9773 pub const WINCODEC_ERR_COMPONENTINITIALIZEFAILURE: ::windows_sys::core::HRESULT = -2003292277i32;
9774 pub const WINCODEC_ERR_COMPONENTNOTFOUND: ::windows_sys::core::HRESULT = -2003292336i32;
9775 pub const WINCODEC_ERR_DUPLICATEMETADATAPRESENT: ::windows_sys::core::HRESULT = -2003292275i32;
9776 pub const WINCODEC_ERR_FRAMEMISSING: ::windows_sys::core::HRESULT = -2003292318i32;
9777 pub const WINCODEC_ERR_IMAGESIZEOUTOFRANGE: ::windows_sys::core::HRESULT = -2003292335i32;
9778 pub const WINCODEC_ERR_INSUFFICIENTBUFFER: ::windows_sys::core::HRESULT = -2003292276i32;
9779 pub const WINCODEC_ERR_INTERNALERROR: ::windows_sys::core::HRESULT = -2003292344i32;
9780 pub const WINCODEC_ERR_INVALIDJPEGSCANINDEX: ::windows_sys::core::HRESULT = -2003292266i32;
9781 pub const WINCODEC_ERR_INVALIDPROGRESSIVELEVEL: ::windows_sys::core::HRESULT = -2003292267i32;
9782 pub const WINCODEC_ERR_INVALIDQUERYCHARACTER: ::windows_sys::core::HRESULT = -2003292269i32;
9783 pub const WINCODEC_ERR_INVALIDQUERYREQUEST: ::windows_sys::core::HRESULT = -2003292272i32;
9784 pub const WINCODEC_ERR_INVALIDREGISTRATION: ::windows_sys::core::HRESULT = -2003292278i32;
9785 pub const WINCODEC_ERR_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2003292404i32;
9786 pub const WINCODEC_ERR_PALETTEUNAVAILABLE: ::windows_sys::core::HRESULT = -2003292347i32;
9787 pub const WINCODEC_ERR_PROPERTYNOTFOUND: ::windows_sys::core::HRESULT = -2003292352i32;
9788 pub const WINCODEC_ERR_PROPERTYNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003292351i32;
9789 pub const WINCODEC_ERR_PROPERTYSIZE: ::windows_sys::core::HRESULT = -2003292350i32;
9790 pub const WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE: ::windows_sys::core::HRESULT = -2003292274i32;
9791 pub const WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT: ::windows_sys::core::HRESULT = -2003292270i32;
9792 pub const WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS: ::windows_sys::core::HRESULT = -2003292343i32;
9793 pub const WINCODEC_ERR_STREAMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2003292301i32;
9794 pub const WINCODEC_ERR_STREAMREAD: ::windows_sys::core::HRESULT = -2003292302i32;
9795 pub const WINCODEC_ERR_STREAMWRITE: ::windows_sys::core::HRESULT = -2003292303i32;
9796 pub const WINCODEC_ERR_TOOMUCHMETADATA: ::windows_sys::core::HRESULT = -2003292334i32;
9797 pub const WINCODEC_ERR_UNEXPECTEDMETADATATYPE: ::windows_sys::core::HRESULT = -2003292271i32;
9798 pub const WINCODEC_ERR_UNEXPECTEDSIZE: ::windows_sys::core::HRESULT = -2003292273i32;
9799 pub const WINCODEC_ERR_UNKNOWNIMAGEFORMAT: ::windows_sys::core::HRESULT = -2003292409i32;
9800 pub const WINCODEC_ERR_UNSUPPORTEDOPERATION: ::windows_sys::core::HRESULT = -2003292287i32;
9801 pub const WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT: ::windows_sys::core::HRESULT = -2003292288i32;
9802 pub const WINCODEC_ERR_UNSUPPORTEDVERSION: ::windows_sys::core::HRESULT = -2003292405i32;
9803 pub const WINCODEC_ERR_VALUEOUTOFRANGE: ::windows_sys::core::HRESULT = -2003292411i32;
9804 pub const WINCODEC_ERR_WIN32ERROR: ::windows_sys::core::HRESULT = -2003292268i32;
9805 pub const WINCODEC_ERR_WRONGSTATE: ::windows_sys::core::HRESULT = -2003292412i32;
9806 pub const WININET_E_ASYNC_THREAD_FAILED: ::windows_sys::core::HRESULT = -2147012849i32;
9807 pub const WININET_E_BAD_AUTO_PROXY_SCRIPT: ::windows_sys::core::HRESULT = -2147012730i32;
9808 pub const WININET_E_BAD_OPTION_LENGTH: ::windows_sys::core::HRESULT = -2147012886i32;
9809 pub const WININET_E_BAD_REGISTRY_PARAMETER: ::windows_sys::core::HRESULT = -2147012874i32;
9810 pub const WININET_E_CANNOT_CONNECT: ::windows_sys::core::HRESULT = -2147012867i32;
9811 pub const WININET_E_CHG_POST_IS_NON_SECURE: ::windows_sys::core::HRESULT = -2147012854i32;
9812 pub const WININET_E_CLIENT_AUTH_CERT_NEEDED: ::windows_sys::core::HRESULT = -2147012852i32;
9813 pub const WININET_E_CLIENT_AUTH_NOT_SETUP: ::windows_sys::core::HRESULT = -2147012850i32;
9814 pub const WININET_E_CONNECTION_ABORTED: ::windows_sys::core::HRESULT = -2147012866i32;
9815 pub const WININET_E_CONNECTION_RESET: ::windows_sys::core::HRESULT = -2147012865i32;
9816 pub const WININET_E_COOKIE_DECLINED: ::windows_sys::core::HRESULT = -2147012734i32;
9817 pub const WININET_E_COOKIE_NEEDS_CONFIRMATION: ::windows_sys::core::HRESULT = -2147012735i32;
9818 pub const WININET_E_DECODING_FAILED: ::windows_sys::core::HRESULT = -2147012721i32;
9819 pub const WININET_E_DIALOG_PENDING: ::windows_sys::core::HRESULT = -2147012847i32;
9820 pub const WININET_E_DISCONNECTED: ::windows_sys::core::HRESULT = -2147012733i32;
9821 pub const WININET_E_DOWNLEVEL_SERVER: ::windows_sys::core::HRESULT = -2147012745i32;
9822 pub const WININET_E_EXTENDED_ERROR: ::windows_sys::core::HRESULT = -2147012893i32;
9823 pub const WININET_E_FAILED_DUETOSECURITYCHECK: ::windows_sys::core::HRESULT = -2147012725i32;
9824 pub const WININET_E_FORCE_RETRY: ::windows_sys::core::HRESULT = -2147012864i32;
9825 pub const WININET_E_HANDLE_EXISTS: ::windows_sys::core::HRESULT = -2147012860i32;
9826 pub const WININET_E_HEADER_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2147012741i32;
9827 pub const WININET_E_HEADER_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012746i32;
9828 pub const WININET_E_HTTPS_HTTP_SUBMIT_REDIR: ::windows_sys::core::HRESULT = -2147012844i32;
9829 pub const WININET_E_HTTPS_TO_HTTP_ON_REDIR: ::windows_sys::core::HRESULT = -2147012856i32;
9830 pub const WININET_E_HTTP_TO_HTTPS_ON_REDIR: ::windows_sys::core::HRESULT = -2147012857i32;
9831 pub const WININET_E_INCORRECT_FORMAT: ::windows_sys::core::HRESULT = -2147012869i32;
9832 pub const WININET_E_INCORRECT_HANDLE_STATE: ::windows_sys::core::HRESULT = -2147012877i32;
9833 pub const WININET_E_INCORRECT_HANDLE_TYPE: ::windows_sys::core::HRESULT = -2147012878i32;
9834 pub const WININET_E_INCORRECT_PASSWORD: ::windows_sys::core::HRESULT = -2147012882i32;
9835 pub const WININET_E_INCORRECT_USER_NAME: ::windows_sys::core::HRESULT = -2147012883i32;
9836 pub const WININET_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2147012892i32;
9837 pub const WININET_E_INVALID_CA: ::windows_sys::core::HRESULT = -2147012851i32;
9838 pub const WININET_E_INVALID_HEADER: ::windows_sys::core::HRESULT = -2147012743i32;
9839 pub const WININET_E_INVALID_OPERATION: ::windows_sys::core::HRESULT = -2147012880i32;
9840 pub const WININET_E_INVALID_OPTION: ::windows_sys::core::HRESULT = -2147012887i32;
9841 pub const WININET_E_INVALID_PROXY_REQUEST: ::windows_sys::core::HRESULT = -2147012863i32;
9842 pub const WININET_E_INVALID_QUERY_REQUEST: ::windows_sys::core::HRESULT = -2147012742i32;
9843 pub const WININET_E_INVALID_SERVER_RESPONSE: ::windows_sys::core::HRESULT = -2147012744i32;
9844 pub const WININET_E_INVALID_URL: ::windows_sys::core::HRESULT = -2147012891i32;
9845 pub const WININET_E_ITEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012868i32;
9846 pub const WININET_E_LOGIN_FAILURE: ::windows_sys::core::HRESULT = -2147012881i32;
9847 pub const WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY: ::windows_sys::core::HRESULT = -2147012722i32;
9848 pub const WININET_E_MIXED_SECURITY: ::windows_sys::core::HRESULT = -2147012855i32;
9849 pub const WININET_E_NAME_NOT_RESOLVED: ::windows_sys::core::HRESULT = -2147012889i32;
9850 pub const WININET_E_NEED_UI: ::windows_sys::core::HRESULT = -2147012862i32;
9851 pub const WININET_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2147012724i32;
9852 pub const WININET_E_NOT_PROXY_REQUEST: ::windows_sys::core::HRESULT = -2147012876i32;
9853 pub const WININET_E_NOT_REDIRECTED: ::windows_sys::core::HRESULT = -2147012736i32;
9854 pub const WININET_E_NO_CALLBACK: ::windows_sys::core::HRESULT = -2147012871i32;
9855 pub const WININET_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2147012872i32;
9856 pub const WININET_E_NO_DIRECT_ACCESS: ::windows_sys::core::HRESULT = -2147012873i32;
9857 pub const WININET_E_NO_NEW_CONTAINERS: ::windows_sys::core::HRESULT = -2147012845i32;
9858 pub const WININET_E_OPERATION_CANCELLED: ::windows_sys::core::HRESULT = -2147012879i32;
9859 pub const WININET_E_OPTION_NOT_SETTABLE: ::windows_sys::core::HRESULT = -2147012885i32;
9860 pub const WININET_E_OUT_OF_HANDLES: ::windows_sys::core::HRESULT = -2147012895i32;
9861 pub const WININET_E_POST_IS_NON_SECURE: ::windows_sys::core::HRESULT = -2147012853i32;
9862 pub const WININET_E_PROTOCOL_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012888i32;
9863 pub const WININET_E_PROXY_SERVER_UNREACHABLE: ::windows_sys::core::HRESULT = -2147012731i32;
9864 pub const WININET_E_REDIRECT_FAILED: ::windows_sys::core::HRESULT = -2147012740i32;
9865 pub const WININET_E_REDIRECT_NEEDS_CONFIRMATION: ::windows_sys::core::HRESULT = -2147012728i32;
9866 pub const WININET_E_REDIRECT_SCHEME_CHANGE: ::windows_sys::core::HRESULT = -2147012848i32;
9867 pub const WININET_E_REGISTRY_VALUE_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012875i32;
9868 pub const WININET_E_REQUEST_PENDING: ::windows_sys::core::HRESULT = -2147012870i32;
9869 pub const WININET_E_RETRY_DIALOG: ::windows_sys::core::HRESULT = -2147012846i32;
9870 pub const WININET_E_SECURITY_CHANNEL_ERROR: ::windows_sys::core::HRESULT = -2147012739i32;
9871 pub const WININET_E_SEC_CERT_CN_INVALID: ::windows_sys::core::HRESULT = -2147012858i32;
9872 pub const WININET_E_SEC_CERT_DATE_INVALID: ::windows_sys::core::HRESULT = -2147012859i32;
9873 pub const WININET_E_SEC_CERT_ERRORS: ::windows_sys::core::HRESULT = -2147012841i32;
9874 pub const WININET_E_SEC_CERT_REVOKED: ::windows_sys::core::HRESULT = -2147012726i32;
9875 pub const WININET_E_SEC_CERT_REV_FAILED: ::windows_sys::core::HRESULT = -2147012839i32;
9876 pub const WININET_E_SEC_INVALID_CERT: ::windows_sys::core::HRESULT = -2147012727i32;
9877 pub const WININET_E_SERVER_UNREACHABLE: ::windows_sys::core::HRESULT = -2147012732i32;
9878 pub const WININET_E_SHUTDOWN: ::windows_sys::core::HRESULT = -2147012884i32;
9879 pub const WININET_E_TCPIP_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147012737i32;
9880 pub const WININET_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147012894i32;
9881 pub const WININET_E_UNABLE_TO_CACHE_FILE: ::windows_sys::core::HRESULT = -2147012738i32;
9882 pub const WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT: ::windows_sys::core::HRESULT = -2147012729i32;
9883 pub const WININET_E_UNRECOGNIZED_SCHEME: ::windows_sys::core::HRESULT = -2147012890i32;
9884 pub const WINML_ERR_INVALID_BINDING: ::windows_sys::core::HRESULT = -2003828734i32;
9885 pub const WINML_ERR_INVALID_DEVICE: ::windows_sys::core::HRESULT = -2003828735i32;
9886 pub const WINML_ERR_SIZE_MISMATCH: ::windows_sys::core::HRESULT = -2003828732i32;
9887 pub const WINML_ERR_VALUE_NOTFOUND: ::windows_sys::core::HRESULT = -2003828733i32;
9888 pub const WINVER: u32 = 1280u32;
9889 pub const WINVER_MAXVER: u32 = 2560u32;
9890 pub type WPARAM = usize;
9891 pub const WPN_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143420137i32;
9892 pub const WPN_E_ALL_URL_NOT_COMPLETED: ::windows_sys::core::HRESULT = -2143419901i32;
9893 pub const WPN_E_CALLBACK_ALREADY_REGISTERED: ::windows_sys::core::HRESULT = -2143419898i32;
9894 pub const WPN_E_CHANNEL_CLOSED: ::windows_sys::core::HRESULT = -2143420160i32;
9895 pub const WPN_E_CHANNEL_REQUEST_NOT_COMPLETE: ::windows_sys::core::HRESULT = -2143420159i32;
9896 pub const WPN_E_CLOUD_AUTH_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420134i32;
9897 pub const WPN_E_CLOUD_DISABLED: ::windows_sys::core::HRESULT = -2143420151i32;
9898 pub const WPN_E_CLOUD_DISABLED_FOR_APP: ::windows_sys::core::HRESULT = -2143419893i32;
9899 pub const WPN_E_CLOUD_INCAPABLE: ::windows_sys::core::HRESULT = -2143420144i32;
9900 pub const WPN_E_CLOUD_SERVICE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420133i32;
9901 pub const WPN_E_DEV_ID_SIZE: ::windows_sys::core::HRESULT = -2143420128i32;
9902 pub const WPN_E_DUPLICATE_CHANNEL: ::windows_sys::core::HRESULT = -2143420156i32;
9903 pub const WPN_E_DUPLICATE_REGISTRATION: ::windows_sys::core::HRESULT = -2143420136i32;
9904 pub const WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION: ::windows_sys::core::HRESULT = -2143420132i32;
9905 pub const WPN_E_GROUP_ALPHANUMERIC: ::windows_sys::core::HRESULT = -2143419894i32;
9906 pub const WPN_E_GROUP_SIZE: ::windows_sys::core::HRESULT = -2143419895i32;
9907 pub const WPN_E_IMAGE_NOT_FOUND_IN_CACHE: ::windows_sys::core::HRESULT = -2143419902i32;
9908 pub const WPN_E_INTERNET_INCAPABLE: ::windows_sys::core::HRESULT = -2143420141i32;
9909 pub const WPN_E_INVALID_APP: ::windows_sys::core::HRESULT = -2143420158i32;
9910 pub const WPN_E_INVALID_CLOUD_IMAGE: ::windows_sys::core::HRESULT = -2143419900i32;
9911 pub const WPN_E_INVALID_HTTP_STATUS_CODE: ::windows_sys::core::HRESULT = -2143420117i32;
9912 pub const WPN_E_NOTIFICATION_DISABLED: ::windows_sys::core::HRESULT = -2143420143i32;
9913 pub const WPN_E_NOTIFICATION_HIDDEN: ::windows_sys::core::HRESULT = -2143420153i32;
9914 pub const WPN_E_NOTIFICATION_ID_MATCHED: ::windows_sys::core::HRESULT = -2143419899i32;
9915 pub const WPN_E_NOTIFICATION_INCAPABLE: ::windows_sys::core::HRESULT = -2143420142i32;
9916 pub const WPN_E_NOTIFICATION_NOT_POSTED: ::windows_sys::core::HRESULT = -2143420152i32;
9917 pub const WPN_E_NOTIFICATION_POSTED: ::windows_sys::core::HRESULT = -2143420154i32;
9918 pub const WPN_E_NOTIFICATION_SIZE: ::windows_sys::core::HRESULT = -2143420139i32;
9919 pub const WPN_E_NOTIFICATION_TYPE_DISABLED: ::windows_sys::core::HRESULT = -2143420140i32;
9920 pub const WPN_E_OUTSTANDING_CHANNEL_REQUEST: ::windows_sys::core::HRESULT = -2143420157i32;
9921 pub const WPN_E_OUT_OF_SESSION: ::windows_sys::core::HRESULT = -2143419904i32;
9922 pub const WPN_E_PLATFORM_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420155i32;
9923 pub const WPN_E_POWER_SAVE: ::windows_sys::core::HRESULT = -2143419903i32;
9924 pub const WPN_E_PUSH_NOTIFICATION_INCAPABLE: ::windows_sys::core::HRESULT = -2143420135i32;
9925 pub const WPN_E_STORAGE_LOCKED: ::windows_sys::core::HRESULT = -2143419896i32;
9926 pub const WPN_E_TAG_ALPHANUMERIC: ::windows_sys::core::HRESULT = -2143420118i32;
9927 pub const WPN_E_TAG_SIZE: ::windows_sys::core::HRESULT = -2143420138i32;
9928 pub const WPN_E_TOAST_NOTIFICATION_DROPPED: ::windows_sys::core::HRESULT = -2143419897i32;
9929 pub const WS_E_ADDRESS_IN_USE: ::windows_sys::core::HRESULT = -2143485941i32;
9930 pub const WS_E_ADDRESS_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143485940i32;
9931 pub const WS_E_ENDPOINT_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143485947i32;
9932 pub const WS_E_ENDPOINT_ACTION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143485935i32;
9933 pub const WS_E_ENDPOINT_DISCONNECTED: ::windows_sys::core::HRESULT = -2143485932i32;
9934 pub const WS_E_ENDPOINT_FAILURE: ::windows_sys::core::HRESULT = -2143485937i32;
9935 pub const WS_E_ENDPOINT_FAULT_RECEIVED: ::windows_sys::core::HRESULT = -2143485933i32;
9936 pub const WS_E_ENDPOINT_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143485938i32;
9937 pub const WS_E_ENDPOINT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143485939i32;
9938 pub const WS_E_ENDPOINT_TOO_BUSY: ::windows_sys::core::HRESULT = -2143485934i32;
9939 pub const WS_E_ENDPOINT_UNREACHABLE: ::windows_sys::core::HRESULT = -2143485936i32;
9940 pub const WS_E_INVALID_ENDPOINT_URL: ::windows_sys::core::HRESULT = -2143485920i32;
9941 pub const WS_E_INVALID_FORMAT: ::windows_sys::core::HRESULT = -2143485952i32;
9942 pub const WS_E_INVALID_OPERATION: ::windows_sys::core::HRESULT = -2143485949i32;
9943 pub const WS_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143485929i32;
9944 pub const WS_E_NO_TRANSLATION_AVAILABLE: ::windows_sys::core::HRESULT = -2143485943i32;
9945 pub const WS_E_NUMERIC_OVERFLOW: ::windows_sys::core::HRESULT = -2143485950i32;
9946 pub const WS_E_OBJECT_FAULTED: ::windows_sys::core::HRESULT = -2143485951i32;
9947 pub const WS_E_OPERATION_ABANDONED: ::windows_sys::core::HRESULT = -2143485945i32;
9948 pub const WS_E_OPERATION_ABORTED: ::windows_sys::core::HRESULT = -2143485948i32;
9949 pub const WS_E_OPERATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2143485946i32;
9950 pub const WS_E_OTHER: ::windows_sys::core::HRESULT = -2143485919i32;
9951 pub const WS_E_PROXY_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143485930i32;
9952 pub const WS_E_PROXY_FAILURE: ::windows_sys::core::HRESULT = -2143485931i32;
9953 pub const WS_E_PROXY_REQUIRES_BASIC_AUTH: ::windows_sys::core::HRESULT = -2143485928i32;
9954 pub const WS_E_PROXY_REQUIRES_DIGEST_AUTH: ::windows_sys::core::HRESULT = -2143485927i32;
9955 pub const WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH: ::windows_sys::core::HRESULT = -2143485925i32;
9956 pub const WS_E_PROXY_REQUIRES_NTLM_AUTH: ::windows_sys::core::HRESULT = -2143485926i32;
9957 pub const WS_E_QUOTA_EXCEEDED: ::windows_sys::core::HRESULT = -2143485944i32;
9958 pub const WS_E_SECURITY_SYSTEM_FAILURE: ::windows_sys::core::HRESULT = -2143485917i32;
9959 pub const WS_E_SECURITY_TOKEN_EXPIRED: ::windows_sys::core::HRESULT = -2143485918i32;
9960 pub const WS_E_SECURITY_VERIFICATION_FAILURE: ::windows_sys::core::HRESULT = -2143485942i32;
9961 pub const WS_E_SERVER_REQUIRES_BASIC_AUTH: ::windows_sys::core::HRESULT = -2143485924i32;
9962 pub const WS_E_SERVER_REQUIRES_DIGEST_AUTH: ::windows_sys::core::HRESULT = -2143485923i32;
9963 pub const WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH: ::windows_sys::core::HRESULT = -2143485921i32;
9964 pub const WS_E_SERVER_REQUIRES_NTLM_AUTH: ::windows_sys::core::HRESULT = -2143485922i32;
9965 pub const WS_S_ASYNC: ::windows_sys::core::HRESULT = 3997696i32;
9966 pub const WS_S_END: ::windows_sys::core::HRESULT = 3997697i32;
9967 pub const XACT_E_ABORTED: ::windows_sys::core::HRESULT = -2147168231i32;
9968 pub const XACT_E_ABORTING: ::windows_sys::core::HRESULT = -2147168215i32;
9969 pub const XACT_E_ALREADYINPROGRESS: ::windows_sys::core::HRESULT = -2147168232i32;
9970 pub const XACT_E_ALREADYOTHERSINGLEPHASE: ::windows_sys::core::HRESULT = -2147168256i32;
9971 pub const XACT_E_CANTRETAIN: ::windows_sys::core::HRESULT = -2147168255i32;
9972 pub const XACT_E_CLERKEXISTS: ::windows_sys::core::HRESULT = -2147168127i32;
9973 pub const XACT_E_CLERKNOTFOUND: ::windows_sys::core::HRESULT = -2147168128i32;
9974 pub const XACT_E_COMMITFAILED: ::windows_sys::core::HRESULT = -2147168254i32;
9975 pub const XACT_E_COMMITPREVENTED: ::windows_sys::core::HRESULT = -2147168253i32;
9976 pub const XACT_E_CONNECTION_DENIED: ::windows_sys::core::HRESULT = -2147168227i32;
9977 pub const XACT_E_CONNECTION_DOWN: ::windows_sys::core::HRESULT = -2147168228i32;
9978 pub const XACT_E_DEST_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147168222i32;
9979 pub const XACT_E_FIRST: u32 = 2147799040u32;
9980 pub const XACT_E_HEURISTICABORT: ::windows_sys::core::HRESULT = -2147168252i32;
9981 pub const XACT_E_HEURISTICCOMMIT: ::windows_sys::core::HRESULT = -2147168251i32;
9982 pub const XACT_E_HEURISTICDAMAGE: ::windows_sys::core::HRESULT = -2147168250i32;
9983 pub const XACT_E_HEURISTICDANGER: ::windows_sys::core::HRESULT = -2147168249i32;
9984 pub const XACT_E_INDOUBT: ::windows_sys::core::HRESULT = -2147168234i32;
9985 pub const XACT_E_INVALIDCOOKIE: ::windows_sys::core::HRESULT = -2147168235i32;
9986 pub const XACT_E_INVALIDLSN: ::windows_sys::core::HRESULT = -2147168124i32;
9987 pub const XACT_E_ISOLATIONLEVEL: ::windows_sys::core::HRESULT = -2147168248i32;
9988 pub const XACT_E_LAST: u32 = 2147799083u32;
9989 pub const XACT_E_LOGFULL: ::windows_sys::core::HRESULT = -2147168230i32;
9990 pub const XACT_E_LU_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168212i32;
9991 pub const XACT_E_NETWORK_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168220i32;
9992 pub const XACT_E_NOASYNC: ::windows_sys::core::HRESULT = -2147168247i32;
9993 pub const XACT_E_NOENLIST: ::windows_sys::core::HRESULT = -2147168246i32;
9994 pub const XACT_E_NOIMPORTOBJECT: ::windows_sys::core::HRESULT = -2147168236i32;
9995 pub const XACT_E_NOISORETAIN: ::windows_sys::core::HRESULT = -2147168245i32;
9996 pub const XACT_E_NORESOURCE: ::windows_sys::core::HRESULT = -2147168244i32;
9997 pub const XACT_E_NOTCURRENT: ::windows_sys::core::HRESULT = -2147168243i32;
9998 pub const XACT_E_NOTIMEOUT: ::windows_sys::core::HRESULT = -2147168233i32;
9999 pub const XACT_E_NOTRANSACTION: ::windows_sys::core::HRESULT = -2147168242i32;
10000 pub const XACT_E_NOTSUPPORTED: ::windows_sys::core::HRESULT = -2147168241i32;
10001 pub const XACT_E_PARTNER_NETWORK_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168219i32;
10002 pub const XACT_E_PULL_COMM_FAILURE: ::windows_sys::core::HRESULT = -2147168213i32;
10003 pub const XACT_E_PUSH_COMM_FAILURE: ::windows_sys::core::HRESULT = -2147168214i32;
10004 pub const XACT_E_RECOVERYINPROGRESS: ::windows_sys::core::HRESULT = -2147168126i32;
10005 pub const XACT_E_REENLISTTIMEOUT: ::windows_sys::core::HRESULT = -2147168226i32;
10006 pub const XACT_E_REPLAYREQUEST: ::windows_sys::core::HRESULT = -2147168123i32;
10007 pub const XACT_E_TIP_CONNECT_FAILED: ::windows_sys::core::HRESULT = -2147168225i32;
10008 pub const XACT_E_TIP_DISABLED: ::windows_sys::core::HRESULT = -2147168221i32;
10009 pub const XACT_E_TIP_PROTOCOL_ERROR: ::windows_sys::core::HRESULT = -2147168224i32;
10010 pub const XACT_E_TIP_PULL_FAILED: ::windows_sys::core::HRESULT = -2147168223i32;
10011 pub const XACT_E_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147168229i32;
10012 pub const XACT_E_TRANSACTIONCLOSED: ::windows_sys::core::HRESULT = -2147168125i32;
10013 pub const XACT_E_UNABLE_TO_LOAD_DTC_PROXY: ::windows_sys::core::HRESULT = -2147168216i32;
10014 pub const XACT_E_UNABLE_TO_READ_DTC_CONFIG: ::windows_sys::core::HRESULT = -2147168217i32;
10015 pub const XACT_E_UNKNOWNRMGRID: ::windows_sys::core::HRESULT = -2147168240i32;
10016 pub const XACT_E_WRONGSTATE: ::windows_sys::core::HRESULT = -2147168239i32;
10017 pub const XACT_E_WRONGUOW: ::windows_sys::core::HRESULT = -2147168238i32;
10018 pub const XACT_E_XA_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168218i32;
10019 pub const XACT_E_XTIONEXISTS: ::windows_sys::core::HRESULT = -2147168237i32;
10020 pub const XACT_S_ABORTING: ::windows_sys::core::HRESULT = 315400i32;
10021 pub const XACT_S_ALLNORETAIN: ::windows_sys::core::HRESULT = 315399i32;
10022 pub const XACT_S_ASYNC: ::windows_sys::core::HRESULT = 315392i32;
10023 pub const XACT_S_DEFECT: ::windows_sys::core::HRESULT = 315393i32;
10024 pub const XACT_S_FIRST: u32 = 315392u32;
10025 pub const XACT_S_LAST: u32 = 315408u32;
10026 pub const XACT_S_LASTRESOURCEMANAGER: ::windows_sys::core::HRESULT = 315408i32;
10027 pub const XACT_S_LOCALLY_OK: ::windows_sys::core::HRESULT = 315402i32;
10028 pub const XACT_S_MADECHANGESCONTENT: ::windows_sys::core::HRESULT = 315397i32;
10029 pub const XACT_S_MADECHANGESINFORM: ::windows_sys::core::HRESULT = 315398i32;
10030 pub const XACT_S_OKINFORM: ::windows_sys::core::HRESULT = 315396i32;
10031 pub const XACT_S_READONLY: ::windows_sys::core::HRESULT = 315394i32;
10032 pub const XACT_S_SINGLEPHASE: ::windows_sys::core::HRESULT = 315401i32;
10033 pub const XACT_S_SOMENORETAIN: ::windows_sys::core::HRESULT = 315395i32;
10034 pub const XENROLL_E_CANNOT_ADD_ROOT_CERT: ::windows_sys::core::HRESULT = -2146873343i32;
10035 pub const XENROLL_E_KEYSPEC_SMIME_MISMATCH: ::windows_sys::core::HRESULT = -2146873339i32;
10036 pub const XENROLL_E_KEY_NOT_EXPORTABLE: ::windows_sys::core::HRESULT = -2146873344i32;
10037 pub const XENROLL_E_RESPONSE_KA_HASH_MISMATCH: ::windows_sys::core::HRESULT = -2146873340i32;
10038 pub const XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND: ::windows_sys::core::HRESULT = -2146873342i32;
10039 pub const XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH: ::windows_sys::core::HRESULT = -2146873341i32;
10040 pub const _WIN32_IE_MAXVER: u32 = 2560u32;
10041 pub const _WIN32_MAXVER: u32 = 2560u32;
10042 pub const _WIN32_WINDOWS_MAXVER: u32 = 2560u32;
10043 pub const _WIN32_WINNT_MAXVER: u32 = 2560u32;