]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/Win32/Foundation/mod.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / windows-sys / 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 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5 pub fn CloseHandle(hobject: HANDLE) -> BOOL;
6 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7 pub fn CompareObjectHandles(hfirstobjecthandle: HANDLE, hsecondobjecthandle: HANDLE) -> BOOL;
8 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9 pub fn DuplicateHandle(hsourceprocesshandle: HANDLE, hsourcehandle: HANDLE, htargetprocesshandle: HANDLE, lptargethandle: *mut HANDLE, dwdesiredaccess: u32, binherithandle: BOOL, dwoptions: DUPLICATE_HANDLE_OPTIONS) -> BOOL;
10 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11 pub fn GetHandleInformation(hobject: HANDLE, lpdwflags: *mut u32) -> BOOL;
12 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13 pub fn GetLastError() -> WIN32_ERROR;
14 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15 pub fn RtlNtStatusToDosError(status: NTSTATUS) -> u32;
16 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17 pub fn SetHandleInformation(hobject: HANDLE, dwmask: u32, dwflags: HANDLE_FLAGS) -> BOOL;
18 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19 pub fn SetLastError(dwerrcode: WIN32_ERROR);
20 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
21 pub fn SetLastErrorEx(dwerrcode: WIN32_ERROR, dwtype: u32);
22 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
23 pub fn SysAddRefString(bstrstring: BSTR) -> ::windows_sys::core::HRESULT;
24 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
25 pub fn SysAllocString(psz: ::windows_sys::core::PCWSTR) -> BSTR;
26 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
27 pub fn SysAllocStringByteLen(psz: ::windows_sys::core::PCSTR, len: u32) -> BSTR;
28 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
29 pub fn SysAllocStringLen(strin: ::windows_sys::core::PCWSTR, ui: u32) -> BSTR;
30 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
31 pub fn SysFreeString(bstrstring: BSTR);
32 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
33 pub fn SysReAllocString(pbstr: *mut BSTR, psz: ::windows_sys::core::PCWSTR) -> i32;
34 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
35 pub fn SysReAllocStringLen(pbstr: *mut BSTR, psz: ::windows_sys::core::PCWSTR, len: u32) -> i32;
36 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
37 pub fn SysReleaseString(bstrstring: BSTR);
38 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
39 pub fn SysStringByteLen(bstr: BSTR) -> u32;
40 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
41 pub fn SysStringLen(pbstr: BSTR) -> u32;
42 }
43 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
44 pub const APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID: i32 = 15705i32;
45 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
46 pub const APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED: i32 = 15704i32;
47 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
48 pub const APPMODEL_ERROR_NO_APPLICATION: i32 = 15703i32;
49 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
50 pub const APPMODEL_ERROR_NO_MUTABLE_DIRECTORY: i32 = 15707i32;
51 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
52 pub const APPMODEL_ERROR_NO_PACKAGE: i32 = 15700i32;
53 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
54 pub const APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT: i32 = 15702i32;
55 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
56 pub const APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE: i32 = 15706i32;
57 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
58 pub const APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT: i32 = 15701i32;
59 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
60 pub const APPX_E_BLOCK_HASH_INVALID: ::windows_sys::core::HRESULT = -2146958841i32;
61 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
62 pub const APPX_E_CORRUPT_CONTENT: ::windows_sys::core::HRESULT = -2146958842i32;
63 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
64 pub const APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958832i32;
65 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
66 pub const APPX_E_DELTA_BASELINE_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2146958835i32;
67 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
68 pub const APPX_E_DELTA_PACKAGE_MISSING_FILE: ::windows_sys::core::HRESULT = -2146958834i32;
69 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
70 pub const APPX_E_FILE_COMPRESSION_MISMATCH: ::windows_sys::core::HRESULT = -2146958828i32;
71 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
72 pub const APPX_E_INTERLEAVING_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958847i32;
73 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
74 pub const APPX_E_INVALID_APPINSTALLER: ::windows_sys::core::HRESULT = -2146958836i32;
75 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
76 pub const APPX_E_INVALID_BLOCKMAP: ::windows_sys::core::HRESULT = -2146958843i32;
77 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
78 pub const APPX_E_INVALID_CONTENTGROUPMAP: ::windows_sys::core::HRESULT = -2146958837i32;
79 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
80 pub const APPX_E_INVALID_DELTA_PACKAGE: ::windows_sys::core::HRESULT = -2146958833i32;
81 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
82 pub const APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST: ::windows_sys::core::HRESULT = -2146958826i32;
83 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
84 pub const APPX_E_INVALID_KEY_INFO: ::windows_sys::core::HRESULT = -2146958838i32;
85 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
86 pub const APPX_E_INVALID_MANIFEST: ::windows_sys::core::HRESULT = -2146958844i32;
87 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
88 pub const APPX_E_INVALID_PACKAGESIGNCONFIG: ::windows_sys::core::HRESULT = -2146958830i32;
89 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
90 pub const APPX_E_INVALID_PACKAGE_FOLDER_ACLS: ::windows_sys::core::HRESULT = -2146958825i32;
91 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
92 pub const APPX_E_INVALID_PACKAGING_LAYOUT: ::windows_sys::core::HRESULT = -2146958831i32;
93 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
94 pub const APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION: ::windows_sys::core::HRESULT = -2146958827i32;
95 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
96 pub const APPX_E_INVALID_PUBLISHER_BRIDGING: ::windows_sys::core::HRESULT = -2146958824i32;
97 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
98 pub const APPX_E_INVALID_SIP_CLIENT_DATA: ::windows_sys::core::HRESULT = -2146958839i32;
99 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
100 pub const APPX_E_MISSING_REQUIRED_FILE: ::windows_sys::core::HRESULT = -2146958845i32;
101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
102 pub const APPX_E_PACKAGING_INTERNAL: ::windows_sys::core::HRESULT = -2146958848i32;
103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
104 pub const APPX_E_RELATIONSHIPS_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958846i32;
105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
106 pub const APPX_E_REQUESTED_RANGE_TOO_LARGE: ::windows_sys::core::HRESULT = -2146958840i32;
107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
108 pub const APPX_E_RESOURCESPRI_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958829i32;
109 #[repr(C)]
110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
111 pub struct APP_LOCAL_DEVICE_ID {
112 pub value: [u8; 32],
113 }
114 impl ::core::marker::Copy for APP_LOCAL_DEVICE_ID {}
115 impl ::core::clone::Clone for APP_LOCAL_DEVICE_ID {
116 fn clone(&self) -> Self {
117 *self
118 }
119 }
120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
121 pub const APP_LOCAL_DEVICE_ID_SIZE: u32 = 32u32;
122 pub type BOOL = i32;
123 pub type BOOLEAN = u8;
124 pub type BSTR = *mut u16;
125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
126 pub const BT_E_SPURIOUS_ACTIVATION: ::windows_sys::core::HRESULT = -2146958592i32;
127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
128 pub const CACHE_E_FIRST: i32 = -2147221136i32;
129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
130 pub const CACHE_E_LAST: i32 = -2147221121i32;
131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
132 pub const CACHE_E_NOCACHE_UPDATED: ::windows_sys::core::HRESULT = -2147221136i32;
133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
134 pub const CACHE_S_FIRST: i32 = 262512i32;
135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
136 pub const CACHE_S_FORMATETC_NOTSUPPORTED: ::windows_sys::core::HRESULT = 262512i32;
137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
138 pub const CACHE_S_LAST: i32 = 262527i32;
139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
140 pub const CACHE_S_SAMECACHE: ::windows_sys::core::HRESULT = 262513i32;
141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
142 pub const CACHE_S_SOMECACHES_NOTUPDATED: ::windows_sys::core::HRESULT = 262514i32;
143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
144 pub const CAT_E_CATIDNOEXIST: ::windows_sys::core::HRESULT = -2147221152i32;
145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
146 pub const CAT_E_FIRST: i32 = -2147221152i32;
147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
148 pub const CAT_E_LAST: i32 = -2147221151i32;
149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
150 pub const CAT_E_NODESCRIPTION: ::windows_sys::core::HRESULT = -2147221151i32;
151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
152 pub const CERTSRV_E_ADMIN_DENIED_REQUEST: ::windows_sys::core::HRESULT = -2146877420i32;
153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
154 pub const CERTSRV_E_ALIGNMENT_FAULT: ::windows_sys::core::HRESULT = -2146877424i32;
155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
156 pub const CERTSRV_E_ARCHIVED_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2146875388i32;
157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
158 pub const CERTSRV_E_ARCHIVED_KEY_UNEXPECTED: ::windows_sys::core::HRESULT = -2146875376i32;
159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
160 pub const CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE: ::windows_sys::core::HRESULT = -2146877426i32;
161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
162 pub const CERTSRV_E_BAD_RENEWAL_SUBJECT: ::windows_sys::core::HRESULT = -2146875386i32;
163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
164 pub const CERTSRV_E_BAD_REQUESTSTATUS: ::windows_sys::core::HRESULT = -2146877437i32;
165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
166 pub const CERTSRV_E_BAD_REQUESTSUBJECT: ::windows_sys::core::HRESULT = -2146877439i32;
167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
168 pub const CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL: ::windows_sys::core::HRESULT = -2146877428i32;
169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
170 pub const CERTSRV_E_BAD_TEMPLATE_VERSION: ::windows_sys::core::HRESULT = -2146875385i32;
171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
172 pub const CERTSRV_E_CERT_TYPE_OVERLAP: ::windows_sys::core::HRESULT = -2146875372i32;
173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
174 pub const CERTSRV_E_CORRUPT_KEY_ATTESTATION: ::windows_sys::core::HRESULT = -2146875365i32;
175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
176 pub const CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE: ::windows_sys::core::HRESULT = -2146877421i32;
177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
178 pub const CERTSRV_E_ENCODING_LENGTH: ::windows_sys::core::HRESULT = -2146877433i32;
179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
180 pub const CERTSRV_E_ENCRYPTION_CERT_REQUIRED: ::windows_sys::core::HRESULT = -2146877416i32;
181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
182 pub const CERTSRV_E_ENROLL_DENIED: ::windows_sys::core::HRESULT = -2146877423i32;
183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
184 pub const CERTSRV_E_EXPIRED_CHALLENGE: ::windows_sys::core::HRESULT = -2146875364i32;
185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
186 pub const CERTSRV_E_INVALID_ATTESTATION: ::windows_sys::core::HRESULT = -2146875367i32;
187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
188 pub const CERTSRV_E_INVALID_CA_CERTIFICATE: ::windows_sys::core::HRESULT = -2146877435i32;
189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
190 pub const CERTSRV_E_INVALID_EK: ::windows_sys::core::HRESULT = -2146875369i32;
191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
192 pub const CERTSRV_E_INVALID_IDBINDING: ::windows_sys::core::HRESULT = -2146875368i32;
193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
194 pub const CERTSRV_E_INVALID_REQUESTID: ::windows_sys::core::HRESULT = -2146875362i32;
195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
196 pub const CERTSRV_E_INVALID_RESPONSE: ::windows_sys::core::HRESULT = -2146875363i32;
197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
198 pub const CERTSRV_E_ISSUANCE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875380i32;
199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
200 pub const CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2146877430i32;
201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
202 pub const CERTSRV_E_KEY_ATTESTATION: ::windows_sys::core::HRESULT = -2146875366i32;
203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
204 pub const CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146877417i32;
205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
206 pub const CERTSRV_E_KEY_LENGTH: ::windows_sys::core::HRESULT = -2146875375i32;
207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
208 pub const CERTSRV_E_NO_CAADMIN_DEFINED: ::windows_sys::core::HRESULT = -2146877427i32;
209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
210 pub const CERTSRV_E_NO_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875391i32;
211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
212 pub const CERTSRV_E_NO_DB_SESSIONS: ::windows_sys::core::HRESULT = -2146877425i32;
213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
214 pub const CERTSRV_E_NO_POLICY_SERVER: ::windows_sys::core::HRESULT = -2146877419i32;
215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
216 pub const CERTSRV_E_NO_REQUEST: ::windows_sys::core::HRESULT = -2146877438i32;
217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
218 pub const CERTSRV_E_NO_VALID_KRA: ::windows_sys::core::HRESULT = -2146877429i32;
219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
220 pub const CERTSRV_E_PENDING_CLIENT_RESPONSE: ::windows_sys::core::HRESULT = -2146875360i32;
221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
222 pub const CERTSRV_E_PROPERTY_EMPTY: ::windows_sys::core::HRESULT = -2146877436i32;
223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
224 pub const CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY: ::windows_sys::core::HRESULT = -2146875370i32;
225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
226 pub const CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH: ::windows_sys::core::HRESULT = -2146875361i32;
227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
228 pub const CERTSRV_E_RESTRICTEDOFFICER: ::windows_sys::core::HRESULT = -2146877431i32;
229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
230 pub const CERTSRV_E_ROLECONFLICT: ::windows_sys::core::HRESULT = -2146877432i32;
231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
232 pub const CERTSRV_E_SERVER_SUSPENDED: ::windows_sys::core::HRESULT = -2146877434i32;
233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
234 pub const CERTSRV_E_SIGNATURE_COUNT: ::windows_sys::core::HRESULT = -2146875382i32;
235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
236 pub const CERTSRV_E_SIGNATURE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875383i32;
237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
238 pub const CERTSRV_E_SIGNATURE_REJECTED: ::windows_sys::core::HRESULT = -2146875381i32;
239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
240 pub const CERTSRV_E_SMIME_REQUIRED: ::windows_sys::core::HRESULT = -2146875387i32;
241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
242 pub const CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED: ::windows_sys::core::HRESULT = -2146875389i32;
243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
244 pub const CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED: ::windows_sys::core::HRESULT = -2146875378i32;
245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
246 pub const CERTSRV_E_SUBJECT_DNS_REQUIRED: ::windows_sys::core::HRESULT = -2146875377i32;
247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
248 pub const CERTSRV_E_SUBJECT_EMAIL_REQUIRED: ::windows_sys::core::HRESULT = -2146875374i32;
249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
250 pub const CERTSRV_E_SUBJECT_UPN_REQUIRED: ::windows_sys::core::HRESULT = -2146875379i32;
251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
252 pub const CERTSRV_E_TEMPLATE_CONFLICT: ::windows_sys::core::HRESULT = -2146875390i32;
253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
254 pub const CERTSRV_E_TEMPLATE_DENIED: ::windows_sys::core::HRESULT = -2146877422i32;
255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
256 pub const CERTSRV_E_TEMPLATE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875384i32;
257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
258 pub const CERTSRV_E_TOO_MANY_SIGNATURES: ::windows_sys::core::HRESULT = -2146875371i32;
259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
260 pub const CERTSRV_E_UNKNOWN_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875373i32;
261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
262 pub const CERTSRV_E_UNSUPPORTED_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875392i32;
263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
264 pub const CERTSRV_E_WEAK_SIGNATURE_OR_KEY: ::windows_sys::core::HRESULT = -2146877418i32;
265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
266 pub const CERT_E_CHAINING: ::windows_sys::core::HRESULT = -2146762486i32;
267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
268 pub const CERT_E_CN_NO_MATCH: ::windows_sys::core::HRESULT = -2146762481i32;
269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
270 pub const CERT_E_CRITICAL: ::windows_sys::core::HRESULT = -2146762491i32;
271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
272 pub const CERT_E_EXPIRED: ::windows_sys::core::HRESULT = -2146762495i32;
273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
274 pub const CERT_E_INVALID_NAME: ::windows_sys::core::HRESULT = -2146762476i32;
275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
276 pub const CERT_E_INVALID_POLICY: ::windows_sys::core::HRESULT = -2146762477i32;
277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
278 pub const CERT_E_ISSUERCHAINING: ::windows_sys::core::HRESULT = -2146762489i32;
279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
280 pub const CERT_E_MALFORMED: ::windows_sys::core::HRESULT = -2146762488i32;
281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
282 pub const CERT_E_PATHLENCONST: ::windows_sys::core::HRESULT = -2146762492i32;
283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
284 pub const CERT_E_PURPOSE: ::windows_sys::core::HRESULT = -2146762490i32;
285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
286 pub const CERT_E_REVOCATION_FAILURE: ::windows_sys::core::HRESULT = -2146762482i32;
287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
288 pub const CERT_E_REVOKED: ::windows_sys::core::HRESULT = -2146762484i32;
289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
290 pub const CERT_E_ROLE: ::windows_sys::core::HRESULT = -2146762493i32;
291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
292 pub const CERT_E_UNTRUSTEDCA: ::windows_sys::core::HRESULT = -2146762478i32;
293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
294 pub const CERT_E_UNTRUSTEDROOT: ::windows_sys::core::HRESULT = -2146762487i32;
295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
296 pub const CERT_E_UNTRUSTEDTESTROOT: ::windows_sys::core::HRESULT = -2146762483i32;
297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
298 pub const CERT_E_VALIDITYPERIODNESTING: ::windows_sys::core::HRESULT = -2146762494i32;
299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
300 pub const CERT_E_WRONG_USAGE: ::windows_sys::core::HRESULT = -2146762480i32;
301 pub type CHAR = u8;
302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
303 pub const CI_CORRUPT_CATALOG: ::windows_sys::core::HRESULT = -1073473535i32;
304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
305 pub const CI_CORRUPT_DATABASE: ::windows_sys::core::HRESULT = -1073473536i32;
306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
307 pub const CI_CORRUPT_FILTER_BUFFER: ::windows_sys::core::HRESULT = -1073473529i32;
308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
309 pub const CI_E_ALREADY_INITIALIZED: ::windows_sys::core::HRESULT = -2147215350i32;
310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
311 pub const CI_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147215348i32;
312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
313 pub const CI_E_CARDINALITY_MISMATCH: ::windows_sys::core::HRESULT = -2147215321i32;
314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
315 pub const CI_E_CLIENT_FILTER_ABORT: ::windows_sys::core::HRESULT = -1073473500i32;
316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
317 pub const CI_E_CONFIG_DISK_FULL: ::windows_sys::core::HRESULT = -2147215320i32;
318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
319 pub const CI_E_DISK_FULL: ::windows_sys::core::HRESULT = -2147215343i32;
320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
321 pub const CI_E_DISTRIBUTED_GROUPBY_UNSUPPORTED: ::windows_sys::core::HRESULT = -2147215319i32;
322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
323 pub const CI_E_DUPLICATE_NOTIFICATION: ::windows_sys::core::HRESULT = -2147215337i32;
324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
325 pub const CI_E_ENUMERATION_STARTED: ::windows_sys::core::HRESULT = -1073473502i32;
326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
327 pub const CI_E_FILTERING_DISABLED: ::windows_sys::core::HRESULT = -2147215344i32;
328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
329 pub const CI_E_INVALID_FLAGS_COMBINATION: ::windows_sys::core::HRESULT = -2147215335i32;
330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
331 pub const CI_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2147215345i32;
332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
333 pub const CI_E_LOGON_FAILURE: ::windows_sys::core::HRESULT = -2147215332i32;
334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
335 pub const CI_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2147215339i32;
336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
337 pub const CI_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2147215349i32;
338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
339 pub const CI_E_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147215328i32;
340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
341 pub const CI_E_NO_CATALOG: ::windows_sys::core::HRESULT = -2147215331i32;
342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
343 pub const CI_E_OUTOFSEQ_INCREMENT_DATA: ::windows_sys::core::HRESULT = -2147215334i32;
344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
345 pub const CI_E_PROPERTY_NOT_CACHED: ::windows_sys::core::HRESULT = -2147215347i32;
346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
347 pub const CI_E_PROPERTY_TOOLARGE: ::windows_sys::core::HRESULT = -1073473501i32;
348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
349 pub const CI_E_SHARING_VIOLATION: ::windows_sys::core::HRESULT = -2147215333i32;
350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
351 pub const CI_E_SHUTDOWN: ::windows_sys::core::HRESULT = -2147215342i32;
352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
353 pub const CI_E_STRANGE_PAGEORSECTOR_SIZE: ::windows_sys::core::HRESULT = -2147215330i32;
354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
355 pub const CI_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147215329i32;
356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
357 pub const CI_E_UPDATES_DISABLED: ::windows_sys::core::HRESULT = -2147215336i32;
358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
359 pub const CI_E_USE_DEFAULT_PID: ::windows_sys::core::HRESULT = -2147215338i32;
360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
361 pub const CI_E_WORKID_NOTVALID: ::windows_sys::core::HRESULT = -2147215341i32;
362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
363 pub const CI_INCORRECT_VERSION: ::windows_sys::core::HRESULT = -1073473503i32;
364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
365 pub const CI_INVALID_INDEX: ::windows_sys::core::HRESULT = -1073473528i32;
366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
367 pub const CI_INVALID_PARTITION: ::windows_sys::core::HRESULT = -1073473534i32;
368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
369 pub const CI_INVALID_PRIORITY: ::windows_sys::core::HRESULT = -1073473533i32;
370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
371 pub const CI_NO_CATALOG: ::windows_sys::core::HRESULT = -1073473530i32;
372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
373 pub const CI_NO_STARTING_KEY: ::windows_sys::core::HRESULT = -1073473532i32;
374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
375 pub const CI_OUT_OF_INDEX_IDS: ::windows_sys::core::HRESULT = -1073473531i32;
376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
377 pub const CI_PROPSTORE_INCONSISTENCY: ::windows_sys::core::HRESULT = -1073473527i32;
378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
379 pub const CI_S_CAT_STOPPED: ::windows_sys::core::HRESULT = 268326i32;
380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
381 pub const CI_S_END_OF_ENUMERATION: ::windows_sys::core::HRESULT = 268308i32;
382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
383 pub const CI_S_NO_DOCSTORE: ::windows_sys::core::HRESULT = 268325i32;
384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
385 pub const CI_S_WORKID_DELETED: ::windows_sys::core::HRESULT = 268302i32;
386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
387 pub const CLASSFACTORY_E_FIRST: i32 = -2147221232i32;
388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
389 pub const CLASSFACTORY_E_LAST: i32 = -2147221217i32;
390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
391 pub const CLASSFACTORY_S_FIRST: i32 = 262416i32;
392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
393 pub const CLASSFACTORY_S_LAST: i32 = 262431i32;
394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
395 pub const CLASS_E_CLASSNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147221231i32;
396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
397 pub const CLASS_E_NOAGGREGATION: ::windows_sys::core::HRESULT = -2147221232i32;
398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
399 pub const CLASS_E_NOTLICENSED: ::windows_sys::core::HRESULT = -2147221230i32;
400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
401 pub const CLIENTSITE_E_FIRST: i32 = -2147221104i32;
402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
403 pub const CLIENTSITE_E_LAST: i32 = -2147221089i32;
404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
405 pub const CLIENTSITE_S_FIRST: i32 = 262544i32;
406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
407 pub const CLIENTSITE_S_LAST: i32 = 262559i32;
408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
409 pub const CLIPBRD_E_BAD_DATA: ::windows_sys::core::HRESULT = -2147221037i32;
410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
411 pub const CLIPBRD_E_CANT_CLOSE: ::windows_sys::core::HRESULT = -2147221036i32;
412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
413 pub const CLIPBRD_E_CANT_EMPTY: ::windows_sys::core::HRESULT = -2147221039i32;
414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
415 pub const CLIPBRD_E_CANT_OPEN: ::windows_sys::core::HRESULT = -2147221040i32;
416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
417 pub const CLIPBRD_E_CANT_SET: ::windows_sys::core::HRESULT = -2147221038i32;
418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
419 pub const CLIPBRD_E_FIRST: i32 = -2147221040i32;
420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
421 pub const CLIPBRD_E_LAST: i32 = -2147221025i32;
422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
423 pub const CLIPBRD_S_FIRST: i32 = 262608i32;
424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
425 pub const CLIPBRD_S_LAST: i32 = 262623i32;
426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
427 pub const COMADMIN_E_ALREADYINSTALLED: ::windows_sys::core::HRESULT = -2146368508i32;
428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
429 pub const COMADMIN_E_AMBIGUOUS_APPLICATION_NAME: ::windows_sys::core::HRESULT = -2146368420i32;
430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
431 pub const COMADMIN_E_AMBIGUOUS_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368419i32;
432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
433 pub const COMADMIN_E_APPDIRNOTFOUND: ::windows_sys::core::HRESULT = -2146368481i32;
434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
435 pub const COMADMIN_E_APPLICATIONEXISTS: ::windows_sys::core::HRESULT = -2146368501i32;
436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
437 pub const COMADMIN_E_APPLID_MATCHES_CLSID: ::windows_sys::core::HRESULT = -2146368442i32;
438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
439 pub const COMADMIN_E_APP_FILE_READFAIL: ::windows_sys::core::HRESULT = -2146368504i32;
440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
441 pub const COMADMIN_E_APP_FILE_VERSION: ::windows_sys::core::HRESULT = -2146368503i32;
442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
443 pub const COMADMIN_E_APP_FILE_WRITEFAIL: ::windows_sys::core::HRESULT = -2146368505i32;
444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
445 pub const COMADMIN_E_APP_NOT_RUNNING: ::windows_sys::core::HRESULT = -2146367478i32;
446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
447 pub const COMADMIN_E_AUTHENTICATIONLEVEL: ::windows_sys::core::HRESULT = -2146368493i32;
448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
449 pub const COMADMIN_E_BADPATH: ::windows_sys::core::HRESULT = -2146368502i32;
450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
451 pub const COMADMIN_E_BADREGISTRYLIBID: ::windows_sys::core::HRESULT = -2146368482i32;
452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
453 pub const COMADMIN_E_BADREGISTRYPROGID: ::windows_sys::core::HRESULT = -2146368494i32;
454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
455 pub const COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET: ::windows_sys::core::HRESULT = -2146367457i32;
456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
457 pub const COMADMIN_E_BASE_PARTITION_ONLY: ::windows_sys::core::HRESULT = -2146368432i32;
458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
459 pub const COMADMIN_E_CANNOT_ALIAS_EVENTCLASS: ::windows_sys::core::HRESULT = -2146367456i32;
460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
461 pub const COMADMIN_E_CANTCOPYFILE: ::windows_sys::core::HRESULT = -2146368499i32;
462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
463 pub const COMADMIN_E_CANTMAKEINPROCSERVICE: ::windows_sys::core::HRESULT = -2146367468i32;
464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
465 pub const COMADMIN_E_CANTRECYCLELIBRARYAPPS: ::windows_sys::core::HRESULT = -2146367473i32;
466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
467 pub const COMADMIN_E_CANTRECYCLESERVICEAPPS: ::windows_sys::core::HRESULT = -2146367471i32;
468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
469 pub const COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT: ::windows_sys::core::HRESULT = -2146368435i32;
470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
471 pub const COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY: ::windows_sys::core::HRESULT = -2146368438i32;
472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
473 pub const COMADMIN_E_CAN_NOT_EXPORT_SYS_APP: ::windows_sys::core::HRESULT = -2146368436i32;
474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
475 pub const COMADMIN_E_CAN_NOT_START_APP: ::windows_sys::core::HRESULT = -2146368437i32;
476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
477 pub const COMADMIN_E_CAT_BITNESSMISMATCH: ::windows_sys::core::HRESULT = -2146368382i32;
478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
479 pub const COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368425i32;
480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
481 pub const COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146368421i32;
482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
483 pub const COMADMIN_E_CAT_INVALID_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368424i32;
484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
485 pub const COMADMIN_E_CAT_PARTITION_IN_USE: ::windows_sys::core::HRESULT = -2146368423i32;
486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
487 pub const COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146368379i32;
488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
489 pub const COMADMIN_E_CAT_SERVERFAULT: ::windows_sys::core::HRESULT = -2146368378i32;
490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
491 pub const COMADMIN_E_CAT_UNACCEPTABLEBITNESS: ::windows_sys::core::HRESULT = -2146368381i32;
492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
493 pub const COMADMIN_E_CAT_WRONGAPPBITNESS: ::windows_sys::core::HRESULT = -2146368380i32;
494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
495 pub const COMADMIN_E_CLSIDORIIDMISMATCH: ::windows_sys::core::HRESULT = -2146368488i32;
496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
497 pub const COMADMIN_E_COMPFILE_BADTLB: ::windows_sys::core::HRESULT = -2146368472i32;
498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
499 pub const COMADMIN_E_COMPFILE_CLASSNOTAVAIL: ::windows_sys::core::HRESULT = -2146368473i32;
500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
501 pub const COMADMIN_E_COMPFILE_DOESNOTEXIST: ::windows_sys::core::HRESULT = -2146368476i32;
502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
503 pub const COMADMIN_E_COMPFILE_GETCLASSOBJ: ::windows_sys::core::HRESULT = -2146368474i32;
504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
505 pub const COMADMIN_E_COMPFILE_LOADDLLFAIL: ::windows_sys::core::HRESULT = -2146368475i32;
506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
507 pub const COMADMIN_E_COMPFILE_NOREGISTRAR: ::windows_sys::core::HRESULT = -2146368460i32;
508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
509 pub const COMADMIN_E_COMPFILE_NOTINSTALLABLE: ::windows_sys::core::HRESULT = -2146368471i32;
510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
511 pub const COMADMIN_E_COMPONENTEXISTS: ::windows_sys::core::HRESULT = -2146368455i32;
512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
513 pub const COMADMIN_E_COMP_MOVE_BAD_DEST: ::windows_sys::core::HRESULT = -2146368466i32;
514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
515 pub const COMADMIN_E_COMP_MOVE_DEST: ::windows_sys::core::HRESULT = -2146367459i32;
516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
517 pub const COMADMIN_E_COMP_MOVE_LOCKED: ::windows_sys::core::HRESULT = -2146368467i32;
518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
519 pub const COMADMIN_E_COMP_MOVE_PRIVATE: ::windows_sys::core::HRESULT = -2146367458i32;
520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
521 pub const COMADMIN_E_COMP_MOVE_SOURCE: ::windows_sys::core::HRESULT = -2146367460i32;
522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
523 pub const COMADMIN_E_COREQCOMPINSTALLED: ::windows_sys::core::HRESULT = -2146368459i32;
524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
525 pub const COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET: ::windows_sys::core::HRESULT = -2146367466i32;
526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
527 pub const COMADMIN_E_DLLLOADFAILED: ::windows_sys::core::HRESULT = -2146368483i32;
528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
529 pub const COMADMIN_E_DLLREGISTERSERVER: ::windows_sys::core::HRESULT = -2146368486i32;
530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
531 pub const COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER: ::windows_sys::core::HRESULT = -2146368434i32;
532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
533 pub const COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES: ::windows_sys::core::HRESULT = -2146368422i32;
534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
535 pub const COMADMIN_E_INVALIDUSERIDS: ::windows_sys::core::HRESULT = -2146368496i32;
536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
537 pub const COMADMIN_E_INVALID_PARTITION: ::windows_sys::core::HRESULT = -2146367477i32;
538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
539 pub const COMADMIN_E_KEYMISSING: ::windows_sys::core::HRESULT = -2146368509i32;
540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
541 pub const COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT: ::windows_sys::core::HRESULT = -2146367462i32;
542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
543 pub const COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS: ::windows_sys::core::HRESULT = -2146367461i32;
544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
545 pub const COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2146368433i32;
546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
547 pub const COMADMIN_E_MIG_SCHEMANOTFOUND: ::windows_sys::core::HRESULT = -2146368383i32;
548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
549 pub const COMADMIN_E_MIG_VERSIONNOTSUPPORTED: ::windows_sys::core::HRESULT = -2146368384i32;
550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
551 pub const COMADMIN_E_NOREGISTRYCLSID: ::windows_sys::core::HRESULT = -2146368495i32;
552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
553 pub const COMADMIN_E_NOSERVERSHARE: ::windows_sys::core::HRESULT = -2146368485i32;
554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
555 pub const COMADMIN_E_NOTCHANGEABLE: ::windows_sys::core::HRESULT = -2146368470i32;
556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
557 pub const COMADMIN_E_NOTDELETEABLE: ::windows_sys::core::HRESULT = -2146368469i32;
558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
559 pub const COMADMIN_E_NOTINREGISTRY: ::windows_sys::core::HRESULT = -2146368450i32;
560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
561 pub const COMADMIN_E_NOUSER: ::windows_sys::core::HRESULT = -2146368497i32;
562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
563 pub const COMADMIN_E_OBJECTERRORS: ::windows_sys::core::HRESULT = -2146368511i32;
564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
565 pub const COMADMIN_E_OBJECTEXISTS: ::windows_sys::core::HRESULT = -2146368456i32;
566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
567 pub const COMADMIN_E_OBJECTINVALID: ::windows_sys::core::HRESULT = -2146368510i32;
568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
569 pub const COMADMIN_E_OBJECTNOTPOOLABLE: ::windows_sys::core::HRESULT = -2146368449i32;
570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
571 pub const COMADMIN_E_OBJECT_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146367479i32;
572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
573 pub const COMADMIN_E_OBJECT_PARENT_MISSING: ::windows_sys::core::HRESULT = -2146367480i32;
574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
575 pub const COMADMIN_E_PARTITIONS_DISABLED: ::windows_sys::core::HRESULT = -2146367452i32;
576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
577 pub const COMADMIN_E_PARTITION_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367464i32;
578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
579 pub const COMADMIN_E_PARTITION_MSI_ONLY: ::windows_sys::core::HRESULT = -2146367463i32;
580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
581 pub const COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED: ::windows_sys::core::HRESULT = -2146367469i32;
582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
583 pub const COMADMIN_E_PRIVATE_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367455i32;
584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
585 pub const COMADMIN_E_PROCESSALREADYRECYCLED: ::windows_sys::core::HRESULT = -2146367470i32;
586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
587 pub const COMADMIN_E_PROGIDINUSEBYCLSID: ::windows_sys::core::HRESULT = -2146367467i32;
588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
589 pub const COMADMIN_E_PROPERTYSAVEFAILED: ::windows_sys::core::HRESULT = -2146368457i32;
590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
591 pub const COMADMIN_E_PROPERTY_OVERFLOW: ::windows_sys::core::HRESULT = -2146368452i32;
592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
593 pub const COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED: ::windows_sys::core::HRESULT = -2146367465i32;
594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
595 pub const COMADMIN_E_REGDB_ALREADYRUNNING: ::windows_sys::core::HRESULT = -2146368395i32;
596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
597 pub const COMADMIN_E_REGDB_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2146368398i32;
598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
599 pub const COMADMIN_E_REGDB_NOTOPEN: ::windows_sys::core::HRESULT = -2146368397i32;
600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
601 pub const COMADMIN_E_REGDB_SYSTEMERR: ::windows_sys::core::HRESULT = -2146368396i32;
602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
603 pub const COMADMIN_E_REGFILE_CORRUPT: ::windows_sys::core::HRESULT = -2146368453i32;
604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
605 pub const COMADMIN_E_REGISTERTLB: ::windows_sys::core::HRESULT = -2146368464i32;
606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
607 pub const COMADMIN_E_REGISTRARFAILED: ::windows_sys::core::HRESULT = -2146368477i32;
608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
609 pub const COMADMIN_E_REGISTRY_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367453i32;
610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
611 pub const COMADMIN_E_REMOTEINTERFACE: ::windows_sys::core::HRESULT = -2146368487i32;
612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
613 pub const COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM: ::windows_sys::core::HRESULT = -2146368439i32;
614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
615 pub const COMADMIN_E_ROLEEXISTS: ::windows_sys::core::HRESULT = -2146368500i32;
616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
617 pub const COMADMIN_E_ROLE_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146368441i32;
618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
619 pub const COMADMIN_E_SAFERINVALID: ::windows_sys::core::HRESULT = -2146367454i32;
620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
621 pub const COMADMIN_E_SERVICENOTINSTALLED: ::windows_sys::core::HRESULT = -2146368458i32;
622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
623 pub const COMADMIN_E_SESSION: ::windows_sys::core::HRESULT = -2146368468i32;
624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
625 pub const COMADMIN_E_START_APP_DISABLED: ::windows_sys::core::HRESULT = -2146368431i32;
626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
627 pub const COMADMIN_E_START_APP_NEEDS_COMPONENTS: ::windows_sys::core::HRESULT = -2146368440i32;
628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
629 pub const COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE: ::windows_sys::core::HRESULT = -2146367475i32;
630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
631 pub const COMADMIN_E_SYSTEMAPP: ::windows_sys::core::HRESULT = -2146368461i32;
632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
633 pub const COMADMIN_E_USERPASSWDNOTVALID: ::windows_sys::core::HRESULT = -2146368492i32;
634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
635 pub const COMADMIN_E_USER_IN_SET: ::windows_sys::core::HRESULT = -2146367474i32;
636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
637 pub const COMQC_E_APPLICATION_NOT_QUEUED: ::windows_sys::core::HRESULT = -2146368000i32;
638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
639 pub const COMQC_E_BAD_MESSAGE: ::windows_sys::core::HRESULT = -2146367996i32;
640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
641 pub const COMQC_E_NO_IPERSISTSTREAM: ::windows_sys::core::HRESULT = -2146367997i32;
642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
643 pub const COMQC_E_NO_QUEUEABLE_INTERFACES: ::windows_sys::core::HRESULT = -2146367999i32;
644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
645 pub const COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2146367998i32;
646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
647 pub const COMQC_E_UNAUTHENTICATED: ::windows_sys::core::HRESULT = -2146367995i32;
648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
649 pub const COMQC_E_UNTRUSTED_ENQUEUER: ::windows_sys::core::HRESULT = -2146367994i32;
650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
651 pub const CONTEXT_E_ABORTED: ::windows_sys::core::HRESULT = -2147164158i32;
652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
653 pub const CONTEXT_E_ABORTING: ::windows_sys::core::HRESULT = -2147164157i32;
654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
655 pub const CONTEXT_E_FIRST: i32 = -2147164160i32;
656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
657 pub const CONTEXT_E_LAST: i32 = -2147164113i32;
658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
659 pub const CONTEXT_E_NOCONTEXT: ::windows_sys::core::HRESULT = -2147164156i32;
660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
661 pub const CONTEXT_E_NOJIT: ::windows_sys::core::HRESULT = -2147164122i32;
662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
663 pub const CONTEXT_E_NOTRANSACTION: ::windows_sys::core::HRESULT = -2147164121i32;
664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
665 pub const CONTEXT_E_OLDREF: ::windows_sys::core::HRESULT = -2147164153i32;
666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
667 pub const CONTEXT_E_ROLENOTFOUND: ::windows_sys::core::HRESULT = -2147164148i32;
668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
669 pub const CONTEXT_E_SYNCH_TIMEOUT: ::windows_sys::core::HRESULT = -2147164154i32;
670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
671 pub const CONTEXT_E_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147164145i32;
672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
673 pub const CONTEXT_E_WOULD_DEADLOCK: ::windows_sys::core::HRESULT = -2147164155i32;
674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
675 pub const CONTEXT_S_FIRST: i32 = 319488i32;
676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
677 pub const CONTEXT_S_LAST: i32 = 319535i32;
678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
679 pub const CONTROL_C_EXIT: NTSTATUS = -1073741510i32;
680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
681 pub const CONVERT10_E_FIRST: i32 = -2147221056i32;
682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
683 pub const CONVERT10_E_LAST: i32 = -2147221041i32;
684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
685 pub const CONVERT10_E_OLESTREAM_BITMAP_TO_DIB: ::windows_sys::core::HRESULT = -2147221053i32;
686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
687 pub const CONVERT10_E_OLESTREAM_FMT: ::windows_sys::core::HRESULT = -2147221054i32;
688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
689 pub const CONVERT10_E_OLESTREAM_GET: ::windows_sys::core::HRESULT = -2147221056i32;
690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
691 pub const CONVERT10_E_OLESTREAM_PUT: ::windows_sys::core::HRESULT = -2147221055i32;
692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
693 pub const CONVERT10_E_STG_DIB_TO_BITMAP: ::windows_sys::core::HRESULT = -2147221050i32;
694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
695 pub const CONVERT10_E_STG_FMT: ::windows_sys::core::HRESULT = -2147221052i32;
696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
697 pub const CONVERT10_E_STG_NO_STD_STREAM: ::windows_sys::core::HRESULT = -2147221051i32;
698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
699 pub const CONVERT10_S_FIRST: i32 = 262592i32;
700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
701 pub const CONVERT10_S_LAST: i32 = 262607i32;
702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
703 pub const CONVERT10_S_NO_PRESENTATION: ::windows_sys::core::HRESULT = 262592i32;
704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
705 pub const CO_E_ACCESSCHECKFAILED: ::windows_sys::core::HRESULT = -2147417814i32;
706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
707 pub const CO_E_ACESINWRONGORDER: ::windows_sys::core::HRESULT = -2147417798i32;
708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
709 pub const CO_E_ACNOTINITIALIZED: ::windows_sys::core::HRESULT = -2147417793i32;
710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
711 pub const CO_E_ACTIVATIONFAILED: ::windows_sys::core::HRESULT = -2147164127i32;
712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
713 pub const CO_E_ACTIVATIONFAILED_CATALOGERROR: ::windows_sys::core::HRESULT = -2147164125i32;
714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
715 pub const CO_E_ACTIVATIONFAILED_EVENTLOGGED: ::windows_sys::core::HRESULT = -2147164126i32;
716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
717 pub const CO_E_ACTIVATIONFAILED_TIMEOUT: ::windows_sys::core::HRESULT = -2147164124i32;
718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
719 pub const CO_E_ALREADYINITIALIZED: ::windows_sys::core::HRESULT = -2147221007i32;
720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
721 pub const CO_E_APPDIDNTREG: ::windows_sys::core::HRESULT = -2147220994i32;
722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
723 pub const CO_E_APPNOTFOUND: ::windows_sys::core::HRESULT = -2147221003i32;
724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
725 pub const CO_E_APPSINGLEUSE: ::windows_sys::core::HRESULT = -2147221002i32;
726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
727 pub const CO_E_ASYNC_WORK_REJECTED: ::windows_sys::core::HRESULT = -2147467223i32;
728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
729 pub const CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT: ::windows_sys::core::HRESULT = -2147467228i32;
730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
731 pub const CO_E_BAD_PATH: ::windows_sys::core::HRESULT = -2146959356i32;
732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
733 pub const CO_E_BAD_SERVER_NAME: ::windows_sys::core::HRESULT = -2147467244i32;
734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
735 pub const CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2147164112i32;
736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
737 pub const CO_E_CANCEL_DISABLED: ::windows_sys::core::HRESULT = -2147417792i32;
738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
739 pub const CO_E_CANTDETERMINECLASS: ::windows_sys::core::HRESULT = -2147221006i32;
740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
741 pub const CO_E_CANT_REMOTE: ::windows_sys::core::HRESULT = -2147467245i32;
742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
743 pub const CO_E_CLASSSTRING: ::windows_sys::core::HRESULT = -2147221005i32;
744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
745 pub const CO_E_CLASS_CREATE_FAILED: ::windows_sys::core::HRESULT = -2146959359i32;
746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
747 pub const CO_E_CLASS_DISABLED: ::windows_sys::core::HRESULT = -2147467225i32;
748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
749 pub const CO_E_CLRNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147467224i32;
750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
751 pub const CO_E_CLSREG_INCONSISTENT: ::windows_sys::core::HRESULT = -2147467233i32;
752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
753 pub const CO_E_CONVERSIONFAILED: ::windows_sys::core::HRESULT = -2147417810i32;
754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
755 pub const CO_E_CREATEPROCESS_FAILURE: ::windows_sys::core::HRESULT = -2147467240i32;
756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
757 pub const CO_E_DBERROR: ::windows_sys::core::HRESULT = -2147164117i32;
758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
759 pub const CO_E_DECODEFAILED: ::windows_sys::core::HRESULT = -2147417795i32;
760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
761 pub const CO_E_DLLNOTFOUND: ::windows_sys::core::HRESULT = -2147221000i32;
762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
763 pub const CO_E_ELEVATION_DISABLED: ::windows_sys::core::HRESULT = -2146959337i32;
764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
765 pub const CO_E_ERRORINAPP: ::windows_sys::core::HRESULT = -2147221001i32;
766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
767 pub const CO_E_ERRORINDLL: ::windows_sys::core::HRESULT = -2147220999i32;
768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
769 pub const CO_E_EXCEEDSYSACLLIMIT: ::windows_sys::core::HRESULT = -2147417799i32;
770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
771 pub const CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED: ::windows_sys::core::HRESULT = -2147164111i32;
772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
773 pub const CO_E_FAILEDTOCLOSEHANDLE: ::windows_sys::core::HRESULT = -2147417800i32;
774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
775 pub const CO_E_FAILEDTOCREATEFILE: ::windows_sys::core::HRESULT = -2147417801i32;
776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
777 pub const CO_E_FAILEDTOGENUUID: ::windows_sys::core::HRESULT = -2147417802i32;
778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
779 pub const CO_E_FAILEDTOGETSECCTX: ::windows_sys::core::HRESULT = -2147417820i32;
780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
781 pub const CO_E_FAILEDTOGETTOKENINFO: ::windows_sys::core::HRESULT = -2147417818i32;
782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
783 pub const CO_E_FAILEDTOGETWINDIR: ::windows_sys::core::HRESULT = -2147417804i32;
784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
785 pub const CO_E_FAILEDTOIMPERSONATE: ::windows_sys::core::HRESULT = -2147417821i32;
786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
787 pub const CO_E_FAILEDTOOPENPROCESSTOKEN: ::windows_sys::core::HRESULT = -2147417796i32;
788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
789 pub const CO_E_FAILEDTOOPENTHREADTOKEN: ::windows_sys::core::HRESULT = -2147417819i32;
790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
791 pub const CO_E_FAILEDTOQUERYCLIENTBLANKET: ::windows_sys::core::HRESULT = -2147417816i32;
792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
793 pub const CO_E_FAILEDTOSETDACL: ::windows_sys::core::HRESULT = -2147417815i32;
794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
795 pub const CO_E_FIRST: i32 = -2147221008i32;
796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
797 pub const CO_E_IIDREG_INCONSISTENT: ::windows_sys::core::HRESULT = -2147467232i32;
798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
799 pub const CO_E_IIDSTRING: ::windows_sys::core::HRESULT = -2147221004i32;
800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
801 pub const CO_E_INCOMPATIBLESTREAMVERSION: ::windows_sys::core::HRESULT = -2147417797i32;
802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
803 pub const CO_E_INITIALIZATIONFAILED: ::windows_sys::core::HRESULT = -2147164123i32;
804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
805 pub const CO_E_INIT_CLASS_CACHE: ::windows_sys::core::HRESULT = -2147467255i32;
806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
807 pub const CO_E_INIT_MEMORY_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467256i32;
808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
809 pub const CO_E_INIT_ONLY_SINGLE_THREADED: ::windows_sys::core::HRESULT = -2147467246i32;
810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
811 pub const CO_E_INIT_RPC_CHANNEL: ::windows_sys::core::HRESULT = -2147467254i32;
812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
813 pub const CO_E_INIT_SCM_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2147467247i32;
814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
815 pub const CO_E_INIT_SCM_FILE_MAPPING_EXISTS: ::windows_sys::core::HRESULT = -2147467249i32;
816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
817 pub const CO_E_INIT_SCM_MAP_VIEW_OF_FILE: ::windows_sys::core::HRESULT = -2147467248i32;
818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
819 pub const CO_E_INIT_SCM_MUTEX_EXISTS: ::windows_sys::core::HRESULT = -2147467250i32;
820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
821 pub const CO_E_INIT_SHARED_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467257i32;
822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
823 pub const CO_E_INIT_TLS: ::windows_sys::core::HRESULT = -2147467258i32;
824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
825 pub const CO_E_INIT_TLS_CHANNEL_CONTROL: ::windows_sys::core::HRESULT = -2147467252i32;
826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
827 pub const CO_E_INIT_TLS_SET_CHANNEL_CONTROL: ::windows_sys::core::HRESULT = -2147467253i32;
828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
829 pub const CO_E_INIT_UNACCEPTED_USER_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467251i32;
830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
831 pub const CO_E_INVALIDSID: ::windows_sys::core::HRESULT = -2147417811i32;
832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
833 pub const CO_E_ISOLEVELMISMATCH: ::windows_sys::core::HRESULT = -2147164113i32;
834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
835 pub const CO_E_LAST: i32 = -2147220993i32;
836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
837 pub const CO_E_LAUNCH_PERMSSION_DENIED: ::windows_sys::core::HRESULT = -2147467237i32;
838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
839 pub const CO_E_LOOKUPACCNAMEFAILED: ::windows_sys::core::HRESULT = -2147417806i32;
840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
841 pub const CO_E_LOOKUPACCSIDFAILED: ::windows_sys::core::HRESULT = -2147417808i32;
842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
843 pub const CO_E_MALFORMED_SPN: ::windows_sys::core::HRESULT = -2147467213i32;
844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
845 pub const CO_E_MISSING_DISPLAYNAME: ::windows_sys::core::HRESULT = -2146959339i32;
846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
847 pub const CO_E_MSI_ERROR: ::windows_sys::core::HRESULT = -2147467229i32;
848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
849 pub const CO_E_NETACCESSAPIFAILED: ::windows_sys::core::HRESULT = -2147417813i32;
850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
851 pub const CO_E_NOCOOKIES: ::windows_sys::core::HRESULT = -2147164118i32;
852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
853 pub const CO_E_NOIISINTRINSICS: ::windows_sys::core::HRESULT = -2147164119i32;
854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
855 pub const CO_E_NOMATCHINGNAMEFOUND: ::windows_sys::core::HRESULT = -2147417807i32;
856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
857 pub const CO_E_NOMATCHINGSIDFOUND: ::windows_sys::core::HRESULT = -2147417809i32;
858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
859 pub const CO_E_NOSYNCHRONIZATION: ::windows_sys::core::HRESULT = -2147164114i32;
860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
861 pub const CO_E_NOTCONSTRUCTED: ::windows_sys::core::HRESULT = -2147164115i32;
862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
863 pub const CO_E_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2147221008i32;
864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
865 pub const CO_E_NOTPOOLED: ::windows_sys::core::HRESULT = -2147164116i32;
866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
867 pub const CO_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2147467231i32;
868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
869 pub const CO_E_NO_SECCTX_IN_ACTIVATE: ::windows_sys::core::HRESULT = -2147467221i32;
870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
871 pub const CO_E_OBJISREG: ::windows_sys::core::HRESULT = -2147220996i32;
872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
873 pub const CO_E_OBJNOTCONNECTED: ::windows_sys::core::HRESULT = -2147220995i32;
874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
875 pub const CO_E_OBJNOTREG: ::windows_sys::core::HRESULT = -2147220997i32;
876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
877 pub const CO_E_OBJSRV_RPC_FAILURE: ::windows_sys::core::HRESULT = -2146959354i32;
878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
879 pub const CO_E_OLE1DDE_DISABLED: ::windows_sys::core::HRESULT = -2147467242i32;
880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
881 pub const CO_E_PATHTOOLONG: ::windows_sys::core::HRESULT = -2147417803i32;
882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
883 pub const CO_E_PREMATURE_STUB_RUNDOWN: ::windows_sys::core::HRESULT = -2147467211i32;
884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
885 pub const CO_E_RELEASED: ::windows_sys::core::HRESULT = -2147220993i32;
886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
887 pub const CO_E_RELOAD_DLL: ::windows_sys::core::HRESULT = -2147467230i32;
888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
889 pub const CO_E_REMOTE_COMMUNICATION_FAILURE: ::windows_sys::core::HRESULT = -2147467235i32;
890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
891 pub const CO_E_RUNAS_CREATEPROCESS_FAILURE: ::windows_sys::core::HRESULT = -2147467239i32;
892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
893 pub const CO_E_RUNAS_LOGON_FAILURE: ::windows_sys::core::HRESULT = -2147467238i32;
894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
895 pub const CO_E_RUNAS_SYNTAX: ::windows_sys::core::HRESULT = -2147467241i32;
896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
897 pub const CO_E_RUNAS_VALUE_MUST_BE_AAA: ::windows_sys::core::HRESULT = -2146959338i32;
898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
899 pub const CO_E_SCM_ERROR: ::windows_sys::core::HRESULT = -2146959358i32;
900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
901 pub const CO_E_SCM_RPC_FAILURE: ::windows_sys::core::HRESULT = -2146959357i32;
902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
903 pub const CO_E_SERVER_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2146959355i32;
904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
905 pub const CO_E_SERVER_INIT_TIMEOUT: ::windows_sys::core::HRESULT = -2147467222i32;
906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
907 pub const CO_E_SERVER_NOT_PAUSED: ::windows_sys::core::HRESULT = -2147467226i32;
908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
909 pub const CO_E_SERVER_PAUSED: ::windows_sys::core::HRESULT = -2147467227i32;
910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
911 pub const CO_E_SERVER_START_TIMEOUT: ::windows_sys::core::HRESULT = -2147467234i32;
912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
913 pub const CO_E_SERVER_STOPPING: ::windows_sys::core::HRESULT = -2146959352i32;
914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
915 pub const CO_E_SETSERLHNDLFAILED: ::windows_sys::core::HRESULT = -2147417805i32;
916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
917 pub const CO_E_START_SERVICE_FAILURE: ::windows_sys::core::HRESULT = -2147467236i32;
918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
919 pub const CO_E_SXS_CONFIG: ::windows_sys::core::HRESULT = -2147467214i32;
920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
921 pub const CO_E_THREADINGMODEL_CHANGED: ::windows_sys::core::HRESULT = -2147164120i32;
922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
923 pub const CO_E_THREADPOOL_CONFIG: ::windows_sys::core::HRESULT = -2147467215i32;
924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
925 pub const CO_E_TRACKER_CONFIG: ::windows_sys::core::HRESULT = -2147467216i32;
926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
927 pub const CO_E_TRUSTEEDOESNTMATCHCLIENT: ::windows_sys::core::HRESULT = -2147417817i32;
928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
929 pub const CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN: ::windows_sys::core::HRESULT = -2147467212i32;
930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
931 pub const CO_E_WRONGOSFORAPP: ::windows_sys::core::HRESULT = -2147220998i32;
932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
933 pub const CO_E_WRONGTRUSTEENAMESYNTAX: ::windows_sys::core::HRESULT = -2147417812i32;
934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
935 pub const CO_E_WRONG_SERVER_IDENTITY: ::windows_sys::core::HRESULT = -2147467243i32;
936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
937 pub const CO_S_FIRST: i32 = 262640i32;
938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
939 pub const CO_S_LAST: i32 = 262655i32;
940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
941 pub const CO_S_MACHINENAMENOTFOUND: ::windows_sys::core::HRESULT = 524307i32;
942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
943 pub const CO_S_NOTALLINTERFACES: ::windows_sys::core::HRESULT = 524306i32;
944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
945 pub const CRYPT_E_ALREADY_DECRYPTED: ::windows_sys::core::HRESULT = -2146889719i32;
946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
947 pub const CRYPT_E_ASN1_BADARGS: ::windows_sys::core::HRESULT = -2146881271i32;
948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
949 pub const CRYPT_E_ASN1_BADPDU: ::windows_sys::core::HRESULT = -2146881272i32;
950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
951 pub const CRYPT_E_ASN1_BADREAL: ::windows_sys::core::HRESULT = -2146881270i32;
952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
953 pub const CRYPT_E_ASN1_BADTAG: ::windows_sys::core::HRESULT = -2146881269i32;
954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
955 pub const CRYPT_E_ASN1_CHOICE: ::windows_sys::core::HRESULT = -2146881268i32;
956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
957 pub const CRYPT_E_ASN1_CONSTRAINT: ::windows_sys::core::HRESULT = -2146881275i32;
958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
959 pub const CRYPT_E_ASN1_CORRUPT: ::windows_sys::core::HRESULT = -2146881277i32;
960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
961 pub const CRYPT_E_ASN1_EOD: ::windows_sys::core::HRESULT = -2146881278i32;
962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
963 pub const CRYPT_E_ASN1_ERROR: ::windows_sys::core::HRESULT = -2146881280i32;
964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
965 pub const CRYPT_E_ASN1_EXTENDED: ::windows_sys::core::HRESULT = -2146881023i32;
966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
967 pub const CRYPT_E_ASN1_INTERNAL: ::windows_sys::core::HRESULT = -2146881279i32;
968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
969 pub const CRYPT_E_ASN1_LARGE: ::windows_sys::core::HRESULT = -2146881276i32;
970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
971 pub const CRYPT_E_ASN1_MEMORY: ::windows_sys::core::HRESULT = -2146881274i32;
972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
973 pub const CRYPT_E_ASN1_NOEOD: ::windows_sys::core::HRESULT = -2146881022i32;
974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
975 pub const CRYPT_E_ASN1_NYI: ::windows_sys::core::HRESULT = -2146881228i32;
976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
977 pub const CRYPT_E_ASN1_OVERFLOW: ::windows_sys::core::HRESULT = -2146881273i32;
978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
979 pub const CRYPT_E_ASN1_PDU_TYPE: ::windows_sys::core::HRESULT = -2146881229i32;
980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
981 pub const CRYPT_E_ASN1_RULE: ::windows_sys::core::HRESULT = -2146881267i32;
982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
983 pub const CRYPT_E_ASN1_UTF8: ::windows_sys::core::HRESULT = -2146881266i32;
984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
985 pub const CRYPT_E_ATTRIBUTES_MISSING: ::windows_sys::core::HRESULT = -2146889713i32;
986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
987 pub const CRYPT_E_AUTH_ATTR_MISSING: ::windows_sys::core::HRESULT = -2146889722i32;
988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
989 pub const CRYPT_E_BAD_ENCODE: ::windows_sys::core::HRESULT = -2146885630i32;
990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
991 pub const CRYPT_E_BAD_LEN: ::windows_sys::core::HRESULT = -2146885631i32;
992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
993 pub const CRYPT_E_BAD_MSG: ::windows_sys::core::HRESULT = -2146885619i32;
994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
995 pub const CRYPT_E_CONTROL_TYPE: ::windows_sys::core::HRESULT = -2146889716i32;
996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
997 pub const CRYPT_E_DELETED_PREV: ::windows_sys::core::HRESULT = -2146885624i32;
998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
999 pub const CRYPT_E_EXISTS: ::windows_sys::core::HRESULT = -2146885627i32;
1000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1001 pub const CRYPT_E_FILERESIZED: ::windows_sys::core::HRESULT = -2146885595i32;
1002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1003 pub const CRYPT_E_FILE_ERROR: ::windows_sys::core::HRESULT = -2146885629i32;
1004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1005 pub const CRYPT_E_HASH_VALUE: ::windows_sys::core::HRESULT = -2146889721i32;
1006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1007 pub const CRYPT_E_INVALID_IA5_STRING: ::windows_sys::core::HRESULT = -2146885598i32;
1008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1009 pub const CRYPT_E_INVALID_INDEX: ::windows_sys::core::HRESULT = -2146889720i32;
1010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1011 pub const CRYPT_E_INVALID_MSG_TYPE: ::windows_sys::core::HRESULT = -2146889724i32;
1012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1013 pub const CRYPT_E_INVALID_NUMERIC_STRING: ::windows_sys::core::HRESULT = -2146885600i32;
1014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1015 pub const CRYPT_E_INVALID_PRINTABLE_STRING: ::windows_sys::core::HRESULT = -2146885599i32;
1016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1017 pub const CRYPT_E_INVALID_X500_STRING: ::windows_sys::core::HRESULT = -2146885597i32;
1018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1019 pub const CRYPT_E_ISSUER_SERIALNUMBER: ::windows_sys::core::HRESULT = -2146889715i32;
1020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1021 pub const CRYPT_E_MISSING_PUBKEY_PARA: ::windows_sys::core::HRESULT = -2146885588i32;
1022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1023 pub const CRYPT_E_MSG_ERROR: ::windows_sys::core::HRESULT = -2146889727i32;
1024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1025 pub const CRYPT_E_NOT_CHAR_STRING: ::windows_sys::core::HRESULT = -2146885596i32;
1026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1027 pub const CRYPT_E_NOT_DECRYPTED: ::windows_sys::core::HRESULT = -2146889718i32;
1028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1029 pub const CRYPT_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2146885628i32;
1030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1031 pub const CRYPT_E_NOT_IN_CTL: ::windows_sys::core::HRESULT = -2146885590i32;
1032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1033 pub const CRYPT_E_NOT_IN_REVOCATION_DATABASE: ::windows_sys::core::HRESULT = -2146885612i32;
1034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1035 pub const CRYPT_E_NO_DECRYPT_CERT: ::windows_sys::core::HRESULT = -2146885620i32;
1036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1037 pub const CRYPT_E_NO_KEY_PROPERTY: ::windows_sys::core::HRESULT = -2146885621i32;
1038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1039 pub const CRYPT_E_NO_MATCH: ::windows_sys::core::HRESULT = -2146885623i32;
1040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1041 pub const CRYPT_E_NO_PROVIDER: ::windows_sys::core::HRESULT = -2146885626i32;
1042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1043 pub const CRYPT_E_NO_REVOCATION_CHECK: ::windows_sys::core::HRESULT = -2146885614i32;
1044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1045 pub const CRYPT_E_NO_REVOCATION_DLL: ::windows_sys::core::HRESULT = -2146885615i32;
1046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1047 pub const CRYPT_E_NO_SIGNER: ::windows_sys::core::HRESULT = -2146885618i32;
1048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1049 pub const CRYPT_E_NO_TRUSTED_SIGNER: ::windows_sys::core::HRESULT = -2146885589i32;
1050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1051 pub const CRYPT_E_NO_VERIFY_USAGE_CHECK: ::windows_sys::core::HRESULT = -2146885592i32;
1052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1053 pub const CRYPT_E_NO_VERIFY_USAGE_DLL: ::windows_sys::core::HRESULT = -2146885593i32;
1054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1055 pub const CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND: ::windows_sys::core::HRESULT = -2146885587i32;
1056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1057 pub const CRYPT_E_OID_FORMAT: ::windows_sys::core::HRESULT = -2146889725i32;
1058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1059 pub const CRYPT_E_OSS_ERROR: ::windows_sys::core::HRESULT = -2146881536i32;
1060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1061 pub const CRYPT_E_PENDING_CLOSE: ::windows_sys::core::HRESULT = -2146885617i32;
1062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1063 pub const CRYPT_E_RECIPIENT_NOT_FOUND: ::windows_sys::core::HRESULT = -2146889717i32;
1064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1065 pub const CRYPT_E_REVOCATION_OFFLINE: ::windows_sys::core::HRESULT = -2146885613i32;
1066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1067 pub const CRYPT_E_REVOKED: ::windows_sys::core::HRESULT = -2146885616i32;
1068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1069 pub const CRYPT_E_SECURITY_SETTINGS: ::windows_sys::core::HRESULT = -2146885594i32;
1070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1071 pub const CRYPT_E_SELF_SIGNED: ::windows_sys::core::HRESULT = -2146885625i32;
1072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1073 pub const CRYPT_E_SIGNER_NOT_FOUND: ::windows_sys::core::HRESULT = -2146889714i32;
1074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1075 pub const CRYPT_E_STREAM_INSUFFICIENT_DATA: ::windows_sys::core::HRESULT = -2146889711i32;
1076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1077 pub const CRYPT_E_STREAM_MSG_NOT_READY: ::windows_sys::core::HRESULT = -2146889712i32;
1078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1079 pub const CRYPT_E_UNEXPECTED_ENCODING: ::windows_sys::core::HRESULT = -2146889723i32;
1080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1081 pub const CRYPT_E_UNEXPECTED_MSG_TYPE: ::windows_sys::core::HRESULT = -2146885622i32;
1082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1083 pub const CRYPT_E_UNKNOWN_ALGO: ::windows_sys::core::HRESULT = -2146889726i32;
1084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1085 pub const CRYPT_E_VERIFY_USAGE_OFFLINE: ::windows_sys::core::HRESULT = -2146885591i32;
1086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1087 pub const CRYPT_I_NEW_PROTECTION_REQUIRED: ::windows_sys::core::HRESULT = 593938i32;
1088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1089 pub const CS_E_ADMIN_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2147221139i32;
1090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1091 pub const CS_E_CLASS_NOTFOUND: ::windows_sys::core::HRESULT = -2147221146i32;
1092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1093 pub const CS_E_FIRST: i32 = -2147221148i32;
1094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1095 pub const CS_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2147221137i32;
1096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1097 pub const CS_E_INVALID_PATH: ::windows_sys::core::HRESULT = -2147221141i32;
1098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1099 pub const CS_E_INVALID_VERSION: ::windows_sys::core::HRESULT = -2147221145i32;
1100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1101 pub const CS_E_LAST: i32 = -2147221137i32;
1102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1103 pub const CS_E_NETWORK_ERROR: ::windows_sys::core::HRESULT = -2147221140i32;
1104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1105 pub const CS_E_NOT_DELETABLE: ::windows_sys::core::HRESULT = -2147221147i32;
1106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1107 pub const CS_E_NO_CLASSSTORE: ::windows_sys::core::HRESULT = -2147221144i32;
1108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1109 pub const CS_E_OBJECT_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2147221142i32;
1110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1111 pub const CS_E_OBJECT_NOTFOUND: ::windows_sys::core::HRESULT = -2147221143i32;
1112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1113 pub const CS_E_PACKAGE_NOTFOUND: ::windows_sys::core::HRESULT = -2147221148i32;
1114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1115 pub const CS_E_SCHEMA_MISMATCH: ::windows_sys::core::HRESULT = -2147221138i32;
1116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1117 pub const D2DERR_BAD_NUMBER: ::windows_sys::core::HRESULT = -2003238895i32;
1118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1119 pub const D2DERR_BITMAP_BOUND_AS_TARGET: ::windows_sys::core::HRESULT = -2003238875i32;
1120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1121 pub const D2DERR_BITMAP_CANNOT_DRAW: ::windows_sys::core::HRESULT = -2003238879i32;
1122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1123 pub const D2DERR_CYCLIC_GRAPH: ::windows_sys::core::HRESULT = -2003238880i32;
1124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1125 pub const D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003238903i32;
1126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1127 pub const D2DERR_DISPLAY_STATE_INVALID: ::windows_sys::core::HRESULT = -2003238906i32;
1128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1129 pub const D2DERR_EFFECT_IS_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2003238872i32;
1130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1131 pub const D2DERR_EXCEEDS_MAX_BITMAP_SIZE: ::windows_sys::core::HRESULT = -2003238883i32;
1132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1133 pub const D2DERR_INCOMPATIBLE_BRUSH_TYPES: ::windows_sys::core::HRESULT = -2003238888i32;
1134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1135 pub const D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES: ::windows_sys::core::HRESULT = -2003238874i32;
1136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1137 pub const D2DERR_INTERMEDIATE_TOO_LARGE: ::windows_sys::core::HRESULT = -2003238873i32;
1138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1139 pub const D2DERR_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2003238904i32;
1140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1141 pub const D2DERR_INVALID_CALL: ::windows_sys::core::HRESULT = -2003238902i32;
1142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1143 pub const D2DERR_INVALID_GLYPH_IMAGE: ::windows_sys::core::HRESULT = -2003238866i32;
1144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1145 pub const D2DERR_INVALID_GRAPH_CONFIGURATION: ::windows_sys::core::HRESULT = -2003238882i32;
1146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1147 pub const D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION: ::windows_sys::core::HRESULT = -2003238881i32;
1148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1149 pub const D2DERR_INVALID_PROPERTY: ::windows_sys::core::HRESULT = -2003238871i32;
1150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1151 pub const D2DERR_INVALID_TARGET: ::windows_sys::core::HRESULT = -2003238876i32;
1152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1153 pub const D2DERR_LAYER_ALREADY_IN_USE: ::windows_sys::core::HRESULT = -2003238893i32;
1154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1155 pub const D2DERR_MAX_TEXTURE_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2003238897i32;
1156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1157 pub const D2DERR_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2003238910i32;
1158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1159 pub const D2DERR_NO_HARDWARE_DEVICE: ::windows_sys::core::HRESULT = -2003238901i32;
1160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1161 pub const D2DERR_NO_SUBPROPERTIES: ::windows_sys::core::HRESULT = -2003238870i32;
1162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1163 pub const D2DERR_ORIGINAL_TARGET_NOT_BOUND: ::windows_sys::core::HRESULT = -2003238877i32;
1164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1165 pub const D2DERR_OUTSTANDING_BITMAP_REFERENCES: ::windows_sys::core::HRESULT = -2003238878i32;
1166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1167 pub const D2DERR_POP_CALL_DID_NOT_MATCH_PUSH: ::windows_sys::core::HRESULT = -2003238892i32;
1168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1169 pub const D2DERR_PRINT_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003238868i32;
1170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1171 pub const D2DERR_PRINT_JOB_CLOSED: ::windows_sys::core::HRESULT = -2003238869i32;
1172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1173 pub const D2DERR_PUSH_POP_UNBALANCED: ::windows_sys::core::HRESULT = -2003238890i32;
1174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1175 pub const D2DERR_RECREATE_TARGET: ::windows_sys::core::HRESULT = -2003238900i32;
1176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1177 pub const D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT: ::windows_sys::core::HRESULT = -2003238889i32;
1178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1179 pub const D2DERR_SCANNER_FAILED: ::windows_sys::core::HRESULT = -2003238908i32;
1180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1181 pub const D2DERR_SCREEN_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2003238907i32;
1182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1183 pub const D2DERR_SHADER_COMPILE_FAILED: ::windows_sys::core::HRESULT = -2003238898i32;
1184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1185 pub const D2DERR_TARGET_NOT_GDI_COMPATIBLE: ::windows_sys::core::HRESULT = -2003238886i32;
1186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1187 pub const D2DERR_TEXT_EFFECT_IS_WRONG_TYPE: ::windows_sys::core::HRESULT = -2003238885i32;
1188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1189 pub const D2DERR_TEXT_RENDERER_NOT_RELEASED: ::windows_sys::core::HRESULT = -2003238884i32;
1190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1191 pub const D2DERR_TOO_MANY_SHADER_ELEMENTS: ::windows_sys::core::HRESULT = -2003238899i32;
1192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1193 pub const D2DERR_TOO_MANY_TRANSFORM_INPUTS: ::windows_sys::core::HRESULT = -2003238867i32;
1194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1195 pub const D2DERR_UNSUPPORTED_OPERATION: ::windows_sys::core::HRESULT = -2003238909i32;
1196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1197 pub const D2DERR_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2003238896i32;
1198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1199 pub const D2DERR_WIN32_ERROR: ::windows_sys::core::HRESULT = -2003238887i32;
1200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1201 pub const D2DERR_WRONG_FACTORY: ::windows_sys::core::HRESULT = -2003238894i32;
1202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1203 pub const D2DERR_WRONG_RESOURCE_DOMAIN: ::windows_sys::core::HRESULT = -2003238891i32;
1204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1205 pub const D2DERR_WRONG_STATE: ::windows_sys::core::HRESULT = -2003238911i32;
1206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1207 pub const D2DERR_ZERO_VECTOR: ::windows_sys::core::HRESULT = -2003238905i32;
1208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1209 pub const D3D10_ERROR_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2005336062i32;
1210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1211 pub const D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS: ::windows_sys::core::HRESULT = -2005336063i32;
1212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1213 pub const D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD: ::windows_sys::core::HRESULT = -2005139452i32;
1214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1215 pub const D3D11_ERROR_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2005139454i32;
1216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1217 pub const D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS: ::windows_sys::core::HRESULT = -2005139455i32;
1218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1219 pub const D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS: ::windows_sys::core::HRESULT = -2005139453i32;
1220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1221 pub const D3D12_ERROR_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2005008383i32;
1222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1223 pub const D3D12_ERROR_DRIVER_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2005008382i32;
1224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1225 pub const D3D12_ERROR_INVALID_REDIST: ::windows_sys::core::HRESULT = -2005008381i32;
1226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1227 pub const DATA_E_FIRST: i32 = -2147221200i32;
1228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1229 pub const DATA_E_LAST: i32 = -2147221185i32;
1230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1231 pub const DATA_S_FIRST: i32 = 262448i32;
1232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1233 pub const DATA_S_LAST: i32 = 262463i32;
1234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1235 pub const DATA_S_SAMEFORMATETC: ::windows_sys::core::HRESULT = 262448i32;
1236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1237 pub const DBG_APP_NOT_IDLE: NTSTATUS = -1073676286i32;
1238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1239 pub const DBG_COMMAND_EXCEPTION: NTSTATUS = 1073807369i32;
1240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1241 pub const DBG_CONTINUE: NTSTATUS = 65538i32;
1242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1243 pub const DBG_CONTROL_BREAK: NTSTATUS = 1073807368i32;
1244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1245 pub const DBG_CONTROL_C: NTSTATUS = 1073807365i32;
1246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1247 pub const DBG_EXCEPTION_HANDLED: NTSTATUS = 65537i32;
1248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1249 pub const DBG_EXCEPTION_NOT_HANDLED: NTSTATUS = -2147418111i32;
1250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1251 pub const DBG_NO_STATE_CHANGE: NTSTATUS = -1073676287i32;
1252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1253 pub const DBG_PRINTEXCEPTION_C: NTSTATUS = 1073807366i32;
1254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1255 pub const DBG_PRINTEXCEPTION_WIDE_C: NTSTATUS = 1073807370i32;
1256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1257 pub const DBG_REPLY_LATER: NTSTATUS = 1073807361i32;
1258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1259 pub const DBG_RIPEXCEPTION: NTSTATUS = 1073807367i32;
1260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1261 pub const DBG_TERMINATE_PROCESS: NTSTATUS = 1073807364i32;
1262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1263 pub const DBG_TERMINATE_THREAD: NTSTATUS = 1073807363i32;
1264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1265 pub const DBG_UNABLE_TO_PROVIDE_HANDLE: NTSTATUS = 1073807362i32;
1266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1267 pub const DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED: ::windows_sys::core::HRESULT = -2003302399i32;
1268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1269 pub const DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED: ::windows_sys::core::HRESULT = -2003302398i32;
1270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1271 pub const DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED: ::windows_sys::core::HRESULT = -2003302400i32;
1272 #[repr(C)]
1273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1274 pub struct DECIMAL {
1275 pub wReserved: u16,
1276 pub Anonymous1: DECIMAL_0,
1277 pub Hi32: u32,
1278 pub Anonymous2: DECIMAL_1,
1279 }
1280 impl ::core::marker::Copy for DECIMAL {}
1281 impl ::core::clone::Clone for DECIMAL {
1282 fn clone(&self) -> Self {
1283 *self
1284 }
1285 }
1286 #[repr(C)]
1287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1288 pub union DECIMAL_0 {
1289 pub Anonymous: DECIMAL_0_0,
1290 pub signscale: u16,
1291 }
1292 impl ::core::marker::Copy for DECIMAL_0 {}
1293 impl ::core::clone::Clone for DECIMAL_0 {
1294 fn clone(&self) -> Self {
1295 *self
1296 }
1297 }
1298 #[repr(C)]
1299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1300 pub struct DECIMAL_0_0 {
1301 pub scale: u8,
1302 pub sign: u8,
1303 }
1304 impl ::core::marker::Copy for DECIMAL_0_0 {}
1305 impl ::core::clone::Clone for DECIMAL_0_0 {
1306 fn clone(&self) -> Self {
1307 *self
1308 }
1309 }
1310 #[repr(C)]
1311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1312 pub union DECIMAL_1 {
1313 pub Anonymous: DECIMAL_1_0,
1314 pub Lo64: u64,
1315 }
1316 impl ::core::marker::Copy for DECIMAL_1 {}
1317 impl ::core::clone::Clone for DECIMAL_1 {
1318 fn clone(&self) -> Self {
1319 *self
1320 }
1321 }
1322 #[repr(C)]
1323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1324 pub struct DECIMAL_1_0 {
1325 pub Lo32: u32,
1326 pub Mid32: u32,
1327 }
1328 impl ::core::marker::Copy for DECIMAL_1_0 {}
1329 impl ::core::clone::Clone for DECIMAL_1_0 {
1330 fn clone(&self) -> Self {
1331 *self
1332 }
1333 }
1334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1335 pub const DIGSIG_E_CRYPTO: ::windows_sys::core::HRESULT = -2146762744i32;
1336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1337 pub const DIGSIG_E_DECODE: ::windows_sys::core::HRESULT = -2146762746i32;
1338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1339 pub const DIGSIG_E_ENCODE: ::windows_sys::core::HRESULT = -2146762747i32;
1340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1341 pub const DIGSIG_E_EXTENSIBILITY: ::windows_sys::core::HRESULT = -2146762745i32;
1342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1343 pub const DISP_E_ARRAYISLOCKED: ::windows_sys::core::HRESULT = -2147352563i32;
1344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1345 pub const DISP_E_BADCALLEE: ::windows_sys::core::HRESULT = -2147352560i32;
1346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1347 pub const DISP_E_BADINDEX: ::windows_sys::core::HRESULT = -2147352565i32;
1348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1349 pub const DISP_E_BADPARAMCOUNT: ::windows_sys::core::HRESULT = -2147352562i32;
1350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1351 pub const DISP_E_BADVARTYPE: ::windows_sys::core::HRESULT = -2147352568i32;
1352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1353 pub const DISP_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147352557i32;
1354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1355 pub const DISP_E_DIVBYZERO: ::windows_sys::core::HRESULT = -2147352558i32;
1356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1357 pub const DISP_E_EXCEPTION: ::windows_sys::core::HRESULT = -2147352567i32;
1358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1359 pub const DISP_E_MEMBERNOTFOUND: ::windows_sys::core::HRESULT = -2147352573i32;
1360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1361 pub const DISP_E_NONAMEDARGS: ::windows_sys::core::HRESULT = -2147352569i32;
1362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1363 pub const DISP_E_NOTACOLLECTION: ::windows_sys::core::HRESULT = -2147352559i32;
1364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1365 pub const DISP_E_OVERFLOW: ::windows_sys::core::HRESULT = -2147352566i32;
1366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1367 pub const DISP_E_PARAMNOTFOUND: ::windows_sys::core::HRESULT = -2147352572i32;
1368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1369 pub const DISP_E_PARAMNOTOPTIONAL: ::windows_sys::core::HRESULT = -2147352561i32;
1370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1371 pub const DISP_E_TYPEMISMATCH: ::windows_sys::core::HRESULT = -2147352571i32;
1372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1373 pub const DISP_E_UNKNOWNINTERFACE: ::windows_sys::core::HRESULT = -2147352575i32;
1374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1375 pub const DISP_E_UNKNOWNLCID: ::windows_sys::core::HRESULT = -2147352564i32;
1376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1377 pub const DISP_E_UNKNOWNNAME: ::windows_sys::core::HRESULT = -2147352570i32;
1378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1379 pub const DM_COPY: u32 = 2u32;
1380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1381 pub const DM_IN_BUFFER: u32 = 8u32;
1382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1383 pub const DM_IN_PROMPT: u32 = 4u32;
1384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1385 pub const DM_MODIFY: u32 = 8u32;
1386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1387 pub const DM_OUT_BUFFER: u32 = 2u32;
1388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1389 pub const DM_OUT_DEFAULT: u32 = 1u32;
1390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1391 pub const DM_PROMPT: u32 = 4u32;
1392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1393 pub const DM_UPDATE: u32 = 1u32;
1394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1395 pub const DNS_INFO_ADDED_LOCAL_WINS: i32 = 9753i32;
1396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1397 pub const DNS_INFO_AXFR_COMPLETE: i32 = 9751i32;
1398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1399 pub const DNS_INFO_NO_RECORDS: i32 = 9501i32;
1400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1401 pub const DNS_REQUEST_PENDING: i32 = 9506i32;
1402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1403 pub const DNS_STATUS_CONTINUE_NEEDED: i32 = 9801i32;
1404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1405 pub const DNS_STATUS_DOTTED_NAME: i32 = 9558i32;
1406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1407 pub const DNS_STATUS_FQDN: i32 = 9557i32;
1408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1409 pub const DNS_STATUS_SINGLE_PART_NAME: i32 = 9559i32;
1410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1411 pub const DNS_WARNING_DOMAIN_UNDELETED: i32 = 9716i32;
1412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1413 pub const DNS_WARNING_PTR_CREATE_FAILED: i32 = 9715i32;
1414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1415 pub const DRAGDROP_E_ALREADYREGISTERED: ::windows_sys::core::HRESULT = -2147221247i32;
1416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1417 pub const DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED: ::windows_sys::core::HRESULT = -2147221245i32;
1418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1419 pub const DRAGDROP_E_FIRST: i32 = -2147221248i32;
1420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1421 pub const DRAGDROP_E_INVALIDHWND: ::windows_sys::core::HRESULT = -2147221246i32;
1422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1423 pub const DRAGDROP_E_LAST: i32 = -2147221233i32;
1424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1425 pub const DRAGDROP_E_NOTREGISTERED: ::windows_sys::core::HRESULT = -2147221248i32;
1426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1427 pub const DRAGDROP_S_CANCEL: ::windows_sys::core::HRESULT = 262401i32;
1428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1429 pub const DRAGDROP_S_DROP: ::windows_sys::core::HRESULT = 262400i32;
1430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1431 pub const DRAGDROP_S_FIRST: i32 = 262400i32;
1432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1433 pub const DRAGDROP_S_LAST: i32 = 262415i32;
1434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1435 pub const DRAGDROP_S_USEDEFAULTCURSORS: ::windows_sys::core::HRESULT = 262402i32;
1436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1437 pub type DUPLICATE_HANDLE_OPTIONS = u32;
1438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1439 pub const DUPLICATE_CLOSE_SOURCE: DUPLICATE_HANDLE_OPTIONS = 1u32;
1440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1441 pub const DUPLICATE_SAME_ACCESS: DUPLICATE_HANDLE_OPTIONS = 2u32;
1442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1443 pub const DV_E_CLIPFORMAT: ::windows_sys::core::HRESULT = -2147221398i32;
1444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1445 pub const DV_E_DVASPECT: ::windows_sys::core::HRESULT = -2147221397i32;
1446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1447 pub const DV_E_DVTARGETDEVICE: ::windows_sys::core::HRESULT = -2147221403i32;
1448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1449 pub const DV_E_DVTARGETDEVICE_SIZE: ::windows_sys::core::HRESULT = -2147221396i32;
1450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1451 pub const DV_E_FORMATETC: ::windows_sys::core::HRESULT = -2147221404i32;
1452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1453 pub const DV_E_LINDEX: ::windows_sys::core::HRESULT = -2147221400i32;
1454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1455 pub const DV_E_NOIVIEWOBJECT: ::windows_sys::core::HRESULT = -2147221395i32;
1456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1457 pub const DV_E_STATDATA: ::windows_sys::core::HRESULT = -2147221401i32;
1458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1459 pub const DV_E_STGMEDIUM: ::windows_sys::core::HRESULT = -2147221402i32;
1460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1461 pub const DV_E_TYMED: ::windows_sys::core::HRESULT = -2147221399i32;
1462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1463 pub const DWMERR_CATASTROPHIC_FAILURE: ::windows_sys::core::HRESULT = -2003302654i32;
1464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1465 pub const DWMERR_STATE_TRANSITION_FAILED: ::windows_sys::core::HRESULT = -2003302656i32;
1466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1467 pub const DWMERR_THEME_FAILED: ::windows_sys::core::HRESULT = -2003302655i32;
1468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1469 pub const DWM_E_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144980987i32;
1470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1471 pub const DWM_E_COMPOSITIONDISABLED: ::windows_sys::core::HRESULT = -2144980991i32;
1472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1473 pub const DWM_E_NOT_QUEUING_PRESENTS: ::windows_sys::core::HRESULT = -2144980988i32;
1474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1475 pub const DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE: ::windows_sys::core::HRESULT = -2144980989i32;
1476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1477 pub const DWM_E_REMOTING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144980990i32;
1478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1479 pub const DWM_E_TEXTURE_TOO_LARGE: ::windows_sys::core::HRESULT = -2144980985i32;
1480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1481 pub const DWM_S_GDI_REDIRECTION_SURFACE: ::windows_sys::core::HRESULT = 2502661i32;
1482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1483 pub const DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI: ::windows_sys::core::HRESULT = 2502664i32;
1484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1485 pub const DWRITE_E_ALREADYREGISTERED: ::windows_sys::core::HRESULT = -2003283962i32;
1486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1487 pub const DWRITE_E_CACHEFORMAT: ::windows_sys::core::HRESULT = -2003283961i32;
1488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1489 pub const DWRITE_E_CACHEVERSION: ::windows_sys::core::HRESULT = -2003283960i32;
1490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1491 pub const DWRITE_E_FILEACCESS: ::windows_sys::core::HRESULT = -2003283964i32;
1492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1493 pub const DWRITE_E_FILEFORMAT: ::windows_sys::core::HRESULT = -2003283968i32;
1494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1495 pub const DWRITE_E_FILENOTFOUND: ::windows_sys::core::HRESULT = -2003283965i32;
1496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1497 pub const DWRITE_E_FLOWDIRECTIONCONFLICTS: ::windows_sys::core::HRESULT = -2003283957i32;
1498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1499 pub const DWRITE_E_FONTCOLLECTIONOBSOLETE: ::windows_sys::core::HRESULT = -2003283963i32;
1500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1501 pub const DWRITE_E_NOCOLOR: ::windows_sys::core::HRESULT = -2003283956i32;
1502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1503 pub const DWRITE_E_NOFONT: ::windows_sys::core::HRESULT = -2003283966i32;
1504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1505 pub const DWRITE_E_TEXTRENDERERINCOMPATIBLE: ::windows_sys::core::HRESULT = -2003283958i32;
1506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1507 pub const DWRITE_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2003283967i32;
1508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1509 pub const DWRITE_E_UNSUPPORTEDOPERATION: ::windows_sys::core::HRESULT = -2003283959i32;
1510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1511 pub const DXCORE_ERROR_EVENT_NOT_UNREGISTERED: ::windows_sys::core::HRESULT = -2004877311i32;
1512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1513 pub const DXGI_DDI_ERR_NONEXCLUSIVE: ::windows_sys::core::HRESULT = -2005204989i32;
1514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1515 pub const DXGI_DDI_ERR_UNSUPPORTED: ::windows_sys::core::HRESULT = -2005204990i32;
1516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1517 pub const DXGI_DDI_ERR_WASSTILLDRAWING: ::windows_sys::core::HRESULT = -2005204991i32;
1518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1519 pub const DXGI_STATUS_CLIPPED: ::windows_sys::core::HRESULT = 142213122i32;
1520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1521 pub const DXGI_STATUS_DDA_WAS_STILL_DRAWING: ::windows_sys::core::HRESULT = 142213130i32;
1522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1523 pub const DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE: ::windows_sys::core::HRESULT = 142213126i32;
1524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1525 pub const DXGI_STATUS_MODE_CHANGED: ::windows_sys::core::HRESULT = 142213127i32;
1526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1527 pub const DXGI_STATUS_MODE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = 142213128i32;
1528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1529 pub const DXGI_STATUS_NO_DESKTOP_ACCESS: ::windows_sys::core::HRESULT = 142213125i32;
1530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1531 pub const DXGI_STATUS_NO_REDIRECTION: ::windows_sys::core::HRESULT = 142213124i32;
1532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1533 pub const DXGI_STATUS_OCCLUDED: ::windows_sys::core::HRESULT = 142213121i32;
1534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1535 pub const DXGI_STATUS_PRESENT_REQUIRED: ::windows_sys::core::HRESULT = 142213167i32;
1536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1537 pub const DXGI_STATUS_UNOCCLUDED: ::windows_sys::core::HRESULT = 142213129i32;
1538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1539 pub const EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913080i32;
1540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1541 pub const EAS_E_ADMINS_HAVE_BLANK_PASSWORD: ::windows_sys::core::HRESULT = -2141913081i32;
1542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1543 pub const EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913077i32;
1544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1545 pub const EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913075i32;
1546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1547 pub const EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD: ::windows_sys::core::HRESULT = -2141913084i32;
1548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1549 pub const EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913079i32;
1550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1551 pub const EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS: ::windows_sys::core::HRESULT = -2141913078i32;
1552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1553 pub const EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER: ::windows_sys::core::HRESULT = -2141913076i32;
1554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1555 pub const EAS_E_POLICY_COMPLIANT_WITH_ACTIONS: ::windows_sys::core::HRESULT = -2141913086i32;
1556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1557 pub const EAS_E_POLICY_NOT_MANAGED_BY_OS: ::windows_sys::core::HRESULT = -2141913087i32;
1558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1559 pub const EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE: ::windows_sys::core::HRESULT = -2141913085i32;
1560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1561 pub const EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2141913083i32;
1562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1563 pub const EAS_E_USER_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913082i32;
1564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1565 pub const ENUM_E_FIRST: i32 = -2147221072i32;
1566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1567 pub const ENUM_E_LAST: i32 = -2147221057i32;
1568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1569 pub const ENUM_S_FIRST: i32 = 262576i32;
1570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1571 pub const ENUM_S_LAST: i32 = 262591i32;
1572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1573 pub const EPT_NT_CANT_CREATE: NTSTATUS = -1073610676i32;
1574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1575 pub const EPT_NT_CANT_PERFORM_OP: NTSTATUS = -1073610699i32;
1576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1577 pub const EPT_NT_INVALID_ENTRY: NTSTATUS = -1073610700i32;
1578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1579 pub const EPT_NT_NOT_REGISTERED: NTSTATUS = -1073610698i32;
1580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1581 pub const ERROR_ALLOWED_PORT_TYPE_RESTRICTION: u32 = 941u32;
1582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1583 pub const ERROR_ALL_SIDS_FILTERED: ::windows_sys::core::HRESULT = -1073151998i32;
1584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1585 pub const ERROR_ALREADY_CONNECTED: u32 = 901u32;
1586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1587 pub const ERROR_ALREADY_CONNECTING: u32 = 910u32;
1588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1589 pub const ERROR_ATTRIBUTE_NOT_PRESENT: ::windows_sys::core::HRESULT = -2138898422i32;
1590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1591 pub const ERROR_AUDITING_DISABLED: ::windows_sys::core::HRESULT = -1073151999i32;
1592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1593 pub const ERROR_AUTHENTICATOR_MISMATCH: u32 = 955u32;
1594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1595 pub const ERROR_AUTH_PROTOCOL_REJECTED: u32 = 917u32;
1596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1597 pub const ERROR_AUTH_PROTOCOL_RESTRICTION: u32 = 942u32;
1598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1599 pub const ERROR_AUTH_SERVER_TIMEOUT: u32 = 930u32;
1600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1601 pub const ERROR_BAP_DISCONNECTED: u32 = 936u32;
1602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1603 pub const ERROR_BAP_REQUIRED: u32 = 943u32;
1604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1605 pub const ERROR_BIZRULES_NOT_ENABLED: ::windows_sys::core::HRESULT = -1073151997i32;
1606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1607 pub const ERROR_CLIENT_INTERFACE_ALREADY_EXISTS: u32 = 915u32;
1608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1609 pub const ERROR_CLIP_DEVICE_LICENSE_MISSING: ::windows_sys::core::HRESULT = -1058406397i32;
1610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1611 pub const ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID: ::windows_sys::core::HRESULT = -1058406395i32;
1612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1613 pub const ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH: ::windows_sys::core::HRESULT = -1058406390i32;
1614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1615 pub const ERROR_CLIP_LICENSE_EXPIRED: ::windows_sys::core::HRESULT = -1058406394i32;
1616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1617 pub const ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE: ::windows_sys::core::HRESULT = -1058406391i32;
1618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1619 pub const ERROR_CLIP_LICENSE_INVALID_SIGNATURE: ::windows_sys::core::HRESULT = -1058406396i32;
1620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1621 pub const ERROR_CLIP_LICENSE_NOT_FOUND: ::windows_sys::core::HRESULT = -1058406398i32;
1622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1623 pub const ERROR_CLIP_LICENSE_NOT_SIGNED: ::windows_sys::core::HRESULT = -1058406392i32;
1624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1625 pub const ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE: ::windows_sys::core::HRESULT = -1058406393i32;
1626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1627 pub const ERROR_CRED_REQUIRES_CONFIRMATION: ::windows_sys::core::HRESULT = -2146865127i32;
1628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1629 pub const ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949310i32;
1630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1631 pub const ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949309i32;
1632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1633 pub const ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949311i32;
1634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1635 pub const ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949308i32;
1636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1637 pub const ERROR_DDM_NOT_RUNNING: u32 = 903u32;
1638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1639 pub const ERROR_DIALIN_HOURS_RESTRICTION: u32 = 940u32;
1640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1641 pub const ERROR_DIALOUT_HOURS_RESTRICTION: u32 = 944u32;
1642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1643 pub const ERROR_FLT_ALREADY_ENLISTED: ::windows_sys::core::HRESULT = -2145452005i32;
1644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1645 pub const ERROR_FLT_CBDQ_DISABLED: ::windows_sys::core::HRESULT = -2145452018i32;
1646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1647 pub const ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452010i32;
1648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1649 pub const ERROR_FLT_CONTEXT_ALREADY_DEFINED: ::windows_sys::core::HRESULT = -2145452030i32;
1650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1651 pub const ERROR_FLT_CONTEXT_ALREADY_LINKED: ::windows_sys::core::HRESULT = -2145452004i32;
1652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1653 pub const ERROR_FLT_DELETING_OBJECT: ::windows_sys::core::HRESULT = -2145452021i32;
1654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1655 pub const ERROR_FLT_DISALLOW_FAST_IO: ::windows_sys::core::HRESULT = -2145452028i32;
1656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1657 pub const ERROR_FLT_DO_NOT_ATTACH: ::windows_sys::core::HRESULT = -2145452017i32;
1658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1659 pub const ERROR_FLT_DO_NOT_DETACH: ::windows_sys::core::HRESULT = -2145452016i32;
1660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1661 pub const ERROR_FLT_DUPLICATE_ENTRY: ::windows_sys::core::HRESULT = -2145452019i32;
1662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1663 pub const ERROR_FLT_FILTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452013i32;
1664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1665 pub const ERROR_FLT_FILTER_NOT_READY: ::windows_sys::core::HRESULT = -2145452024i32;
1666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1667 pub const ERROR_FLT_INSTANCE_ALTITUDE_COLLISION: ::windows_sys::core::HRESULT = -2145452015i32;
1668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1669 pub const ERROR_FLT_INSTANCE_NAME_COLLISION: ::windows_sys::core::HRESULT = -2145452014i32;
1670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1671 pub const ERROR_FLT_INSTANCE_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452011i32;
1672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1673 pub const ERROR_FLT_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2145452022i32;
1674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1675 pub const ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST: ::windows_sys::core::HRESULT = -2145452029i32;
1676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1677 pub const ERROR_FLT_INVALID_CONTEXT_REGISTRATION: ::windows_sys::core::HRESULT = -2145452009i32;
1678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1679 pub const ERROR_FLT_INVALID_NAME_REQUEST: ::windows_sys::core::HRESULT = -2145452027i32;
1680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1681 pub const ERROR_FLT_IO_COMPLETE: ::windows_sys::core::HRESULT = 2031617i32;
1682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1683 pub const ERROR_FLT_MUST_BE_NONPAGED_POOL: ::windows_sys::core::HRESULT = -2145452020i32;
1684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1685 pub const ERROR_FLT_NAME_CACHE_MISS: ::windows_sys::core::HRESULT = -2145452008i32;
1686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1687 pub const ERROR_FLT_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2145452025i32;
1688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1689 pub const ERROR_FLT_NOT_SAFE_TO_POST_OPERATION: ::windows_sys::core::HRESULT = -2145452026i32;
1690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1691 pub const ERROR_FLT_NO_DEVICE_OBJECT: ::windows_sys::core::HRESULT = -2145452007i32;
1692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1693 pub const ERROR_FLT_NO_HANDLER_DEFINED: ::windows_sys::core::HRESULT = -2145452031i32;
1694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1695 pub const ERROR_FLT_NO_WAITER_FOR_REPLY: ::windows_sys::core::HRESULT = -2145452000i32;
1696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1697 pub const ERROR_FLT_POST_OPERATION_CLEANUP: ::windows_sys::core::HRESULT = -2145452023i32;
1698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1699 pub const ERROR_FLT_REGISTRATION_BUSY: ::windows_sys::core::HRESULT = -2145451997i32;
1700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1701 pub const ERROR_FLT_VOLUME_ALREADY_MOUNTED: ::windows_sys::core::HRESULT = -2145452006i32;
1702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1703 pub const ERROR_FLT_VOLUME_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452012i32;
1704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1705 pub const ERROR_FLT_WCOS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2145451996i32;
1706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1707 pub const ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED: ::windows_sys::core::HRESULT = -1071242181i32;
1708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1709 pub const ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY: ::windows_sys::core::HRESULT = -1071242189i32;
1710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1711 pub const ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE: ::windows_sys::core::HRESULT = -1071242456i32;
1712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1713 pub const ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET: ::windows_sys::core::HRESULT = -1071242455i32;
1714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1715 pub const ERROR_GRAPHICS_ADAPTER_WAS_RESET: ::windows_sys::core::HRESULT = -1071243261i32;
1716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1717 pub const ERROR_GRAPHICS_ALLOCATION_BUSY: ::windows_sys::core::HRESULT = -1071243006i32;
1718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1719 pub const ERROR_GRAPHICS_ALLOCATION_CLOSED: ::windows_sys::core::HRESULT = -1071242990i32;
1720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1721 pub const ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST: ::windows_sys::core::HRESULT = -1071242986i32;
1722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1723 pub const ERROR_GRAPHICS_ALLOCATION_INVALID: ::windows_sys::core::HRESULT = -1071243002i32;
1724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1725 pub const ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION: ::windows_sys::core::HRESULT = -1071242406i32;
1726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1727 pub const ERROR_GRAPHICS_CANNOTCOLORCONVERT: ::windows_sys::core::HRESULT = -1071243256i32;
1728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1729 pub const ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN: ::windows_sys::core::HRESULT = -1071242429i32;
1730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1731 pub const ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION: ::windows_sys::core::HRESULT = -1071242999i32;
1732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1733 pub const ERROR_GRAPHICS_CANT_LOCK_MEMORY: ::windows_sys::core::HRESULT = -1071243007i32;
1734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1735 pub const ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION: ::windows_sys::core::HRESULT = -1071242991i32;
1736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1737 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED: ::windows_sys::core::HRESULT = -1071242190i32;
1738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1739 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON: ::windows_sys::core::HRESULT = -1071242187i32;
1740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1741 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED: ::windows_sys::core::HRESULT = -1071242188i32;
1742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1743 pub const ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242239i32;
1744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1745 pub const ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET: ::windows_sys::core::HRESULT = -1071242404i32;
1746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1747 pub const ERROR_GRAPHICS_COPP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241983i32;
1748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1749 pub const ERROR_GRAPHICS_DATASET_IS_EMPTY: ::windows_sys::core::HRESULT = 2499403i32;
1750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1751 pub const ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE: ::windows_sys::core::HRESULT = -1071241768i32;
1752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1753 pub const ERROR_GRAPHICS_DDCCI_INVALID_DATA: ::windows_sys::core::HRESULT = -1071241851i32;
1754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1755 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM: ::windows_sys::core::HRESULT = -1071241845i32;
1756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1757 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND: ::windows_sys::core::HRESULT = -1071241847i32;
1758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1759 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH: ::windows_sys::core::HRESULT = -1071241846i32;
1760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1761 pub const ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE: ::windows_sys::core::HRESULT = -1071241850i32;
1762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1763 pub const ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241852i32;
1764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1765 pub const ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS: ::windows_sys::core::HRESULT = 1076241468i32;
1766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1767 pub const ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP: ::windows_sys::core::HRESULT = -1071241758i32;
1768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1769 pub const ERROR_GRAPHICS_DRIVER_MISMATCH: ::windows_sys::core::HRESULT = -1071243255i32;
1770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1771 pub const ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION: ::windows_sys::core::HRESULT = -1071242459i32;
1772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1773 pub const ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242465i32;
1774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1775 pub const ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET: ::windows_sys::core::HRESULT = -1071242467i32;
1776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1777 pub const ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242424i32;
1778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1779 pub const ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE: ::windows_sys::core::HRESULT = -1071242752i32;
1780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1781 pub const ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -1071241855i32;
1782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1783 pub const ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA: ::windows_sys::core::HRESULT = -1071241853i32;
1784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1785 pub const ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA: ::windows_sys::core::HRESULT = -1071241854i32;
1786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1787 pub const ERROR_GRAPHICS_I2C_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241856i32;
1788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1789 pub const ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT: ::windows_sys::core::HRESULT = -1071242411i32;
1790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1791 pub const ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE: ::windows_sys::core::HRESULT = -1071242186i32;
1792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1793 pub const ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN: ::windows_sys::core::HRESULT = -1071243246i32;
1794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1795 pub const ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED: ::windows_sys::core::HRESULT = -1071243245i32;
1796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1797 pub const ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER: ::windows_sys::core::HRESULT = -1071243263i32;
1798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1799 pub const ERROR_GRAPHICS_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241753i32;
1800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1801 pub const ERROR_GRAPHICS_INVALID_ACTIVE_REGION: ::windows_sys::core::HRESULT = -1071242485i32;
1802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1803 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE: ::windows_sys::core::HRESULT = -1071242988i32;
1804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1805 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE: ::windows_sys::core::HRESULT = -1071242989i32;
1806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1807 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE: ::windows_sys::core::HRESULT = -1071242992i32;
1808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1809 pub const ERROR_GRAPHICS_INVALID_CLIENT_TYPE: ::windows_sys::core::HRESULT = -1071242405i32;
1810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1811 pub const ERROR_GRAPHICS_INVALID_COLORBASIS: ::windows_sys::core::HRESULT = -1071242434i32;
1812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1813 pub const ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE: ::windows_sys::core::HRESULT = -1071242417i32;
1814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1815 pub const ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER: ::windows_sys::core::HRESULT = -1071243262i32;
1816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1817 pub const ERROR_GRAPHICS_INVALID_DRIVER_MODEL: ::windows_sys::core::HRESULT = -1071243260i32;
1818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1819 pub const ERROR_GRAPHICS_INVALID_FREQUENCY: ::windows_sys::core::HRESULT = -1071242486i32;
1820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1821 pub const ERROR_GRAPHICS_INVALID_GAMMA_RAMP: ::windows_sys::core::HRESULT = -1071242425i32;
1822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1823 pub const ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM: ::windows_sys::core::HRESULT = -1071242410i32;
1824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1825 pub const ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR: ::windows_sys::core::HRESULT = -1071242453i32;
1826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1827 pub const ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET: ::windows_sys::core::HRESULT = -1071242454i32;
1828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1829 pub const ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN: ::windows_sys::core::HRESULT = -1071242409i32;
1830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1831 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE: ::windows_sys::core::HRESULT = -1071242468i32;
1832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1833 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET: ::windows_sys::core::HRESULT = -1071242469i32;
1834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1835 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT: ::windows_sys::core::HRESULT = -1071242408i32;
1836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1837 pub const ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET: ::windows_sys::core::HRESULT = -1071242463i32;
1838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1839 pub const ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE: ::windows_sys::core::HRESULT = -1071242462i32;
1840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1841 pub const ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION: ::windows_sys::core::HRESULT = -1071242427i32;
1842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1843 pub const ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE: ::windows_sys::core::HRESULT = -1071242418i32;
1844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1845 pub const ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL: ::windows_sys::core::HRESULT = -1071242428i32;
1846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1847 pub const ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE: ::windows_sys::core::HRESULT = -1071241844i32;
1848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1849 pub const ERROR_GRAPHICS_INVALID_PIXELFORMAT: ::windows_sys::core::HRESULT = -1071242435i32;
1850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1851 pub const ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE: ::windows_sys::core::HRESULT = -1071242433i32;
1852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1853 pub const ERROR_GRAPHICS_INVALID_POINTER: ::windows_sys::core::HRESULT = -1071241756i32;
1854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1855 pub const ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE: ::windows_sys::core::HRESULT = -1071242438i32;
1856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1857 pub const ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING: ::windows_sys::core::HRESULT = -1071242414i32;
1858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1859 pub const ERROR_GRAPHICS_INVALID_STRIDE: ::windows_sys::core::HRESULT = -1071242436i32;
1860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1861 pub const ERROR_GRAPHICS_INVALID_TOTAL_REGION: ::windows_sys::core::HRESULT = -1071242484i32;
1862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1863 pub const ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET: ::windows_sys::core::HRESULT = -1071242475i32;
1864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1865 pub const ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET: ::windows_sys::core::HRESULT = -1071242474i32;
1866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1867 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE: ::windows_sys::core::HRESULT = -1071242492i32;
1868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1869 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE: ::windows_sys::core::HRESULT = -1071242480i32;
1870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1871 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET: ::windows_sys::core::HRESULT = -1071242491i32;
1872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1873 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE: ::windows_sys::core::HRESULT = -1071242479i32;
1874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1875 pub const ERROR_GRAPHICS_INVALID_VIDPN: ::windows_sys::core::HRESULT = -1071242493i32;
1876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1877 pub const ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH: ::windows_sys::core::HRESULT = -1071242471i32;
1878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1879 pub const ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET: ::windows_sys::core::HRESULT = -1071242488i32;
1880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1881 pub const ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET: ::windows_sys::core::HRESULT = -1071242487i32;
1882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1883 pub const ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE: ::windows_sys::core::HRESULT = -1071242449i32;
1884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1885 pub const ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242496i32;
1886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1887 pub const ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON: ::windows_sys::core::HRESULT = -1071242419i32;
1888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1889 pub const ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE: ::windows_sys::core::HRESULT = -1071242437i32;
1890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1891 pub const ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED: ::windows_sys::core::HRESULT = -1071242191i32;
1892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1893 pub const ERROR_GRAPHICS_LEADLINK_START_DEFERRED: ::windows_sys::core::HRESULT = 1076241463i32;
1894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1895 pub const ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED: ::windows_sys::core::HRESULT = -1071242407i32;
1896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1897 pub const ERROR_GRAPHICS_MCA_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241848i32;
1898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1899 pub const ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING: ::windows_sys::core::HRESULT = -1071241849i32;
1900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1901 pub const ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED: ::windows_sys::core::HRESULT = -1071241762i32;
1902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1903 pub const ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION: ::windows_sys::core::HRESULT = -1071241767i32;
1904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1905 pub const ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -1071241765i32;
1906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1907 pub const ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION: ::windows_sys::core::HRESULT = -1071241766i32;
1908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1909 pub const ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE: ::windows_sys::core::HRESULT = -1071241761i32;
1910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1911 pub const ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION: ::windows_sys::core::HRESULT = -1071241764i32;
1912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1913 pub const ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241757i32;
1914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1915 pub const ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET: ::windows_sys::core::HRESULT = -1071242476i32;
1916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1917 pub const ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242460i32;
1918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1919 pub const ERROR_GRAPHICS_MODE_NOT_IN_MODESET: ::windows_sys::core::HRESULT = -1071242422i32;
1920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1921 pub const ERROR_GRAPHICS_MODE_NOT_PINNED: ::windows_sys::core::HRESULT = 2499335i32;
1922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1923 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242451i32;
1924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1925 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242450i32;
1926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1927 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET: ::windows_sys::core::HRESULT = -1071242452i32;
1928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1929 pub const ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER: ::windows_sys::core::HRESULT = -1071242444i32;
1930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1931 pub const ERROR_GRAPHICS_MONITOR_NOT_CONNECTED: ::windows_sys::core::HRESULT = -1071242440i32;
1932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1933 pub const ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS: ::windows_sys::core::HRESULT = -1071241843i32;
1934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1935 pub const ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242423i32;
1936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1937 pub const ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER: ::windows_sys::core::HRESULT = -1071242192i32;
1938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1939 pub const ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER: ::windows_sys::core::HRESULT = -1071243264i32;
1940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1941 pub const ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER: ::windows_sys::core::HRESULT = -1071242184i32;
1942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1943 pub const ERROR_GRAPHICS_NO_ACTIVE_VIDPN: ::windows_sys::core::HRESULT = -1071242442i32;
1944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1945 pub const ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS: ::windows_sys::core::HRESULT = -1071242412i32;
1946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1947 pub const ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET: ::windows_sys::core::HRESULT = -1071242445i32;
1948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1949 pub const ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME: ::windows_sys::core::HRESULT = -1071241759i32;
1950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1951 pub const ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT: ::windows_sys::core::HRESULT = -1071242431i32;
1952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1953 pub const ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE: ::windows_sys::core::HRESULT = -1071241755i32;
1954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1955 pub const ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET: ::windows_sys::core::HRESULT = 2499404i32;
1956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1957 pub const ERROR_GRAPHICS_NO_PREFERRED_MODE: ::windows_sys::core::HRESULT = 2499358i32;
1958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1959 pub const ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN: ::windows_sys::core::HRESULT = -1071242461i32;
1960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1961 pub const ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242470i32;
1962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1963 pub const ERROR_GRAPHICS_NO_VIDEO_MEMORY: ::windows_sys::core::HRESULT = -1071243008i32;
1964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1965 pub const ERROR_GRAPHICS_NO_VIDPNMGR: ::windows_sys::core::HRESULT = -1071242443i32;
1966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1967 pub const ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED: ::windows_sys::core::HRESULT = -1071241760i32;
1968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1969 pub const ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE: ::windows_sys::core::HRESULT = -1071241960i32;
1970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1971 pub const ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241954i32;
1972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1973 pub const ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET: ::windows_sys::core::HRESULT = -1071241962i32;
1974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1975 pub const ERROR_GRAPHICS_OPM_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241973i32;
1976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1977 pub const ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST: ::windows_sys::core::HRESULT = -1071241951i32;
1978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1979 pub const ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS: ::windows_sys::core::HRESULT = -1071241981i32;
1980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1981 pub const ERROR_GRAPHICS_OPM_INVALID_HANDLE: ::windows_sys::core::HRESULT = -1071241972i32;
1982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1983 pub const ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST: ::windows_sys::core::HRESULT = -1071241955i32;
1984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1985 pub const ERROR_GRAPHICS_OPM_INVALID_SRM: ::windows_sys::core::HRESULT = -1071241966i32;
1986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1987 pub const ERROR_GRAPHICS_OPM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241984i32;
1988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1989 pub const ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST: ::windows_sys::core::HRESULT = -1071241979i32;
1990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1991 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP: ::windows_sys::core::HRESULT = -1071241964i32;
1992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1993 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA: ::windows_sys::core::HRESULT = -1071241963i32;
1994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1995 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP: ::windows_sys::core::HRESULT = -1071241965i32;
1996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1997 pub const ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH: ::windows_sys::core::HRESULT = -1071241961i32;
1998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1999 pub const ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = -1071241957i32;
2000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2001 pub const ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241952i32;
2002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2003 pub const ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED: ::windows_sys::core::HRESULT = -1071241969i32;
2004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2005 pub const ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED: ::windows_sys::core::HRESULT = -1071241968i32;
2006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2007 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS: ::windows_sys::core::HRESULT = -1071241956i32;
2008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2009 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS: ::windows_sys::core::HRESULT = -1071241953i32;
2010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2011 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS: ::windows_sys::core::HRESULT = -1071241958i32;
2012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2013 pub const ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL: ::windows_sys::core::HRESULT = -1071241754i32;
2014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2015 pub const ERROR_GRAPHICS_PARTIAL_DATA_POPULATED: ::windows_sys::core::HRESULT = 1076240394i32;
2016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2017 pub const ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242477i32;
2018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2019 pub const ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED: ::windows_sys::core::HRESULT = 2499409i32;
2020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2021 pub const ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242426i32;
2022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2023 pub const ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242457i32;
2024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2025 pub const ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET: ::windows_sys::core::HRESULT = -1071242478i32;
2026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2027 pub const ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY: ::windows_sys::core::HRESULT = 1076241465i32;
2028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2029 pub const ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND: ::windows_sys::core::HRESULT = -1071243248i32;
2030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2031 pub const ERROR_GRAPHICS_PRESENT_DENIED: ::windows_sys::core::HRESULT = -1071243257i32;
2032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2033 pub const ERROR_GRAPHICS_PRESENT_INVALID_WINDOW: ::windows_sys::core::HRESULT = -1071243249i32;
2034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2035 pub const ERROR_GRAPHICS_PRESENT_MODE_CHANGED: ::windows_sys::core::HRESULT = -1071243259i32;
2036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2037 pub const ERROR_GRAPHICS_PRESENT_OCCLUDED: ::windows_sys::core::HRESULT = -1071243258i32;
2038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2039 pub const ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED: ::windows_sys::core::HRESULT = -1071243253i32;
2040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2041 pub const ERROR_GRAPHICS_PRESENT_UNOCCLUDED: ::windows_sys::core::HRESULT = -1071243252i32;
2042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2043 pub const ERROR_GRAPHICS_PVP_HFS_FAILED: ::windows_sys::core::HRESULT = -1071241967i32;
2044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2045 pub const ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH: ::windows_sys::core::HRESULT = -1071241970i32;
2046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2047 pub const ERROR_GRAPHICS_RESOURCES_NOT_RELATED: ::windows_sys::core::HRESULT = -1071242448i32;
2048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2049 pub const ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = -1071249944i32;
2050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2051 pub const ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION: ::windows_sys::core::HRESULT = 1076240897i32;
2052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2053 pub const ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242473i32;
2054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2055 pub const ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242447i32;
2056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2057 pub const ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242439i32;
2058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2059 pub const ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = -1071242240i32;
2060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2061 pub const ERROR_GRAPHICS_STALE_MODESET: ::windows_sys::core::HRESULT = -1071242464i32;
2062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2063 pub const ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242441i32;
2064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2065 pub const ERROR_GRAPHICS_START_DEFERRED: ::windows_sys::core::HRESULT = 1076241466i32;
2066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2067 pub const ERROR_GRAPHICS_TARGET_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242472i32;
2068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2069 pub const ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242446i32;
2070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2071 pub const ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242432i32;
2072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2073 pub const ERROR_GRAPHICS_TOO_MANY_REFERENCES: ::windows_sys::core::HRESULT = -1071243005i32;
2074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2075 pub const ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED: ::windows_sys::core::HRESULT = -1071242413i32;
2076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2077 pub const ERROR_GRAPHICS_TRY_AGAIN_LATER: ::windows_sys::core::HRESULT = -1071243004i32;
2078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2079 pub const ERROR_GRAPHICS_TRY_AGAIN_NOW: ::windows_sys::core::HRESULT = -1071243003i32;
2080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2081 pub const ERROR_GRAPHICS_UAB_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241982i32;
2082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2083 pub const ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -1071242416i32;
2084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2085 pub const ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS: ::windows_sys::core::HRESULT = 1076241455i32;
2086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2087 pub const ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE: ::windows_sys::core::HRESULT = -1071243001i32;
2088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2089 pub const ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED: ::windows_sys::core::HRESULT = -1071243000i32;
2090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2091 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_COMPOSITION_WINDOW_DPI_MESSAGE: ::windows_sys::core::HRESULT = -1071243242i32;
2092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2093 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_CREATE_SUPERWETINK_MESSAGE: ::windows_sys::core::HRESULT = -1071243244i32;
2094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2095 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_DESTROY_SUPERWETINK_MESSAGE: ::windows_sys::core::HRESULT = -1071243243i32;
2096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2097 pub const ERROR_GRAPHICS_VAIL_STATE_CHANGED: ::windows_sys::core::HRESULT = -1071243247i32;
2098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2099 pub const ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES: ::windows_sys::core::HRESULT = -1071242458i32;
2100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2101 pub const ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242490i32;
2102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2103 pub const ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE: ::windows_sys::core::HRESULT = -1071242430i32;
2104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2105 pub const ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242494i32;
2106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2107 pub const ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242495i32;
2108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2109 pub const ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -1071243251i32;
2110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2111 pub const ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED: ::windows_sys::core::HRESULT = -1071243250i32;
2112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2113 pub const ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE: ::windows_sys::core::HRESULT = -1071242987i32;
2114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2115 pub const ERROR_HUNG_DISPLAY_DRIVER_THREAD: ::windows_sys::core::HRESULT = -2144993279i32;
2116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2117 pub const ERROR_IDLE_DISCONNECTED: u32 = 926u32;
2118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2119 pub const ERROR_INTERFACE_ALREADY_EXISTS: u32 = 904u32;
2120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2121 pub const ERROR_INTERFACE_CONFIGURATION: u32 = 912u32;
2122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2123 pub const ERROR_INTERFACE_CONNECTED: u32 = 908u32;
2124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2125 pub const ERROR_INTERFACE_DISABLED: u32 = 916u32;
2126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2127 pub const ERROR_INTERFACE_DISCONNECTED: u32 = 929u32;
2128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2129 pub const ERROR_INTERFACE_HAS_NO_DEVICES: u32 = 925u32;
2130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2131 pub const ERROR_INTERFACE_NOT_CONNECTED: u32 = 906u32;
2132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2133 pub const ERROR_INTERFACE_UNREACHABLE: u32 = 927u32;
2134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2135 pub const ERROR_INVALID_ATTRIBUTE_LENGTH: u32 = 953u32;
2136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2137 pub const ERROR_INVALID_PACKET: u32 = 954u32;
2138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2139 pub const ERROR_INVALID_PACKET_LENGTH_OR_ID: u32 = 952u32;
2140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2141 pub const ERROR_INVALID_RADIUS_RESPONSE: u32 = 939u32;
2142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2143 pub const ERROR_INVALID_SIGNATURE: u32 = 950u32;
2144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2145 pub const ERROR_INVALID_SIGNATURE_LENGTH: u32 = 949u32;
2146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2147 pub const ERROR_IO_PREEMPTED: ::windows_sys::core::HRESULT = -1996423167i32;
2148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2149 pub const ERROR_MAX_CLIENT_INTERFACE_LIMIT: u32 = 935u32;
2150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2151 pub const ERROR_MAX_LAN_INTERFACE_LIMIT: u32 = 933u32;
2152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2153 pub const ERROR_MAX_WAN_INTERFACE_LIMIT: u32 = 934u32;
2154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2155 pub const ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM: ::windows_sys::core::HRESULT = -1071247357i32;
2156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2157 pub const ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK: ::windows_sys::core::HRESULT = -1071247351i32;
2158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2159 pub const ERROR_MONITOR_INVALID_MANUFACTURE_DATE: ::windows_sys::core::HRESULT = -1071247350i32;
2160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2161 pub const ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK: ::windows_sys::core::HRESULT = -1071247354i32;
2162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2163 pub const ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK: ::windows_sys::core::HRESULT = -1071247356i32;
2164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2165 pub const ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK: ::windows_sys::core::HRESULT = -1071247353i32;
2166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2167 pub const ERROR_MONITOR_NO_DESCRIPTOR: ::windows_sys::core::HRESULT = 2494465i32;
2168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2169 pub const ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA: ::windows_sys::core::HRESULT = -1071247352i32;
2170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2171 pub const ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT: ::windows_sys::core::HRESULT = 2494466i32;
2172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2173 pub const ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED: ::windows_sys::core::HRESULT = -1071247355i32;
2174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2175 pub const ERROR_NOT_A_TIERED_VOLUME: ::windows_sys::core::HRESULT = -2138898423i32;
2176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2177 pub const ERROR_NOT_CLIENT_PORT: u32 = 913u32;
2178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2179 pub const ERROR_NOT_ROUTER_PORT: u32 = 914u32;
2180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2181 pub const ERROR_NO_APPLICABLE_APP_LICENSES_FOUND: ::windows_sys::core::HRESULT = -1058406399i32;
2182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2183 pub const ERROR_NO_AUTH_PROTOCOL_AVAILABLE: u32 = 918u32;
2184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2185 pub const ERROR_NO_INTERFACE_CREDENTIALS_SET: u32 = 909u32;
2186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2187 pub const ERROR_NO_RADIUS_SERVERS: u32 = 938u32;
2188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2189 pub const ERROR_NO_SIGNATURE: u32 = 951u32;
2190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2191 pub const ERROR_NO_SUCH_INTERFACE: u32 = 905u32;
2192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2193 pub const ERROR_PEER_REFUSED_AUTH: u32 = 919u32;
2194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2195 pub const ERROR_PORT_LIMIT_REACHED: u32 = 931u32;
2196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2197 pub const ERROR_PPP_SESSION_TIMEOUT: u32 = 932u32;
2198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2199 pub const ERROR_PROTOCOL_ALREADY_INSTALLED: u32 = 948u32;
2200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2201 pub const ERROR_PROTOCOL_STOP_PENDING: u32 = 907u32;
2202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2203 pub const ERROR_QUIC_ALPN_NEG_FAILURE: ::windows_sys::core::HRESULT = -2143223801i32;
2204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2205 pub const ERROR_QUIC_CONNECTION_IDLE: ::windows_sys::core::HRESULT = -2143223803i32;
2206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2207 pub const ERROR_QUIC_CONNECTION_TIMEOUT: ::windows_sys::core::HRESULT = -2143223802i32;
2208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2209 pub const ERROR_QUIC_HANDSHAKE_FAILURE: ::windows_sys::core::HRESULT = -2143223808i32;
2210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2211 pub const ERROR_QUIC_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2143223805i32;
2212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2213 pub const ERROR_QUIC_PROTOCOL_VIOLATION: ::windows_sys::core::HRESULT = -2143223804i32;
2214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2215 pub const ERROR_QUIC_USER_CANCELED: ::windows_sys::core::HRESULT = -2143223806i32;
2216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2217 pub const ERROR_QUIC_VER_NEG_FAILURE: ::windows_sys::core::HRESULT = -2143223807i32;
2218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2219 pub const ERROR_REMOTEACCESS_NOT_CONFIGURED: u32 = 956u32;
2220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2221 pub const ERROR_REMOTE_ACCT_DISABLED: u32 = 922u32;
2222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2223 pub const ERROR_REMOTE_AUTHENTICATION_FAILURE: u32 = 924u32;
2224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2225 pub const ERROR_REMOTE_NO_DIALIN_PERMISSION: u32 = 920u32;
2226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2227 pub const ERROR_REMOTE_PASSWD_EXPIRED: u32 = 921u32;
2228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2229 pub const ERROR_REMOTE_RESTRICTED_LOGON_HOURS: u32 = 923u32;
2230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2231 pub const ERROR_ROUTER_CONFIG_INCOMPATIBLE: u32 = 945u32;
2232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2233 pub const ERROR_ROUTER_STOPPED: u32 = 900u32;
2234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2235 pub const ERROR_SECCORE_INVALID_COMMAND: ::windows_sys::core::HRESULT = -1058537472i32;
2236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2237 pub const ERROR_SERVICE_IS_PAUSED: u32 = 928u32;
2238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2239 pub const ERROR_SMB_BAD_CLUSTER_DIALECT: ::windows_sys::core::HRESULT = -1067646975i32;
2240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2241 pub const ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP: ::windows_sys::core::HRESULT = -1067646976i32;
2242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2243 pub const ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP: ::windows_sys::core::HRESULT = -1067646974i32;
2244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2245 pub const ERROR_SPACES_ALLOCATION_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344818i32;
2246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2247 pub const ERROR_SPACES_CACHE_FULL: ::windows_sys::core::HRESULT = -2132344794i32;
2248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2249 pub const ERROR_SPACES_CORRUPT_METADATA: ::windows_sys::core::HRESULT = -2132344808i32;
2250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2251 pub const ERROR_SPACES_DRIVE_LOST_DATA: ::windows_sys::core::HRESULT = -2132344801i32;
2252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2253 pub const ERROR_SPACES_DRIVE_NOT_READY: ::windows_sys::core::HRESULT = -2132344803i32;
2254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2255 pub const ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID: ::windows_sys::core::HRESULT = -2132344814i32;
2256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2257 pub const ERROR_SPACES_DRIVE_REDUNDANCY_INVALID: ::windows_sys::core::HRESULT = -2132344826i32;
2258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2259 pub const ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344828i32;
2260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2261 pub const ERROR_SPACES_DRIVE_SPLIT: ::windows_sys::core::HRESULT = -2132344802i32;
2262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2263 pub const ERROR_SPACES_DRT_FULL: ::windows_sys::core::HRESULT = -2132344807i32;
2264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2265 pub const ERROR_SPACES_ENCLOSURE_AWARE_INVALID: ::windows_sys::core::HRESULT = -2132344817i32;
2266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2267 pub const ERROR_SPACES_ENTRY_INCOMPLETE: ::windows_sys::core::HRESULT = -2132344813i32;
2268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2269 pub const ERROR_SPACES_ENTRY_INVALID: ::windows_sys::core::HRESULT = -2132344812i32;
2270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2271 pub const ERROR_SPACES_EXTENDED_ERROR: ::windows_sys::core::HRESULT = -2132344820i32;
2272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2273 pub const ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344831i32;
2274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2275 pub const ERROR_SPACES_FLUSH_METADATA: ::windows_sys::core::HRESULT = -2132344795i32;
2276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2277 pub const ERROR_SPACES_INCONSISTENCY: ::windows_sys::core::HRESULT = -2132344806i32;
2278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2279 pub const ERROR_SPACES_INTERLEAVE_LENGTH_INVALID: ::windows_sys::core::HRESULT = -2132344823i32;
2280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2281 pub const ERROR_SPACES_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2132344830i32;
2282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2283 pub const ERROR_SPACES_LOG_NOT_READY: ::windows_sys::core::HRESULT = -2132344805i32;
2284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2285 pub const ERROR_SPACES_MAP_REQUIRED: ::windows_sys::core::HRESULT = -2132344810i32;
2286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2287 pub const ERROR_SPACES_MARK_DIRTY: ::windows_sys::core::HRESULT = -2132344800i32;
2288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2289 pub const ERROR_SPACES_NOT_ENOUGH_DRIVES: ::windows_sys::core::HRESULT = -2132344821i32;
2290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2291 pub const ERROR_SPACES_NO_REDUNDANCY: ::windows_sys::core::HRESULT = -2132344804i32;
2292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2293 pub const ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID: ::windows_sys::core::HRESULT = -2132344822i32;
2294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2295 pub const ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID: ::windows_sys::core::HRESULT = -2132344825i32;
2296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2297 pub const ERROR_SPACES_NUMBER_OF_GROUPS_INVALID: ::windows_sys::core::HRESULT = -2132344815i32;
2298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2299 pub const ERROR_SPACES_PARITY_LAYOUT_INVALID: ::windows_sys::core::HRESULT = -2132344824i32;
2300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2301 pub const ERROR_SPACES_POOL_WAS_DELETED: ::windows_sys::core::HRESULT = 15138817i32;
2302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2303 pub const ERROR_SPACES_PROVISIONING_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344819i32;
2304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2305 pub const ERROR_SPACES_RESILIENCY_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344829i32;
2306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2307 pub const ERROR_SPACES_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2132344809i32;
2308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2309 pub const ERROR_SPACES_UPDATE_COLUMN_STATE: ::windows_sys::core::HRESULT = -2132344811i32;
2310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2311 pub const ERROR_SPACES_WRITE_CACHE_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344816i32;
2312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2313 pub const ERROR_SVHDX_ERROR_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -1067647232i32;
2314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2315 pub const ERROR_SVHDX_ERROR_STORED: ::windows_sys::core::HRESULT = -1067712512i32;
2316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2317 pub const ERROR_SVHDX_NO_INITIATOR: ::windows_sys::core::HRESULT = -1067647221i32;
2318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2319 pub const ERROR_SVHDX_RESERVATION_CONFLICT: ::windows_sys::core::HRESULT = -1067647225i32;
2320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2321 pub const ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE: ::windows_sys::core::HRESULT = -1067647231i32;
2322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2323 pub const ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED: ::windows_sys::core::HRESULT = -1067647230i32;
2324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2325 pub const ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED: ::windows_sys::core::HRESULT = -1067647226i32;
2326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2327 pub const ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED: ::windows_sys::core::HRESULT = -1067647227i32;
2328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2329 pub const ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED: ::windows_sys::core::HRESULT = -1067647229i32;
2330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2331 pub const ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED: ::windows_sys::core::HRESULT = -1067647228i32;
2332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2333 pub const ERROR_SVHDX_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -1067647223i32;
2334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2335 pub const ERROR_SVHDX_WRONG_FILE_TYPE: ::windows_sys::core::HRESULT = -1067647224i32;
2336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2337 pub const ERROR_TIERING_ALREADY_PROCESSING: ::windows_sys::core::HRESULT = -2138898426i32;
2338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2339 pub const ERROR_TIERING_CANNOT_PIN_OBJECT: ::windows_sys::core::HRESULT = -2138898425i32;
2340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2341 pub const ERROR_TIERING_FILE_IS_NOT_PINNED: ::windows_sys::core::HRESULT = -2138898424i32;
2342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2343 pub const ERROR_TIERING_INVALID_FILE_ID: ::windows_sys::core::HRESULT = -2138898428i32;
2344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2345 pub const ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME: ::windows_sys::core::HRESULT = -2138898431i32;
2346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2347 pub const ERROR_TIERING_STORAGE_TIER_NOT_FOUND: ::windows_sys::core::HRESULT = -2138898429i32;
2348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2349 pub const ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS: ::windows_sys::core::HRESULT = -2138898430i32;
2350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2351 pub const ERROR_TIERING_WRONG_CLUSTER_NODE: ::windows_sys::core::HRESULT = -2138898427i32;
2352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2353 pub const ERROR_UNKNOWN_PROTOCOL_ID: u32 = 902u32;
2354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2355 pub const ERROR_UPDATE_IN_PROGRESS: u32 = 911u32;
2356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2357 pub const ERROR_USER_LIMIT: u32 = 937u32;
2358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2359 pub const ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND: ::windows_sys::core::HRESULT = -1067647220i32;
2360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2361 pub const ERROR_VHD_SHARED: ::windows_sys::core::HRESULT = -1067647222i32;
2362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2363 pub const ERROR_VOLSNAP_ACTIVATION_TIMEOUT: ::windows_sys::core::HRESULT = -2138963966i32;
2364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2365 pub const ERROR_VOLSNAP_BOOTFILE_NOT_VALID: ::windows_sys::core::HRESULT = -2138963967i32;
2366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2367 pub const ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT: ::windows_sys::core::HRESULT = -2138963965i32;
2368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2369 pub const EVENT_E_ALL_SUBSCRIBERS_FAILED: ::windows_sys::core::HRESULT = -2147220991i32;
2370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2371 pub const EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT: ::windows_sys::core::HRESULT = -2147220978i32;
2372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2373 pub const EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT: ::windows_sys::core::HRESULT = -2147220979i32;
2374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2375 pub const EVENT_E_COMPLUS_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147220980i32;
2376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2377 pub const EVENT_E_FIRST: i32 = -2147220992i32;
2378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2379 pub const EVENT_E_INTERNALERROR: ::windows_sys::core::HRESULT = -2147220986i32;
2380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2381 pub const EVENT_E_INTERNALEXCEPTION: ::windows_sys::core::HRESULT = -2147220987i32;
2382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2383 pub const EVENT_E_INVALID_EVENT_CLASS_PARTITION: ::windows_sys::core::HRESULT = -2147220977i32;
2384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2385 pub const EVENT_E_INVALID_PER_USER_SID: ::windows_sys::core::HRESULT = -2147220985i32;
2386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2387 pub const EVENT_E_LAST: i32 = -2147220961i32;
2388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2389 pub const EVENT_E_MISSING_EVENTCLASS: ::windows_sys::core::HRESULT = -2147220982i32;
2390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2391 pub const EVENT_E_NOT_ALL_REMOVED: ::windows_sys::core::HRESULT = -2147220981i32;
2392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2393 pub const EVENT_E_PER_USER_SID_NOT_LOGGED_ON: ::windows_sys::core::HRESULT = -2147220976i32;
2394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2395 pub const EVENT_E_QUERYFIELD: ::windows_sys::core::HRESULT = -2147220988i32;
2396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2397 pub const EVENT_E_QUERYSYNTAX: ::windows_sys::core::HRESULT = -2147220989i32;
2398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2399 pub const EVENT_E_TOO_MANY_METHODS: ::windows_sys::core::HRESULT = -2147220983i32;
2400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2401 pub const EVENT_E_USER_EXCEPTION: ::windows_sys::core::HRESULT = -2147220984i32;
2402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2403 pub const EVENT_S_FIRST: i32 = 262656i32;
2404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2405 pub const EVENT_S_LAST: i32 = 262687i32;
2406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2407 pub const EVENT_S_NOSUBSCRIBERS: ::windows_sys::core::HRESULT = 262658i32;
2408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2409 pub const EVENT_S_SOME_SUBSCRIBERS_FAILED: ::windows_sys::core::HRESULT = 262656i32;
2410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2411 pub const EXCEPTION_ACCESS_VIOLATION: NTSTATUS = -1073741819i32;
2412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2413 pub const EXCEPTION_ARRAY_BOUNDS_EXCEEDED: NTSTATUS = -1073741684i32;
2414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2415 pub const EXCEPTION_BREAKPOINT: NTSTATUS = -2147483645i32;
2416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2417 pub const EXCEPTION_DATATYPE_MISALIGNMENT: NTSTATUS = -2147483646i32;
2418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2419 pub const EXCEPTION_FLT_DENORMAL_OPERAND: NTSTATUS = -1073741683i32;
2420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2421 pub const EXCEPTION_FLT_DIVIDE_BY_ZERO: NTSTATUS = -1073741682i32;
2422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2423 pub const EXCEPTION_FLT_INEXACT_RESULT: NTSTATUS = -1073741681i32;
2424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2425 pub const EXCEPTION_FLT_INVALID_OPERATION: NTSTATUS = -1073741680i32;
2426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2427 pub const EXCEPTION_FLT_OVERFLOW: NTSTATUS = -1073741679i32;
2428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2429 pub const EXCEPTION_FLT_STACK_CHECK: NTSTATUS = -1073741678i32;
2430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2431 pub const EXCEPTION_FLT_UNDERFLOW: NTSTATUS = -1073741677i32;
2432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2433 pub const EXCEPTION_GUARD_PAGE: NTSTATUS = -2147483647i32;
2434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2435 pub const EXCEPTION_ILLEGAL_INSTRUCTION: NTSTATUS = -1073741795i32;
2436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2437 pub const EXCEPTION_INT_DIVIDE_BY_ZERO: NTSTATUS = -1073741676i32;
2438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2439 pub const EXCEPTION_INT_OVERFLOW: NTSTATUS = -1073741675i32;
2440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2441 pub const EXCEPTION_INVALID_DISPOSITION: NTSTATUS = -1073741786i32;
2442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2443 pub const EXCEPTION_INVALID_HANDLE: NTSTATUS = -1073741816i32;
2444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2445 pub const EXCEPTION_IN_PAGE_ERROR: NTSTATUS = -1073741818i32;
2446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2447 pub const EXCEPTION_NONCONTINUABLE_EXCEPTION: NTSTATUS = -1073741787i32;
2448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2449 pub const EXCEPTION_POSSIBLE_DEADLOCK: NTSTATUS = -1073741420i32;
2450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2451 pub const EXCEPTION_PRIV_INSTRUCTION: NTSTATUS = -1073741674i32;
2452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2453 pub const EXCEPTION_SINGLE_STEP: NTSTATUS = -2147483644i32;
2454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2455 pub const EXCEPTION_STACK_OVERFLOW: NTSTATUS = -1073741571i32;
2456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2457 pub const E_ABORT: ::windows_sys::core::HRESULT = -2147467260i32;
2458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2459 pub const E_ACCESSDENIED: ::windows_sys::core::HRESULT = -2147024891i32;
2460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2461 pub const E_APPLICATION_ACTIVATION_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2144927141i32;
2462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2463 pub const E_APPLICATION_ACTIVATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2144927142i32;
2464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2465 pub const E_APPLICATION_EXITING: ::windows_sys::core::HRESULT = -2147483622i32;
2466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2467 pub const E_APPLICATION_MANAGER_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144927145i32;
2468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2469 pub const E_APPLICATION_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2144927148i32;
2470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2471 pub const E_APPLICATION_TEMPORARY_LICENSE_ERROR: ::windows_sys::core::HRESULT = -2144927140i32;
2472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2473 pub const E_APPLICATION_TRIAL_LICENSE_EXPIRED: ::windows_sys::core::HRESULT = -2144927139i32;
2474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2475 pub const E_APPLICATION_VIEW_EXITING: ::windows_sys::core::HRESULT = -2147483621i32;
2476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2477 pub const E_ASYNC_OPERATION_NOT_STARTED: ::windows_sys::core::HRESULT = -2147483623i32;
2478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2479 pub const E_AUDIO_ENGINE_NODE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140798975i32;
2480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2481 pub const E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140864502i32;
2482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2483 pub const E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG: ::windows_sys::core::HRESULT = -2140864501i32;
2484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2485 pub const E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION: ::windows_sys::core::HRESULT = -2140864507i32;
2486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2487 pub const E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION: ::windows_sys::core::HRESULT = -2140864504i32;
2488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2489 pub const E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION: ::windows_sys::core::HRESULT = -2140864497i32;
2490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2491 pub const E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE: ::windows_sys::core::HRESULT = -2140864500i32;
2492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2493 pub const E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES: ::windows_sys::core::HRESULT = -2140864495i32;
2494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2495 pub const E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH: ::windows_sys::core::HRESULT = -2140864499i32;
2496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2497 pub const E_BLUETOOTH_ATT_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2140864511i32;
2498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2499 pub const E_BLUETOOTH_ATT_INVALID_OFFSET: ::windows_sys::core::HRESULT = -2140864505i32;
2500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2501 pub const E_BLUETOOTH_ATT_INVALID_PDU: ::windows_sys::core::HRESULT = -2140864508i32;
2502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2503 pub const E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL: ::windows_sys::core::HRESULT = -2140864503i32;
2504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2505 pub const E_BLUETOOTH_ATT_READ_NOT_PERMITTED: ::windows_sys::core::HRESULT = -2140864510i32;
2506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2507 pub const E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140864506i32;
2508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2509 pub const E_BLUETOOTH_ATT_UNKNOWN_ERROR: ::windows_sys::core::HRESULT = -2140860416i32;
2510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2511 pub const E_BLUETOOTH_ATT_UNLIKELY: ::windows_sys::core::HRESULT = -2140864498i32;
2512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2513 pub const E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE: ::windows_sys::core::HRESULT = -2140864496i32;
2514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2515 pub const E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED: ::windows_sys::core::HRESULT = -2140864509i32;
2516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2517 pub const E_BOUNDS: ::windows_sys::core::HRESULT = -2147483637i32;
2518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2519 pub const E_CHANGED_STATE: ::windows_sys::core::HRESULT = -2147483636i32;
2520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2521 pub const E_ELEVATED_ACTIVATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927151i32;
2522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2523 pub const E_FAIL: ::windows_sys::core::HRESULT = -2147467259i32;
2524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2525 pub const E_FULL_ADMIN_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927149i32;
2526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2527 pub const E_HANDLE: ::windows_sys::core::HRESULT = -2147024890i32;
2528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2529 pub const E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140798973i32;
2530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2531 pub const E_HDAUDIO_EMPTY_CONNECTION_LIST: ::windows_sys::core::HRESULT = -2140798974i32;
2532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2533 pub const E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED: ::windows_sys::core::HRESULT = -2140798972i32;
2534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2535 pub const E_HDAUDIO_NULL_LINKED_LIST_ENTRY: ::windows_sys::core::HRESULT = -2140798971i32;
2536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2537 pub const E_ILLEGAL_DELEGATE_ASSIGNMENT: ::windows_sys::core::HRESULT = -2147483624i32;
2538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2539 pub const E_ILLEGAL_METHOD_CALL: ::windows_sys::core::HRESULT = -2147483634i32;
2540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2541 pub const E_ILLEGAL_STATE_CHANGE: ::windows_sys::core::HRESULT = -2147483635i32;
2542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2543 pub const E_INVALIDARG: ::windows_sys::core::HRESULT = -2147024809i32;
2544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2545 pub const E_INVALID_PROTOCOL_FORMAT: ::windows_sys::core::HRESULT = -2089418750i32;
2546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2547 pub const E_INVALID_PROTOCOL_OPERATION: ::windows_sys::core::HRESULT = -2089418751i32;
2548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2549 pub const E_MBN_BAD_SIM: ::windows_sys::core::HRESULT = -2141945342i32;
2550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2551 pub const E_MBN_CONTEXT_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2141945343i32;
2552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2553 pub const E_MBN_DATA_CLASS_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2141945341i32;
2554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2555 pub const E_MBN_DEFAULT_PROFILE_EXIST: ::windows_sys::core::HRESULT = -2141945319i32;
2556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2557 pub const E_MBN_FAILURE: ::windows_sys::core::HRESULT = -2141945326i32;
2558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2559 pub const E_MBN_INVALID_ACCESS_STRING: ::windows_sys::core::HRESULT = -2141945340i32;
2560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2561 pub const E_MBN_INVALID_CACHE: ::windows_sys::core::HRESULT = -2141945332i32;
2562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2563 pub const E_MBN_INVALID_PROFILE: ::windows_sys::core::HRESULT = -2141945320i32;
2564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2565 pub const E_MBN_MAX_ACTIVATED_CONTEXTS: ::windows_sys::core::HRESULT = -2141945339i32;
2566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2567 pub const E_MBN_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2141945331i32;
2568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2569 pub const E_MBN_PACKET_SVC_DETACHED: ::windows_sys::core::HRESULT = -2141945338i32;
2570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2571 pub const E_MBN_PIN_DISABLED: ::windows_sys::core::HRESULT = -2141945327i32;
2572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2573 pub const E_MBN_PIN_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945329i32;
2574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2575 pub const E_MBN_PIN_REQUIRED: ::windows_sys::core::HRESULT = -2141945328i32;
2576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2577 pub const E_MBN_PROVIDERS_NOT_FOUND: ::windows_sys::core::HRESULT = -2141945330i32;
2578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2579 pub const E_MBN_PROVIDER_NOT_VISIBLE: ::windows_sys::core::HRESULT = -2141945337i32;
2580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2581 pub const E_MBN_RADIO_POWER_OFF: ::windows_sys::core::HRESULT = -2141945336i32;
2582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2583 pub const E_MBN_SERVICE_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2141945335i32;
2584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2585 pub const E_MBN_SIM_NOT_INSERTED: ::windows_sys::core::HRESULT = -2141945334i32;
2586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2587 pub const E_MBN_SMS_ENCODING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945312i32;
2588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2589 pub const E_MBN_SMS_FILTER_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945311i32;
2590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2591 pub const E_MBN_SMS_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945305i32;
2592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2593 pub const E_MBN_SMS_INVALID_MEMORY_INDEX: ::windows_sys::core::HRESULT = -2141945310i32;
2594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2595 pub const E_MBN_SMS_LANG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945309i32;
2596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2597 pub const E_MBN_SMS_MEMORY_FAILURE: ::windows_sys::core::HRESULT = -2141945308i32;
2598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2599 pub const E_MBN_SMS_MEMORY_FULL: ::windows_sys::core::HRESULT = -2141945303i32;
2600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2601 pub const E_MBN_SMS_NETWORK_TIMEOUT: ::windows_sys::core::HRESULT = -2141945307i32;
2602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2603 pub const E_MBN_SMS_OPERATION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2141945304i32;
2604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2605 pub const E_MBN_SMS_UNKNOWN_SMSC_ADDRESS: ::windows_sys::core::HRESULT = -2141945306i32;
2606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2607 pub const E_MBN_VOICE_CALL_IN_PROGRESS: ::windows_sys::core::HRESULT = -2141945333i32;
2608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2609 pub const E_MONITOR_RESOLUTION_TOO_LOW: ::windows_sys::core::HRESULT = -2144927152i32;
2610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2611 pub const E_MULTIPLE_EXTENSIONS_FOR_APPLICATION: ::windows_sys::core::HRESULT = -2144927147i32;
2612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2613 pub const E_MULTIPLE_PACKAGES_FOR_FAMILY: ::windows_sys::core::HRESULT = -2144927146i32;
2614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2615 pub const E_NOINTERFACE: ::windows_sys::core::HRESULT = -2147467262i32;
2616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2617 pub const E_NOTIMPL: ::windows_sys::core::HRESULT = -2147467263i32;
2618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2619 pub const E_OUTOFMEMORY: ::windows_sys::core::HRESULT = -2147024882i32;
2620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2621 pub const E_POINTER: ::windows_sys::core::HRESULT = -2147467261i32;
2622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2623 pub const E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418749i32;
2624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2625 pub const E_PROTOCOL_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418747i32;
2626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2627 pub const E_SKYDRIVE_FILE_NOT_UPLOADED: ::windows_sys::core::HRESULT = -2144927133i32;
2628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2629 pub const E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX: ::windows_sys::core::HRESULT = -2144927134i32;
2630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2631 pub const E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927136i32;
2632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2633 pub const E_SKYDRIVE_ROOT_TARGET_OVERLAP: ::windows_sys::core::HRESULT = -2144927135i32;
2634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2635 pub const E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927131i32;
2636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2637 pub const E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL: ::windows_sys::core::HRESULT = -2144927132i32;
2638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2639 pub const E_STRING_NOT_NULL_TERMINATED: ::windows_sys::core::HRESULT = -2147483625i32;
2640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2641 pub const E_SUBPROTOCOL_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418748i32;
2642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2643 pub const E_SYNCENGINE_CLIENT_UPDATE_NEEDED: ::windows_sys::core::HRESULT = -2013081594i32;
2644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2645 pub const E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN: ::windows_sys::core::HRESULT = -2013085694i32;
2646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2647 pub const E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA: ::windows_sys::core::HRESULT = -2013089790i32;
2648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2649 pub const E_SYNCENGINE_FILE_SIZE_OVER_LIMIT: ::windows_sys::core::HRESULT = -2013089791i32;
2650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2651 pub const E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR: ::windows_sys::core::HRESULT = -2013089787i32;
2652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2653 pub const E_SYNCENGINE_FOLDER_INACCESSIBLE: ::windows_sys::core::HRESULT = -2013081599i32;
2654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2655 pub const E_SYNCENGINE_FOLDER_IN_REDIRECTION: ::windows_sys::core::HRESULT = -2013081589i32;
2656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2657 pub const E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013089788i32;
2658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2659 pub const E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013081596i32;
2660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2661 pub const E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED: ::windows_sys::core::HRESULT = -2013081593i32;
2662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2663 pub const E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013081595i32;
2664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2665 pub const E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE: ::windows_sys::core::HRESULT = -2013085690i32;
2666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2667 pub const E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR: ::windows_sys::core::HRESULT = -2013085689i32;
2668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2669 pub const E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED: ::windows_sys::core::HRESULT = -2013085693i32;
2670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2671 pub const E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE: ::windows_sys::core::HRESULT = -2013085691i32;
2672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2673 pub const E_SYNCENGINE_STORAGE_SERVICE_BLOCKED: ::windows_sys::core::HRESULT = -2013081590i32;
2674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2675 pub const E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED: ::windows_sys::core::HRESULT = -2013081592i32;
2676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2677 pub const E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE: ::windows_sys::core::HRESULT = -2013089786i32;
2678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2679 pub const E_SYNCENGINE_UNKNOWN_SERVICE_ERROR: ::windows_sys::core::HRESULT = -2013085692i32;
2680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2681 pub const E_SYNCENGINE_UNSUPPORTED_FILE_NAME: ::windows_sys::core::HRESULT = -2013089789i32;
2682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2683 pub const E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME: ::windows_sys::core::HRESULT = -2013081598i32;
2684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2685 pub const E_SYNCENGINE_UNSUPPORTED_MARKET: ::windows_sys::core::HRESULT = -2013081597i32;
2686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2687 pub const E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT: ::windows_sys::core::HRESULT = -2013081591i32;
2688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2689 pub const E_UAC_DISABLED: ::windows_sys::core::HRESULT = -2144927150i32;
2690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2691 pub const E_UNEXPECTED: ::windows_sys::core::HRESULT = -2147418113i32;
2692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2693 pub const FACILTIY_MUI_ERROR_CODE: u32 = 11u32;
2694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2695 pub type FARPROC = ::core::option::Option<unsafe extern "system" fn() -> isize>;
2696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2697 pub const FA_E_HOMEGROUP_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144927198i32;
2698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2699 pub const FA_E_MAX_PERSISTED_ITEMS_REACHED: ::windows_sys::core::HRESULT = -2144927200i32;
2700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2701 pub const FDAEMON_E_CHANGEUPDATEFAILED: ::windows_sys::core::HRESULT = -2147215740i32;
2702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2703 pub const FDAEMON_E_FATALERROR: ::windows_sys::core::HRESULT = -2147215742i32;
2704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2705 pub const FDAEMON_E_LOWRESOURCE: ::windows_sys::core::HRESULT = -2147215743i32;
2706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2707 pub const FDAEMON_E_NOWORDLIST: ::windows_sys::core::HRESULT = -2147215737i32;
2708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2709 pub const FDAEMON_E_PARTITIONDELETED: ::windows_sys::core::HRESULT = -2147215741i32;
2710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2711 pub const FDAEMON_E_TOOMANYFILTEREDBLOCKS: ::windows_sys::core::HRESULT = -2147215736i32;
2712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2713 pub const FDAEMON_E_WORDLISTCOMMITFAILED: ::windows_sys::core::HRESULT = -2147215738i32;
2714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2715 pub const FDAEMON_W_EMPTYWORDLIST: ::windows_sys::core::HRESULT = 267909i32;
2716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2717 pub const FDAEMON_W_WORDLISTFULL: ::windows_sys::core::HRESULT = 267904i32;
2718 #[repr(C)]
2719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2720 pub struct FILETIME {
2721 pub dwLowDateTime: u32,
2722 pub dwHighDateTime: u32,
2723 }
2724 impl ::core::marker::Copy for FILETIME {}
2725 impl ::core::clone::Clone for FILETIME {
2726 fn clone(&self) -> Self {
2727 *self
2728 }
2729 }
2730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2731 pub const FILTER_E_ALREADY_OPEN: ::windows_sys::core::HRESULT = -2147215562i32;
2732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2733 pub const FILTER_E_CONTENTINDEXCORRUPT: ::windows_sys::core::HRESULT = -1073473740i32;
2734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2735 pub const FILTER_E_IN_USE: ::windows_sys::core::HRESULT = -2147215560i32;
2736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2737 pub const FILTER_E_NOT_OPEN: ::windows_sys::core::HRESULT = -2147215559i32;
2738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2739 pub const FILTER_E_NO_SUCH_PROPERTY: ::windows_sys::core::HRESULT = -2147215557i32;
2740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2741 pub const FILTER_E_OFFLINE: ::windows_sys::core::HRESULT = -2147215555i32;
2742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2743 pub const FILTER_E_PARTIALLY_FILTERED: ::windows_sys::core::HRESULT = -2147215554i32;
2744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2745 pub const FILTER_E_TOO_BIG: ::windows_sys::core::HRESULT = -2147215568i32;
2746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2747 pub const FILTER_E_UNREACHABLE: ::windows_sys::core::HRESULT = -2147215561i32;
2748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2749 pub const FILTER_S_CONTENTSCAN_DELAYED: ::windows_sys::core::HRESULT = 268083i32;
2750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2751 pub const FILTER_S_DISK_FULL: ::windows_sys::core::HRESULT = 268085i32;
2752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2753 pub const FILTER_S_FULL_CONTENTSCAN_IMMEDIATE: ::windows_sys::core::HRESULT = 268082i32;
2754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2755 pub const FILTER_S_NO_PROPSETS: ::windows_sys::core::HRESULT = 268090i32;
2756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2757 pub const FILTER_S_NO_SECURITY_DESCRIPTOR: ::windows_sys::core::HRESULT = 268092i32;
2758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2759 pub const FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE: ::windows_sys::core::HRESULT = 268081i32;
2760 #[repr(C)]
2761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2762 pub struct FLOAT128 {
2763 pub LowPart: i64,
2764 pub HighPart: i64,
2765 }
2766 impl ::core::marker::Copy for FLOAT128 {}
2767 impl ::core::clone::Clone for FLOAT128 {
2768 fn clone(&self) -> Self {
2769 *self
2770 }
2771 }
2772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2773 pub const FRS_ERR_AUTHENTICATION: i32 = 8008i32;
2774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2775 pub const FRS_ERR_CHILD_TO_PARENT_COMM: i32 = 8011i32;
2776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2777 pub const FRS_ERR_INSUFFICIENT_PRIV: i32 = 8007i32;
2778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2779 pub const FRS_ERR_INTERNAL: i32 = 8005i32;
2780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2781 pub const FRS_ERR_INTERNAL_API: i32 = 8004i32;
2782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2783 pub const FRS_ERR_INVALID_API_SEQUENCE: i32 = 8001i32;
2784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2785 pub const FRS_ERR_INVALID_SERVICE_PARAMETER: i32 = 8017i32;
2786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2787 pub const FRS_ERR_PARENT_AUTHENTICATION: i32 = 8010i32;
2788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2789 pub const FRS_ERR_PARENT_INSUFFICIENT_PRIV: i32 = 8009i32;
2790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2791 pub const FRS_ERR_PARENT_TO_CHILD_COMM: i32 = 8012i32;
2792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2793 pub const FRS_ERR_SERVICE_COMM: i32 = 8006i32;
2794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2795 pub const FRS_ERR_STARTING_SERVICE: i32 = 8002i32;
2796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2797 pub const FRS_ERR_STOPPING_SERVICE: i32 = 8003i32;
2798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2799 pub const FRS_ERR_SYSVOL_DEMOTE: i32 = 8016i32;
2800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2801 pub const FRS_ERR_SYSVOL_IS_BUSY: i32 = 8015i32;
2802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2803 pub const FRS_ERR_SYSVOL_POPULATE: i32 = 8013i32;
2804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2805 pub const FRS_ERR_SYSVOL_POPULATE_TIMEOUT: i32 = 8014i32;
2806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2807 pub const FVE_E_AAD_ENDPOINT_BUSY: ::windows_sys::core::HRESULT = -2144272159i32;
2808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2809 pub const FVE_E_ACTION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272375i32;
2810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2811 pub const FVE_E_ADBACKUP_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144272171i32;
2812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2813 pub const FVE_E_AD_ATTR_NOT_SET: ::windows_sys::core::HRESULT = -2144272370i32;
2814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2815 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE: ::windows_sys::core::HRESULT = -2144272165i32;
2816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2817 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE: ::windows_sys::core::HRESULT = -2144272166i32;
2818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2819 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE: ::windows_sys::core::HRESULT = -2144272164i32;
2820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2821 pub const FVE_E_AD_GUID_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272369i32;
2822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2823 pub const FVE_E_AD_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2144272358i32;
2824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2825 pub const FVE_E_AD_INVALID_DATASIZE: ::windows_sys::core::HRESULT = -2144272372i32;
2826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2827 pub const FVE_E_AD_INVALID_DATATYPE: ::windows_sys::core::HRESULT = -2144272373i32;
2828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2829 pub const FVE_E_AD_NO_VALUES: ::windows_sys::core::HRESULT = -2144272371i32;
2830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2831 pub const FVE_E_AD_SCHEMA_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2144272374i32;
2832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2833 pub const FVE_E_AUTH_INVALID_APPLICATION: ::windows_sys::core::HRESULT = -2144272316i32;
2834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2835 pub const FVE_E_AUTH_INVALID_CONFIG: ::windows_sys::core::HRESULT = -2144272315i32;
2836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2837 pub const FVE_E_AUTOUNLOCK_ENABLED: ::windows_sys::core::HRESULT = -2144272343i32;
2838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2839 pub const FVE_E_BAD_DATA: ::windows_sys::core::HRESULT = -2144272362i32;
2840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2841 pub const FVE_E_BAD_INFORMATION: ::windows_sys::core::HRESULT = -2144272368i32;
2842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2843 pub const FVE_E_BAD_PARTITION_SIZE: ::windows_sys::core::HRESULT = -2144272364i32;
2844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2845 pub const FVE_E_BCD_APPLICATIONS_PATH_INCORRECT: ::windows_sys::core::HRESULT = -2144272302i32;
2846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2847 pub const FVE_E_BOOTABLE_CDDVD: ::windows_sys::core::HRESULT = -2144272336i32;
2848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2849 pub const FVE_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2144272177i32;
2850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2851 pub const FVE_E_CANNOT_ENCRYPT_NO_KEY: ::windows_sys::core::HRESULT = -2144272338i32;
2852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2853 pub const FVE_E_CANNOT_SET_FVEK_ENCRYPTED: ::windows_sys::core::HRESULT = -2144272339i32;
2854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2855 pub const FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME: ::windows_sys::core::HRESULT = -2144272233i32;
2856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2857 pub const FVE_E_CLUSTERING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272354i32;
2858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2859 pub const FVE_E_CONV_READ: ::windows_sys::core::HRESULT = -2144272357i32;
2860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2861 pub const FVE_E_CONV_RECOVERY_FAILED: ::windows_sys::core::HRESULT = -2144272248i32;
2862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2863 pub const FVE_E_CONV_WRITE: ::windows_sys::core::HRESULT = -2144272356i32;
2864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2865 pub const FVE_E_DEBUGGER_ENABLED: ::windows_sys::core::HRESULT = -2144272305i32;
2866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2867 pub const FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH: ::windows_sys::core::HRESULT = -2144272178i32;
2868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2869 pub const FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144272179i32;
2870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2871 pub const FVE_E_DEVICE_NOT_JOINED: ::windows_sys::core::HRESULT = -2144272160i32;
2872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2873 pub const FVE_E_DE_DEVICE_LOCKEDOUT: ::windows_sys::core::HRESULT = -2144272182i32;
2874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2875 pub const FVE_E_DE_FIXED_DATA_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272187i32;
2876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2877 pub const FVE_E_DE_HARDWARE_NOT_COMPLIANT: ::windows_sys::core::HRESULT = -2144272186i32;
2878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2879 pub const FVE_E_DE_OS_VOLUME_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2144272183i32;
2880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2881 pub const FVE_E_DE_PREVENTED_FOR_OS: ::windows_sys::core::HRESULT = -2144272175i32;
2882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2883 pub const FVE_E_DE_PROTECTION_NOT_YET_ENABLED: ::windows_sys::core::HRESULT = -2144272181i32;
2884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2885 pub const FVE_E_DE_PROTECTION_SUSPENDED: ::windows_sys::core::HRESULT = -2144272184i32;
2886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2887 pub const FVE_E_DE_VOLUME_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272173i32;
2888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2889 pub const FVE_E_DE_VOLUME_OPTED_OUT: ::windows_sys::core::HRESULT = -2144272174i32;
2890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2891 pub const FVE_E_DE_WINRE_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2144272185i32;
2892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2893 pub const FVE_E_DRY_RUN_FAILED: ::windows_sys::core::HRESULT = -2144272307i32;
2894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2895 pub const FVE_E_DV_NOT_ALLOWED_BY_GP: ::windows_sys::core::HRESULT = -2144272271i32;
2896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2897 pub const FVE_E_DV_NOT_SUPPORTED_ON_FS: ::windows_sys::core::HRESULT = -2144272272i32;
2898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2899 pub const FVE_E_EDRIVE_BAND_ENUMERATION_FAILED: ::windows_sys::core::HRESULT = -2144272157i32;
2900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2901 pub const FVE_E_EDRIVE_BAND_IN_USE: ::windows_sys::core::HRESULT = -2144272208i32;
2902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2903 pub const FVE_E_EDRIVE_DISALLOWED_BY_GP: ::windows_sys::core::HRESULT = -2144272207i32;
2904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2905 pub const FVE_E_EDRIVE_DRY_RUN_FAILED: ::windows_sys::core::HRESULT = -2144272196i32;
2906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2907 pub const FVE_E_EDRIVE_DV_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272204i32;
2908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2909 pub const FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE: ::windows_sys::core::HRESULT = -2144272193i32;
2910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2911 pub const FVE_E_EDRIVE_INCOMPATIBLE_VOLUME: ::windows_sys::core::HRESULT = -2144272206i32;
2912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2913 pub const FVE_E_EDRIVE_NO_FAILOVER_TO_SW: ::windows_sys::core::HRESULT = -2144272209i32;
2914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2915 pub const FVE_E_EFI_ONLY: ::windows_sys::core::HRESULT = -2144272228i32;
2916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2917 pub const FVE_E_ENH_PIN_INVALID: ::windows_sys::core::HRESULT = -2144272231i32;
2918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2919 pub const FVE_E_EOW_NOT_SUPPORTED_IN_VERSION: ::windows_sys::core::HRESULT = -2144272172i32;
2920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2921 pub const FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON: ::windows_sys::core::HRESULT = -2144272162i32;
2922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2923 pub const FVE_E_FAILED_AUTHENTICATION: ::windows_sys::core::HRESULT = -2144272345i32;
2924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2925 pub const FVE_E_FAILED_SECTOR_SIZE: ::windows_sys::core::HRESULT = -2144272346i32;
2926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2927 pub const FVE_E_FAILED_WRONG_FS: ::windows_sys::core::HRESULT = -2144272365i32;
2928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2929 pub const FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272314i32;
2930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2931 pub const FVE_E_FIPS_HASH_KDF_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272232i32;
2932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2933 pub const FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT: ::windows_sys::core::HRESULT = -2144272328i32;
2934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2935 pub const FVE_E_FIPS_PREVENTS_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272276i32;
2936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2937 pub const FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD: ::windows_sys::core::HRESULT = -2144272329i32;
2938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2939 pub const FVE_E_FIPS_RNG_CHECK_FAILED: ::windows_sys::core::HRESULT = -2144272330i32;
2940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2941 pub const FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272312i32;
2942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2943 pub const FVE_E_FOREIGN_VOLUME: ::windows_sys::core::HRESULT = -2144272349i32;
2944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2945 pub const FVE_E_FS_MOUNTED: ::windows_sys::core::HRESULT = -2144272309i32;
2946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2947 pub const FVE_E_FS_NOT_EXTENDED: ::windows_sys::core::HRESULT = -2144272313i32;
2948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2949 pub const FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE: ::windows_sys::core::HRESULT = -2144272219i32;
2950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2951 pub const FVE_E_HIDDEN_VOLUME: ::windows_sys::core::HRESULT = -2144272298i32;
2952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2953 pub const FVE_E_INVALID_BITLOCKER_OID: ::windows_sys::core::HRESULT = -2144272274i32;
2954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2955 pub const FVE_E_INVALID_DATUM_TYPE: ::windows_sys::core::HRESULT = -2144272229i32;
2956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2957 pub const FVE_E_INVALID_KEY_FORMAT: ::windows_sys::core::HRESULT = -2144272332i32;
2958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2959 pub const FVE_E_INVALID_NBP_CERT: ::windows_sys::core::HRESULT = -2144272158i32;
2960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2961 pub const FVE_E_INVALID_NKP_CERT: ::windows_sys::core::HRESULT = -2144272225i32;
2962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2963 pub const FVE_E_INVALID_PASSWORD_FORMAT: ::windows_sys::core::HRESULT = -2144272331i32;
2964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2965 pub const FVE_E_INVALID_PIN_CHARS: ::windows_sys::core::HRESULT = -2144272230i32;
2966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2967 pub const FVE_E_INVALID_PIN_CHARS_DETAILED: ::windows_sys::core::HRESULT = -2144272180i32;
2968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2969 pub const FVE_E_INVALID_PROTECTOR_TYPE: ::windows_sys::core::HRESULT = -2144272326i32;
2970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2971 pub const FVE_E_INVALID_STARTUP_OPTIONS: ::windows_sys::core::HRESULT = -2144272293i32;
2972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2973 pub const FVE_E_KEYFILE_INVALID: ::windows_sys::core::HRESULT = -2144272323i32;
2974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2975 pub const FVE_E_KEYFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272324i32;
2976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2977 pub const FVE_E_KEYFILE_NO_VMK: ::windows_sys::core::HRESULT = -2144272322i32;
2978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2979 pub const FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE: ::windows_sys::core::HRESULT = -2144272217i32;
2980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2981 pub const FVE_E_KEY_PROTECTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272279i32;
2982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2983 pub const FVE_E_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272355i32;
2984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2985 pub const FVE_E_KEY_ROTATION_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144272161i32;
2986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2987 pub const FVE_E_KEY_ROTATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272163i32;
2988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2989 pub const FVE_E_LIVEID_ACCOUNT_BLOCKED: ::windows_sys::core::HRESULT = -2144272189i32;
2990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2991 pub const FVE_E_LIVEID_ACCOUNT_SUSPENDED: ::windows_sys::core::HRESULT = -2144272190i32;
2992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2993 pub const FVE_E_LOCKED_VOLUME: ::windows_sys::core::HRESULT = -2144272384i32;
2994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2995 pub const FVE_E_MOR_FAILED: ::windows_sys::core::HRESULT = -2144272299i32;
2996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2997 pub const FVE_E_MULTIPLE_NKP_CERTS: ::windows_sys::core::HRESULT = -2144272227i32;
2998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2999 pub const FVE_E_NON_BITLOCKER_KU: ::windows_sys::core::HRESULT = -2144272237i32;
3000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3001 pub const FVE_E_NON_BITLOCKER_OID: ::windows_sys::core::HRESULT = -2144272251i32;
3002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3003 pub const FVE_E_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2144272376i32;
3004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3005 pub const FVE_E_NOT_ALLOWED_IN_SAFE_MODE: ::windows_sys::core::HRESULT = -2144272320i32;
3006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3007 pub const FVE_E_NOT_ALLOWED_IN_VERSION: ::windows_sys::core::HRESULT = -2144272301i32;
3008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3009 pub const FVE_E_NOT_ALLOWED_ON_CLUSTER: ::windows_sys::core::HRESULT = -2144272210i32;
3010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3011 pub const FVE_E_NOT_ALLOWED_ON_CSV_STACK: ::windows_sys::core::HRESULT = -2144272211i32;
3012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3013 pub const FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING: ::windows_sys::core::HRESULT = -2144272205i32;
3014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3015 pub const FVE_E_NOT_DATA_VOLUME: ::windows_sys::core::HRESULT = -2144272359i32;
3016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3017 pub const FVE_E_NOT_DECRYPTED: ::windows_sys::core::HRESULT = -2144272327i32;
3018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3019 pub const FVE_E_NOT_DE_VOLUME: ::windows_sys::core::HRESULT = -2144272169i32;
3020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3021 pub const FVE_E_NOT_ENCRYPTED: ::windows_sys::core::HRESULT = -2144272383i32;
3022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3023 pub const FVE_E_NOT_ON_STACK: ::windows_sys::core::HRESULT = -2144272310i32;
3024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3025 pub const FVE_E_NOT_OS_VOLUME: ::windows_sys::core::HRESULT = -2144272344i32;
3026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3027 pub const FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES: ::windows_sys::core::HRESULT = -2144272188i32;
3028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3029 pub const FVE_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272363i32;
3030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3031 pub const FVE_E_NO_AUTOUNLOCK_MASTER_KEY: ::windows_sys::core::HRESULT = -2144272300i32;
3032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3033 pub const FVE_E_NO_BOOTMGR_METRIC: ::windows_sys::core::HRESULT = -2144272379i32;
3034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3035 pub const FVE_E_NO_BOOTSECTOR_METRIC: ::windows_sys::core::HRESULT = -2144272380i32;
3036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3037 pub const FVE_E_NO_EXISTING_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272216i32;
3038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3039 pub const FVE_E_NO_EXISTING_PIN: ::windows_sys::core::HRESULT = -2144272224i32;
3040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3041 pub const FVE_E_NO_FEATURE_LICENSE: ::windows_sys::core::HRESULT = -2144272294i32;
3042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3043 pub const FVE_E_NO_LICENSE: ::windows_sys::core::HRESULT = -2144272311i32;
3044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3045 pub const FVE_E_NO_MBR_METRIC: ::windows_sys::core::HRESULT = -2144272381i32;
3046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3047 pub const FVE_E_NO_PASSPHRASE_WITH_TPM: ::windows_sys::core::HRESULT = -2144272213i32;
3048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3049 pub const FVE_E_NO_PREBOOT_KEYBOARD_DETECTED: ::windows_sys::core::HRESULT = -2144272203i32;
3050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3051 pub const FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED: ::windows_sys::core::HRESULT = -2144272202i32;
3052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3053 pub const FVE_E_NO_PROTECTORS_TO_TEST: ::windows_sys::core::HRESULT = -2144272325i32;
3054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3055 pub const FVE_E_NO_SUCH_CAPABILITY_ON_TARGET: ::windows_sys::core::HRESULT = -2144272176i32;
3056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3057 pub const FVE_E_NO_TPM_BIOS: ::windows_sys::core::HRESULT = -2144272382i32;
3058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3059 pub const FVE_E_NO_TPM_WITH_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272212i32;
3060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3061 pub const FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME: ::windows_sys::core::HRESULT = -2144272234i32;
3062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3063 pub const FVE_E_OSV_KSR_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272167i32;
3064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3065 pub const FVE_E_OS_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2144272352i32;
3066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3067 pub const FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272275i32;
3068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3069 pub const FVE_E_OVERLAPPED_UPDATE: ::windows_sys::core::HRESULT = -2144272348i32;
3070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3071 pub const FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED: ::windows_sys::core::HRESULT = -2144272191i32;
3072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3073 pub const FVE_E_PASSPHRASE_TOO_LONG: ::windows_sys::core::HRESULT = -2144272214i32;
3074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3075 pub const FVE_E_PIN_INVALID: ::windows_sys::core::HRESULT = -2144272317i32;
3076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3077 pub const FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED: ::windows_sys::core::HRESULT = -2144272222i32;
3078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3079 pub const FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON: ::windows_sys::core::HRESULT = -2144272253i32;
3080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3081 pub const FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272239i32;
3082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3083 pub const FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272240i32;
3084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3085 pub const FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON: ::windows_sys::core::HRESULT = -2144272252i32;
3086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3087 pub const FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272238i32;
3088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3089 pub const FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272249i32;
3090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3091 pub const FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS: ::windows_sys::core::HRESULT = -2144272194i32;
3092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3093 pub const FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH: ::windows_sys::core::HRESULT = -2144272256i32;
3094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3095 pub const FVE_E_POLICY_INVALID_PIN_LENGTH: ::windows_sys::core::HRESULT = -2144272280i32;
3096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3097 pub const FVE_E_POLICY_ON_RDV_EXCLUSION_LIST: ::windows_sys::core::HRESULT = -2144272156i32;
3098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3099 pub const FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272278i32;
3100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3101 pub const FVE_E_POLICY_PASSPHRASE_REQUIRED: ::windows_sys::core::HRESULT = -2144272277i32;
3102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3103 pub const FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII: ::windows_sys::core::HRESULT = -2144272220i32;
3104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3105 pub const FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE: ::windows_sys::core::HRESULT = -2144272255i32;
3106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3107 pub const FVE_E_POLICY_PASSWORD_REQUIRED: ::windows_sys::core::HRESULT = -2144272340i32;
3108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3109 pub const FVE_E_POLICY_PROHIBITS_SELFSIGNED: ::windows_sys::core::HRESULT = -2144272250i32;
3110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3111 pub const FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272290i32;
3112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3113 pub const FVE_E_POLICY_RECOVERY_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272289i32;
3114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3115 pub const FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272292i32;
3116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3117 pub const FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED: ::windows_sys::core::HRESULT = -2144272291i32;
3118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3119 pub const FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE: ::windows_sys::core::HRESULT = -2144272200i32;
3120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3121 pub const FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE: ::windows_sys::core::HRESULT = -2144272201i32;
3122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3123 pub const FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272286i32;
3124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3125 pub const FVE_E_POLICY_STARTUP_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272285i32;
3126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3127 pub const FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272284i32;
3128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3129 pub const FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272283i32;
3130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3131 pub const FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272288i32;
3132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3133 pub const FVE_E_POLICY_STARTUP_PIN_REQUIRED: ::windows_sys::core::HRESULT = -2144272287i32;
3134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3135 pub const FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272282i32;
3136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3137 pub const FVE_E_POLICY_STARTUP_TPM_REQUIRED: ::windows_sys::core::HRESULT = -2144272281i32;
3138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3139 pub const FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272270i32;
3140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3141 pub const FVE_E_POLICY_USER_CERTIFICATE_REQUIRED: ::windows_sys::core::HRESULT = -2144272269i32;
3142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3143 pub const FVE_E_POLICY_USER_CERT_MUST_BE_HW: ::windows_sys::core::HRESULT = -2144272268i32;
3144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3145 pub const FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272267i32;
3146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3147 pub const FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272266i32;
3148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3149 pub const FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272265i32;
3150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3151 pub const FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272263i32;
3152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3153 pub const FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272264i32;
3154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3155 pub const FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272155i32;
3156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3157 pub const FVE_E_PRIVATEKEY_AUTH_FAILED: ::windows_sys::core::HRESULT = -2144272236i32;
3158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3159 pub const FVE_E_PROTECTION_CANNOT_BE_DISABLED: ::windows_sys::core::HRESULT = -2144272168i32;
3160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3161 pub const FVE_E_PROTECTION_DISABLED: ::windows_sys::core::HRESULT = -2144272351i32;
3162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3163 pub const FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED: ::windows_sys::core::HRESULT = -2144272192i32;
3164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3165 pub const FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED: ::windows_sys::core::HRESULT = -2144272221i32;
3166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3167 pub const FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH: ::windows_sys::core::HRESULT = -2144272215i32;
3168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3169 pub const FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH: ::windows_sys::core::HRESULT = -2144272223i32;
3170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3171 pub const FVE_E_PROTECTOR_EXISTS: ::windows_sys::core::HRESULT = -2144272335i32;
3172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3173 pub const FVE_E_PROTECTOR_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272333i32;
3174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3175 pub const FVE_E_PUBKEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272296i32;
3176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3177 pub const FVE_E_RAW_ACCESS: ::windows_sys::core::HRESULT = -2144272304i32;
3178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3179 pub const FVE_E_RAW_BLOCKED: ::windows_sys::core::HRESULT = -2144272303i32;
3180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3181 pub const FVE_E_REBOOT_REQUIRED: ::windows_sys::core::HRESULT = -2144272306i32;
3182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3183 pub const FVE_E_RECOVERY_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272350i32;
3184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3185 pub const FVE_E_RECOVERY_PARTITION: ::windows_sys::core::HRESULT = -2144272254i32;
3186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3187 pub const FVE_E_RELATIVE_PATH: ::windows_sys::core::HRESULT = -2144272334i32;
3188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3189 pub const FVE_E_REMOVAL_OF_DRA_FAILED: ::windows_sys::core::HRESULT = -2144272235i32;
3190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3191 pub const FVE_E_REMOVAL_OF_NKP_FAILED: ::windows_sys::core::HRESULT = -2144272226i32;
3192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3193 pub const FVE_E_SECUREBOOT_CONFIGURATION_INVALID: ::windows_sys::core::HRESULT = -2144272197i32;
3194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3195 pub const FVE_E_SECUREBOOT_DISABLED: ::windows_sys::core::HRESULT = -2144272198i32;
3196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3197 pub const FVE_E_SECURE_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272377i32;
3198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3199 pub const FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272154i32;
3200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3201 pub const FVE_E_SHADOW_COPY_PRESENT: ::windows_sys::core::HRESULT = -2144272195i32;
3202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3203 pub const FVE_E_SYSTEM_VOLUME: ::windows_sys::core::HRESULT = -2144272366i32;
3204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3205 pub const FVE_E_TOKEN_NOT_IMPERSONATED: ::windows_sys::core::HRESULT = -2144272308i32;
3206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3207 pub const FVE_E_TOO_SMALL: ::windows_sys::core::HRESULT = -2144272367i32;
3208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3209 pub const FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272153i32;
3210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3211 pub const FVE_E_TPM_DISABLED: ::windows_sys::core::HRESULT = -2144272321i32;
3212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3213 pub const FVE_E_TPM_INVALID_PCR: ::windows_sys::core::HRESULT = -2144272319i32;
3214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3215 pub const FVE_E_TPM_NOT_OWNED: ::windows_sys::core::HRESULT = -2144272360i32;
3216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3217 pub const FVE_E_TPM_NO_VMK: ::windows_sys::core::HRESULT = -2144272318i32;
3218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3219 pub const FVE_E_TPM_SRK_AUTH_NOT_ZERO: ::windows_sys::core::HRESULT = -2144272347i32;
3220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3221 pub const FVE_E_TRANSIENT_STATE: ::windows_sys::core::HRESULT = -2144272297i32;
3222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3223 pub const FVE_E_VIRTUALIZED_SPACE_TOO_BIG: ::windows_sys::core::HRESULT = -2144272247i32;
3224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3225 pub const FVE_E_VOLUME_BOUND_ALREADY: ::windows_sys::core::HRESULT = -2144272353i32;
3226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3227 pub const FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT: ::windows_sys::core::HRESULT = -2144272170i32;
3228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3229 pub const FVE_E_VOLUME_HANDLE_OPEN: ::windows_sys::core::HRESULT = -2144272295i32;
3230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3231 pub const FVE_E_VOLUME_NOT_BOUND: ::windows_sys::core::HRESULT = -2144272361i32;
3232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3233 pub const FVE_E_VOLUME_TOO_SMALL: ::windows_sys::core::HRESULT = -2144272273i32;
3234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3235 pub const FVE_E_WIPE_CANCEL_NOT_APPLICABLE: ::windows_sys::core::HRESULT = -2144272199i32;
3236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3237 pub const FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE: ::windows_sys::core::HRESULT = -2144272218i32;
3238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3239 pub const FVE_E_WRONG_BOOTMGR: ::windows_sys::core::HRESULT = -2144272378i32;
3240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3241 pub const FVE_E_WRONG_BOOTSECTOR: ::windows_sys::core::HRESULT = -2144272342i32;
3242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3243 pub const FVE_E_WRONG_SYSTEM_FS: ::windows_sys::core::HRESULT = -2144272341i32;
3244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3245 pub const FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER: ::windows_sys::core::HRESULT = -2144206804i32;
3246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3247 pub const FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER: ::windows_sys::core::HRESULT = -2144206803i32;
3248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3249 pub const FWP_E_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144206839i32;
3250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3251 pub const FWP_E_BUILTIN_OBJECT: ::windows_sys::core::HRESULT = -2144206825i32;
3252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3253 pub const FWP_E_CALLOUT_NOTIFICATION_FAILED: ::windows_sys::core::HRESULT = -2144206793i32;
3254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3255 pub const FWP_E_CALLOUT_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206847i32;
3256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3257 pub const FWP_E_CONDITION_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206846i32;
3258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3259 pub const FWP_E_CONNECTIONS_DISABLED: ::windows_sys::core::HRESULT = -2144206783i32;
3260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3261 pub const FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT: ::windows_sys::core::HRESULT = -2144206801i32;
3262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3263 pub const FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER: ::windows_sys::core::HRESULT = -2144206802i32;
3264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3265 pub const FWP_E_DROP_NOICMP: ::windows_sys::core::HRESULT = -2144206588i32;
3266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3267 pub const FWP_E_DUPLICATE_AUTH_METHOD: ::windows_sys::core::HRESULT = -2144206788i32;
3268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3269 pub const FWP_E_DUPLICATE_CONDITION: ::windows_sys::core::HRESULT = -2144206806i32;
3270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3271 pub const FWP_E_DUPLICATE_KEYMOD: ::windows_sys::core::HRESULT = -2144206805i32;
3272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3273 pub const FWP_E_DYNAMIC_SESSION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206837i32;
3274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3275 pub const FWP_E_EM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144206798i32;
3276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3277 pub const FWP_E_FILTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206845i32;
3278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3279 pub const FWP_E_IKEEXT_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144206780i32;
3280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3281 pub const FWP_E_INCOMPATIBLE_AUTH_METHOD: ::windows_sys::core::HRESULT = -2144206800i32;
3282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3283 pub const FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM: ::windows_sys::core::HRESULT = -2144206790i32;
3284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3285 pub const FWP_E_INCOMPATIBLE_DH_GROUP: ::windows_sys::core::HRESULT = -2144206799i32;
3286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3287 pub const FWP_E_INCOMPATIBLE_LAYER: ::windows_sys::core::HRESULT = -2144206828i32;
3288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3289 pub const FWP_E_INCOMPATIBLE_SA_STATE: ::windows_sys::core::HRESULT = -2144206821i32;
3290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3291 pub const FWP_E_INCOMPATIBLE_TXN: ::windows_sys::core::HRESULT = -2144206831i32;
3292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3293 pub const FWP_E_INVALID_ACTION_TYPE: ::windows_sys::core::HRESULT = -2144206812i32;
3294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3295 pub const FWP_E_INVALID_AUTH_TRANSFORM: ::windows_sys::core::HRESULT = -2144206792i32;
3296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3297 pub const FWP_E_INVALID_CIPHER_TRANSFORM: ::windows_sys::core::HRESULT = -2144206791i32;
3298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3299 pub const FWP_E_INVALID_DNS_NAME: ::windows_sys::core::HRESULT = -2144206782i32;
3300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3301 pub const FWP_E_INVALID_ENUMERATOR: ::windows_sys::core::HRESULT = -2144206819i32;
3302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3303 pub const FWP_E_INVALID_FLAGS: ::windows_sys::core::HRESULT = -2144206818i32;
3304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3305 pub const FWP_E_INVALID_INTERVAL: ::windows_sys::core::HRESULT = -2144206815i32;
3306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3307 pub const FWP_E_INVALID_NET_MASK: ::windows_sys::core::HRESULT = -2144206817i32;
3308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3309 pub const FWP_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144206795i32;
3310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3311 pub const FWP_E_INVALID_RANGE: ::windows_sys::core::HRESULT = -2144206816i32;
3312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3313 pub const FWP_E_INVALID_TRANSFORM_COMBINATION: ::windows_sys::core::HRESULT = -2144206789i32;
3314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3315 pub const FWP_E_INVALID_TUNNEL_ENDPOINT: ::windows_sys::core::HRESULT = -2144206787i32;
3316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3317 pub const FWP_E_INVALID_WEIGHT: ::windows_sys::core::HRESULT = -2144206811i32;
3318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3319 pub const FWP_E_IN_USE: ::windows_sys::core::HRESULT = -2144206838i32;
3320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3321 pub const FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL: ::windows_sys::core::HRESULT = -2144206784i32;
3322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3323 pub const FWP_E_KEY_DICTATOR_ALREADY_REGISTERED: ::windows_sys::core::HRESULT = -2144206785i32;
3324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3325 pub const FWP_E_KM_CLIENTS_ONLY: ::windows_sys::core::HRESULT = -2144206827i32;
3326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3327 pub const FWP_E_L2_DRIVER_NOT_READY: ::windows_sys::core::HRESULT = -2144206786i32;
3328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3329 pub const FWP_E_LAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206844i32;
3330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3331 pub const FWP_E_LIFETIME_MISMATCH: ::windows_sys::core::HRESULT = -2144206826i32;
3332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3333 pub const FWP_E_MATCH_TYPE_MISMATCH: ::windows_sys::core::HRESULT = -2144206810i32;
3334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3335 pub const FWP_E_NET_EVENTS_DISABLED: ::windows_sys::core::HRESULT = -2144206829i32;
3336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3337 pub const FWP_E_NEVER_MATCH: ::windows_sys::core::HRESULT = -2144206797i32;
3338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3339 pub const FWP_E_NOTIFICATION_DROPPED: ::windows_sys::core::HRESULT = -2144206823i32;
3340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3341 pub const FWP_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206840i32;
3342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3343 pub const FWP_E_NO_TXN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206835i32;
3344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3345 pub const FWP_E_NULL_DISPLAY_NAME: ::windows_sys::core::HRESULT = -2144206813i32;
3346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3347 pub const FWP_E_NULL_POINTER: ::windows_sys::core::HRESULT = -2144206820i32;
3348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3349 pub const FWP_E_OUT_OF_BOUNDS: ::windows_sys::core::HRESULT = -2144206808i32;
3350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3351 pub const FWP_E_PROVIDER_CONTEXT_MISMATCH: ::windows_sys::core::HRESULT = -2144206796i32;
3352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3353 pub const FWP_E_PROVIDER_CONTEXT_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206842i32;
3354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3355 pub const FWP_E_PROVIDER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206843i32;
3356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3357 pub const FWP_E_RESERVED: ::windows_sys::core::HRESULT = -2144206807i32;
3358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3359 pub const FWP_E_SESSION_ABORTED: ::windows_sys::core::HRESULT = -2144206832i32;
3360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3361 pub const FWP_E_STILL_ON: ::windows_sys::core::HRESULT = -2144206781i32;
3362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3363 pub const FWP_E_SUBLAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206841i32;
3364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3365 pub const FWP_E_TIMEOUT: ::windows_sys::core::HRESULT = -2144206830i32;
3366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3367 pub const FWP_E_TOO_MANY_CALLOUTS: ::windows_sys::core::HRESULT = -2144206824i32;
3368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3369 pub const FWP_E_TOO_MANY_SUBLAYERS: ::windows_sys::core::HRESULT = -2144206794i32;
3370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3371 pub const FWP_E_TRAFFIC_MISMATCH: ::windows_sys::core::HRESULT = -2144206822i32;
3372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3373 pub const FWP_E_TXN_ABORTED: ::windows_sys::core::HRESULT = -2144206833i32;
3374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3375 pub const FWP_E_TXN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206834i32;
3376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3377 pub const FWP_E_TYPE_MISMATCH: ::windows_sys::core::HRESULT = -2144206809i32;
3378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3379 pub const FWP_E_WRONG_SESSION: ::windows_sys::core::HRESULT = -2144206836i32;
3380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3381 pub const FWP_E_ZERO_LENGTH_ARRAY: ::windows_sys::core::HRESULT = -2144206814i32;
3382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3383 pub const GCN_E_DEFAULTNAMESPACE_EXISTS: ::windows_sys::core::HRESULT = -2143616983i32;
3384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3385 pub const GCN_E_MODULE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616991i32;
3386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3387 pub const GCN_E_NETADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616986i32;
3388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3389 pub const GCN_E_NETADAPTER_TIMEOUT: ::windows_sys::core::HRESULT = -2143616987i32;
3390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3391 pub const GCN_E_NETCOMPARTMENT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616985i32;
3392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3393 pub const GCN_E_NETINTERFACE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616984i32;
3394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3395 pub const GCN_E_NO_REQUEST_HANDLERS: ::windows_sys::core::HRESULT = -2143616990i32;
3396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3397 pub const GCN_E_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2143616989i32;
3398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3399 pub const GCN_E_RUNTIMEKEYS_FAILED: ::windows_sys::core::HRESULT = -2143616988i32;
3400 pub type HANDLE = isize;
3401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3402 pub type HANDLE_FLAGS = u32;
3403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3404 pub const HANDLE_FLAG_INHERIT: HANDLE_FLAGS = 1u32;
3405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3406 pub const HANDLE_FLAG_PROTECT_FROM_CLOSE: HANDLE_FLAGS = 2u32;
3407 pub type HANDLE_PTR = usize;
3408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3409 pub const HCN_E_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617018i32;
3410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3411 pub const HCN_E_ADDR_INVALID_OR_RESERVED: ::windows_sys::core::HRESULT = -2143616977i32;
3412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3413 pub const HCN_E_DEGRADED_OPERATION: ::windows_sys::core::HRESULT = -2143617001i32;
3414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3415 pub const HCN_E_ENDPOINT_ALREADY_ATTACHED: ::windows_sys::core::HRESULT = -2143617004i32;
3416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3417 pub const HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143616981i32;
3418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3419 pub const HCN_E_ENDPOINT_NOT_ATTACHED: ::windows_sys::core::HRESULT = -2143616972i32;
3420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3421 pub const HCN_E_ENDPOINT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617022i32;
3422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3423 pub const HCN_E_ENDPOINT_NOT_LOCAL: ::windows_sys::core::HRESULT = -2143616971i32;
3424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3425 pub const HCN_E_ENDPOINT_SHARING_DISABLED: ::windows_sys::core::HRESULT = -2143616995i32;
3426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3427 pub const HCN_E_ENTITY_HAS_REFERENCES: ::windows_sys::core::HRESULT = -2143616980i32;
3428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3429 pub const HCN_E_GUID_CONVERSION_FAILURE: ::windows_sys::core::HRESULT = -2143616999i32;
3430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3431 pub const HCN_E_ICS_DISABLED: ::windows_sys::core::HRESULT = -2143616982i32;
3432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3433 pub const HCN_E_INVALID_ENDPOINT: ::windows_sys::core::HRESULT = -2143617012i32;
3434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3435 pub const HCN_E_INVALID_INTERNAL_PORT: ::windows_sys::core::HRESULT = -2143616979i32;
3436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3437 pub const HCN_E_INVALID_IP: ::windows_sys::core::HRESULT = -2143616994i32;
3438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3439 pub const HCN_E_INVALID_IP_SUBNET: ::windows_sys::core::HRESULT = -2143616973i32;
3440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3441 pub const HCN_E_INVALID_JSON: ::windows_sys::core::HRESULT = -2143616997i32;
3442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3443 pub const HCN_E_INVALID_JSON_REFERENCE: ::windows_sys::core::HRESULT = -2143616996i32;
3444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3445 pub const HCN_E_INVALID_NETWORK: ::windows_sys::core::HRESULT = -2143617014i32;
3446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3447 pub const HCN_E_INVALID_NETWORK_TYPE: ::windows_sys::core::HRESULT = -2143617013i32;
3448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3449 pub const HCN_E_INVALID_POLICY: ::windows_sys::core::HRESULT = -2143617011i32;
3450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3451 pub const HCN_E_INVALID_POLICY_TYPE: ::windows_sys::core::HRESULT = -2143617010i32;
3452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3453 pub const HCN_E_INVALID_PREFIX: ::windows_sys::core::HRESULT = -2143616976i32;
3454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3455 pub const HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION: ::windows_sys::core::HRESULT = -2143617009i32;
3456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3457 pub const HCN_E_INVALID_SUBNET: ::windows_sys::core::HRESULT = -2143616974i32;
3458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3459 pub const HCN_E_LAYER_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617007i32;
3460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3461 pub const HCN_E_LAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617021i32;
3462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3463 pub const HCN_E_MANAGER_STOPPED: ::windows_sys::core::HRESULT = -2143616992i32;
3464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3465 pub const HCN_E_MAPPING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143617002i32;
3466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3467 pub const HCN_E_NAMESPACE_ATTACH_FAILED: ::windows_sys::core::HRESULT = -2143616978i32;
3468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3469 pub const HCN_E_NETWORK_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617008i32;
3470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3471 pub const HCN_E_NETWORK_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617023i32;
3472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3473 pub const HCN_E_OBJECT_USED_AFTER_UNLOAD: ::windows_sys::core::HRESULT = -2143616975i32;
3474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3475 pub const HCN_E_POLICY_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617006i32;
3476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3477 pub const HCN_E_POLICY_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617016i32;
3478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3479 pub const HCN_E_PORT_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617005i32;
3480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3481 pub const HCN_E_PORT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617017i32;
3482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3483 pub const HCN_E_REGKEY_FAILURE: ::windows_sys::core::HRESULT = -2143616998i32;
3484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3485 pub const HCN_E_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2143617003i32;
3486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3487 pub const HCN_E_SHARED_SWITCH_MODIFICATION: ::windows_sys::core::HRESULT = -2143617000i32;
3488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3489 pub const HCN_E_SUBNET_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617019i32;
3490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3491 pub const HCN_E_SWITCH_EXTENSION_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616993i32;
3492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3493 pub const HCN_E_SWITCH_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617020i32;
3494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3495 pub const HCN_E_VFP_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2143616969i32;
3496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3497 pub const HCN_E_VFP_PORTSETTING_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617015i32;
3498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3499 pub const HCN_INTERFACEPARAMETERS_ALREADY_APPLIED: ::windows_sys::core::HRESULT = -2143616970i32;
3500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3501 pub const HCS_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143878885i32;
3502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3503 pub const HCS_E_CONNECTION_CLOSED: ::windows_sys::core::HRESULT = -2143878902i32;
3504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3505 pub const HCS_E_CONNECTION_TIMEOUT: ::windows_sys::core::HRESULT = -2143878903i32;
3506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3507 pub const HCS_E_CONNECT_FAILED: ::windows_sys::core::HRESULT = -2143878904i32;
3508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3509 pub const HCS_E_GUEST_CRITICAL_ERROR: ::windows_sys::core::HRESULT = -2143878884i32;
3510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3511 pub const HCS_E_HYPERV_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2143878910i32;
3512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3513 pub const HCS_E_IMAGE_MISMATCH: ::windows_sys::core::HRESULT = -2143878911i32;
3514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3515 pub const HCS_E_INVALID_JSON: ::windows_sys::core::HRESULT = -2143878899i32;
3516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3517 pub const HCS_E_INVALID_LAYER: ::windows_sys::core::HRESULT = -2143878894i32;
3518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3519 pub const HCS_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2143878907i32;
3520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3521 pub const HCS_E_OPERATION_ALREADY_STARTED: ::windows_sys::core::HRESULT = -2143878890i32;
3522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3523 pub const HCS_E_OPERATION_NOT_STARTED: ::windows_sys::core::HRESULT = -2143878891i32;
3524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3525 pub const HCS_E_OPERATION_PENDING: ::windows_sys::core::HRESULT = -2143878889i32;
3526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3527 pub const HCS_E_OPERATION_RESULT_ALLOCATION_FAILED: ::windows_sys::core::HRESULT = -2143878886i32;
3528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3529 pub const HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET: ::windows_sys::core::HRESULT = -2143878887i32;
3530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3531 pub const HCS_E_OPERATION_TIMEOUT: ::windows_sys::core::HRESULT = -2143878888i32;
3532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3533 pub const HCS_E_PROCESS_ALREADY_STOPPED: ::windows_sys::core::HRESULT = -2143878881i32;
3534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3535 pub const HCS_E_PROCESS_INFO_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143878883i32;
3536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3537 pub const HCS_E_PROTOCOL_ERROR: ::windows_sys::core::HRESULT = -2143878895i32;
3538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3539 pub const HCS_E_SERVICE_DISCONNECT: ::windows_sys::core::HRESULT = -2143878882i32;
3540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3541 pub const HCS_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143878892i32;
3542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3543 pub const HCS_E_SYSTEM_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143878897i32;
3544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3545 pub const HCS_E_SYSTEM_ALREADY_STOPPED: ::windows_sys::core::HRESULT = -2143878896i32;
3546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3547 pub const HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION: ::windows_sys::core::HRESULT = -2143878880i32;
3548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3549 pub const HCS_E_SYSTEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2143878898i32;
3550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3551 pub const HCS_E_TERMINATED: ::windows_sys::core::HRESULT = -2143878905i32;
3552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3553 pub const HCS_E_TERMINATED_DURING_START: ::windows_sys::core::HRESULT = -2143878912i32;
3554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3555 pub const HCS_E_UNEXPECTED_EXIT: ::windows_sys::core::HRESULT = -2143878906i32;
3556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3557 pub const HCS_E_UNKNOWN_MESSAGE: ::windows_sys::core::HRESULT = -2143878901i32;
3558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3559 pub const HCS_E_UNSUPPORTED_PROTOCOL_VERSION: ::windows_sys::core::HRESULT = -2143878900i32;
3560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3561 pub const HCS_E_WINDOWS_INSIDER_REQUIRED: ::windows_sys::core::HRESULT = -2143878893i32;
3562 pub type HINSTANCE = isize;
3563 #[repr(C)]
3564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3565 pub struct HLSURF__ {
3566 pub unused: i32,
3567 }
3568 impl ::core::marker::Copy for HLSURF__ {}
3569 impl ::core::clone::Clone for HLSURF__ {
3570 fn clone(&self) -> Self {
3571 *self
3572 }
3573 }
3574 pub type HRSRC = isize;
3575 #[repr(C)]
3576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3577 pub struct HSPRITE__ {
3578 pub unused: i32,
3579 }
3580 impl ::core::marker::Copy for HSPRITE__ {}
3581 impl ::core::clone::Clone for HSPRITE__ {
3582 fn clone(&self) -> Self {
3583 *self
3584 }
3585 }
3586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3587 pub const HSP_BASE_ERROR_MASK: ::windows_sys::core::HRESULT = -2128019200i32;
3588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3589 pub const HSP_BASE_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128018945i32;
3590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3591 pub const HSP_BS_ERROR_MASK: ::windows_sys::core::HRESULT = -2128080896i32;
3592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3593 pub const HSP_BS_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128080641i32;
3594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3595 pub const HSP_DRV_ERROR_MASK: ::windows_sys::core::HRESULT = -2128019456i32;
3596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3597 pub const HSP_DRV_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128019201i32;
3598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3599 pub const HSP_E_ERROR_MASK: ::windows_sys::core::HRESULT = -2128084992i32;
3600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3601 pub const HSP_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128080897i32;
3602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3603 pub const HSP_KSP_ALGORITHM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2128018935i32;
3604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3605 pub const HSP_KSP_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2128018939i32;
3606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3607 pub const HSP_KSP_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2128018943i32;
3608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3609 pub const HSP_KSP_ERROR_MASK: ::windows_sys::core::HRESULT = -2128018944i32;
3610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3611 pub const HSP_KSP_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128018689i32;
3612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3613 pub const HSP_KSP_INVALID_DATA: ::windows_sys::core::HRESULT = -2128018937i32;
3614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3615 pub const HSP_KSP_INVALID_FLAGS: ::windows_sys::core::HRESULT = -2128018936i32;
3616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3617 pub const HSP_KSP_INVALID_KEY_HANDLE: ::windows_sys::core::HRESULT = -2128018941i32;
3618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3619 pub const HSP_KSP_INVALID_KEY_TYPE: ::windows_sys::core::HRESULT = -2128018932i32;
3620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3621 pub const HSP_KSP_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2128018940i32;
3622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3623 pub const HSP_KSP_INVALID_PROVIDER_HANDLE: ::windows_sys::core::HRESULT = -2128018942i32;
3624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3625 pub const HSP_KSP_KEY_ALREADY_FINALIZED: ::windows_sys::core::HRESULT = -2128018934i32;
3626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3627 pub const HSP_KSP_KEY_EXISTS: ::windows_sys::core::HRESULT = -2128018923i32;
3628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3629 pub const HSP_KSP_KEY_LOAD_FAIL: ::windows_sys::core::HRESULT = -2128018921i32;
3630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3631 pub const HSP_KSP_KEY_MISSING: ::windows_sys::core::HRESULT = -2128018922i32;
3632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3633 pub const HSP_KSP_KEY_NOT_FINALIZED: ::windows_sys::core::HRESULT = -2128018933i32;
3634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3635 pub const HSP_KSP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2128018938i32;
3636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3637 pub const HSP_KSP_NO_MEMORY: ::windows_sys::core::HRESULT = -2128018928i32;
3638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3639 pub const HSP_KSP_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2128018920i32;
3640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3641 pub const HSP_KSP_PARAMETER_NOT_SET: ::windows_sys::core::HRESULT = -2128018927i32;
3642 #[repr(C)]
3643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3644 pub struct HSTR__ {
3645 pub unused: i32,
3646 }
3647 impl ::core::marker::Copy for HSTR__ {}
3648 impl ::core::clone::Clone for HSTR__ {
3649 fn clone(&self) -> Self {
3650 *self
3651 }
3652 }
3653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3654 pub const HTTP_E_STATUS_AMBIGUOUS: ::windows_sys::core::HRESULT = -2145844948i32;
3655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3656 pub const HTTP_E_STATUS_BAD_GATEWAY: ::windows_sys::core::HRESULT = -2145844746i32;
3657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3658 pub const HTTP_E_STATUS_BAD_METHOD: ::windows_sys::core::HRESULT = -2145844843i32;
3659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3660 pub const HTTP_E_STATUS_BAD_REQUEST: ::windows_sys::core::HRESULT = -2145844848i32;
3661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3662 pub const HTTP_E_STATUS_CONFLICT: ::windows_sys::core::HRESULT = -2145844839i32;
3663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3664 pub const HTTP_E_STATUS_DENIED: ::windows_sys::core::HRESULT = -2145844847i32;
3665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3666 pub const HTTP_E_STATUS_EXPECTATION_FAILED: ::windows_sys::core::HRESULT = -2145844831i32;
3667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3668 pub const HTTP_E_STATUS_FORBIDDEN: ::windows_sys::core::HRESULT = -2145844845i32;
3669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3670 pub const HTTP_E_STATUS_GATEWAY_TIMEOUT: ::windows_sys::core::HRESULT = -2145844744i32;
3671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3672 pub const HTTP_E_STATUS_GONE: ::windows_sys::core::HRESULT = -2145844838i32;
3673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3674 pub const HTTP_E_STATUS_LENGTH_REQUIRED: ::windows_sys::core::HRESULT = -2145844837i32;
3675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3676 pub const HTTP_E_STATUS_MOVED: ::windows_sys::core::HRESULT = -2145844947i32;
3677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3678 pub const HTTP_E_STATUS_NONE_ACCEPTABLE: ::windows_sys::core::HRESULT = -2145844842i32;
3679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3680 pub const HTTP_E_STATUS_NOT_FOUND: ::windows_sys::core::HRESULT = -2145844844i32;
3681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3682 pub const HTTP_E_STATUS_NOT_MODIFIED: ::windows_sys::core::HRESULT = -2145844944i32;
3683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3684 pub const HTTP_E_STATUS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2145844747i32;
3685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3686 pub const HTTP_E_STATUS_PAYMENT_REQ: ::windows_sys::core::HRESULT = -2145844846i32;
3687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3688 pub const HTTP_E_STATUS_PRECOND_FAILED: ::windows_sys::core::HRESULT = -2145844836i32;
3689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3690 pub const HTTP_E_STATUS_PROXY_AUTH_REQ: ::windows_sys::core::HRESULT = -2145844841i32;
3691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3692 pub const HTTP_E_STATUS_RANGE_NOT_SATISFIABLE: ::windows_sys::core::HRESULT = -2145844832i32;
3693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3694 pub const HTTP_E_STATUS_REDIRECT: ::windows_sys::core::HRESULT = -2145844946i32;
3695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3696 pub const HTTP_E_STATUS_REDIRECT_KEEP_VERB: ::windows_sys::core::HRESULT = -2145844941i32;
3697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3698 pub const HTTP_E_STATUS_REDIRECT_METHOD: ::windows_sys::core::HRESULT = -2145844945i32;
3699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3700 pub const HTTP_E_STATUS_REQUEST_TIMEOUT: ::windows_sys::core::HRESULT = -2145844840i32;
3701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3702 pub const HTTP_E_STATUS_REQUEST_TOO_LARGE: ::windows_sys::core::HRESULT = -2145844835i32;
3703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3704 pub const HTTP_E_STATUS_SERVER_ERROR: ::windows_sys::core::HRESULT = -2145844748i32;
3705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3706 pub const HTTP_E_STATUS_SERVICE_UNAVAIL: ::windows_sys::core::HRESULT = -2145844745i32;
3707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3708 pub const HTTP_E_STATUS_UNEXPECTED: ::windows_sys::core::HRESULT = -2145845247i32;
3709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3710 pub const HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR: ::windows_sys::core::HRESULT = -2145845244i32;
3711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3712 pub const HTTP_E_STATUS_UNEXPECTED_REDIRECTION: ::windows_sys::core::HRESULT = -2145845245i32;
3713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3714 pub const HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR: ::windows_sys::core::HRESULT = -2145845243i32;
3715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3716 pub const HTTP_E_STATUS_UNSUPPORTED_MEDIA: ::windows_sys::core::HRESULT = -2145844833i32;
3717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3718 pub const HTTP_E_STATUS_URI_TOO_LONG: ::windows_sys::core::HRESULT = -2145844834i32;
3719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3720 pub const HTTP_E_STATUS_USE_PROXY: ::windows_sys::core::HRESULT = -2145844943i32;
3721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3722 pub const HTTP_E_STATUS_VERSION_NOT_SUP: ::windows_sys::core::HRESULT = -2145844743i32;
3723 #[repr(C)]
3724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3725 pub struct HUMPD__ {
3726 pub unused: i32,
3727 }
3728 impl ::core::marker::Copy for HUMPD__ {}
3729 impl ::core::clone::Clone for HUMPD__ {
3730 fn clone(&self) -> Self {
3731 *self
3732 }
3733 }
3734 pub type HWND = isize;
3735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3736 pub const INPLACE_E_FIRST: i32 = -2147221088i32;
3737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3738 pub const INPLACE_E_LAST: i32 = -2147221073i32;
3739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3740 pub const INPLACE_E_NOTOOLSPACE: ::windows_sys::core::HRESULT = -2147221087i32;
3741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3742 pub const INPLACE_E_NOTUNDOABLE: ::windows_sys::core::HRESULT = -2147221088i32;
3743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3744 pub const INPLACE_S_FIRST: i32 = 262560i32;
3745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3746 pub const INPLACE_S_LAST: i32 = 262575i32;
3747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3748 pub const INPLACE_S_TRUNCATED: ::windows_sys::core::HRESULT = 262560i32;
3749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3750 pub const INPUT_E_DEVICE_INFO: ::windows_sys::core::HRESULT = -2143289338i32;
3751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3752 pub const INPUT_E_DEVICE_PROPERTY: ::windows_sys::core::HRESULT = -2143289336i32;
3753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3754 pub const INPUT_E_FRAME: ::windows_sys::core::HRESULT = -2143289340i32;
3755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3756 pub const INPUT_E_HISTORY: ::windows_sys::core::HRESULT = -2143289339i32;
3757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3758 pub const INPUT_E_MULTIMODAL: ::windows_sys::core::HRESULT = -2143289342i32;
3759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3760 pub const INPUT_E_OUT_OF_ORDER: ::windows_sys::core::HRESULT = -2143289344i32;
3761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3762 pub const INPUT_E_PACKET: ::windows_sys::core::HRESULT = -2143289341i32;
3763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3764 pub const INPUT_E_REENTRANCY: ::windows_sys::core::HRESULT = -2143289343i32;
3765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3766 pub const INPUT_E_TRANSFORM: ::windows_sys::core::HRESULT = -2143289337i32;
3767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3768 pub const INVALID_HANDLE_VALUE: HANDLE = -1i32 as _;
3769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3770 pub const IORING_E_COMPLETION_QUEUE_TOO_BIG: ::windows_sys::core::HRESULT = -2142896123i32;
3771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3772 pub const IORING_E_CORRUPT: ::windows_sys::core::HRESULT = -2142896121i32;
3773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3774 pub const IORING_E_REQUIRED_FLAG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2142896127i32;
3775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3776 pub const IORING_E_SUBMISSION_QUEUE_FULL: ::windows_sys::core::HRESULT = -2142896126i32;
3777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3778 pub const IORING_E_SUBMISSION_QUEUE_TOO_BIG: ::windows_sys::core::HRESULT = -2142896124i32;
3779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3780 pub const IORING_E_SUBMIT_IN_PROGRESS: ::windows_sys::core::HRESULT = -2142896122i32;
3781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3782 pub const IORING_E_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2142896125i32;
3783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3784 pub const JSCRIPT_E_CANTEXECUTE: ::windows_sys::core::HRESULT = -1996357631i32;
3785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3786 pub const LANGUAGE_E_DATABASE_NOT_FOUND: ::windows_sys::core::HRESULT = -2147215484i32;
3787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3788 pub const LANGUAGE_S_LARGE_WORD: ::windows_sys::core::HRESULT = 268161i32;
3789 pub type LPARAM = isize;
3790 pub type LRESULT = isize;
3791 #[repr(C)]
3792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3793 pub struct LUID {
3794 pub LowPart: u32,
3795 pub HighPart: i32,
3796 }
3797 impl ::core::marker::Copy for LUID {}
3798 impl ::core::clone::Clone for LUID {
3799 fn clone(&self) -> Self {
3800 *self
3801 }
3802 }
3803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3804 pub const MARSHAL_E_FIRST: i32 = -2147221216i32;
3805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3806 pub const MARSHAL_E_LAST: i32 = -2147221201i32;
3807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3808 pub const MARSHAL_S_FIRST: i32 = 262432i32;
3809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3810 pub const MARSHAL_S_LAST: i32 = 262447i32;
3811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3812 pub const MAX_PATH: u32 = 260u32;
3813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3814 pub const MEM_E_INVALID_LINK: ::windows_sys::core::HRESULT = -2146959344i32;
3815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3816 pub const MEM_E_INVALID_ROOT: ::windows_sys::core::HRESULT = -2146959351i32;
3817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3818 pub const MEM_E_INVALID_SIZE: ::windows_sys::core::HRESULT = -2146959343i32;
3819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3820 pub const MENROLL_S_ENROLLMENT_SUSPENDED: ::windows_sys::core::HRESULT = 1572881i32;
3821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3822 pub const MILAVERR_INSUFFICIENTVIDEORESOURCES: ::windows_sys::core::HRESULT = -2003303160i32;
3823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3824 pub const MILAVERR_INVALIDWMPVERSION: ::windows_sys::core::HRESULT = -2003303161i32;
3825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3826 pub const MILAVERR_MEDIAPLAYERCLOSED: ::windows_sys::core::HRESULT = -2003303155i32;
3827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3828 pub const MILAVERR_MODULENOTLOADED: ::windows_sys::core::HRESULT = -2003303163i32;
3829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3830 pub const MILAVERR_NOCLOCK: ::windows_sys::core::HRESULT = -2003303168i32;
3831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3832 pub const MILAVERR_NOMEDIATYPE: ::windows_sys::core::HRESULT = -2003303167i32;
3833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3834 pub const MILAVERR_NOREADYFRAMES: ::windows_sys::core::HRESULT = -2003303164i32;
3835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3836 pub const MILAVERR_NOVIDEOMIXER: ::windows_sys::core::HRESULT = -2003303166i32;
3837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3838 pub const MILAVERR_NOVIDEOPRESENTER: ::windows_sys::core::HRESULT = -2003303165i32;
3839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3840 pub const MILAVERR_REQUESTEDTEXTURETOOBIG: ::windows_sys::core::HRESULT = -2003303158i32;
3841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3842 pub const MILAVERR_SEEKFAILED: ::windows_sys::core::HRESULT = -2003303157i32;
3843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3844 pub const MILAVERR_UNEXPECTEDWMPFAILURE: ::windows_sys::core::HRESULT = -2003303156i32;
3845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3846 pub const MILAVERR_UNKNOWNHARDWAREERROR: ::windows_sys::core::HRESULT = -2003303154i32;
3847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3848 pub const MILAVERR_VIDEOACCELERATIONNOTAVAILABLE: ::windows_sys::core::HRESULT = -2003303159i32;
3849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3850 pub const MILAVERR_WMPFACTORYNOTREGISTERED: ::windows_sys::core::HRESULT = -2003303162i32;
3851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3852 pub const MILEFFECTSERR_ALREADYATTACHEDTOLISTENER: ::windows_sys::core::HRESULT = -2003302888i32;
3853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3854 pub const MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT: ::windows_sys::core::HRESULT = -2003302894i32;
3855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3856 pub const MILEFFECTSERR_CONNECTORNOTCONNECTED: ::windows_sys::core::HRESULT = -2003302895i32;
3857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3858 pub const MILEFFECTSERR_CYCLEDETECTED: ::windows_sys::core::HRESULT = -2003302892i32;
3859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3860 pub const MILEFFECTSERR_EFFECTALREADYINAGRAPH: ::windows_sys::core::HRESULT = -2003302890i32;
3861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3862 pub const MILEFFECTSERR_EFFECTHASNOCHILDREN: ::windows_sys::core::HRESULT = -2003302889i32;
3863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3864 pub const MILEFFECTSERR_EFFECTINMORETHANONEGRAPH: ::windows_sys::core::HRESULT = -2003302891i32;
3865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3866 pub const MILEFFECTSERR_EFFECTNOTPARTOFGROUP: ::windows_sys::core::HRESULT = -2003302897i32;
3867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3868 pub const MILEFFECTSERR_EMPTYBOUNDS: ::windows_sys::core::HRESULT = -2003302886i32;
3869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3870 pub const MILEFFECTSERR_NOINPUTSOURCEATTACHED: ::windows_sys::core::HRESULT = -2003302896i32;
3871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3872 pub const MILEFFECTSERR_NOTAFFINETRANSFORM: ::windows_sys::core::HRESULT = -2003302887i32;
3873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3874 pub const MILEFFECTSERR_OUTPUTSIZETOOLARGE: ::windows_sys::core::HRESULT = -2003302885i32;
3875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3876 pub const MILEFFECTSERR_RESERVED: ::windows_sys::core::HRESULT = -2003302893i32;
3877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3878 pub const MILEFFECTSERR_UNKNOWNPROPERTY: ::windows_sys::core::HRESULT = -2003302898i32;
3879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3880 pub const MILERR_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2003304290i32;
3881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3882 pub const MILERR_ALREADYLOCKED: ::windows_sys::core::HRESULT = -2003304314i32;
3883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3884 pub const MILERR_ALREADY_INITIALIZED: ::windows_sys::core::HRESULT = -2003304305i32;
3885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3886 pub const MILERR_BADNUMBER: ::windows_sys::core::HRESULT = -2003304438i32;
3887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3888 pub const MILERR_COLORSPACE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304289i32;
3889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3890 pub const MILERR_DEVICECANNOTRENDERTEXT: ::windows_sys::core::HRESULT = -2003304312i32;
3891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3892 pub const MILERR_DISPLAYFORMATNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003304316i32;
3893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3894 pub const MILERR_DISPLAYID_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2003304287i32;
3895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3896 pub const MILERR_DISPLAYSTATEINVALID: ::windows_sys::core::HRESULT = -2003304442i32;
3897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3898 pub const MILERR_DXGI_ENUMERATION_OUT_OF_SYNC: ::windows_sys::core::HRESULT = -2003304291i32;
3899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3900 pub const MILERR_GENERIC_IGNORE: ::windows_sys::core::HRESULT = -2003304309i32;
3901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3902 pub const MILERR_GLYPHBITMAPMISSED: ::windows_sys::core::HRESULT = -2003304311i32;
3903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3904 pub const MILERR_INSUFFICIENTBUFFER: ::windows_sys::core::HRESULT = -2003304446i32;
3905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3906 pub const MILERR_INTERNALERROR: ::windows_sys::core::HRESULT = -2003304320i32;
3907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3908 pub const MILERR_INVALIDCALL: ::windows_sys::core::HRESULT = -2003304315i32;
3909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3910 pub const MILERR_MALFORMEDGLYPHCACHE: ::windows_sys::core::HRESULT = -2003304310i32;
3911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3912 pub const MILERR_MALFORMED_GUIDELINE_DATA: ::windows_sys::core::HRESULT = -2003304308i32;
3913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3914 pub const MILERR_MAX_TEXTURE_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2003304294i32;
3915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3916 pub const MILERR_MISMATCHED_SIZE: ::windows_sys::core::HRESULT = -2003304304i32;
3917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3918 pub const MILERR_MROW_READLOCK_FAILED: ::windows_sys::core::HRESULT = -2003304297i32;
3919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3920 pub const MILERR_MROW_UPDATE_FAILED: ::windows_sys::core::HRESULT = -2003304296i32;
3921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3922 pub const MILERR_NEED_RECREATE_AND_PRESENT: ::windows_sys::core::HRESULT = -2003304306i32;
3923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3924 pub const MILERR_NONINVERTIBLEMATRIX: ::windows_sys::core::HRESULT = -2003304441i32;
3925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3926 pub const MILERR_NOTLOCKED: ::windows_sys::core::HRESULT = -2003304313i32;
3927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3928 pub const MILERR_NOT_QUEUING_PRESENTS: ::windows_sys::core::HRESULT = -2003304300i32;
3929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3930 pub const MILERR_NO_HARDWARE_DEVICE: ::windows_sys::core::HRESULT = -2003304307i32;
3931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3932 pub const MILERR_NO_REDIRECTION_SURFACE_AVAILABLE: ::windows_sys::core::HRESULT = -2003304303i32;
3933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3934 pub const MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER: ::windows_sys::core::HRESULT = -2003304299i32;
3935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3936 pub const MILERR_OBJECTBUSY: ::windows_sys::core::HRESULT = -2003304447i32;
3937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3938 pub const MILERR_PREFILTER_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304288i32;
3939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3940 pub const MILERR_QPC_TIME_WENT_BACKWARD: ::windows_sys::core::HRESULT = -2003304293i32;
3941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3942 pub const MILERR_QUEUED_PRESENT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304301i32;
3943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3944 pub const MILERR_REMOTING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304302i32;
3945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3946 pub const MILERR_SCANNER_FAILED: ::windows_sys::core::HRESULT = -2003304444i32;
3947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3948 pub const MILERR_SCREENACCESSDENIED: ::windows_sys::core::HRESULT = -2003304443i32;
3949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3950 pub const MILERR_SHADER_COMPILE_FAILED: ::windows_sys::core::HRESULT = -2003304295i32;
3951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3952 pub const MILERR_TERMINATED: ::windows_sys::core::HRESULT = -2003304439i32;
3953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3954 pub const MILERR_TOOMANYSHADERELEMNTS: ::windows_sys::core::HRESULT = -2003304298i32;
3955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3956 pub const MILERR_WIN32ERROR: ::windows_sys::core::HRESULT = -2003304445i32;
3957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3958 pub const MILERR_ZEROVECTOR: ::windows_sys::core::HRESULT = -2003304440i32;
3959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3960 pub const MK_E_CANTOPENFILE: ::windows_sys::core::HRESULT = -2147221014i32;
3961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3962 pub const MK_E_CONNECTMANUALLY: ::windows_sys::core::HRESULT = -2147221024i32;
3963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3964 pub const MK_E_ENUMERATION_FAILED: ::windows_sys::core::HRESULT = -2147221009i32;
3965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3966 pub const MK_E_EXCEEDEDDEADLINE: ::windows_sys::core::HRESULT = -2147221023i32;
3967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3968 pub const MK_E_FIRST: i32 = -2147221024i32;
3969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3970 pub const MK_E_INTERMEDIATEINTERFACENOTSUPPORTED: ::windows_sys::core::HRESULT = -2147221017i32;
3971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3972 pub const MK_E_INVALIDEXTENSION: ::windows_sys::core::HRESULT = -2147221018i32;
3973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3974 pub const MK_E_LAST: i32 = -2147221009i32;
3975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3976 pub const MK_E_MUSTBOTHERUSER: ::windows_sys::core::HRESULT = -2147221013i32;
3977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3978 pub const MK_E_NEEDGENERIC: ::windows_sys::core::HRESULT = -2147221022i32;
3979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3980 pub const MK_E_NOINVERSE: ::windows_sys::core::HRESULT = -2147221012i32;
3981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3982 pub const MK_E_NOOBJECT: ::windows_sys::core::HRESULT = -2147221019i32;
3983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3984 pub const MK_E_NOPREFIX: ::windows_sys::core::HRESULT = -2147221010i32;
3985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3986 pub const MK_E_NOSTORAGE: ::windows_sys::core::HRESULT = -2147221011i32;
3987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3988 pub const MK_E_NOTBINDABLE: ::windows_sys::core::HRESULT = -2147221016i32;
3989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3990 pub const MK_E_NOTBOUND: ::windows_sys::core::HRESULT = -2147221015i32;
3991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3992 pub const MK_E_NO_NORMALIZED: ::windows_sys::core::HRESULT = -2146959353i32;
3993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3994 pub const MK_E_SYNTAX: ::windows_sys::core::HRESULT = -2147221020i32;
3995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3996 pub const MK_E_UNAVAILABLE: ::windows_sys::core::HRESULT = -2147221021i32;
3997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3998 pub const MK_S_FIRST: i32 = 262624i32;
3999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4000 pub const MK_S_HIM: ::windows_sys::core::HRESULT = 262629i32;
4001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4002 pub const MK_S_LAST: i32 = 262639i32;
4003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4004 pub const MK_S_ME: ::windows_sys::core::HRESULT = 262628i32;
4005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4006 pub const MK_S_MONIKERALREADYREGISTERED: ::windows_sys::core::HRESULT = 262631i32;
4007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4008 pub const MK_S_REDUCED_TO_SELF: ::windows_sys::core::HRESULT = 262626i32;
4009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4010 pub const MK_S_US: ::windows_sys::core::HRESULT = 262630i32;
4011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4012 pub const MSDTC_E_DUPLICATE_RESOURCE: ::windows_sys::core::HRESULT = -2146367743i32;
4013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4014 pub const MSSIPOTF_E_BADVERSION: ::windows_sys::core::HRESULT = -2146865131i32;
4015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4016 pub const MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT: ::windows_sys::core::HRESULT = -2146865144i32;
4017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4018 pub const MSSIPOTF_E_BAD_MAGICNUMBER: ::windows_sys::core::HRESULT = -2146865148i32;
4019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4020 pub const MSSIPOTF_E_BAD_OFFSET_TABLE: ::windows_sys::core::HRESULT = -2146865147i32;
4021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4022 pub const MSSIPOTF_E_CANTGETOBJECT: ::windows_sys::core::HRESULT = -2146865150i32;
4023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4024 pub const MSSIPOTF_E_CRYPT: ::windows_sys::core::HRESULT = -2146865132i32;
4025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4026 pub const MSSIPOTF_E_DSIG_STRUCTURE: ::windows_sys::core::HRESULT = -2146865130i32;
4027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4028 pub const MSSIPOTF_E_FAILED_HINTS_CHECK: ::windows_sys::core::HRESULT = -2146865135i32;
4029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4030 pub const MSSIPOTF_E_FAILED_POLICY: ::windows_sys::core::HRESULT = -2146865136i32;
4031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4032 pub const MSSIPOTF_E_FILE: ::windows_sys::core::HRESULT = -2146865133i32;
4033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4034 pub const MSSIPOTF_E_FILETOOSMALL: ::windows_sys::core::HRESULT = -2146865141i32;
4035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4036 pub const MSSIPOTF_E_FILE_CHECKSUM: ::windows_sys::core::HRESULT = -2146865139i32;
4037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4038 pub const MSSIPOTF_E_NOHEADTABLE: ::windows_sys::core::HRESULT = -2146865149i32;
4039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4040 pub const MSSIPOTF_E_NOT_OPENTYPE: ::windows_sys::core::HRESULT = -2146865134i32;
4041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4042 pub const MSSIPOTF_E_OUTOFMEMRANGE: ::windows_sys::core::HRESULT = -2146865151i32;
4043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4044 pub const MSSIPOTF_E_PCONST_CHECK: ::windows_sys::core::HRESULT = -2146865129i32;
4045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4046 pub const MSSIPOTF_E_STRUCTURE: ::windows_sys::core::HRESULT = -2146865128i32;
4047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4048 pub const MSSIPOTF_E_TABLES_OVERLAP: ::windows_sys::core::HRESULT = -2146865143i32;
4049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4050 pub const MSSIPOTF_E_TABLE_CHECKSUM: ::windows_sys::core::HRESULT = -2146865140i32;
4051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4052 pub const MSSIPOTF_E_TABLE_LONGWORD: ::windows_sys::core::HRESULT = -2146865145i32;
4053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4054 pub const MSSIPOTF_E_TABLE_PADBYTES: ::windows_sys::core::HRESULT = -2146865142i32;
4055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4056 pub const MSSIPOTF_E_TABLE_TAGORDER: ::windows_sys::core::HRESULT = -2146865146i32;
4057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4058 pub const NAP_E_CONFLICTING_ID: ::windows_sys::core::HRESULT = -2144927741i32;
4059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4060 pub const NAP_E_ENTITY_DISABLED: ::windows_sys::core::HRESULT = -2144927730i32;
4061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4062 pub const NAP_E_ID_NOT_FOUND: ::windows_sys::core::HRESULT = -2144927734i32;
4063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4064 pub const NAP_E_INVALID_PACKET: ::windows_sys::core::HRESULT = -2144927743i32;
4065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4066 pub const NAP_E_MAXSIZE_TOO_SMALL: ::windows_sys::core::HRESULT = -2144927733i32;
4067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4068 pub const NAP_E_MISMATCHED_ID: ::windows_sys::core::HRESULT = -2144927736i32;
4069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4070 pub const NAP_E_MISSING_SOH: ::windows_sys::core::HRESULT = -2144927742i32;
4071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4072 pub const NAP_E_NETSH_GROUPPOLICY_ERROR: ::windows_sys::core::HRESULT = -2144927729i32;
4073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4074 pub const NAP_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2144927737i32;
4075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4076 pub const NAP_E_NOT_PENDING: ::windows_sys::core::HRESULT = -2144927735i32;
4077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4078 pub const NAP_E_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2144927738i32;
4079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4080 pub const NAP_E_NO_CACHED_SOH: ::windows_sys::core::HRESULT = -2144927740i32;
4081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4082 pub const NAP_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144927732i32;
4083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4084 pub const NAP_E_SHV_CONFIG_EXISTED: ::windows_sys::core::HRESULT = -2144927727i32;
4085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4086 pub const NAP_E_SHV_CONFIG_NOT_FOUND: ::windows_sys::core::HRESULT = -2144927726i32;
4087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4088 pub const NAP_E_SHV_TIMEOUT: ::windows_sys::core::HRESULT = -2144927725i32;
4089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4090 pub const NAP_E_STILL_BOUND: ::windows_sys::core::HRESULT = -2144927739i32;
4091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4092 pub const NAP_E_TOO_MANY_CALLS: ::windows_sys::core::HRESULT = -2144927728i32;
4093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4094 pub const NAP_S_CERT_ALREADY_PRESENT: ::windows_sys::core::HRESULT = 2555917i32;
4095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4096 pub type NEARPROC = ::core::option::Option<unsafe extern "system" fn() -> isize>;
4097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4098 pub const NOERROR: u32 = 0u32;
4099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4100 pub const NOT_AN_ERROR1: ::windows_sys::core::HRESULT = 529920i32;
4101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4102 pub const NTDDI_MAXVER: u32 = 2560u32;
4103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4104 pub const NTE_AUTHENTICATION_IGNORED: ::windows_sys::core::HRESULT = -2146893775i32;
4105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4106 pub const NTE_BAD_ALGID: ::windows_sys::core::HRESULT = -2146893816i32;
4107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4108 pub const NTE_BAD_DATA: ::windows_sys::core::HRESULT = -2146893819i32;
4109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4110 pub const NTE_BAD_FLAGS: ::windows_sys::core::HRESULT = -2146893815i32;
4111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4112 pub const NTE_BAD_HASH: ::windows_sys::core::HRESULT = -2146893822i32;
4113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4114 pub const NTE_BAD_HASH_STATE: ::windows_sys::core::HRESULT = -2146893812i32;
4115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4116 pub const NTE_BAD_KEY: ::windows_sys::core::HRESULT = -2146893821i32;
4117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4118 pub const NTE_BAD_KEYSET: ::windows_sys::core::HRESULT = -2146893802i32;
4119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4120 pub const NTE_BAD_KEYSET_PARAM: ::windows_sys::core::HRESULT = -2146893793i32;
4121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4122 pub const NTE_BAD_KEY_STATE: ::windows_sys::core::HRESULT = -2146893813i32;
4123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4124 pub const NTE_BAD_LEN: ::windows_sys::core::HRESULT = -2146893820i32;
4125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4126 pub const NTE_BAD_PROVIDER: ::windows_sys::core::HRESULT = -2146893805i32;
4127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4128 pub const NTE_BAD_PROV_TYPE: ::windows_sys::core::HRESULT = -2146893804i32;
4129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4130 pub const NTE_BAD_PUBLIC_KEY: ::windows_sys::core::HRESULT = -2146893803i32;
4131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4132 pub const NTE_BAD_SIGNATURE: ::windows_sys::core::HRESULT = -2146893818i32;
4133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4134 pub const NTE_BAD_TYPE: ::windows_sys::core::HRESULT = -2146893814i32;
4135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4136 pub const NTE_BAD_UID: ::windows_sys::core::HRESULT = -2146893823i32;
4137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4138 pub const NTE_BAD_VER: ::windows_sys::core::HRESULT = -2146893817i32;
4139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4140 pub const NTE_BUFFERS_OVERLAP: ::windows_sys::core::HRESULT = -2146893781i32;
4141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4142 pub const NTE_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146893784i32;
4143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4144 pub const NTE_DECRYPTION_FAILURE: ::windows_sys::core::HRESULT = -2146893780i32;
4145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4146 pub const NTE_DEVICE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893771i32;
4147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4148 pub const NTE_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2146893776i32;
4149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4150 pub const NTE_DOUBLE_ENCRYPT: ::windows_sys::core::HRESULT = -2146893806i32;
4151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4152 pub const NTE_ENCRYPTION_FAILURE: ::windows_sys::core::HRESULT = -2146893772i32;
4153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4154 pub const NTE_EXISTS: ::windows_sys::core::HRESULT = -2146893809i32;
4155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4156 pub const NTE_FAIL: ::windows_sys::core::HRESULT = -2146893792i32;
4157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4158 pub const NTE_FIXEDPARAMETER: ::windows_sys::core::HRESULT = -2146893787i32;
4159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4160 pub const NTE_HMAC_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893777i32;
4161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4162 pub const NTE_INCORRECT_PASSWORD: ::windows_sys::core::HRESULT = -2146893773i32;
4163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4164 pub const NTE_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146893779i32;
4165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4166 pub const NTE_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146893786i32;
4167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4168 pub const NTE_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146893785i32;
4169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4170 pub const NTE_KEYSET_ENTRY_BAD: ::windows_sys::core::HRESULT = -2146893798i32;
4171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4172 pub const NTE_KEYSET_NOT_DEF: ::windows_sys::core::HRESULT = -2146893799i32;
4173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4174 pub const NTE_NOT_ACTIVE_CONSOLE: ::windows_sys::core::HRESULT = -2146893768i32;
4175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4176 pub const NTE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893807i32;
4177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4178 pub const NTE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893783i32;
4179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4180 pub const NTE_NO_KEY: ::windows_sys::core::HRESULT = -2146893811i32;
4181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4182 pub const NTE_NO_MEMORY: ::windows_sys::core::HRESULT = -2146893810i32;
4183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4184 pub const NTE_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2146893782i32;
4185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4186 pub const NTE_OP_OK: u32 = 0u32;
4187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4188 pub const NTE_PASSWORD_CHANGE_REQUIRED: ::windows_sys::core::HRESULT = -2146893769i32;
4189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4190 pub const NTE_PERM: ::windows_sys::core::HRESULT = -2146893808i32;
4191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4192 pub const NTE_PROVIDER_DLL_FAIL: ::windows_sys::core::HRESULT = -2146893795i32;
4193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4194 pub const NTE_PROV_DLL_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893794i32;
4195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4196 pub const NTE_PROV_TYPE_ENTRY_BAD: ::windows_sys::core::HRESULT = -2146893800i32;
4197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4198 pub const NTE_PROV_TYPE_NOT_DEF: ::windows_sys::core::HRESULT = -2146893801i32;
4199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4200 pub const NTE_PROV_TYPE_NO_MATCH: ::windows_sys::core::HRESULT = -2146893797i32;
4201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4202 pub const NTE_SIGNATURE_FILE_BAD: ::windows_sys::core::HRESULT = -2146893796i32;
4203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4204 pub const NTE_SILENT_CONTEXT: ::windows_sys::core::HRESULT = -2146893790i32;
4205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4206 pub const NTE_SYS_ERR: ::windows_sys::core::HRESULT = -2146893791i32;
4207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4208 pub const NTE_TEMPORARY_PROFILE: ::windows_sys::core::HRESULT = -2146893788i32;
4209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4210 pub const NTE_TOKEN_KEYSET_STORAGE_FULL: ::windows_sys::core::HRESULT = -2146893789i32;
4211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4212 pub const NTE_UI_REQUIRED: ::windows_sys::core::HRESULT = -2146893778i32;
4213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4214 pub const NTE_USER_CANCELLED: ::windows_sys::core::HRESULT = -2146893770i32;
4215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4216 pub const NTE_VALIDATION_FAILED: ::windows_sys::core::HRESULT = -2146893774i32;
4217 pub type NTSTATUS = i32;
4218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4219 pub type NTSTATUS_FACILITY_CODE = u32;
4220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4221 pub const FACILITY_DEBUGGER: NTSTATUS_FACILITY_CODE = 1u32;
4222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4223 pub const FACILITY_RPC_RUNTIME: NTSTATUS_FACILITY_CODE = 2u32;
4224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4225 pub const FACILITY_RPC_STUBS: NTSTATUS_FACILITY_CODE = 3u32;
4226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4227 pub const FACILITY_IO_ERROR_CODE: NTSTATUS_FACILITY_CODE = 4u32;
4228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4229 pub const FACILITY_CODCLASS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 6u32;
4230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4231 pub const FACILITY_NTWIN32: NTSTATUS_FACILITY_CODE = 7u32;
4232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4233 pub const FACILITY_NTCERT: NTSTATUS_FACILITY_CODE = 8u32;
4234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4235 pub const FACILITY_NTSSPI: NTSTATUS_FACILITY_CODE = 9u32;
4236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4237 pub const FACILITY_TERMINAL_SERVER: NTSTATUS_FACILITY_CODE = 10u32;
4238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4239 pub const FACILITY_USB_ERROR_CODE: NTSTATUS_FACILITY_CODE = 16u32;
4240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4241 pub const FACILITY_HID_ERROR_CODE: NTSTATUS_FACILITY_CODE = 17u32;
4242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4243 pub const FACILITY_FIREWIRE_ERROR_CODE: NTSTATUS_FACILITY_CODE = 18u32;
4244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4245 pub const FACILITY_CLUSTER_ERROR_CODE: NTSTATUS_FACILITY_CODE = 19u32;
4246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4247 pub const FACILITY_ACPI_ERROR_CODE: NTSTATUS_FACILITY_CODE = 20u32;
4248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4249 pub const FACILITY_SXS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 21u32;
4250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4251 pub const FACILITY_TRANSACTION: NTSTATUS_FACILITY_CODE = 25u32;
4252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4253 pub const FACILITY_COMMONLOG: NTSTATUS_FACILITY_CODE = 26u32;
4254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4255 pub const FACILITY_VIDEO: NTSTATUS_FACILITY_CODE = 27u32;
4256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4257 pub const FACILITY_FILTER_MANAGER: NTSTATUS_FACILITY_CODE = 28u32;
4258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4259 pub const FACILITY_MONITOR: NTSTATUS_FACILITY_CODE = 29u32;
4260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4261 pub const FACILITY_GRAPHICS_KERNEL: NTSTATUS_FACILITY_CODE = 30u32;
4262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4263 pub const FACILITY_DRIVER_FRAMEWORK: NTSTATUS_FACILITY_CODE = 32u32;
4264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4265 pub const FACILITY_FVE_ERROR_CODE: NTSTATUS_FACILITY_CODE = 33u32;
4266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4267 pub const FACILITY_FWP_ERROR_CODE: NTSTATUS_FACILITY_CODE = 34u32;
4268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4269 pub const FACILITY_NDIS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 35u32;
4270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4271 pub const FACILITY_QUIC_ERROR_CODE: NTSTATUS_FACILITY_CODE = 36u32;
4272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4273 pub const FACILITY_TPM: NTSTATUS_FACILITY_CODE = 41u32;
4274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4275 pub const FACILITY_RTPM: NTSTATUS_FACILITY_CODE = 42u32;
4276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4277 pub const FACILITY_HYPERVISOR: NTSTATUS_FACILITY_CODE = 53u32;
4278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4279 pub const FACILITY_IPSEC: NTSTATUS_FACILITY_CODE = 54u32;
4280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4281 pub const FACILITY_VIRTUALIZATION: NTSTATUS_FACILITY_CODE = 55u32;
4282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4283 pub const FACILITY_VOLMGR: NTSTATUS_FACILITY_CODE = 56u32;
4284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4285 pub const FACILITY_BCD_ERROR_CODE: NTSTATUS_FACILITY_CODE = 57u32;
4286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4287 pub const FACILITY_WIN32K_NTUSER: NTSTATUS_FACILITY_CODE = 62u32;
4288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4289 pub const FACILITY_WIN32K_NTGDI: NTSTATUS_FACILITY_CODE = 63u32;
4290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4291 pub const FACILITY_RESUME_KEY_FILTER: NTSTATUS_FACILITY_CODE = 64u32;
4292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4293 pub const FACILITY_RDBSS: NTSTATUS_FACILITY_CODE = 65u32;
4294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4295 pub const FACILITY_BTH_ATT: NTSTATUS_FACILITY_CODE = 66u32;
4296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4297 pub const FACILITY_SECUREBOOT: NTSTATUS_FACILITY_CODE = 67u32;
4298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4299 pub const FACILITY_AUDIO_KERNEL: NTSTATUS_FACILITY_CODE = 68u32;
4300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4301 pub const FACILITY_VSM: NTSTATUS_FACILITY_CODE = 69u32;
4302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4303 pub const FACILITY_NT_IORING: NTSTATUS_FACILITY_CODE = 70u32;
4304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4305 pub const FACILITY_VOLSNAP: NTSTATUS_FACILITY_CODE = 80u32;
4306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4307 pub const FACILITY_SDBUS: NTSTATUS_FACILITY_CODE = 81u32;
4308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4309 pub const FACILITY_SHARED_VHDX: NTSTATUS_FACILITY_CODE = 92u32;
4310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4311 pub const FACILITY_SMB: NTSTATUS_FACILITY_CODE = 93u32;
4312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4313 pub const FACILITY_XVS: NTSTATUS_FACILITY_CODE = 94u32;
4314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4315 pub const FACILITY_INTERIX: NTSTATUS_FACILITY_CODE = 153u32;
4316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4317 pub const FACILITY_SPACES: NTSTATUS_FACILITY_CODE = 231u32;
4318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4319 pub const FACILITY_SECURITY_CORE: NTSTATUS_FACILITY_CODE = 232u32;
4320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4321 pub const FACILITY_SYSTEM_INTEGRITY: NTSTATUS_FACILITY_CODE = 233u32;
4322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4323 pub const FACILITY_LICENSING: NTSTATUS_FACILITY_CODE = 234u32;
4324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4325 pub const FACILITY_PLATFORM_MANIFEST: NTSTATUS_FACILITY_CODE = 235u32;
4326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4327 pub const FACILITY_APP_EXEC: NTSTATUS_FACILITY_CODE = 236u32;
4328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4329 pub const FACILITY_MAXIMUM_VALUE: NTSTATUS_FACILITY_CODE = 237u32;
4330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4331 pub const OLEOBJ_E_FIRST: i32 = -2147221120i32;
4332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4333 pub const OLEOBJ_E_INVALIDVERB: ::windows_sys::core::HRESULT = -2147221119i32;
4334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4335 pub const OLEOBJ_E_LAST: i32 = -2147221105i32;
4336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4337 pub const OLEOBJ_E_NOVERBS: ::windows_sys::core::HRESULT = -2147221120i32;
4338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4339 pub const OLEOBJ_S_CANNOT_DOVERB_NOW: ::windows_sys::core::HRESULT = 262529i32;
4340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4341 pub const OLEOBJ_S_FIRST: i32 = 262528i32;
4342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4343 pub const OLEOBJ_S_INVALIDHWND: ::windows_sys::core::HRESULT = 262530i32;
4344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4345 pub const OLEOBJ_S_INVALIDVERB: ::windows_sys::core::HRESULT = 262528i32;
4346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4347 pub const OLEOBJ_S_LAST: i32 = 262543i32;
4348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4349 pub const OLE_E_ADVF: ::windows_sys::core::HRESULT = -2147221503i32;
4350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4351 pub const OLE_E_ADVISENOTSUPPORTED: ::windows_sys::core::HRESULT = -2147221501i32;
4352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4353 pub const OLE_E_BLANK: ::windows_sys::core::HRESULT = -2147221497i32;
4354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4355 pub const OLE_E_CANTCONVERT: ::windows_sys::core::HRESULT = -2147221487i32;
4356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4357 pub const OLE_E_CANT_BINDTOSOURCE: ::windows_sys::core::HRESULT = -2147221494i32;
4358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4359 pub const OLE_E_CANT_GETMONIKER: ::windows_sys::core::HRESULT = -2147221495i32;
4360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4361 pub const OLE_E_CLASSDIFF: ::windows_sys::core::HRESULT = -2147221496i32;
4362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4363 pub const OLE_E_ENUM_NOMORE: ::windows_sys::core::HRESULT = -2147221502i32;
4364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4365 pub const OLE_E_FIRST: ::windows_sys::core::HRESULT = -2147221504i32;
4366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4367 pub const OLE_E_INVALIDHWND: ::windows_sys::core::HRESULT = -2147221489i32;
4368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4369 pub const OLE_E_INVALIDRECT: ::windows_sys::core::HRESULT = -2147221491i32;
4370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4371 pub const OLE_E_LAST: ::windows_sys::core::HRESULT = -2147221249i32;
4372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4373 pub const OLE_E_NOCACHE: ::windows_sys::core::HRESULT = -2147221498i32;
4374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4375 pub const OLE_E_NOCONNECTION: ::windows_sys::core::HRESULT = -2147221500i32;
4376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4377 pub const OLE_E_NOSTORAGE: ::windows_sys::core::HRESULT = -2147221486i32;
4378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4379 pub const OLE_E_NOTRUNNING: ::windows_sys::core::HRESULT = -2147221499i32;
4380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4381 pub const OLE_E_NOT_INPLACEACTIVE: ::windows_sys::core::HRESULT = -2147221488i32;
4382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4383 pub const OLE_E_OLEVERB: ::windows_sys::core::HRESULT = -2147221504i32;
4384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4385 pub const OLE_E_PROMPTSAVECANCELLED: ::windows_sys::core::HRESULT = -2147221492i32;
4386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4387 pub const OLE_E_STATIC: ::windows_sys::core::HRESULT = -2147221493i32;
4388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4389 pub const OLE_E_WRONGCOMPOBJ: ::windows_sys::core::HRESULT = -2147221490i32;
4390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4391 pub const OLE_S_FIRST: ::windows_sys::core::HRESULT = 262144i32;
4392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4393 pub const OLE_S_LAST: ::windows_sys::core::HRESULT = 262399i32;
4394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4395 pub const OLE_S_MAC_CLIPFORMAT: ::windows_sys::core::HRESULT = 262146i32;
4396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4397 pub const OLE_S_STATIC: ::windows_sys::core::HRESULT = 262145i32;
4398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4399 pub const OLE_S_USEREG: ::windows_sys::core::HRESULT = 262144i32;
4400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4401 pub const ONL_CONNECTION_COUNT_LIMIT: ::windows_sys::core::HRESULT = -2138701811i32;
4402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4403 pub const ONL_E_ACCESS_DENIED_BY_TOU: ::windows_sys::core::HRESULT = -2138701822i32;
4404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4405 pub const ONL_E_ACCOUNT_LOCKED: ::windows_sys::core::HRESULT = -2138701817i32;
4406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4407 pub const ONL_E_ACCOUNT_SUSPENDED_ABUSE: ::windows_sys::core::HRESULT = -2138701813i32;
4408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4409 pub const ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE: ::windows_sys::core::HRESULT = -2138701814i32;
4410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4411 pub const ONL_E_ACCOUNT_UPDATE_REQUIRED: ::windows_sys::core::HRESULT = -2138701819i32;
4412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4413 pub const ONL_E_ACTION_REQUIRED: ::windows_sys::core::HRESULT = -2138701812i32;
4414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4415 pub const ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT: ::windows_sys::core::HRESULT = -2138701810i32;
4416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4417 pub const ONL_E_EMAIL_VERIFICATION_REQUIRED: ::windows_sys::core::HRESULT = -2138701815i32;
4418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4419 pub const ONL_E_FORCESIGNIN: ::windows_sys::core::HRESULT = -2138701818i32;
4420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4421 pub const ONL_E_INVALID_APPLICATION: ::windows_sys::core::HRESULT = -2138701821i32;
4422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4423 pub const ONL_E_INVALID_AUTHENTICATION_TARGET: ::windows_sys::core::HRESULT = -2138701823i32;
4424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4425 pub const ONL_E_PARENTAL_CONSENT_REQUIRED: ::windows_sys::core::HRESULT = -2138701816i32;
4426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4427 pub const ONL_E_PASSWORD_UPDATE_REQUIRED: ::windows_sys::core::HRESULT = -2138701820i32;
4428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4429 pub const ONL_E_REQUEST_THROTTLED: ::windows_sys::core::HRESULT = -2138701808i32;
4430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4431 pub const ONL_E_USER_AUTHENTICATION_REQUIRED: ::windows_sys::core::HRESULT = -2138701809i32;
4432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4433 pub const OR_INVALID_OID: i32 = 1911i32;
4434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4435 pub const OR_INVALID_OXID: i32 = 1910i32;
4436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4437 pub const OR_INVALID_SET: i32 = 1912i32;
4438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4439 pub const OSS_ACCESS_SERIALIZATION_ERROR: ::windows_sys::core::HRESULT = -2146881517i32;
4440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4441 pub const OSS_API_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881495i32;
4442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4443 pub const OSS_BAD_ARG: ::windows_sys::core::HRESULT = -2146881530i32;
4444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4445 pub const OSS_BAD_ENCRULES: ::windows_sys::core::HRESULT = -2146881514i32;
4446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4447 pub const OSS_BAD_PTR: ::windows_sys::core::HRESULT = -2146881525i32;
4448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4449 pub const OSS_BAD_TABLE: ::windows_sys::core::HRESULT = -2146881521i32;
4450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4451 pub const OSS_BAD_TIME: ::windows_sys::core::HRESULT = -2146881524i32;
4452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4453 pub const OSS_BAD_VERSION: ::windows_sys::core::HRESULT = -2146881529i32;
4454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4455 pub const OSS_BERDER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881494i32;
4456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4457 pub const OSS_CANT_CLOSE_TRACE_FILE: ::windows_sys::core::HRESULT = -2146881490i32;
4458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4459 pub const OSS_CANT_OPEN_TRACE_FILE: ::windows_sys::core::HRESULT = -2146881509i32;
4460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4461 pub const OSS_CANT_OPEN_TRACE_WINDOW: ::windows_sys::core::HRESULT = -2146881512i32;
4462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4463 pub const OSS_COMPARATOR_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881499i32;
4464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4465 pub const OSS_COMPARATOR_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881500i32;
4466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4467 pub const OSS_CONSTRAINT_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881501i32;
4468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4469 pub const OSS_CONSTRAINT_VIOLATED: ::windows_sys::core::HRESULT = -2146881519i32;
4470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4471 pub const OSS_COPIER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881502i32;
4472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4473 pub const OSS_DATA_ERROR: ::windows_sys::core::HRESULT = -2146881531i32;
4474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4475 pub const OSS_FATAL_ERROR: ::windows_sys::core::HRESULT = -2146881518i32;
4476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4477 pub const OSS_INDEFINITE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146881523i32;
4478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4479 pub const OSS_LIMITED: ::windows_sys::core::HRESULT = -2146881526i32;
4480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4481 pub const OSS_MEM_ERROR: ::windows_sys::core::HRESULT = -2146881522i32;
4482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4483 pub const OSS_MEM_MGR_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881498i32;
4484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4485 pub const OSS_MORE_BUF: ::windows_sys::core::HRESULT = -2146881535i32;
4486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4487 pub const OSS_MORE_INPUT: ::windows_sys::core::HRESULT = -2146881532i32;
4488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4489 pub const OSS_MUTEX_NOT_CREATED: ::windows_sys::core::HRESULT = -2146881491i32;
4490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4491 pub const OSS_NEGATIVE_UINTEGER: ::windows_sys::core::HRESULT = -2146881534i32;
4492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4493 pub const OSS_NULL_FCN: ::windows_sys::core::HRESULT = -2146881515i32;
4494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4495 pub const OSS_NULL_TBL: ::windows_sys::core::HRESULT = -2146881516i32;
4496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4497 pub const OSS_OID_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881510i32;
4498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4499 pub const OSS_OPEN_TYPE_ERROR: ::windows_sys::core::HRESULT = -2146881492i32;
4500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4501 pub const OSS_OUT_MEMORY: ::windows_sys::core::HRESULT = -2146881528i32;
4502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4503 pub const OSS_OUT_OF_RANGE: ::windows_sys::core::HRESULT = -2146881503i32;
4504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4505 pub const OSS_PDU_MISMATCH: ::windows_sys::core::HRESULT = -2146881527i32;
4506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4507 pub const OSS_PDU_RANGE: ::windows_sys::core::HRESULT = -2146881533i32;
4508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4509 pub const OSS_PDV_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881496i32;
4510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4511 pub const OSS_PDV_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881497i32;
4512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4513 pub const OSS_PER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881493i32;
4514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4515 pub const OSS_REAL_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881504i32;
4516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4517 pub const OSS_REAL_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881505i32;
4518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4519 pub const OSS_TABLE_MISMATCH: ::windows_sys::core::HRESULT = -2146881507i32;
4520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4521 pub const OSS_TOO_LONG: ::windows_sys::core::HRESULT = -2146881520i32;
4522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4523 pub const OSS_TRACE_FILE_ALREADY_OPEN: ::windows_sys::core::HRESULT = -2146881508i32;
4524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4525 pub const OSS_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146881506i32;
4526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4527 pub const OSS_UNAVAIL_ENCRULES: ::windows_sys::core::HRESULT = -2146881513i32;
4528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4529 pub const OSS_UNIMPLEMENTED: ::windows_sys::core::HRESULT = -2146881511i32;
4530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4531 pub type PAPCFUNC = ::core::option::Option<unsafe extern "system" fn(parameter: usize)>;
4532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4533 pub const PEERDIST_ERROR_ALREADY_COMPLETED: i32 = 4060i32;
4534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4535 pub const PEERDIST_ERROR_ALREADY_EXISTS: i32 = 4058i32;
4536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4537 pub const PEERDIST_ERROR_ALREADY_INITIALIZED: i32 = 4055i32;
4538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4539 pub const PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO: i32 = 4051i32;
4540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4541 pub const PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED: i32 = 4050i32;
4542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4543 pub const PEERDIST_ERROR_INVALIDATED: i32 = 4057i32;
4544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4545 pub const PEERDIST_ERROR_INVALID_CONFIGURATION: i32 = 4063i32;
4546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4547 pub const PEERDIST_ERROR_MISSING_DATA: i32 = 4052i32;
4548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4549 pub const PEERDIST_ERROR_NOT_INITIALIZED: i32 = 4054i32;
4550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4551 pub const PEERDIST_ERROR_NOT_LICENSED: i32 = 4064i32;
4552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4553 pub const PEERDIST_ERROR_NO_MORE: i32 = 4053i32;
4554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4555 pub const PEERDIST_ERROR_OPERATION_NOTFOUND: i32 = 4059i32;
4556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4557 pub const PEERDIST_ERROR_OUT_OF_BOUNDS: i32 = 4061i32;
4558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4559 pub const PEERDIST_ERROR_SERVICE_UNAVAILABLE: i32 = 4065i32;
4560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4561 pub const PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS: i32 = 4056i32;
4562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4563 pub const PEERDIST_ERROR_TRUST_FAILURE: i32 = 4066i32;
4564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4565 pub const PEERDIST_ERROR_VERSION_UNSUPPORTED: i32 = 4062i32;
4566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4567 pub const PEER_E_ALREADY_LISTENING: ::windows_sys::core::HRESULT = -2140995321i32;
4568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4569 pub const PEER_E_CANNOT_CONVERT_PEER_NAME: ::windows_sys::core::HRESULT = -2140979199i32;
4570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4571 pub const PEER_E_CANNOT_START_SERVICE: ::windows_sys::core::HRESULT = -2140995581i32;
4572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4573 pub const PEER_E_CERT_STORE_CORRUPTED: ::windows_sys::core::HRESULT = -2140993535i32;
4574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4575 pub const PEER_E_CHAIN_TOO_LONG: ::windows_sys::core::HRESULT = -2140993789i32;
4576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4577 pub const PEER_E_CIRCULAR_CHAIN_DETECTED: ::windows_sys::core::HRESULT = -2140993786i32;
4578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4579 pub const PEER_E_CLASSIFIER_TOO_LONG: ::windows_sys::core::HRESULT = -2140995071i32;
4580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4581 pub const PEER_E_CLOUD_NAME_AMBIGUOUS: ::windows_sys::core::HRESULT = -2140991483i32;
4582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4583 pub const PEER_E_CONNECTION_FAILED: ::windows_sys::core::HRESULT = -2140995319i32;
4584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4585 pub const PEER_E_CONNECTION_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2140995318i32;
4586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4587 pub const PEER_E_CONNECTION_NOT_FOUND: ::windows_sys::core::HRESULT = -2140995325i32;
4588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4589 pub const PEER_E_CONNECTION_REFUSED: ::windows_sys::core::HRESULT = -2140995317i32;
4590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4591 pub const PEER_E_CONNECT_SELF: ::windows_sys::core::HRESULT = -2140995322i32;
4592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4593 pub const PEER_E_CONTACT_NOT_FOUND: ::windows_sys::core::HRESULT = -2140971007i32;
4594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4595 pub const PEER_E_DATABASE_ACCESSDENIED: ::windows_sys::core::HRESULT = -2140994814i32;
4596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4597 pub const PEER_E_DATABASE_ALREADY_PRESENT: ::windows_sys::core::HRESULT = -2140994811i32;
4598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4599 pub const PEER_E_DATABASE_NOT_PRESENT: ::windows_sys::core::HRESULT = -2140994810i32;
4600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4601 pub const PEER_E_DBINITIALIZATION_FAILED: ::windows_sys::core::HRESULT = -2140994813i32;
4602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4603 pub const PEER_E_DBNAME_CHANGED: ::windows_sys::core::HRESULT = -2140995567i32;
4604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4605 pub const PEER_E_DEFERRED_VALIDATION: ::windows_sys::core::HRESULT = -2140987344i32;
4606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4607 pub const PEER_E_DUPLICATE_GRAPH: ::windows_sys::core::HRESULT = -2140995566i32;
4608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4609 pub const PEER_E_EVENT_HANDLE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994303i32;
4610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4611 pub const PEER_E_FW_BLOCKED_BY_POLICY: ::windows_sys::core::HRESULT = -2140966903i32;
4612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4613 pub const PEER_E_FW_BLOCKED_BY_SHIELDS_UP: ::windows_sys::core::HRESULT = -2140966902i32;
4614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4615 pub const PEER_E_FW_DECLINED: ::windows_sys::core::HRESULT = -2140966901i32;
4616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4617 pub const PEER_E_FW_EXCEPTION_DISABLED: ::windows_sys::core::HRESULT = -2140966904i32;
4618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4619 pub const PEER_E_GRAPH_IN_USE: ::windows_sys::core::HRESULT = -2140995563i32;
4620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4621 pub const PEER_E_GRAPH_NOT_READY: ::windows_sys::core::HRESULT = -2140995565i32;
4622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4623 pub const PEER_E_GRAPH_SHUTTING_DOWN: ::windows_sys::core::HRESULT = -2140995564i32;
4624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4625 pub const PEER_E_GROUPS_EXIST: ::windows_sys::core::HRESULT = -2140995068i32;
4626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4627 pub const PEER_E_GROUP_IN_USE: ::windows_sys::core::HRESULT = -2140987246i32;
4628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4629 pub const PEER_E_GROUP_NOT_READY: ::windows_sys::core::HRESULT = -2140987247i32;
4630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4631 pub const PEER_E_IDENTITY_DELETED: ::windows_sys::core::HRESULT = -2140987232i32;
4632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4633 pub const PEER_E_IDENTITY_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994559i32;
4634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4635 pub const PEER_E_INVALID_ADDRESS: ::windows_sys::core::HRESULT = -2140966905i32;
4636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4637 pub const PEER_E_INVALID_ATTRIBUTES: ::windows_sys::core::HRESULT = -2140994046i32;
4638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4639 pub const PEER_E_INVALID_CLASSIFIER: ::windows_sys::core::HRESULT = -2140987296i32;
4640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4641 pub const PEER_E_INVALID_CLASSIFIER_PROPERTY: ::windows_sys::core::HRESULT = -2140987278i32;
4642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4643 pub const PEER_E_INVALID_CREDENTIAL: ::windows_sys::core::HRESULT = -2140987262i32;
4644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4645 pub const PEER_E_INVALID_CREDENTIAL_INFO: ::windows_sys::core::HRESULT = -2140987263i32;
4646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4647 pub const PEER_E_INVALID_DATABASE: ::windows_sys::core::HRESULT = -2140995562i32;
4648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4649 pub const PEER_E_INVALID_FRIENDLY_NAME: ::windows_sys::core::HRESULT = -2140987280i32;
4650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4651 pub const PEER_E_INVALID_GRAPH: ::windows_sys::core::HRESULT = -2140995568i32;
4652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4653 pub const PEER_E_INVALID_GROUP: ::windows_sys::core::HRESULT = -2140987245i32;
4654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4655 pub const PEER_E_INVALID_GROUP_PROPERTIES: ::windows_sys::core::HRESULT = -2140987328i32;
4656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4657 pub const PEER_E_INVALID_PEER_HOST_NAME: ::windows_sys::core::HRESULT = -2140979198i32;
4658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4659 pub const PEER_E_INVALID_PEER_NAME: ::windows_sys::core::HRESULT = -2140987312i32;
4660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4661 pub const PEER_E_INVALID_RECORD: ::windows_sys::core::HRESULT = -2140987376i32;
4662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4663 pub const PEER_E_INVALID_RECORD_EXPIRATION: ::windows_sys::core::HRESULT = -2140987264i32;
4664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4665 pub const PEER_E_INVALID_RECORD_SIZE: ::windows_sys::core::HRESULT = -2140987261i32;
4666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4667 pub const PEER_E_INVALID_ROLE_PROPERTY: ::windows_sys::core::HRESULT = -2140987279i32;
4668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4669 pub const PEER_E_INVALID_SEARCH: ::windows_sys::core::HRESULT = -2140994047i32;
4670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4671 pub const PEER_E_INVALID_TIME_PERIOD: ::windows_sys::core::HRESULT = -2140993787i32;
4672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4673 pub const PEER_E_INVITATION_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2140993791i32;
4674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4675 pub const PEER_E_INVITE_CANCELLED: ::windows_sys::core::HRESULT = -2140966912i32;
4676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4677 pub const PEER_E_INVITE_RESPONSE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2140966911i32;
4678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4679 pub const PEER_E_IPV6_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2140995583i32;
4680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4681 pub const PEER_E_MAX_RECORD_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2140994812i32;
4682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4683 pub const PEER_E_NODE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140995320i32;
4684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4685 pub const PEER_E_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2140987360i32;
4686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4687 pub const PEER_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2140995582i32;
4688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4689 pub const PEER_E_NOT_LICENSED: ::windows_sys::core::HRESULT = -2140995580i32;
4690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4691 pub const PEER_E_NOT_SIGNED_IN: ::windows_sys::core::HRESULT = -2140966909i32;
4692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4693 pub const PEER_E_NO_CLOUD: ::windows_sys::core::HRESULT = -2140991487i32;
4694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4695 pub const PEER_E_NO_KEY_ACCESS: ::windows_sys::core::HRESULT = -2140995069i32;
4696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4697 pub const PEER_E_NO_MEMBERS_FOUND: ::windows_sys::core::HRESULT = -2140987244i32;
4698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4699 pub const PEER_E_NO_MEMBER_CONNECTIONS: ::windows_sys::core::HRESULT = -2140987243i32;
4700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4701 pub const PEER_E_NO_MORE: ::windows_sys::core::HRESULT = -2140979197i32;
4702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4703 pub const PEER_E_PASSWORD_DOES_NOT_MEET_POLICY: ::windows_sys::core::HRESULT = -2140987359i32;
4704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4705 pub const PEER_E_PNRP_DUPLICATE_PEER_NAME: ::windows_sys::core::HRESULT = -2140979195i32;
4706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4707 pub const PEER_E_PRIVACY_DECLINED: ::windows_sys::core::HRESULT = -2140966908i32;
4708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4709 pub const PEER_E_RECORD_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994815i32;
4710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4711 pub const PEER_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2140987231i32;
4712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4713 pub const PEER_E_TIMEOUT: ::windows_sys::core::HRESULT = -2140966907i32;
4714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4715 pub const PEER_E_TOO_MANY_ATTRIBUTES: ::windows_sys::core::HRESULT = -2140995561i32;
4716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4717 pub const PEER_E_TOO_MANY_IDENTITIES: ::windows_sys::core::HRESULT = -2140995070i32;
4718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4719 pub const PEER_E_UNABLE_TO_LISTEN: ::windows_sys::core::HRESULT = -2140987242i32;
4720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4721 pub const PEER_E_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2140987248i32;
4722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4723 pub const PEER_S_ALREADY_A_MEMBER: ::windows_sys::core::HRESULT = 6488070i32;
4724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4725 pub const PEER_S_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = 6496256i32;
4726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4727 pub const PEER_S_GRAPH_DATA_CREATED: ::windows_sys::core::HRESULT = 6488065i32;
4728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4729 pub const PEER_S_NO_CONNECTIVITY: ::windows_sys::core::HRESULT = 6488069i32;
4730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4731 pub const PEER_S_NO_EVENT_DATA: ::windows_sys::core::HRESULT = 6488066i32;
4732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4733 pub const PEER_S_SUBSCRIPTION_EXISTS: ::windows_sys::core::HRESULT = 6512640i32;
4734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4735 pub const PERSIST_E_NOTSELFSIZING: ::windows_sys::core::HRESULT = -2146762741i32;
4736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4737 pub const PERSIST_E_SIZEDEFINITE: ::windows_sys::core::HRESULT = -2146762743i32;
4738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4739 pub const PERSIST_E_SIZEINDEFINITE: ::windows_sys::core::HRESULT = -2146762742i32;
4740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4741 pub const PLA_E_CABAPI_FAILURE: ::windows_sys::core::HRESULT = -2144337645i32;
4742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4743 pub const PLA_E_CONFLICT_INCL_EXCL_API: ::windows_sys::core::HRESULT = -2144337659i32;
4744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4745 pub const PLA_E_CREDENTIALS_REQUIRED: ::windows_sys::core::HRESULT = -2144337661i32;
4746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4747 pub const PLA_E_DCS_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144337737i32;
4748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4749 pub const PLA_E_DCS_IN_USE: ::windows_sys::core::HRESULT = -2144337750i32;
4750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4751 pub const PLA_E_DCS_NOT_FOUND: ::windows_sys::core::HRESULT = -2144337918i32;
4752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4753 pub const PLA_E_DCS_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144337660i32;
4754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4755 pub const PLA_E_DCS_SINGLETON_REQUIRED: ::windows_sys::core::HRESULT = -2144337662i32;
4756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4757 pub const PLA_E_DCS_START_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337654i32;
4758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4759 pub const PLA_E_DC_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144337655i32;
4760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4761 pub const PLA_E_DC_START_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337653i32;
4762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4763 pub const PLA_E_EXE_ALREADY_CONFIGURED: ::windows_sys::core::HRESULT = -2144337657i32;
4764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4765 pub const PLA_E_EXE_FULL_PATH_REQUIRED: ::windows_sys::core::HRESULT = -2144337650i32;
4766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4767 pub const PLA_E_EXE_PATH_NOT_VALID: ::windows_sys::core::HRESULT = -2144337656i32;
4768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4769 pub const PLA_E_INVALID_SESSION_NAME: ::windows_sys::core::HRESULT = -2144337649i32;
4770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4771 pub const PLA_E_NETWORK_EXE_NOT_VALID: ::windows_sys::core::HRESULT = -2144337658i32;
4772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4773 pub const PLA_E_NO_DUPLICATES: ::windows_sys::core::HRESULT = -2144337651i32;
4774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4775 pub const PLA_E_NO_MIN_DISK: ::windows_sys::core::HRESULT = -2144337808i32;
4776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4777 pub const PLA_E_PLA_CHANNEL_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144337648i32;
4778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4779 pub const PLA_E_PROPERTY_CONFLICT: ::windows_sys::core::HRESULT = -2144337663i32;
4780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4781 pub const PLA_E_REPORT_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337652i32;
4782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4783 pub const PLA_E_RULES_MANAGER_FAILED: ::windows_sys::core::HRESULT = -2144337646i32;
4784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4785 pub const PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144337647i32;
4786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4787 pub const PLA_E_TOO_MANY_FOLDERS: ::windows_sys::core::HRESULT = -2144337851i32;
4788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4789 pub const PLA_S_PROPERTY_IGNORED: ::windows_sys::core::HRESULT = 3145984i32;
4790 #[repr(C)]
4791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4792 pub struct POINT {
4793 pub x: i32,
4794 pub y: i32,
4795 }
4796 impl ::core::marker::Copy for POINT {}
4797 impl ::core::clone::Clone for POINT {
4798 fn clone(&self) -> Self {
4799 *self
4800 }
4801 }
4802 #[repr(C)]
4803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4804 pub struct POINTL {
4805 pub x: i32,
4806 pub y: i32,
4807 }
4808 impl ::core::marker::Copy for POINTL {}
4809 impl ::core::clone::Clone for POINTL {
4810 fn clone(&self) -> Self {
4811 *self
4812 }
4813 }
4814 #[repr(C)]
4815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4816 pub struct POINTS {
4817 pub x: i16,
4818 pub y: i16,
4819 }
4820 impl ::core::marker::Copy for POINTS {}
4821 impl ::core::clone::Clone for POINTS {
4822 fn clone(&self) -> Self {
4823 *self
4824 }
4825 }
4826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4827 pub const PRESENTATION_ERROR_LOST: ::windows_sys::core::HRESULT = -2004811775i32;
4828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4829 pub type PROC = ::core::option::Option<unsafe extern "system" fn() -> isize>;
4830 pub type PSID = isize;
4831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4832 pub const PSINK_E_INDEX_ONLY: ::windows_sys::core::HRESULT = -2147215471i32;
4833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4834 pub const PSINK_E_LARGE_ATTACHMENT: ::windows_sys::core::HRESULT = -2147215470i32;
4835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4836 pub const PSINK_E_QUERY_ONLY: ::windows_sys::core::HRESULT = -2147215472i32;
4837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4838 pub const PSINK_S_LARGE_WORD: ::windows_sys::core::HRESULT = 268179i32;
4839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4840 pub const QPARSE_E_EXPECTING_BRACE: ::windows_sys::core::HRESULT = -2147215770i32;
4841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4842 pub const QPARSE_E_EXPECTING_COMMA: ::windows_sys::core::HRESULT = -2147215759i32;
4843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4844 pub const QPARSE_E_EXPECTING_CURRENCY: ::windows_sys::core::HRESULT = -2147215772i32;
4845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4846 pub const QPARSE_E_EXPECTING_DATE: ::windows_sys::core::HRESULT = -2147215773i32;
4847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4848 pub const QPARSE_E_EXPECTING_EOS: ::windows_sys::core::HRESULT = -2147215760i32;
4849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4850 pub const QPARSE_E_EXPECTING_GUID: ::windows_sys::core::HRESULT = -2147215771i32;
4851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4852 pub const QPARSE_E_EXPECTING_INTEGER: ::windows_sys::core::HRESULT = -2147215775i32;
4853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4854 pub const QPARSE_E_EXPECTING_PAREN: ::windows_sys::core::HRESULT = -2147215769i32;
4855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4856 pub const QPARSE_E_EXPECTING_PHRASE: ::windows_sys::core::HRESULT = -2147215766i32;
4857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4858 pub const QPARSE_E_EXPECTING_PROPERTY: ::windows_sys::core::HRESULT = -2147215768i32;
4859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4860 pub const QPARSE_E_EXPECTING_REAL: ::windows_sys::core::HRESULT = -2147215774i32;
4861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4862 pub const QPARSE_E_EXPECTING_REGEX: ::windows_sys::core::HRESULT = -2147215764i32;
4863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4864 pub const QPARSE_E_EXPECTING_REGEX_PROPERTY: ::windows_sys::core::HRESULT = -2147215763i32;
4865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4866 pub const QPARSE_E_INVALID_GROUPING: ::windows_sys::core::HRESULT = -2147215753i32;
4867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4868 pub const QPARSE_E_INVALID_LITERAL: ::windows_sys::core::HRESULT = -2147215762i32;
4869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4870 pub const QPARSE_E_INVALID_QUERY: ::windows_sys::core::HRESULT = -2147215750i32;
4871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4872 pub const QPARSE_E_INVALID_RANKMETHOD: ::windows_sys::core::HRESULT = -2147215749i32;
4873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4874 pub const QPARSE_E_INVALID_SORT_ORDER: ::windows_sys::core::HRESULT = -2147215755i32;
4875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4876 pub const QPARSE_E_NOT_YET_IMPLEMENTED: ::windows_sys::core::HRESULT = -2147215767i32;
4877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4878 pub const QPARSE_E_NO_SUCH_PROPERTY: ::windows_sys::core::HRESULT = -2147215761i32;
4879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4880 pub const QPARSE_E_NO_SUCH_SORT_PROPERTY: ::windows_sys::core::HRESULT = -2147215756i32;
4881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4882 pub const QPARSE_E_UNEXPECTED_EOS: ::windows_sys::core::HRESULT = -2147215758i32;
4883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4884 pub const QPARSE_E_UNEXPECTED_NOT: ::windows_sys::core::HRESULT = -2147215776i32;
4885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4886 pub const QPARSE_E_UNSUPPORTED_PROPERTY_TYPE: ::windows_sys::core::HRESULT = -2147215765i32;
4887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4888 pub const QPARSE_E_WEIGHT_OUT_OF_RANGE: ::windows_sys::core::HRESULT = -2147215757i32;
4889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4890 pub const QPLIST_E_BAD_GUID: ::windows_sys::core::HRESULT = -2147215783i32;
4891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4892 pub const QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE: ::windows_sys::core::HRESULT = -2147215778i32;
4893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4894 pub const QPLIST_E_CANT_OPEN_FILE: ::windows_sys::core::HRESULT = -2147215791i32;
4895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4896 pub const QPLIST_E_CANT_SET_PROPERTY: ::windows_sys::core::HRESULT = -2147215781i32;
4897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4898 pub const QPLIST_E_DUPLICATE: ::windows_sys::core::HRESULT = -2147215780i32;
4899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4900 pub const QPLIST_E_EXPECTING_CLOSE_PAREN: ::windows_sys::core::HRESULT = -2147215785i32;
4901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4902 pub const QPLIST_E_EXPECTING_GUID: ::windows_sys::core::HRESULT = -2147215784i32;
4903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4904 pub const QPLIST_E_EXPECTING_INTEGER: ::windows_sys::core::HRESULT = -2147215786i32;
4905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4906 pub const QPLIST_E_EXPECTING_NAME: ::windows_sys::core::HRESULT = -2147215789i32;
4907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4908 pub const QPLIST_E_EXPECTING_PROP_SPEC: ::windows_sys::core::HRESULT = -2147215782i32;
4909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4910 pub const QPLIST_E_EXPECTING_TYPE: ::windows_sys::core::HRESULT = -2147215788i32;
4911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4912 pub const QPLIST_E_READ_ERROR: ::windows_sys::core::HRESULT = -2147215790i32;
4913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4914 pub const QPLIST_E_UNRECOGNIZED_TYPE: ::windows_sys::core::HRESULT = -2147215787i32;
4915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4916 pub const QPLIST_E_VECTORBYREF_USED_ALONE: ::windows_sys::core::HRESULT = -2147215779i32;
4917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4918 pub const QPLIST_S_DUPLICATE: ::windows_sys::core::HRESULT = 267897i32;
4919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4920 pub const QUERY_E_ALLNOISE: ::windows_sys::core::HRESULT = -2147215867i32;
4921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4922 pub const QUERY_E_DIR_ON_REMOVABLE_DRIVE: ::windows_sys::core::HRESULT = -2147215861i32;
4923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4924 pub const QUERY_E_DUPLICATE_OUTPUT_COLUMN: ::windows_sys::core::HRESULT = -2147215864i32;
4925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4926 pub const QUERY_E_FAILED: ::windows_sys::core::HRESULT = -2147215872i32;
4927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4928 pub const QUERY_E_INVALIDCATEGORIZE: ::windows_sys::core::HRESULT = -2147215868i32;
4929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4930 pub const QUERY_E_INVALIDQUERY: ::windows_sys::core::HRESULT = -2147215871i32;
4931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4932 pub const QUERY_E_INVALIDRESTRICTION: ::windows_sys::core::HRESULT = -2147215870i32;
4933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4934 pub const QUERY_E_INVALIDSORT: ::windows_sys::core::HRESULT = -2147215869i32;
4935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4936 pub const QUERY_E_INVALID_DIRECTORY: ::windows_sys::core::HRESULT = -2147215862i32;
4937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4938 pub const QUERY_E_INVALID_OUTPUT_COLUMN: ::windows_sys::core::HRESULT = -2147215863i32;
4939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4940 pub const QUERY_E_TIMEDOUT: ::windows_sys::core::HRESULT = -2147215865i32;
4941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4942 pub const QUERY_E_TOOCOMPLEX: ::windows_sys::core::HRESULT = -2147215866i32;
4943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4944 pub const QUERY_S_NO_QUERY: ::windows_sys::core::HRESULT = -2147215860i32;
4945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4946 pub const QUTIL_E_CANT_CONVERT_VROOT: ::windows_sys::core::HRESULT = -2147215754i32;
4947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4948 pub const QUTIL_E_INVALID_CODEPAGE: ::windows_sys::core::HRESULT = -1073473928i32;
4949 #[repr(C)]
4950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4951 pub struct RECT {
4952 pub left: i32,
4953 pub top: i32,
4954 pub right: i32,
4955 pub bottom: i32,
4956 }
4957 impl ::core::marker::Copy for RECT {}
4958 impl ::core::clone::Clone for RECT {
4959 fn clone(&self) -> Self {
4960 *self
4961 }
4962 }
4963 #[repr(C)]
4964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4965 pub struct RECTL {
4966 pub left: i32,
4967 pub top: i32,
4968 pub right: i32,
4969 pub bottom: i32,
4970 }
4971 impl ::core::marker::Copy for RECTL {}
4972 impl ::core::clone::Clone for RECTL {
4973 fn clone(&self) -> Self {
4974 *self
4975 }
4976 }
4977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4978 pub const REGDB_E_BADTHREADINGMODEL: ::windows_sys::core::HRESULT = -2147221162i32;
4979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4980 pub const REGDB_E_CLASSNOTREG: ::windows_sys::core::HRESULT = -2147221164i32;
4981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4982 pub const REGDB_E_FIRST: i32 = -2147221168i32;
4983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4984 pub const REGDB_E_IIDNOTREG: ::windows_sys::core::HRESULT = -2147221163i32;
4985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4986 pub const REGDB_E_INVALIDVALUE: ::windows_sys::core::HRESULT = -2147221165i32;
4987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4988 pub const REGDB_E_KEYMISSING: ::windows_sys::core::HRESULT = -2147221166i32;
4989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4990 pub const REGDB_E_LAST: i32 = -2147221153i32;
4991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4992 pub const REGDB_E_PACKAGEPOLICYVIOLATION: ::windows_sys::core::HRESULT = -2147221161i32;
4993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4994 pub const REGDB_E_READREGDB: ::windows_sys::core::HRESULT = -2147221168i32;
4995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4996 pub const REGDB_E_WRITEREGDB: ::windows_sys::core::HRESULT = -2147221167i32;
4997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4998 pub const REGDB_S_FIRST: i32 = 262480i32;
4999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5000 pub const REGDB_S_LAST: i32 = 262495i32;
5001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5002 pub const ROUTEBASE: u32 = 900u32;
5003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5004 pub const ROUTEBASEEND: u32 = 957u32;
5005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5006 pub const RO_E_BLOCKED_CROSS_ASTA_CALL: ::windows_sys::core::HRESULT = -2147483617i32;
5007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5008 pub const RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER: ::windows_sys::core::HRESULT = -2147483616i32;
5009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5010 pub const RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER: ::windows_sys::core::HRESULT = -2147483615i32;
5011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5012 pub const RO_E_CHANGE_NOTIFICATION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2147483627i32;
5013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5014 pub const RO_E_CLOSED: ::windows_sys::core::HRESULT = -2147483629i32;
5015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5016 pub const RO_E_COMMITTED: ::windows_sys::core::HRESULT = -2147483618i32;
5017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5018 pub const RO_E_ERROR_STRING_NOT_FOUND: ::windows_sys::core::HRESULT = -2147483626i32;
5019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5020 pub const RO_E_EXCLUSIVE_WRITE: ::windows_sys::core::HRESULT = -2147483628i32;
5021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5022 pub const RO_E_INVALID_METADATA_FILE: ::windows_sys::core::HRESULT = -2147483630i32;
5023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5024 pub const RO_E_METADATA_INVALID_TYPE_FORMAT: ::windows_sys::core::HRESULT = -2147483631i32;
5025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5026 pub const RO_E_METADATA_NAME_IS_NAMESPACE: ::windows_sys::core::HRESULT = -2147483632i32;
5027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5028 pub const RO_E_METADATA_NAME_NOT_FOUND: ::windows_sys::core::HRESULT = -2147483633i32;
5029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5030 pub const RO_E_MUST_BE_AGILE: ::windows_sys::core::HRESULT = -2147483620i32;
5031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5032 pub const RO_E_UNSUPPORTED_FROM_MTA: ::windows_sys::core::HRESULT = -2147483619i32;
5033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5034 pub const RPC_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2147417829i32;
5035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5036 pub const RPC_E_ATTEMPTED_MULTITHREAD: ::windows_sys::core::HRESULT = -2147417854i32;
5037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5038 pub const RPC_E_CALL_CANCELED: ::windows_sys::core::HRESULT = -2147418110i32;
5039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5040 pub const RPC_E_CALL_COMPLETE: ::windows_sys::core::HRESULT = -2147417833i32;
5041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5042 pub const RPC_E_CALL_REJECTED: ::windows_sys::core::HRESULT = -2147418111i32;
5043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5044 pub const RPC_E_CANTCALLOUT_AGAIN: ::windows_sys::core::HRESULT = -2147418095i32;
5045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5046 pub const RPC_E_CANTCALLOUT_INASYNCCALL: ::windows_sys::core::HRESULT = -2147418108i32;
5047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5048 pub const RPC_E_CANTCALLOUT_INEXTERNALCALL: ::windows_sys::core::HRESULT = -2147418107i32;
5049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5050 pub const RPC_E_CANTCALLOUT_ININPUTSYNCCALL: ::windows_sys::core::HRESULT = -2147417843i32;
5051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5052 pub const RPC_E_CANTPOST_INSENDCALL: ::windows_sys::core::HRESULT = -2147418109i32;
5053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5054 pub const RPC_E_CANTTRANSMIT_CALL: ::windows_sys::core::HRESULT = -2147418102i32;
5055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5056 pub const RPC_E_CHANGED_MODE: ::windows_sys::core::HRESULT = -2147417850i32;
5057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5058 pub const RPC_E_CLIENT_CANTMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418101i32;
5059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5060 pub const RPC_E_CLIENT_CANTUNMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418100i32;
5061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5062 pub const RPC_E_CLIENT_DIED: ::windows_sys::core::HRESULT = -2147418104i32;
5063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5064 pub const RPC_E_CONNECTION_TERMINATED: ::windows_sys::core::HRESULT = -2147418106i32;
5065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5066 pub const RPC_E_DISCONNECTED: ::windows_sys::core::HRESULT = -2147417848i32;
5067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5068 pub const RPC_E_FAULT: ::windows_sys::core::HRESULT = -2147417852i32;
5069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5070 pub const RPC_E_FULLSIC_REQUIRED: ::windows_sys::core::HRESULT = -2147417823i32;
5071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5072 pub const RPC_E_INVALIDMETHOD: ::windows_sys::core::HRESULT = -2147417849i32;
5073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5074 pub const RPC_E_INVALID_CALLDATA: ::windows_sys::core::HRESULT = -2147417844i32;
5075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5076 pub const RPC_E_INVALID_DATA: ::windows_sys::core::HRESULT = -2147418097i32;
5077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5078 pub const RPC_E_INVALID_DATAPACKET: ::windows_sys::core::HRESULT = -2147418103i32;
5079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5080 pub const RPC_E_INVALID_EXTENSION: ::windows_sys::core::HRESULT = -2147417838i32;
5081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5082 pub const RPC_E_INVALID_HEADER: ::windows_sys::core::HRESULT = -2147417839i32;
5083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5084 pub const RPC_E_INVALID_IPID: ::windows_sys::core::HRESULT = -2147417837i32;
5085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5086 pub const RPC_E_INVALID_OBJECT: ::windows_sys::core::HRESULT = -2147417836i32;
5087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5088 pub const RPC_E_INVALID_OBJREF: ::windows_sys::core::HRESULT = -2147417827i32;
5089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5090 pub const RPC_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2147418096i32;
5091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5092 pub const RPC_E_INVALID_STD_NAME: ::windows_sys::core::HRESULT = -2147417822i32;
5093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5094 pub const RPC_E_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2147417853i32;
5095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5096 pub const RPC_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2147417826i32;
5097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5098 pub const RPC_E_NO_GOOD_SECURITY_PACKAGES: ::windows_sys::core::HRESULT = -2147417830i32;
5099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5100 pub const RPC_E_NO_SYNC: ::windows_sys::core::HRESULT = -2147417824i32;
5101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5102 pub const RPC_E_OUT_OF_RESOURCES: ::windows_sys::core::HRESULT = -2147417855i32;
5103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5104 pub const RPC_E_REMOTE_DISABLED: ::windows_sys::core::HRESULT = -2147417828i32;
5105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5106 pub const RPC_E_RETRY: ::windows_sys::core::HRESULT = -2147417847i32;
5107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5108 pub const RPC_E_SERVERCALL_REJECTED: ::windows_sys::core::HRESULT = -2147417845i32;
5109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5110 pub const RPC_E_SERVERCALL_RETRYLATER: ::windows_sys::core::HRESULT = -2147417846i32;
5111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5112 pub const RPC_E_SERVERFAULT: ::windows_sys::core::HRESULT = -2147417851i32;
5113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5114 pub const RPC_E_SERVER_CANTMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418099i32;
5115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5116 pub const RPC_E_SERVER_CANTUNMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418098i32;
5117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5118 pub const RPC_E_SERVER_DIED: ::windows_sys::core::HRESULT = -2147418105i32;
5119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5120 pub const RPC_E_SERVER_DIED_DNE: ::windows_sys::core::HRESULT = -2147418094i32;
5121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5122 pub const RPC_E_SYS_CALL_FAILED: ::windows_sys::core::HRESULT = -2147417856i32;
5123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5124 pub const RPC_E_THREAD_NOT_INIT: ::windows_sys::core::HRESULT = -2147417841i32;
5125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5126 pub const RPC_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147417825i32;
5127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5128 pub const RPC_E_TOO_LATE: ::windows_sys::core::HRESULT = -2147417831i32;
5129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5130 pub const RPC_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2147352577i32;
5131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5132 pub const RPC_E_UNSECURE_CALL: ::windows_sys::core::HRESULT = -2147417832i32;
5133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5134 pub const RPC_E_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2147417840i32;
5135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5136 pub const RPC_E_WRONG_THREAD: ::windows_sys::core::HRESULT = -2147417842i32;
5137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5138 pub const RPC_NT_ADDRESS_ERROR: NTSTATUS = -1073610683i32;
5139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5140 pub const RPC_NT_ALREADY_LISTENING: NTSTATUS = -1073610738i32;
5141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5142 pub const RPC_NT_ALREADY_REGISTERED: NTSTATUS = -1073610740i32;
5143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5144 pub const RPC_NT_BAD_STUB_DATA: NTSTATUS = -1073545204i32;
5145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5146 pub const RPC_NT_BINDING_HAS_NO_AUTH: NTSTATUS = -1073610705i32;
5147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5148 pub const RPC_NT_BINDING_INCOMPLETE: NTSTATUS = -1073610671i32;
5149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5150 pub const RPC_NT_BYTE_COUNT_TOO_SMALL: NTSTATUS = -1073545205i32;
5151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5152 pub const RPC_NT_CALL_CANCELLED: NTSTATUS = -1073610672i32;
5153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5154 pub const RPC_NT_CALL_FAILED: NTSTATUS = -1073610725i32;
5155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5156 pub const RPC_NT_CALL_FAILED_DNE: NTSTATUS = -1073610724i32;
5157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5158 pub const RPC_NT_CALL_IN_PROGRESS: NTSTATUS = -1073610679i32;
5159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5160 pub const RPC_NT_CANNOT_SUPPORT: NTSTATUS = -1073610687i32;
5161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5162 pub const RPC_NT_CANT_CREATE_ENDPOINT: NTSTATUS = -1073610731i32;
5163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5164 pub const RPC_NT_COMM_FAILURE: NTSTATUS = -1073610670i32;
5165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5166 pub const RPC_NT_COOKIE_AUTH_FAILED: NTSTATUS = -1073610651i32;
5167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5168 pub const RPC_NT_DUPLICATE_ENDPOINT: NTSTATUS = -1073610711i32;
5169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5170 pub const RPC_NT_ENTRY_ALREADY_EXISTS: NTSTATUS = -1073610691i32;
5171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5172 pub const RPC_NT_ENTRY_NOT_FOUND: NTSTATUS = -1073610690i32;
5173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5174 pub const RPC_NT_ENUM_VALUE_OUT_OF_RANGE: NTSTATUS = -1073545206i32;
5175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5176 pub const RPC_NT_FP_DIV_ZERO: NTSTATUS = -1073610682i32;
5177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5178 pub const RPC_NT_FP_OVERFLOW: NTSTATUS = -1073610680i32;
5179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5180 pub const RPC_NT_FP_UNDERFLOW: NTSTATUS = -1073610681i32;
5181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5182 pub const RPC_NT_GROUP_MEMBER_NOT_FOUND: NTSTATUS = -1073610677i32;
5183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5184 pub const RPC_NT_INCOMPLETE_NAME: NTSTATUS = -1073610696i32;
5185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5186 pub const RPC_NT_INTERFACE_NOT_FOUND: NTSTATUS = -1073610692i32;
5187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5188 pub const RPC_NT_INTERNAL_ERROR: NTSTATUS = -1073610685i32;
5189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5190 pub const RPC_NT_INVALID_ASYNC_CALL: NTSTATUS = -1073610653i32;
5191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5192 pub const RPC_NT_INVALID_ASYNC_HANDLE: NTSTATUS = -1073610654i32;
5193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5194 pub const RPC_NT_INVALID_AUTH_IDENTITY: NTSTATUS = -1073610702i32;
5195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5196 pub const RPC_NT_INVALID_BINDING: NTSTATUS = -1073610749i32;
5197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5198 pub const RPC_NT_INVALID_BOUND: NTSTATUS = -1073610717i32;
5199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5200 pub const RPC_NT_INVALID_ENDPOINT_FORMAT: NTSTATUS = -1073610745i32;
5201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5202 pub const RPC_NT_INVALID_ES_ACTION: NTSTATUS = -1073545127i32;
5203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5204 pub const RPC_NT_INVALID_NAF_ID: NTSTATUS = -1073610688i32;
5205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5206 pub const RPC_NT_INVALID_NAME_SYNTAX: NTSTATUS = -1073610715i32;
5207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5208 pub const RPC_NT_INVALID_NETWORK_OPTIONS: NTSTATUS = -1073610727i32;
5209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5210 pub const RPC_NT_INVALID_NET_ADDR: NTSTATUS = -1073610744i32;
5211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5212 pub const RPC_NT_INVALID_OBJECT: NTSTATUS = -1073610675i32;
5213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5214 pub const RPC_NT_INVALID_PIPE_OBJECT: NTSTATUS = -1073545124i32;
5215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5216 pub const RPC_NT_INVALID_PIPE_OPERATION: NTSTATUS = -1073545123i32;
5217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5218 pub const RPC_NT_INVALID_RPC_PROTSEQ: NTSTATUS = -1073610747i32;
5219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5220 pub const RPC_NT_INVALID_STRING_BINDING: NTSTATUS = -1073610751i32;
5221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5222 pub const RPC_NT_INVALID_STRING_UUID: NTSTATUS = -1073610746i32;
5223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5224 pub const RPC_NT_INVALID_TAG: NTSTATUS = -1073610718i32;
5225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5226 pub const RPC_NT_INVALID_TIMEOUT: NTSTATUS = -1073610742i32;
5227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5228 pub const RPC_NT_INVALID_VERS_OPTION: NTSTATUS = -1073610695i32;
5229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5230 pub const RPC_NT_MAX_CALLS_TOO_SMALL: NTSTATUS = -1073610709i32;
5231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5232 pub const RPC_NT_NAME_SERVICE_UNAVAILABLE: NTSTATUS = -1073610689i32;
5233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5234 pub const RPC_NT_NOTHING_TO_EXPORT: NTSTATUS = -1073610697i32;
5235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5236 pub const RPC_NT_NOT_ALL_OBJS_UNEXPORTED: NTSTATUS = -1073610693i32;
5237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5238 pub const RPC_NT_NOT_CANCELLED: NTSTATUS = -1073610664i32;
5239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5240 pub const RPC_NT_NOT_LISTENING: NTSTATUS = -1073610736i32;
5241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5242 pub const RPC_NT_NOT_RPC_ERROR: NTSTATUS = -1073610667i32;
5243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5244 pub const RPC_NT_NO_BINDINGS: NTSTATUS = -1073610733i32;
5245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5246 pub const RPC_NT_NO_CALL_ACTIVE: NTSTATUS = -1073610726i32;
5247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5248 pub const RPC_NT_NO_CONTEXT_AVAILABLE: NTSTATUS = -1073610686i32;
5249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5250 pub const RPC_NT_NO_ENDPOINT_FOUND: NTSTATUS = -1073610743i32;
5251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5252 pub const RPC_NT_NO_ENTRY_NAME: NTSTATUS = -1073610716i32;
5253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5254 pub const RPC_NT_NO_INTERFACES: NTSTATUS = -1073610673i32;
5255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5256 pub const RPC_NT_NO_MORE_BINDINGS: NTSTATUS = -1073610678i32;
5257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5258 pub const RPC_NT_NO_MORE_ENTRIES: NTSTATUS = -1073545215i32;
5259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5260 pub const RPC_NT_NO_MORE_MEMBERS: NTSTATUS = -1073610694i32;
5261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5262 pub const RPC_NT_NO_PRINC_NAME: NTSTATUS = -1073610668i32;
5263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5264 pub const RPC_NT_NO_PROTSEQS: NTSTATUS = -1073610732i32;
5265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5266 pub const RPC_NT_NO_PROTSEQS_REGISTERED: NTSTATUS = -1073610737i32;
5267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5268 pub const RPC_NT_NULL_REF_POINTER: NTSTATUS = -1073545207i32;
5269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5270 pub const RPC_NT_OBJECT_NOT_FOUND: NTSTATUS = -1073610741i32;
5271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5272 pub const RPC_NT_OUT_OF_RESOURCES: NTSTATUS = -1073610730i32;
5273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5274 pub const RPC_NT_PIPE_CLOSED: NTSTATUS = -1073545121i32;
5275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5276 pub const RPC_NT_PIPE_DISCIPLINE_ERROR: NTSTATUS = -1073545120i32;
5277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5278 pub const RPC_NT_PIPE_EMPTY: NTSTATUS = -1073545119i32;
5279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5280 pub const RPC_NT_PROCNUM_OUT_OF_RANGE: NTSTATUS = -1073610706i32;
5281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5282 pub const RPC_NT_PROTOCOL_ERROR: NTSTATUS = -1073610723i32;
5283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5284 pub const RPC_NT_PROTSEQ_NOT_FOUND: NTSTATUS = -1073610707i32;
5285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5286 pub const RPC_NT_PROTSEQ_NOT_SUPPORTED: NTSTATUS = -1073610748i32;
5287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5288 pub const RPC_NT_PROXY_ACCESS_DENIED: NTSTATUS = -1073610652i32;
5289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5290 pub const RPC_NT_SEC_PKG_ERROR: NTSTATUS = -1073610665i32;
5291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5292 pub const RPC_NT_SEND_INCOMPLETE: NTSTATUS = 1073873071i32;
5293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5294 pub const RPC_NT_SERVER_TOO_BUSY: NTSTATUS = -1073610728i32;
5295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5296 pub const RPC_NT_SERVER_UNAVAILABLE: NTSTATUS = -1073610729i32;
5297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5298 pub const RPC_NT_SS_CANNOT_GET_CALL_HANDLE: NTSTATUS = -1073545208i32;
5299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5300 pub const RPC_NT_SS_CHAR_TRANS_OPEN_FAIL: NTSTATUS = -1073545214i32;
5301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5302 pub const RPC_NT_SS_CHAR_TRANS_SHORT_FILE: NTSTATUS = -1073545213i32;
5303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5304 pub const RPC_NT_SS_CONTEXT_DAMAGED: NTSTATUS = -1073545210i32;
5305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5306 pub const RPC_NT_SS_CONTEXT_MISMATCH: NTSTATUS = -1073545211i32;
5307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5308 pub const RPC_NT_SS_HANDLES_MISMATCH: NTSTATUS = -1073545209i32;
5309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5310 pub const RPC_NT_SS_IN_NULL_CONTEXT: NTSTATUS = -1073545212i32;
5311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5312 pub const RPC_NT_STRING_TOO_LONG: NTSTATUS = -1073610708i32;
5313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5314 pub const RPC_NT_TYPE_ALREADY_REGISTERED: NTSTATUS = -1073610739i32;
5315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5316 pub const RPC_NT_UNKNOWN_AUTHN_LEVEL: NTSTATUS = -1073610703i32;
5317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5318 pub const RPC_NT_UNKNOWN_AUTHN_SERVICE: NTSTATUS = -1073610704i32;
5319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5320 pub const RPC_NT_UNKNOWN_AUTHN_TYPE: NTSTATUS = -1073610710i32;
5321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5322 pub const RPC_NT_UNKNOWN_AUTHZ_SERVICE: NTSTATUS = -1073610701i32;
5323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5324 pub const RPC_NT_UNKNOWN_IF: NTSTATUS = -1073610734i32;
5325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5326 pub const RPC_NT_UNKNOWN_MGR_TYPE: NTSTATUS = -1073610735i32;
5327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5328 pub const RPC_NT_UNSUPPORTED_AUTHN_LEVEL: NTSTATUS = -1073610669i32;
5329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5330 pub const RPC_NT_UNSUPPORTED_NAME_SYNTAX: NTSTATUS = -1073610714i32;
5331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5332 pub const RPC_NT_UNSUPPORTED_TRANS_SYN: NTSTATUS = -1073610721i32;
5333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5334 pub const RPC_NT_UNSUPPORTED_TYPE: NTSTATUS = -1073610719i32;
5335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5336 pub const RPC_NT_UUID_LOCAL_ONLY: NTSTATUS = 1073872982i32;
5337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5338 pub const RPC_NT_UUID_NO_ADDRESS: NTSTATUS = -1073610712i32;
5339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5340 pub const RPC_NT_WRONG_ES_VERSION: NTSTATUS = -1073545126i32;
5341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5342 pub const RPC_NT_WRONG_KIND_OF_BINDING: NTSTATUS = -1073610750i32;
5343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5344 pub const RPC_NT_WRONG_PIPE_VERSION: NTSTATUS = -1073545122i32;
5345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5346 pub const RPC_NT_WRONG_STUB_VERSION: NTSTATUS = -1073545125i32;
5347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5348 pub const RPC_NT_ZERO_DIVIDE: NTSTATUS = -1073610684i32;
5349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5350 pub const RPC_S_CALLPENDING: ::windows_sys::core::HRESULT = -2147417835i32;
5351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5352 pub const RPC_S_WAITONTIMER: ::windows_sys::core::HRESULT = -2147417834i32;
5353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5354 pub const RPC_X_BAD_STUB_DATA: i32 = 1783i32;
5355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5356 pub const RPC_X_BYTE_COUNT_TOO_SMALL: i32 = 1782i32;
5357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5358 pub const RPC_X_ENUM_VALUE_OUT_OF_RANGE: i32 = 1781i32;
5359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5360 pub const RPC_X_INVALID_ES_ACTION: i32 = 1827i32;
5361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5362 pub const RPC_X_INVALID_PIPE_OBJECT: i32 = 1830i32;
5363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5364 pub const RPC_X_NO_MORE_ENTRIES: i32 = 1772i32;
5365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5366 pub const RPC_X_NULL_REF_POINTER: i32 = 1780i32;
5367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5368 pub const RPC_X_PIPE_CLOSED: i32 = 1916i32;
5369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5370 pub const RPC_X_PIPE_DISCIPLINE_ERROR: i32 = 1917i32;
5371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5372 pub const RPC_X_PIPE_EMPTY: i32 = 1918i32;
5373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5374 pub const RPC_X_SS_CANNOT_GET_CALL_HANDLE: i32 = 1779i32;
5375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5376 pub const RPC_X_SS_CHAR_TRANS_OPEN_FAIL: i32 = 1773i32;
5377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5378 pub const RPC_X_SS_CHAR_TRANS_SHORT_FILE: i32 = 1774i32;
5379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5380 pub const RPC_X_SS_CONTEXT_DAMAGED: i32 = 1777i32;
5381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5382 pub const RPC_X_SS_HANDLES_MISMATCH: i32 = 1778i32;
5383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5384 pub const RPC_X_SS_IN_NULL_CONTEXT: i32 = 1775i32;
5385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5386 pub const RPC_X_WRONG_ES_VERSION: i32 = 1828i32;
5387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5388 pub const RPC_X_WRONG_PIPE_ORDER: i32 = 1831i32;
5389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5390 pub const RPC_X_WRONG_PIPE_VERSION: i32 = 1832i32;
5391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5392 pub const RPC_X_WRONG_STUB_VERSION: i32 = 1829i32;
5393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5394 pub const SCARD_E_BAD_SEEK: ::windows_sys::core::HRESULT = -2146435031i32;
5395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5396 pub const SCARD_E_CANCELLED: ::windows_sys::core::HRESULT = -2146435070i32;
5397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5398 pub const SCARD_E_CANT_DISPOSE: ::windows_sys::core::HRESULT = -2146435058i32;
5399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5400 pub const SCARD_E_CARD_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146435044i32;
5401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5402 pub const SCARD_E_CERTIFICATE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146435027i32;
5403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5404 pub const SCARD_E_COMM_DATA_LOST: ::windows_sys::core::HRESULT = -2146435025i32;
5405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5406 pub const SCARD_E_DIR_NOT_FOUND: ::windows_sys::core::HRESULT = -2146435037i32;
5407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5408 pub const SCARD_E_DUPLICATE_READER: ::windows_sys::core::HRESULT = -2146435045i32;
5409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5410 pub const SCARD_E_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146435036i32;
5411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5412 pub const SCARD_E_ICC_CREATEORDER: ::windows_sys::core::HRESULT = -2146435039i32;
5413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5414 pub const SCARD_E_ICC_INSTALLATION: ::windows_sys::core::HRESULT = -2146435040i32;
5415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5416 pub const SCARD_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2146435064i32;
5417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5418 pub const SCARD_E_INVALID_ATR: ::windows_sys::core::HRESULT = -2146435051i32;
5419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5420 pub const SCARD_E_INVALID_CHV: ::windows_sys::core::HRESULT = -2146435030i32;
5421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5422 pub const SCARD_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146435069i32;
5423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5424 pub const SCARD_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146435068i32;
5425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5426 pub const SCARD_E_INVALID_TARGET: ::windows_sys::core::HRESULT = -2146435067i32;
5427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5428 pub const SCARD_E_INVALID_VALUE: ::windows_sys::core::HRESULT = -2146435055i32;
5429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5430 pub const SCARD_E_NOT_READY: ::windows_sys::core::HRESULT = -2146435056i32;
5431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5432 pub const SCARD_E_NOT_TRANSACTED: ::windows_sys::core::HRESULT = -2146435050i32;
5433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5434 pub const SCARD_E_NO_ACCESS: ::windows_sys::core::HRESULT = -2146435033i32;
5435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5436 pub const SCARD_E_NO_DIR: ::windows_sys::core::HRESULT = -2146435035i32;
5437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5438 pub const SCARD_E_NO_FILE: ::windows_sys::core::HRESULT = -2146435034i32;
5439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5440 pub const SCARD_E_NO_KEY_CONTAINER: ::windows_sys::core::HRESULT = -2146435024i32;
5441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5442 pub const SCARD_E_NO_MEMORY: ::windows_sys::core::HRESULT = -2146435066i32;
5443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5444 pub const SCARD_E_NO_PIN_CACHE: ::windows_sys::core::HRESULT = -2146435021i32;
5445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5446 pub const SCARD_E_NO_READERS_AVAILABLE: ::windows_sys::core::HRESULT = -2146435026i32;
5447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5448 pub const SCARD_E_NO_SERVICE: ::windows_sys::core::HRESULT = -2146435043i32;
5449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5450 pub const SCARD_E_NO_SMARTCARD: ::windows_sys::core::HRESULT = -2146435060i32;
5451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5452 pub const SCARD_E_NO_SUCH_CERTIFICATE: ::windows_sys::core::HRESULT = -2146435028i32;
5453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5454 pub const SCARD_E_PCI_TOO_SMALL: ::windows_sys::core::HRESULT = -2146435047i32;
5455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5456 pub const SCARD_E_PIN_CACHE_EXPIRED: ::windows_sys::core::HRESULT = -2146435022i32;
5457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5458 pub const SCARD_E_PROTO_MISMATCH: ::windows_sys::core::HRESULT = -2146435057i32;
5459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5460 pub const SCARD_E_READER_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146435049i32;
5461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5462 pub const SCARD_E_READER_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146435046i32;
5463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5464 pub const SCARD_E_READ_ONLY_CARD: ::windows_sys::core::HRESULT = -2146435020i32;
5465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5466 pub const SCARD_E_SERVER_TOO_BUSY: ::windows_sys::core::HRESULT = -2146435023i32;
5467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5468 pub const SCARD_E_SERVICE_STOPPED: ::windows_sys::core::HRESULT = -2146435042i32;
5469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5470 pub const SCARD_E_SHARING_VIOLATION: ::windows_sys::core::HRESULT = -2146435061i32;
5471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5472 pub const SCARD_E_SYSTEM_CANCELLED: ::windows_sys::core::HRESULT = -2146435054i32;
5473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5474 pub const SCARD_E_TIMEOUT: ::windows_sys::core::HRESULT = -2146435062i32;
5475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5476 pub const SCARD_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2146435041i32;
5477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5478 pub const SCARD_E_UNKNOWN_CARD: ::windows_sys::core::HRESULT = -2146435059i32;
5479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5480 pub const SCARD_E_UNKNOWN_READER: ::windows_sys::core::HRESULT = -2146435063i32;
5481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5482 pub const SCARD_E_UNKNOWN_RES_MNG: ::windows_sys::core::HRESULT = -2146435029i32;
5483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5484 pub const SCARD_E_UNSUPPORTED_FEATURE: ::windows_sys::core::HRESULT = -2146435038i32;
5485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5486 pub const SCARD_E_WRITE_TOO_MANY: ::windows_sys::core::HRESULT = -2146435032i32;
5487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5488 pub const SCARD_F_COMM_ERROR: ::windows_sys::core::HRESULT = -2146435053i32;
5489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5490 pub const SCARD_F_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146435071i32;
5491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5492 pub const SCARD_F_UNKNOWN_ERROR: ::windows_sys::core::HRESULT = -2146435052i32;
5493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5494 pub const SCARD_F_WAITED_TOO_LONG: ::windows_sys::core::HRESULT = -2146435065i32;
5495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5496 pub const SCARD_P_SHUTDOWN: ::windows_sys::core::HRESULT = -2146435048i32;
5497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5498 pub const SCARD_W_CACHE_ITEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2146434960i32;
5499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5500 pub const SCARD_W_CACHE_ITEM_STALE: ::windows_sys::core::HRESULT = -2146434959i32;
5501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5502 pub const SCARD_W_CACHE_ITEM_TOO_BIG: ::windows_sys::core::HRESULT = -2146434958i32;
5503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5504 pub const SCARD_W_CANCELLED_BY_USER: ::windows_sys::core::HRESULT = -2146434962i32;
5505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5506 pub const SCARD_W_CARD_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2146434961i32;
5507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5508 pub const SCARD_W_CHV_BLOCKED: ::windows_sys::core::HRESULT = -2146434964i32;
5509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5510 pub const SCARD_W_EOF: ::windows_sys::core::HRESULT = -2146434963i32;
5511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5512 pub const SCARD_W_REMOVED_CARD: ::windows_sys::core::HRESULT = -2146434967i32;
5513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5514 pub const SCARD_W_RESET_CARD: ::windows_sys::core::HRESULT = -2146434968i32;
5515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5516 pub const SCARD_W_SECURITY_VIOLATION: ::windows_sys::core::HRESULT = -2146434966i32;
5517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5518 pub const SCARD_W_UNPOWERED_CARD: ::windows_sys::core::HRESULT = -2146434969i32;
5519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5520 pub const SCARD_W_UNRESPONSIVE_CARD: ::windows_sys::core::HRESULT = -2146434970i32;
5521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5522 pub const SCARD_W_UNSUPPORTED_CARD: ::windows_sys::core::HRESULT = -2146434971i32;
5523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5524 pub const SCARD_W_WRONG_CHV: ::windows_sys::core::HRESULT = -2146434965i32;
5525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5526 pub const SCHED_E_ACCOUNT_DBASE_CORRUPT: ::windows_sys::core::HRESULT = -2147216623i32;
5527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5528 pub const SCHED_E_ACCOUNT_INFORMATION_NOT_SET: ::windows_sys::core::HRESULT = -2147216625i32;
5529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5530 pub const SCHED_E_ACCOUNT_NAME_NOT_FOUND: ::windows_sys::core::HRESULT = -2147216624i32;
5531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5532 pub const SCHED_E_ALREADY_RUNNING: ::windows_sys::core::HRESULT = -2147216609i32;
5533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5534 pub const SCHED_E_CANNOT_OPEN_TASK: ::windows_sys::core::HRESULT = -2147216627i32;
5535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5536 pub const SCHED_E_DEPRECATED_FEATURE_USED: ::windows_sys::core::HRESULT = -2147216592i32;
5537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5538 pub const SCHED_E_INVALIDVALUE: ::windows_sys::core::HRESULT = -2147216616i32;
5539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5540 pub const SCHED_E_INVALID_TASK: ::windows_sys::core::HRESULT = -2147216626i32;
5541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5542 pub const SCHED_E_INVALID_TASK_HASH: ::windows_sys::core::HRESULT = -2147216607i32;
5543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5544 pub const SCHED_E_MALFORMEDXML: ::windows_sys::core::HRESULT = -2147216614i32;
5545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5546 pub const SCHED_E_MISSINGNODE: ::windows_sys::core::HRESULT = -2147216615i32;
5547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5548 pub const SCHED_E_NAMESPACE: ::windows_sys::core::HRESULT = -2147216617i32;
5549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5550 pub const SCHED_E_NO_SECURITY_SERVICES: ::windows_sys::core::HRESULT = -2147216622i32;
5551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5552 pub const SCHED_E_PAST_END_BOUNDARY: ::windows_sys::core::HRESULT = -2147216610i32;
5553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5554 pub const SCHED_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2147216606i32;
5555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5556 pub const SCHED_E_SERVICE_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147216628i32;
5557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5558 pub const SCHED_E_SERVICE_NOT_LOCALSYSTEM: i32 = 6200i32;
5559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5560 pub const SCHED_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147216619i32;
5561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5562 pub const SCHED_E_SERVICE_TOO_BUSY: ::windows_sys::core::HRESULT = -2147216605i32;
5563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5564 pub const SCHED_E_START_ON_DEMAND: ::windows_sys::core::HRESULT = -2147216600i32;
5565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5566 pub const SCHED_E_TASK_ATTEMPTED: ::windows_sys::core::HRESULT = -2147216604i32;
5567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5568 pub const SCHED_E_TASK_DISABLED: ::windows_sys::core::HRESULT = -2147216602i32;
5569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5570 pub const SCHED_E_TASK_NOT_READY: ::windows_sys::core::HRESULT = -2147216630i32;
5571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5572 pub const SCHED_E_TASK_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147216629i32;
5573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5574 pub const SCHED_E_TASK_NOT_UBPM_COMPAT: ::windows_sys::core::HRESULT = -2147216599i32;
5575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5576 pub const SCHED_E_TASK_NOT_V1_COMPAT: ::windows_sys::core::HRESULT = -2147216601i32;
5577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5578 pub const SCHED_E_TOO_MANY_NODES: ::windows_sys::core::HRESULT = -2147216611i32;
5579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5580 pub const SCHED_E_TRIGGER_NOT_FOUND: ::windows_sys::core::HRESULT = -2147216631i32;
5581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5582 pub const SCHED_E_UNEXPECTEDNODE: ::windows_sys::core::HRESULT = -2147216618i32;
5583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5584 pub const SCHED_E_UNKNOWN_OBJECT_VERSION: ::windows_sys::core::HRESULT = -2147216621i32;
5585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5586 pub const SCHED_E_UNSUPPORTED_ACCOUNT_OPTION: ::windows_sys::core::HRESULT = -2147216620i32;
5587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5588 pub const SCHED_E_USER_NOT_LOGGED_ON: ::windows_sys::core::HRESULT = -2147216608i32;
5589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5590 pub const SCHED_S_BATCH_LOGON_PROBLEM: ::windows_sys::core::HRESULT = 267036i32;
5591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5592 pub const SCHED_S_EVENT_TRIGGER: ::windows_sys::core::HRESULT = 267016i32;
5593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5594 pub const SCHED_S_SOME_TRIGGERS_FAILED: ::windows_sys::core::HRESULT = 267035i32;
5595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5596 pub const SCHED_S_TASK_DISABLED: ::windows_sys::core::HRESULT = 267010i32;
5597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5598 pub const SCHED_S_TASK_HAS_NOT_RUN: ::windows_sys::core::HRESULT = 267011i32;
5599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5600 pub const SCHED_S_TASK_NOT_SCHEDULED: ::windows_sys::core::HRESULT = 267013i32;
5601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5602 pub const SCHED_S_TASK_NO_MORE_RUNS: ::windows_sys::core::HRESULT = 267012i32;
5603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5604 pub const SCHED_S_TASK_NO_VALID_TRIGGERS: ::windows_sys::core::HRESULT = 267015i32;
5605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5606 pub const SCHED_S_TASK_QUEUED: ::windows_sys::core::HRESULT = 267045i32;
5607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5608 pub const SCHED_S_TASK_READY: ::windows_sys::core::HRESULT = 267008i32;
5609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5610 pub const SCHED_S_TASK_RUNNING: ::windows_sys::core::HRESULT = 267009i32;
5611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5612 pub const SCHED_S_TASK_TERMINATED: ::windows_sys::core::HRESULT = 267014i32;
5613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5614 pub const SDIAG_E_CANCELLED: i32 = -2143551232i32;
5615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5616 pub const SDIAG_E_CANNOTRUN: i32 = -2143551224i32;
5617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5618 pub const SDIAG_E_DISABLED: i32 = -2143551226i32;
5619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5620 pub const SDIAG_E_MANAGEDHOST: i32 = -2143551229i32;
5621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5622 pub const SDIAG_E_NOVERIFIER: i32 = -2143551228i32;
5623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5624 pub const SDIAG_E_POWERSHELL: i32 = -2143551230i32;
5625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5626 pub const SDIAG_E_RESOURCE: i32 = -2143551222i32;
5627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5628 pub const SDIAG_E_ROOTCAUSE: i32 = -2143551221i32;
5629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5630 pub const SDIAG_E_SCRIPT: i32 = -2143551231i32;
5631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5632 pub const SDIAG_E_TRUST: i32 = -2143551225i32;
5633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5634 pub const SDIAG_E_VERSION: i32 = -2143551223i32;
5635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5636 pub const SDIAG_S_CANNOTRUN: i32 = 3932421i32;
5637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5638 pub const SEARCH_E_NOMONIKER: ::windows_sys::core::HRESULT = -2147215711i32;
5639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5640 pub const SEARCH_E_NOREGION: ::windows_sys::core::HRESULT = -2147215710i32;
5641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5642 pub const SEARCH_S_NOMOREHITS: ::windows_sys::core::HRESULT = 267936i32;
5643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5644 pub const SEC_E_ALGORITHM_MISMATCH: ::windows_sys::core::HRESULT = -2146893007i32;
5645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5646 pub const SEC_E_APPLICATION_PROTOCOL_MISMATCH: ::windows_sys::core::HRESULT = -2146892953i32;
5647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5648 pub const SEC_E_BAD_BINDINGS: ::windows_sys::core::HRESULT = -2146892986i32;
5649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5650 pub const SEC_E_BAD_PKGID: ::windows_sys::core::HRESULT = -2146893034i32;
5651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5652 pub const SEC_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146893023i32;
5653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5654 pub const SEC_E_CANNOT_INSTALL: ::windows_sys::core::HRESULT = -2146893049i32;
5655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5656 pub const SEC_E_CANNOT_PACK: ::windows_sys::core::HRESULT = -2146893047i32;
5657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5658 pub const SEC_E_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146893016i32;
5659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5660 pub const SEC_E_CERT_UNKNOWN: ::windows_sys::core::HRESULT = -2146893017i32;
5661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5662 pub const SEC_E_CERT_WRONG_USAGE: ::windows_sys::core::HRESULT = -2146892983i32;
5663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5664 pub const SEC_E_CONTEXT_EXPIRED: ::windows_sys::core::HRESULT = -2146893033i32;
5665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5666 pub const SEC_E_CROSSREALM_DELEGATION_FAILURE: ::windows_sys::core::HRESULT = -2146892969i32;
5667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5668 pub const SEC_E_CRYPTO_SYSTEM_INVALID: ::windows_sys::core::HRESULT = -2146893001i32;
5669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5670 pub const SEC_E_DECRYPT_FAILURE: ::windows_sys::core::HRESULT = -2146893008i32;
5671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5672 pub const SEC_E_DELEGATION_POLICY: ::windows_sys::core::HRESULT = -2146892962i32;
5673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5674 pub const SEC_E_DELEGATION_REQUIRED: ::windows_sys::core::HRESULT = -2146892987i32;
5675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5676 pub const SEC_E_DOWNGRADE_DETECTED: ::windows_sys::core::HRESULT = -2146892976i32;
5677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5678 pub const SEC_E_ENCRYPT_FAILURE: ::windows_sys::core::HRESULT = -2146893015i32;
5679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5680 pub const SEC_E_EXT_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146892950i32;
5681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5682 pub const SEC_E_ILLEGAL_MESSAGE: ::windows_sys::core::HRESULT = -2146893018i32;
5683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5684 pub const SEC_E_INCOMPLETE_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893024i32;
5685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5686 pub const SEC_E_INCOMPLETE_MESSAGE: ::windows_sys::core::HRESULT = -2146893032i32;
5687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5688 pub const SEC_E_INSUFFICIENT_BUFFERS: ::windows_sys::core::HRESULT = -2146892949i32;
5689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5690 pub const SEC_E_INSUFFICIENT_MEMORY: ::windows_sys::core::HRESULT = -2146893056i32;
5691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5692 pub const SEC_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146893052i32;
5693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5694 pub const SEC_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146893055i32;
5695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5696 pub const SEC_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146892963i32;
5697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5698 pub const SEC_E_INVALID_TOKEN: ::windows_sys::core::HRESULT = -2146893048i32;
5699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5700 pub const SEC_E_INVALID_UPN_NAME: ::windows_sys::core::HRESULT = -2146892951i32;
5701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5702 pub const SEC_E_ISSUING_CA_UNTRUSTED: ::windows_sys::core::HRESULT = -2146892974i32;
5703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5704 pub const SEC_E_ISSUING_CA_UNTRUSTED_KDC: ::windows_sys::core::HRESULT = -2146892967i32;
5705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5706 pub const SEC_E_KDC_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146892966i32;
5707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5708 pub const SEC_E_KDC_CERT_REVOKED: ::windows_sys::core::HRESULT = -2146892965i32;
5709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5710 pub const SEC_E_KDC_INVALID_REQUEST: ::windows_sys::core::HRESULT = -2146892992i32;
5711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5712 pub const SEC_E_KDC_UNABLE_TO_REFER: ::windows_sys::core::HRESULT = -2146892991i32;
5713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5714 pub const SEC_E_KDC_UNKNOWN_ETYPE: ::windows_sys::core::HRESULT = -2146892990i32;
5715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5716 pub const SEC_E_LOGON_DENIED: ::windows_sys::core::HRESULT = -2146893044i32;
5717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5718 pub const SEC_E_MAX_REFERRALS_EXCEEDED: ::windows_sys::core::HRESULT = -2146893000i32;
5719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5720 pub const SEC_E_MESSAGE_ALTERED: ::windows_sys::core::HRESULT = -2146893041i32;
5721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5722 pub const SEC_E_MULTIPLE_ACCOUNTS: ::windows_sys::core::HRESULT = -2146892985i32;
5723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5724 pub const SEC_E_MUST_BE_KDC: ::windows_sys::core::HRESULT = -2146892999i32;
5725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5726 pub const SEC_E_MUTUAL_AUTH_FAILED: ::windows_sys::core::HRESULT = -2146892957i32;
5727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5728 pub const SEC_E_NOT_OWNER: ::windows_sys::core::HRESULT = -2146893050i32;
5729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5730 pub const SEC_E_NOT_SUPPORTED: i32 = -2146893054i32;
5731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5732 pub const SEC_E_NO_AUTHENTICATING_AUTHORITY: ::windows_sys::core::HRESULT = -2146893039i32;
5733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5734 pub const SEC_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2146892959i32;
5735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5736 pub const SEC_E_NO_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893042i32;
5737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5738 pub const SEC_E_NO_IMPERSONATION: ::windows_sys::core::HRESULT = -2146893045i32;
5739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5740 pub const SEC_E_NO_IP_ADDRESSES: ::windows_sys::core::HRESULT = -2146893003i32;
5741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5742 pub const SEC_E_NO_KERB_KEY: ::windows_sys::core::HRESULT = -2146892984i32;
5743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5744 pub const SEC_E_NO_PA_DATA: ::windows_sys::core::HRESULT = -2146892996i32;
5745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5746 pub const SEC_E_NO_S4U_PROT_SUPPORT: ::windows_sys::core::HRESULT = -2146892970i32;
5747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5748 pub const SEC_E_NO_SPM: i32 = -2146893052i32;
5749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5750 pub const SEC_E_NO_TGT_REPLY: ::windows_sys::core::HRESULT = -2146893004i32;
5751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5752 pub const SEC_E_OK: ::windows_sys::core::HRESULT = 0i32;
5753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5754 pub const SEC_E_ONLY_HTTPS_ALLOWED: ::windows_sys::core::HRESULT = -2146892955i32;
5755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5756 pub const SEC_E_OUT_OF_SEQUENCE: ::windows_sys::core::HRESULT = -2146893040i32;
5757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5758 pub const SEC_E_PKINIT_CLIENT_FAILURE: ::windows_sys::core::HRESULT = -2146892972i32;
5759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5760 pub const SEC_E_PKINIT_NAME_MISMATCH: ::windows_sys::core::HRESULT = -2146892995i32;
5761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5762 pub const SEC_E_PKU2U_CERT_FAILURE: ::windows_sys::core::HRESULT = -2146892958i32;
5763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5764 pub const SEC_E_POLICY_NLTM_ONLY: ::windows_sys::core::HRESULT = -2146892961i32;
5765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5766 pub const SEC_E_QOP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893046i32;
5767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5768 pub const SEC_E_REVOCATION_OFFLINE_C: ::windows_sys::core::HRESULT = -2146892973i32;
5769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5770 pub const SEC_E_REVOCATION_OFFLINE_KDC: ::windows_sys::core::HRESULT = -2146892968i32;
5771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5772 pub const SEC_E_SECPKG_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893051i32;
5773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5774 pub const SEC_E_SECURITY_QOS_FAILED: ::windows_sys::core::HRESULT = -2146893006i32;
5775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5776 pub const SEC_E_SHUTDOWN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2146892993i32;
5777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5778 pub const SEC_E_SMARTCARD_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146892971i32;
5779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5780 pub const SEC_E_SMARTCARD_CERT_REVOKED: ::windows_sys::core::HRESULT = -2146892975i32;
5781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5782 pub const SEC_E_SMARTCARD_LOGON_REQUIRED: ::windows_sys::core::HRESULT = -2146892994i32;
5783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5784 pub const SEC_E_STRONG_CRYPTO_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146892998i32;
5785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5786 pub const SEC_E_TARGET_UNKNOWN: ::windows_sys::core::HRESULT = -2146893053i32;
5787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5788 pub const SEC_E_TIME_SKEW: ::windows_sys::core::HRESULT = -2146893020i32;
5789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5790 pub const SEC_E_TOO_MANY_PRINCIPALS: ::windows_sys::core::HRESULT = -2146892997i32;
5791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5792 pub const SEC_E_UNFINISHED_CONTEXT_DELETED: ::windows_sys::core::HRESULT = -2146893005i32;
5793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5794 pub const SEC_E_UNKNOWN_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893043i32;
5795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5796 pub const SEC_E_UNSUPPORTED_FUNCTION: ::windows_sys::core::HRESULT = -2146893054i32;
5797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5798 pub const SEC_E_UNSUPPORTED_PREAUTH: ::windows_sys::core::HRESULT = -2146892989i32;
5799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5800 pub const SEC_E_UNTRUSTED_ROOT: ::windows_sys::core::HRESULT = -2146893019i32;
5801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5802 pub const SEC_E_WRONG_CREDENTIAL_HANDLE: ::windows_sys::core::HRESULT = -2146893002i32;
5803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5804 pub const SEC_E_WRONG_PRINCIPAL: ::windows_sys::core::HRESULT = -2146893022i32;
5805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5806 pub const SEC_I_ASYNC_CALL_PENDING: ::windows_sys::core::HRESULT = 590696i32;
5807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5808 pub const SEC_I_COMPLETE_AND_CONTINUE: ::windows_sys::core::HRESULT = 590612i32;
5809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5810 pub const SEC_I_COMPLETE_NEEDED: ::windows_sys::core::HRESULT = 590611i32;
5811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5812 pub const SEC_I_CONTEXT_EXPIRED: ::windows_sys::core::HRESULT = 590615i32;
5813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5814 pub const SEC_I_CONTINUE_NEEDED: ::windows_sys::core::HRESULT = 590610i32;
5815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5816 pub const SEC_I_CONTINUE_NEEDED_MESSAGE_OK: ::windows_sys::core::HRESULT = 590694i32;
5817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5818 pub const SEC_I_GENERIC_EXTENSION_RECEIVED: ::windows_sys::core::HRESULT = 590614i32;
5819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5820 pub const SEC_I_INCOMPLETE_CREDENTIALS: ::windows_sys::core::HRESULT = 590624i32;
5821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5822 pub const SEC_I_LOCAL_LOGON: ::windows_sys::core::HRESULT = 590613i32;
5823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5824 pub const SEC_I_MESSAGE_FRAGMENT: ::windows_sys::core::HRESULT = 590692i32;
5825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5826 pub const SEC_I_NO_LSA_CONTEXT: ::windows_sys::core::HRESULT = 590627i32;
5827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5828 pub const SEC_I_NO_RENEGOTIATION: ::windows_sys::core::HRESULT = 590688i32;
5829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5830 pub const SEC_I_RENEGOTIATE: ::windows_sys::core::HRESULT = 590625i32;
5831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5832 pub const SEC_I_SIGNATURE_NEEDED: ::windows_sys::core::HRESULT = 590684i32;
5833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5834 pub const SEVERITY_ERROR: u32 = 1u32;
5835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5836 pub const SEVERITY_SUCCESS: u32 = 0u32;
5837 pub type SHANDLE_PTR = isize;
5838 #[repr(C)]
5839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5840 pub struct SIZE {
5841 pub cx: i32,
5842 pub cy: i32,
5843 }
5844 impl ::core::marker::Copy for SIZE {}
5845 impl ::core::clone::Clone for SIZE {
5846 fn clone(&self) -> Self {
5847 *self
5848 }
5849 }
5850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5851 pub const SPAPI_E_AUTHENTICODE_DISALLOWED: ::windows_sys::core::HRESULT = -2146500032i32;
5852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5853 pub const SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2146500029i32;
5854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5855 pub const SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER: ::windows_sys::core::HRESULT = -2146500031i32;
5856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5857 pub const SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED: ::windows_sys::core::HRESULT = -2146500030i32;
5858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5859 pub const SPAPI_E_BAD_INTERFACE_INSTALLSECT: ::windows_sys::core::HRESULT = -2146500067i32;
5860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5861 pub const SPAPI_E_BAD_SECTION_NAME_LINE: ::windows_sys::core::HRESULT = -2146500607i32;
5862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5863 pub const SPAPI_E_BAD_SERVICE_INSTALLSECT: ::windows_sys::core::HRESULT = -2146500073i32;
5864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5865 pub const SPAPI_E_CANT_LOAD_CLASS_ICON: ::windows_sys::core::HRESULT = -2146500084i32;
5866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5867 pub const SPAPI_E_CANT_REMOVE_DEVINST: ::windows_sys::core::HRESULT = -2146500046i32;
5868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5869 pub const SPAPI_E_CLASS_MISMATCH: ::windows_sys::core::HRESULT = -2146500095i32;
5870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5871 pub const SPAPI_E_DEVICE_INSTALLER_NOT_READY: ::windows_sys::core::HRESULT = -2146500026i32;
5872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5873 pub const SPAPI_E_DEVICE_INSTALL_BLOCKED: ::windows_sys::core::HRESULT = -2146500024i32;
5874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5875 pub const SPAPI_E_DEVICE_INTERFACE_ACTIVE: ::windows_sys::core::HRESULT = -2146500069i32;
5876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5877 pub const SPAPI_E_DEVICE_INTERFACE_REMOVED: ::windows_sys::core::HRESULT = -2146500068i32;
5878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5879 pub const SPAPI_E_DEVINFO_DATA_LOCKED: ::windows_sys::core::HRESULT = -2146500077i32;
5880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5881 pub const SPAPI_E_DEVINFO_LIST_LOCKED: ::windows_sys::core::HRESULT = -2146500078i32;
5882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5883 pub const SPAPI_E_DEVINFO_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2146500088i32;
5884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5885 pub const SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE: ::windows_sys::core::HRESULT = -2146500048i32;
5886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5887 pub const SPAPI_E_DEVINST_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2146500089i32;
5888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5889 pub const SPAPI_E_DI_BAD_PATH: ::windows_sys::core::HRESULT = -2146500076i32;
5890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5891 pub const SPAPI_E_DI_DONT_INSTALL: ::windows_sys::core::HRESULT = -2146500053i32;
5892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5893 pub const SPAPI_E_DI_DO_DEFAULT: ::windows_sys::core::HRESULT = -2146500082i32;
5894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5895 pub const SPAPI_E_DI_FUNCTION_OBSOLETE: ::windows_sys::core::HRESULT = -2146500034i32;
5896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5897 pub const SPAPI_E_DI_NOFILECOPY: ::windows_sys::core::HRESULT = -2146500081i32;
5898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5899 pub const SPAPI_E_DI_POSTPROCESSING_REQUIRED: ::windows_sys::core::HRESULT = -2146500058i32;
5900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5901 pub const SPAPI_E_DRIVER_INSTALL_BLOCKED: ::windows_sys::core::HRESULT = -2146500023i32;
5902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5903 pub const SPAPI_E_DRIVER_NONNATIVE: ::windows_sys::core::HRESULT = -2146500044i32;
5904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5905 pub const SPAPI_E_DRIVER_STORE_ADD_FAILED: ::windows_sys::core::HRESULT = -2146500025i32;
5906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5907 pub const SPAPI_E_DRIVER_STORE_DELETE_FAILED: ::windows_sys::core::HRESULT = -2146500020i32;
5908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5909 pub const SPAPI_E_DUPLICATE_FOUND: ::windows_sys::core::HRESULT = -2146500094i32;
5910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5911 pub const SPAPI_E_ERROR_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2146496512i32;
5912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5913 pub const SPAPI_E_EXPECTED_SECTION_NAME: ::windows_sys::core::HRESULT = -2146500608i32;
5914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5915 pub const SPAPI_E_FILEQUEUE_LOCKED: ::windows_sys::core::HRESULT = -2146500074i32;
5916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5917 pub const SPAPI_E_FILE_HASH_NOT_IN_CATALOG: ::windows_sys::core::HRESULT = -2146500021i32;
5918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5919 pub const SPAPI_E_GENERAL_SYNTAX: ::windows_sys::core::HRESULT = -2146500605i32;
5920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5921 pub const SPAPI_E_INCORRECTLY_COPIED_INF: ::windows_sys::core::HRESULT = -2146500041i32;
5922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5923 pub const SPAPI_E_INF_IN_USE_BY_DEVICES: ::windows_sys::core::HRESULT = -2146500035i32;
5924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5925 pub const SPAPI_E_INVALID_CLASS: ::windows_sys::core::HRESULT = -2146500090i32;
5926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5927 pub const SPAPI_E_INVALID_CLASS_INSTALLER: ::windows_sys::core::HRESULT = -2146500083i32;
5928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5929 pub const SPAPI_E_INVALID_COINSTALLER: ::windows_sys::core::HRESULT = -2146500057i32;
5930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5931 pub const SPAPI_E_INVALID_DEVINST_NAME: ::windows_sys::core::HRESULT = -2146500091i32;
5932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5933 pub const SPAPI_E_INVALID_FILTER_DRIVER: ::windows_sys::core::HRESULT = -2146500052i32;
5934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5935 pub const SPAPI_E_INVALID_HWPROFILE: ::windows_sys::core::HRESULT = -2146500080i32;
5936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5937 pub const SPAPI_E_INVALID_INF_LOGCONFIG: ::windows_sys::core::HRESULT = -2146500054i32;
5938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5939 pub const SPAPI_E_INVALID_MACHINENAME: ::windows_sys::core::HRESULT = -2146500064i32;
5940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5941 pub const SPAPI_E_INVALID_PROPPAGE_PROVIDER: ::windows_sys::core::HRESULT = -2146500060i32;
5942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5943 pub const SPAPI_E_INVALID_REFERENCE_STRING: ::windows_sys::core::HRESULT = -2146500065i32;
5944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5945 pub const SPAPI_E_INVALID_REG_PROPERTY: ::windows_sys::core::HRESULT = -2146500087i32;
5946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5947 pub const SPAPI_E_INVALID_TARGET: ::windows_sys::core::HRESULT = -2146500045i32;
5948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5949 pub const SPAPI_E_IN_WOW64: ::windows_sys::core::HRESULT = -2146500043i32;
5950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5951 pub const SPAPI_E_KEY_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146500092i32;
5952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5953 pub const SPAPI_E_LINE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146500350i32;
5954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5955 pub const SPAPI_E_MACHINE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146500062i32;
5956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5957 pub const SPAPI_E_NON_WINDOWS_DRIVER: ::windows_sys::core::HRESULT = -2146500050i32;
5958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5959 pub const SPAPI_E_NON_WINDOWS_NT_DRIVER: ::windows_sys::core::HRESULT = -2146500051i32;
5960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5961 pub const SPAPI_E_NOT_AN_INSTALLED_OEM_INF: ::windows_sys::core::HRESULT = -2146500036i32;
5962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5963 pub const SPAPI_E_NOT_DISABLEABLE: ::windows_sys::core::HRESULT = -2146500047i32;
5964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5965 pub const SPAPI_E_NO_ASSOCIATED_CLASS: ::windows_sys::core::HRESULT = -2146500096i32;
5966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5967 pub const SPAPI_E_NO_ASSOCIATED_SERVICE: ::windows_sys::core::HRESULT = -2146500071i32;
5968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5969 pub const SPAPI_E_NO_AUTHENTICODE_CATALOG: ::windows_sys::core::HRESULT = -2146500033i32;
5970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5971 pub const SPAPI_E_NO_BACKUP: ::windows_sys::core::HRESULT = -2146500349i32;
5972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5973 pub const SPAPI_E_NO_CATALOG_FOR_OEM_INF: ::windows_sys::core::HRESULT = -2146500049i32;
5974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5975 pub const SPAPI_E_NO_CLASSINSTALL_PARAMS: ::windows_sys::core::HRESULT = -2146500075i32;
5976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5977 pub const SPAPI_E_NO_CLASS_DRIVER_LIST: ::windows_sys::core::HRESULT = -2146500072i32;
5978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5979 pub const SPAPI_E_NO_COMPAT_DRIVERS: ::windows_sys::core::HRESULT = -2146500056i32;
5980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5981 pub const SPAPI_E_NO_CONFIGMGR_SERVICES: ::windows_sys::core::HRESULT = -2146500061i32;
5982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5983 pub const SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE: ::windows_sys::core::HRESULT = -2146500070i32;
5984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5985 pub const SPAPI_E_NO_DEVICE_ICON: ::windows_sys::core::HRESULT = -2146500055i32;
5986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5987 pub const SPAPI_E_NO_DEVICE_SELECTED: ::windows_sys::core::HRESULT = -2146500079i32;
5988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5989 pub const SPAPI_E_NO_DRIVER_SELECTED: ::windows_sys::core::HRESULT = -2146500093i32;
5990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5991 pub const SPAPI_E_NO_INF: ::windows_sys::core::HRESULT = -2146500086i32;
5992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5993 pub const SPAPI_E_NO_SUCH_DEVICE_INTERFACE: ::windows_sys::core::HRESULT = -2146500059i32;
5994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5995 pub const SPAPI_E_NO_SUCH_DEVINST: ::windows_sys::core::HRESULT = -2146500085i32;
5996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5997 pub const SPAPI_E_NO_SUCH_INTERFACE_CLASS: ::windows_sys::core::HRESULT = -2146500066i32;
5998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5999 pub const SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE: ::windows_sys::core::HRESULT = -2146500027i32;
6000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6001 pub const SPAPI_E_PNP_REGISTRY_ERROR: ::windows_sys::core::HRESULT = -2146500038i32;
6002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6003 pub const SPAPI_E_REMOTE_COMM_FAILURE: ::windows_sys::core::HRESULT = -2146500063i32;
6004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6005 pub const SPAPI_E_REMOTE_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146500037i32;
6006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6007 pub const SPAPI_E_SCE_DISABLED: ::windows_sys::core::HRESULT = -2146500040i32;
6008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6009 pub const SPAPI_E_SECTION_NAME_TOO_LONG: ::windows_sys::core::HRESULT = -2146500606i32;
6010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6011 pub const SPAPI_E_SECTION_NOT_FOUND: ::windows_sys::core::HRESULT = -2146500351i32;
6012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6013 pub const SPAPI_E_SET_SYSTEM_RESTORE_POINT: ::windows_sys::core::HRESULT = -2146500042i32;
6014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6015 pub const SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH: ::windows_sys::core::HRESULT = -2146500028i32;
6016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6017 pub const SPAPI_E_UNKNOWN_EXCEPTION: ::windows_sys::core::HRESULT = -2146500039i32;
6018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6019 pub const SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW: ::windows_sys::core::HRESULT = -2146499840i32;
6020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6021 pub const SPAPI_E_WRONG_INF_STYLE: ::windows_sys::core::HRESULT = -2146500352i32;
6022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6023 pub const SPAPI_E_WRONG_INF_TYPE: ::windows_sys::core::HRESULT = -2146500022i32;
6024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6025 pub const SQLITE_E_ABORT: ::windows_sys::core::HRESULT = -2018574332i32;
6026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6027 pub const SQLITE_E_ABORT_ROLLBACK: ::windows_sys::core::HRESULT = -2018573820i32;
6028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6029 pub const SQLITE_E_AUTH: ::windows_sys::core::HRESULT = -2018574313i32;
6030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6031 pub const SQLITE_E_BUSY: ::windows_sys::core::HRESULT = -2018574331i32;
6032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6033 pub const SQLITE_E_BUSY_RECOVERY: ::windows_sys::core::HRESULT = -2018574075i32;
6034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6035 pub const SQLITE_E_BUSY_SNAPSHOT: ::windows_sys::core::HRESULT = -2018573819i32;
6036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6037 pub const SQLITE_E_CANTOPEN: ::windows_sys::core::HRESULT = -2018574322i32;
6038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6039 pub const SQLITE_E_CANTOPEN_CONVPATH: ::windows_sys::core::HRESULT = -2018573298i32;
6040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6041 pub const SQLITE_E_CANTOPEN_FULLPATH: ::windows_sys::core::HRESULT = -2018573554i32;
6042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6043 pub const SQLITE_E_CANTOPEN_ISDIR: ::windows_sys::core::HRESULT = -2018573810i32;
6044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6045 pub const SQLITE_E_CANTOPEN_NOTEMPDIR: ::windows_sys::core::HRESULT = -2018574066i32;
6046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6047 pub const SQLITE_E_CONSTRAINT: ::windows_sys::core::HRESULT = -2018574317i32;
6048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6049 pub const SQLITE_E_CONSTRAINT_CHECK: ::windows_sys::core::HRESULT = -2018574061i32;
6050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6051 pub const SQLITE_E_CONSTRAINT_COMMITHOOK: ::windows_sys::core::HRESULT = -2018573805i32;
6052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6053 pub const SQLITE_E_CONSTRAINT_FOREIGNKEY: ::windows_sys::core::HRESULT = -2018573549i32;
6054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6055 pub const SQLITE_E_CONSTRAINT_FUNCTION: ::windows_sys::core::HRESULT = -2018573293i32;
6056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6057 pub const SQLITE_E_CONSTRAINT_NOTNULL: ::windows_sys::core::HRESULT = -2018573037i32;
6058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6059 pub const SQLITE_E_CONSTRAINT_PRIMARYKEY: ::windows_sys::core::HRESULT = -2018572781i32;
6060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6061 pub const SQLITE_E_CONSTRAINT_ROWID: ::windows_sys::core::HRESULT = -2018571757i32;
6062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6063 pub const SQLITE_E_CONSTRAINT_TRIGGER: ::windows_sys::core::HRESULT = -2018572525i32;
6064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6065 pub const SQLITE_E_CONSTRAINT_UNIQUE: ::windows_sys::core::HRESULT = -2018572269i32;
6066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6067 pub const SQLITE_E_CONSTRAINT_VTAB: ::windows_sys::core::HRESULT = -2018572013i32;
6068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6069 pub const SQLITE_E_CORRUPT: ::windows_sys::core::HRESULT = -2018574325i32;
6070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6071 pub const SQLITE_E_CORRUPT_VTAB: ::windows_sys::core::HRESULT = -2018574069i32;
6072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6073 pub const SQLITE_E_DONE: ::windows_sys::core::HRESULT = -2018574235i32;
6074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6075 pub const SQLITE_E_EMPTY: ::windows_sys::core::HRESULT = -2018574320i32;
6076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6077 pub const SQLITE_E_ERROR: ::windows_sys::core::HRESULT = -2018574335i32;
6078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6079 pub const SQLITE_E_FORMAT: ::windows_sys::core::HRESULT = -2018574312i32;
6080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6081 pub const SQLITE_E_FULL: ::windows_sys::core::HRESULT = -2018574323i32;
6082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6083 pub const SQLITE_E_INTERNAL: ::windows_sys::core::HRESULT = -2018574334i32;
6084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6085 pub const SQLITE_E_INTERRUPT: ::windows_sys::core::HRESULT = -2018574327i32;
6086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6087 pub const SQLITE_E_IOERR: ::windows_sys::core::HRESULT = -2018574326i32;
6088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6089 pub const SQLITE_E_IOERR_ACCESS: ::windows_sys::core::HRESULT = -2018570998i32;
6090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6091 pub const SQLITE_E_IOERR_AUTH: ::windows_sys::core::HRESULT = -2018567677i32;
6092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6093 pub const SQLITE_E_IOERR_BLOCKED: ::windows_sys::core::HRESULT = -2018571510i32;
6094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6095 pub const SQLITE_E_IOERR_CHECKRESERVEDLOCK: ::windows_sys::core::HRESULT = -2018570742i32;
6096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6097 pub const SQLITE_E_IOERR_CLOSE: ::windows_sys::core::HRESULT = -2018570230i32;
6098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6099 pub const SQLITE_E_IOERR_CONVPATH: ::windows_sys::core::HRESULT = -2018567670i32;
6100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6101 pub const SQLITE_E_IOERR_DELETE: ::windows_sys::core::HRESULT = -2018571766i32;
6102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6103 pub const SQLITE_E_IOERR_DELETE_NOENT: ::windows_sys::core::HRESULT = -2018568438i32;
6104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6105 pub const SQLITE_E_IOERR_DIR_CLOSE: ::windows_sys::core::HRESULT = -2018569974i32;
6106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6107 pub const SQLITE_E_IOERR_DIR_FSYNC: ::windows_sys::core::HRESULT = -2018573046i32;
6108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6109 pub const SQLITE_E_IOERR_FSTAT: ::windows_sys::core::HRESULT = -2018572534i32;
6110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6111 pub const SQLITE_E_IOERR_FSYNC: ::windows_sys::core::HRESULT = -2018573302i32;
6112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6113 pub const SQLITE_E_IOERR_GETTEMPPATH: ::windows_sys::core::HRESULT = -2018567926i32;
6114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6115 pub const SQLITE_E_IOERR_LOCK: ::windows_sys::core::HRESULT = -2018570486i32;
6116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6117 pub const SQLITE_E_IOERR_MMAP: ::windows_sys::core::HRESULT = -2018568182i32;
6118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6119 pub const SQLITE_E_IOERR_NOMEM: ::windows_sys::core::HRESULT = -2018571254i32;
6120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6121 pub const SQLITE_E_IOERR_RDLOCK: ::windows_sys::core::HRESULT = -2018572022i32;
6122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6123 pub const SQLITE_E_IOERR_READ: ::windows_sys::core::HRESULT = -2018574070i32;
6124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6125 pub const SQLITE_E_IOERR_SEEK: ::windows_sys::core::HRESULT = -2018568694i32;
6126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6127 pub const SQLITE_E_IOERR_SHMLOCK: ::windows_sys::core::HRESULT = -2018569206i32;
6128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6129 pub const SQLITE_E_IOERR_SHMMAP: ::windows_sys::core::HRESULT = -2018568950i32;
6130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6131 pub const SQLITE_E_IOERR_SHMOPEN: ::windows_sys::core::HRESULT = -2018569718i32;
6132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6133 pub const SQLITE_E_IOERR_SHMSIZE: ::windows_sys::core::HRESULT = -2018569462i32;
6134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6135 pub const SQLITE_E_IOERR_SHORT_READ: ::windows_sys::core::HRESULT = -2018573814i32;
6136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6137 pub const SQLITE_E_IOERR_TRUNCATE: ::windows_sys::core::HRESULT = -2018572790i32;
6138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6139 pub const SQLITE_E_IOERR_UNLOCK: ::windows_sys::core::HRESULT = -2018572278i32;
6140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6141 pub const SQLITE_E_IOERR_VNODE: ::windows_sys::core::HRESULT = -2018567678i32;
6142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6143 pub const SQLITE_E_IOERR_WRITE: ::windows_sys::core::HRESULT = -2018573558i32;
6144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6145 pub const SQLITE_E_LOCKED: ::windows_sys::core::HRESULT = -2018574330i32;
6146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6147 pub const SQLITE_E_LOCKED_SHAREDCACHE: ::windows_sys::core::HRESULT = -2018574074i32;
6148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6149 pub const SQLITE_E_MISMATCH: ::windows_sys::core::HRESULT = -2018574316i32;
6150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6151 pub const SQLITE_E_MISUSE: ::windows_sys::core::HRESULT = -2018574315i32;
6152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6153 pub const SQLITE_E_NOLFS: ::windows_sys::core::HRESULT = -2018574314i32;
6154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6155 pub const SQLITE_E_NOMEM: ::windows_sys::core::HRESULT = -2018574329i32;
6156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6157 pub const SQLITE_E_NOTADB: ::windows_sys::core::HRESULT = -2018574310i32;
6158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6159 pub const SQLITE_E_NOTFOUND: ::windows_sys::core::HRESULT = -2018574324i32;
6160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6161 pub const SQLITE_E_NOTICE: ::windows_sys::core::HRESULT = -2018574309i32;
6162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6163 pub const SQLITE_E_NOTICE_RECOVER_ROLLBACK: ::windows_sys::core::HRESULT = -2018573797i32;
6164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6165 pub const SQLITE_E_NOTICE_RECOVER_WAL: ::windows_sys::core::HRESULT = -2018574053i32;
6166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6167 pub const SQLITE_E_PERM: ::windows_sys::core::HRESULT = -2018574333i32;
6168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6169 pub const SQLITE_E_PROTOCOL: ::windows_sys::core::HRESULT = -2018574321i32;
6170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6171 pub const SQLITE_E_RANGE: ::windows_sys::core::HRESULT = -2018574311i32;
6172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6173 pub const SQLITE_E_READONLY: ::windows_sys::core::HRESULT = -2018574328i32;
6174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6175 pub const SQLITE_E_READONLY_CANTLOCK: ::windows_sys::core::HRESULT = -2018573816i32;
6176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6177 pub const SQLITE_E_READONLY_DBMOVED: ::windows_sys::core::HRESULT = -2018573304i32;
6178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6179 pub const SQLITE_E_READONLY_RECOVERY: ::windows_sys::core::HRESULT = -2018574072i32;
6180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6181 pub const SQLITE_E_READONLY_ROLLBACK: ::windows_sys::core::HRESULT = -2018573560i32;
6182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6183 pub const SQLITE_E_ROW: ::windows_sys::core::HRESULT = -2018574236i32;
6184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6185 pub const SQLITE_E_SCHEMA: ::windows_sys::core::HRESULT = -2018574319i32;
6186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6187 pub const SQLITE_E_TOOBIG: ::windows_sys::core::HRESULT = -2018574318i32;
6188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6189 pub const SQLITE_E_WARNING: ::windows_sys::core::HRESULT = -2018574308i32;
6190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6191 pub const SQLITE_E_WARNING_AUTOINDEX: ::windows_sys::core::HRESULT = -2018574052i32;
6192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6193 pub const STATEREPOSITORY_ERROR_CACHE_CORRUPTED: ::windows_sys::core::HRESULT = -2140733422i32;
6194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6195 pub const STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED: ::windows_sys::core::HRESULT = -2140733435i32;
6196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6197 pub const STATEREPOSITORY_E_BLOCKED: ::windows_sys::core::HRESULT = -2140733434i32;
6198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6199 pub const STATEREPOSITORY_E_BUSY_RECOVERY_RETRY: ::windows_sys::core::HRESULT = -2140733432i32;
6200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6201 pub const STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733427i32;
6202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6203 pub const STATEREPOSITORY_E_BUSY_RETRY: ::windows_sys::core::HRESULT = -2140733433i32;
6204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6205 pub const STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733428i32;
6206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6207 pub const STATEREPOSITORY_E_CACHE_NOT_INIITALIZED: ::windows_sys::core::HRESULT = -2140733419i32;
6208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6209 pub const STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE: ::windows_sys::core::HRESULT = -2140733439i32;
6210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6211 pub const STATEREPOSITORY_E_CONFIGURATION_INVALID: ::windows_sys::core::HRESULT = -2140733437i32;
6212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6213 pub const STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED: ::windows_sys::core::HRESULT = -2140733418i32;
6214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6215 pub const STATEREPOSITORY_E_LOCKED_RETRY: ::windows_sys::core::HRESULT = -2140733431i32;
6216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6217 pub const STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY: ::windows_sys::core::HRESULT = -2140733430i32;
6218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6219 pub const STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733425i32;
6220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6221 pub const STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733426i32;
6222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6223 pub const STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS: ::windows_sys::core::HRESULT = -2140733424i32;
6224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6225 pub const STATEREPOSITORY_E_STATEMENT_INPROGRESS: ::windows_sys::core::HRESULT = -2140733438i32;
6226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6227 pub const STATEREPOSITORY_E_TRANSACTION_REQUIRED: ::windows_sys::core::HRESULT = -2140733429i32;
6228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6229 pub const STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION: ::windows_sys::core::HRESULT = -2140733436i32;
6230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6231 pub const STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED: ::windows_sys::core::HRESULT = 6750227i32;
6232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6233 pub const STATEREPOSITORY_TRANSACTION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2140733420i32;
6234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6235 pub const STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140733423i32;
6236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6237 pub const STATUS_ABANDONED: NTSTATUS = 128i32;
6238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6239 pub const STATUS_ABANDONED_WAIT_0: NTSTATUS = 128i32;
6240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6241 pub const STATUS_ABANDONED_WAIT_63: NTSTATUS = 191i32;
6242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6243 pub const STATUS_ABANDON_HIBERFILE: NTSTATUS = 1073741875i32;
6244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6245 pub const STATUS_ABIOS_INVALID_COMMAND: NTSTATUS = -1073741549i32;
6246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6247 pub const STATUS_ABIOS_INVALID_LID: NTSTATUS = -1073741548i32;
6248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6249 pub const STATUS_ABIOS_INVALID_SELECTOR: NTSTATUS = -1073741546i32;
6250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6251 pub const STATUS_ABIOS_LID_ALREADY_OWNED: NTSTATUS = -1073741551i32;
6252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6253 pub const STATUS_ABIOS_LID_NOT_EXIST: NTSTATUS = -1073741552i32;
6254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6255 pub const STATUS_ABIOS_NOT_LID_OWNER: NTSTATUS = -1073741550i32;
6256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6257 pub const STATUS_ABIOS_NOT_PRESENT: NTSTATUS = -1073741553i32;
6258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6259 pub const STATUS_ABIOS_SELECTOR_NOT_AVAILABLE: NTSTATUS = -1073741547i32;
6260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6261 pub const STATUS_ACCESS_AUDIT_BY_POLICY: NTSTATUS = 1073741874i32;
6262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6263 pub const STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT: NTSTATUS = -1073740959i32;
6264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6265 pub const STATUS_ACCESS_DISABLED_BY_POLICY_OTHER: NTSTATUS = -1073740956i32;
6266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6267 pub const STATUS_ACCESS_DISABLED_BY_POLICY_PATH: NTSTATUS = -1073740958i32;
6268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6269 pub const STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER: NTSTATUS = -1073740957i32;
6270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6271 pub const STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: NTSTATUS = -1073740942i32;
6272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6273 pub const STATUS_ACCESS_VIOLATION: NTSTATUS = -1073741819i32;
6274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6275 pub const STATUS_ACPI_ACQUIRE_GLOBAL_LOCK: NTSTATUS = -1072431086i32;
6276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6277 pub const STATUS_ACPI_ADDRESS_NOT_MAPPED: NTSTATUS = -1072431092i32;
6278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6279 pub const STATUS_ACPI_ALREADY_INITIALIZED: NTSTATUS = -1072431085i32;
6280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6281 pub const STATUS_ACPI_ASSERT_FAILED: NTSTATUS = -1072431101i32;
6282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6283 pub const STATUS_ACPI_FATAL: NTSTATUS = -1072431098i32;
6284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6285 pub const STATUS_ACPI_HANDLER_COLLISION: NTSTATUS = -1072431090i32;
6286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6287 pub const STATUS_ACPI_INCORRECT_ARGUMENT_COUNT: NTSTATUS = -1072431093i32;
6288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6289 pub const STATUS_ACPI_INVALID_ACCESS_SIZE: NTSTATUS = -1072431087i32;
6290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6291 pub const STATUS_ACPI_INVALID_ARGTYPE: NTSTATUS = -1072431096i32;
6292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6293 pub const STATUS_ACPI_INVALID_ARGUMENT: NTSTATUS = -1072431099i32;
6294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6295 pub const STATUS_ACPI_INVALID_DATA: NTSTATUS = -1072431089i32;
6296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6297 pub const STATUS_ACPI_INVALID_EVENTTYPE: NTSTATUS = -1072431091i32;
6298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6299 pub const STATUS_ACPI_INVALID_INDEX: NTSTATUS = -1072431100i32;
6300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6301 pub const STATUS_ACPI_INVALID_MUTEX_LEVEL: NTSTATUS = -1072431083i32;
6302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6303 pub const STATUS_ACPI_INVALID_OBJTYPE: NTSTATUS = -1072431095i32;
6304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6305 pub const STATUS_ACPI_INVALID_OPCODE: NTSTATUS = -1072431103i32;
6306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6307 pub const STATUS_ACPI_INVALID_REGION: NTSTATUS = -1072431088i32;
6308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6309 pub const STATUS_ACPI_INVALID_SUPERNAME: NTSTATUS = -1072431097i32;
6310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6311 pub const STATUS_ACPI_INVALID_TABLE: NTSTATUS = -1072431079i32;
6312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6313 pub const STATUS_ACPI_INVALID_TARGETTYPE: NTSTATUS = -1072431094i32;
6314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6315 pub const STATUS_ACPI_MUTEX_NOT_OWNED: NTSTATUS = -1072431082i32;
6316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6317 pub const STATUS_ACPI_MUTEX_NOT_OWNER: NTSTATUS = -1072431081i32;
6318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6319 pub const STATUS_ACPI_NOT_INITIALIZED: NTSTATUS = -1072431084i32;
6320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6321 pub const STATUS_ACPI_POWER_REQUEST_FAILED: NTSTATUS = -1072431071i32;
6322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6323 pub const STATUS_ACPI_REG_HANDLER_FAILED: NTSTATUS = -1072431072i32;
6324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6325 pub const STATUS_ACPI_RS_ACCESS: NTSTATUS = -1072431080i32;
6326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6327 pub const STATUS_ACPI_STACK_OVERFLOW: NTSTATUS = -1072431102i32;
6328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6329 pub const STATUS_ADAPTER_HARDWARE_ERROR: NTSTATUS = -1073741630i32;
6330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6331 pub const STATUS_ADDRESS_ALREADY_ASSOCIATED: NTSTATUS = -1073741256i32;
6332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6333 pub const STATUS_ADDRESS_ALREADY_EXISTS: NTSTATUS = -1073741302i32;
6334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6335 pub const STATUS_ADDRESS_CLOSED: NTSTATUS = -1073741301i32;
6336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6337 pub const STATUS_ADDRESS_NOT_ASSOCIATED: NTSTATUS = -1073741255i32;
6338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6339 pub const STATUS_ADMINLESS_ACCESS_DENIED: NTSTATUS = -1073700348i32;
6340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6341 pub const STATUS_ADVANCED_INSTALLER_FAILED: NTSTATUS = -1072365536i32;
6342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6343 pub const STATUS_AGENTS_EXHAUSTED: NTSTATUS = -1073741691i32;
6344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6345 pub const STATUS_ALERTED: NTSTATUS = 257i32;
6346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6347 pub const STATUS_ALIAS_EXISTS: NTSTATUS = -1073741484i32;
6348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6349 pub const STATUS_ALLOCATE_BUCKET: NTSTATUS = -1073741265i32;
6350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6351 pub const STATUS_ALLOTTED_SPACE_EXCEEDED: NTSTATUS = -1073741671i32;
6352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6353 pub const STATUS_ALL_SIDS_FILTERED: NTSTATUS = -1073740962i32;
6354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6355 pub const STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740798i32;
6356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6357 pub const STATUS_ALPC_CHECK_COMPLETION_LIST: NTSTATUS = 1073741872i32;
6358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6359 pub const STATUS_ALREADY_COMMITTED: NTSTATUS = -1073741791i32;
6360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6361 pub const STATUS_ALREADY_COMPLETE: NTSTATUS = 255i32;
6362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6363 pub const STATUS_ALREADY_DISCONNECTED: NTSTATUS = -2147483611i32;
6364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6365 pub const STATUS_ALREADY_HAS_STREAM_ID: NTSTATUS = -1073740530i32;
6366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6367 pub const STATUS_ALREADY_INITIALIZED: NTSTATUS = -1073740528i32;
6368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6369 pub const STATUS_ALREADY_REGISTERED: NTSTATUS = -1073740008i32;
6370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6371 pub const STATUS_ALREADY_WIN32: NTSTATUS = 1073741851i32;
6372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6373 pub const STATUS_AMBIGUOUS_SYSTEM_DEVICE: NTSTATUS = -1073740719i32;
6374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6375 pub const STATUS_APC_RETURNED_WHILE_IMPERSONATING: NTSTATUS = -1073740015i32;
6376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6377 pub const STATUS_APISET_NOT_HOSTED: NTSTATUS = -1073740671i32;
6378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6379 pub const STATUS_APISET_NOT_PRESENT: NTSTATUS = -1073740670i32;
6380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6381 pub const STATUS_APPEXEC_APP_COMPAT_BLOCK: NTSTATUS = -1058275320i32;
6382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6383 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT: NTSTATUS = -1058275319i32;
6384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6385 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING: NTSTATUS = -1058275317i32;
6386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6387 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES: NTSTATUS = -1058275316i32;
6388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6389 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION: NTSTATUS = -1058275318i32;
6390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6391 pub const STATUS_APPEXEC_CONDITION_NOT_SATISFIED: NTSTATUS = -1058275328i32;
6392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6393 pub const STATUS_APPEXEC_HANDLE_INVALIDATED: NTSTATUS = -1058275327i32;
6394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6395 pub const STATUS_APPEXEC_HOST_ID_MISMATCH: NTSTATUS = -1058275322i32;
6396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6397 pub const STATUS_APPEXEC_INVALID_HOST_GENERATION: NTSTATUS = -1058275326i32;
6398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6399 pub const STATUS_APPEXEC_INVALID_HOST_STATE: NTSTATUS = -1058275324i32;
6400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6401 pub const STATUS_APPEXEC_NO_DONOR: NTSTATUS = -1058275323i32;
6402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6403 pub const STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION: NTSTATUS = -1058275325i32;
6404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6405 pub const STATUS_APPEXEC_UNKNOWN_USER: NTSTATUS = -1058275321i32;
6406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6407 pub const STATUS_APPHELP_BLOCK: NTSTATUS = -1073740963i32;
6408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6409 pub const STATUS_APPX_FILE_NOT_ENCRYPTED: NTSTATUS = -1073740634i32;
6410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6411 pub const STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN: NTSTATUS = -1073740673i32;
6412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6413 pub const STATUS_APP_DATA_CORRUPT: NTSTATUS = -1073700221i32;
6414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6415 pub const STATUS_APP_DATA_EXPIRED: NTSTATUS = -1073700222i32;
6416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6417 pub const STATUS_APP_DATA_LIMIT_EXCEEDED: NTSTATUS = -1073700220i32;
6418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6419 pub const STATUS_APP_DATA_NOT_FOUND: NTSTATUS = -1073700223i32;
6420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6421 pub const STATUS_APP_DATA_REBOOT_REQUIRED: NTSTATUS = -1073700219i32;
6422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6423 pub const STATUS_APP_INIT_FAILURE: NTSTATUS = -1073741499i32;
6424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6425 pub const STATUS_ARBITRATION_UNHANDLED: NTSTATUS = 1073741862i32;
6426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6427 pub const STATUS_ARRAY_BOUNDS_EXCEEDED: NTSTATUS = -1073741684i32;
6428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6429 pub const STATUS_ASSERTION_FAILURE: NTSTATUS = -1073740768i32;
6430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6431 pub const STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739995i32;
6432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6433 pub const STATUS_ATTRIBUTE_NOT_PRESENT: NTSTATUS = -1073740532i32;
6434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6435 pub const STATUS_AUDIO_ENGINE_NODE_NOT_FOUND: NTSTATUS = -1069285375i32;
6436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6437 pub const STATUS_AUDITING_DISABLED: NTSTATUS = -1073740970i32;
6438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6439 pub const STATUS_AUDIT_FAILED: NTSTATUS = -1073741244i32;
6440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6441 pub const STATUS_AUTHIP_FAILURE: NTSTATUS = -1073700730i32;
6442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6443 pub const STATUS_AUTH_TAG_MISMATCH: NTSTATUS = -1073700862i32;
6444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6445 pub const STATUS_BACKUP_CONTROLLER: NTSTATUS = -1073741433i32;
6446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6447 pub const STATUS_BAD_BINDINGS: NTSTATUS = -1073740965i32;
6448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6449 pub const STATUS_BAD_CLUSTERS: NTSTATUS = -1073739771i32;
6450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6451 pub const STATUS_BAD_COMPRESSION_BUFFER: NTSTATUS = -1073741246i32;
6452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6453 pub const STATUS_BAD_CURRENT_DIRECTORY: NTSTATUS = 1073741831i32;
6454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6455 pub const STATUS_BAD_DATA: NTSTATUS = -1073739509i32;
6456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6457 pub const STATUS_BAD_DESCRIPTOR_FORMAT: NTSTATUS = -1073741593i32;
6458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6459 pub const STATUS_BAD_DEVICE_TYPE: NTSTATUS = -1073741621i32;
6460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6461 pub const STATUS_BAD_DLL_ENTRYPOINT: NTSTATUS = -1073741231i32;
6462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6463 pub const STATUS_BAD_FILE_TYPE: NTSTATUS = -1073739517i32;
6464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6465 pub const STATUS_BAD_FUNCTION_TABLE: NTSTATUS = -1073741569i32;
6466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6467 pub const STATUS_BAD_IMPERSONATION_LEVEL: NTSTATUS = -1073741659i32;
6468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6469 pub const STATUS_BAD_INHERITANCE_ACL: NTSTATUS = -1073741699i32;
6470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6471 pub const STATUS_BAD_INITIAL_PC: NTSTATUS = -1073741814i32;
6472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6473 pub const STATUS_BAD_INITIAL_STACK: NTSTATUS = -1073741815i32;
6474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6475 pub const STATUS_BAD_KEY: NTSTATUS = -1073739510i32;
6476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6477 pub const STATUS_BAD_LOGON_SESSION_STATE: NTSTATUS = -1073741564i32;
6478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6479 pub const STATUS_BAD_MASTER_BOOT_RECORD: NTSTATUS = -1073741655i32;
6480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6481 pub const STATUS_BAD_MCFG_TABLE: NTSTATUS = -1073739512i32;
6482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6483 pub const STATUS_BAD_NETWORK_NAME: NTSTATUS = -1073741620i32;
6484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6485 pub const STATUS_BAD_NETWORK_PATH: NTSTATUS = -1073741634i32;
6486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6487 pub const STATUS_BAD_REMOTE_ADAPTER: NTSTATUS = -1073741627i32;
6488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6489 pub const STATUS_BAD_SERVICE_ENTRYPOINT: NTSTATUS = -1073741230i32;
6490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6491 pub const STATUS_BAD_STACK: NTSTATUS = -1073741784i32;
6492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6493 pub const STATUS_BAD_TOKEN_TYPE: NTSTATUS = -1073741656i32;
6494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6495 pub const STATUS_BAD_VALIDATION_CLASS: NTSTATUS = -1073741657i32;
6496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6497 pub const STATUS_BAD_WORKING_SET_LIMIT: NTSTATUS = -1073741748i32;
6498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6499 pub const STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED: NTSTATUS = -2143748095i32;
6500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6501 pub const STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED: NTSTATUS = -2143748093i32;
6502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6503 pub const STATUS_BCD_TOO_MANY_ELEMENTS: NTSTATUS = -1070006270i32;
6504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6505 pub const STATUS_BEGINNING_OF_MEDIA: NTSTATUS = -2147483617i32;
6506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6507 pub const STATUS_BEYOND_VDL: NTSTATUS = -1073740750i32;
6508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6509 pub const STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT: NTSTATUS = -1073741458i32;
6510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6511 pub const STATUS_BIZRULES_NOT_ENABLED: NTSTATUS = 1073741876i32;
6512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6513 pub const STATUS_BLOCKED_BY_PARENTAL_CONTROLS: NTSTATUS = -1073740664i32;
6514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6515 pub const STATUS_BLOCK_TOO_MANY_REFERENCES: NTSTATUS = -1073740660i32;
6516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6517 pub const STATUS_BREAKPOINT: NTSTATUS = -2147483645i32;
6518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6519 pub const STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND: NTSTATUS = -1069416438i32;
6520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6521 pub const STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG: NTSTATUS = -1069416437i32;
6522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6523 pub const STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION: NTSTATUS = -1069416443i32;
6524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6525 pub const STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION: NTSTATUS = -1069416440i32;
6526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6527 pub const STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION: NTSTATUS = -1069416433i32;
6528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6529 pub const STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE: NTSTATUS = -1069416436i32;
6530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6531 pub const STATUS_BTH_ATT_INSUFFICIENT_RESOURCES: NTSTATUS = -1069416431i32;
6532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6533 pub const STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH: NTSTATUS = -1069416435i32;
6534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6535 pub const STATUS_BTH_ATT_INVALID_HANDLE: NTSTATUS = -1069416447i32;
6536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6537 pub const STATUS_BTH_ATT_INVALID_OFFSET: NTSTATUS = -1069416441i32;
6538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6539 pub const STATUS_BTH_ATT_INVALID_PDU: NTSTATUS = -1069416444i32;
6540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6541 pub const STATUS_BTH_ATT_PREPARE_QUEUE_FULL: NTSTATUS = -1069416439i32;
6542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6543 pub const STATUS_BTH_ATT_READ_NOT_PERMITTED: NTSTATUS = -1069416446i32;
6544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6545 pub const STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED: NTSTATUS = -1069416442i32;
6546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6547 pub const STATUS_BTH_ATT_UNKNOWN_ERROR: NTSTATUS = -1069412352i32;
6548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6549 pub const STATUS_BTH_ATT_UNLIKELY: NTSTATUS = -1069416434i32;
6550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6551 pub const STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE: NTSTATUS = -1069416432i32;
6552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6553 pub const STATUS_BTH_ATT_WRITE_NOT_PERMITTED: NTSTATUS = -1069416445i32;
6554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6555 pub const STATUS_BUFFER_ALL_ZEROS: NTSTATUS = 279i32;
6556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6557 pub const STATUS_BUFFER_OVERFLOW: NTSTATUS = -2147483643i32;
6558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6559 pub const STATUS_BUFFER_TOO_SMALL: NTSTATUS = -1073741789i32;
6560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6561 pub const STATUS_BUS_RESET: NTSTATUS = -2147483619i32;
6562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6563 pub const STATUS_BYPASSIO_FLT_NOT_SUPPORTED: NTSTATUS = -1073740590i32;
6564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6565 pub const STATUS_CACHE_PAGE_LOCKED: NTSTATUS = 277i32;
6566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6567 pub const STATUS_CALLBACK_BYPASS: NTSTATUS = -1073740541i32;
6568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6569 pub const STATUS_CALLBACK_INVOKE_INLINE: NTSTATUS = -1073740661i32;
6570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6571 pub const STATUS_CALLBACK_POP_STACK: NTSTATUS = -1073740765i32;
6572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6573 pub const STATUS_CALLBACK_RETURNED_LANG: NTSTATUS = -1073740001i32;
6574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6575 pub const STATUS_CALLBACK_RETURNED_LDR_LOCK: NTSTATUS = -1073740002i32;
6576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6577 pub const STATUS_CALLBACK_RETURNED_PRI_BACK: NTSTATUS = -1073740000i32;
6578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6579 pub const STATUS_CALLBACK_RETURNED_THREAD_AFFINITY: NTSTATUS = -1073739999i32;
6580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6581 pub const STATUS_CALLBACK_RETURNED_THREAD_PRIORITY: NTSTATUS = -1073740005i32;
6582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6583 pub const STATUS_CALLBACK_RETURNED_TRANSACTION: NTSTATUS = -1073740003i32;
6584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6585 pub const STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING: NTSTATUS = -1073740016i32;
6586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6587 pub const STATUS_CANCELLED: NTSTATUS = -1073741536i32;
6588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6589 pub const STATUS_CANNOT_ABORT_TRANSACTIONS: NTSTATUS = -1072103347i32;
6590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6591 pub const STATUS_CANNOT_ACCEPT_TRANSACTED_WORK: NTSTATUS = -1072103348i32;
6592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6593 pub const STATUS_CANNOT_BREAK_OPLOCK: NTSTATUS = -1073739511i32;
6594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6595 pub const STATUS_CANNOT_DELETE: NTSTATUS = -1073741535i32;
6596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6597 pub const STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION: NTSTATUS = -1072103356i32;
6598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6599 pub const STATUS_CANNOT_GRANT_REQUESTED_OPLOCK: NTSTATUS = -2147483602i32;
6600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6601 pub const STATUS_CANNOT_IMPERSONATE: NTSTATUS = -1073741555i32;
6602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6603 pub const STATUS_CANNOT_LOAD_REGISTRY_FILE: NTSTATUS = -1073741288i32;
6604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6605 pub const STATUS_CANNOT_MAKE: NTSTATUS = -1073741078i32;
6606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6607 pub const STATUS_CANNOT_SWITCH_RUNLEVEL: NTSTATUS = -1073700543i32;
6608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6609 pub const STATUS_CANT_ACCESS_DOMAIN_INFO: NTSTATUS = -1073741606i32;
6610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6611 pub const STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY: NTSTATUS = -1072103369i32;
6612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6613 pub const STATUS_CANT_CLEAR_ENCRYPTION_FLAG: NTSTATUS = -1073740616i32;
6614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6615 pub const STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS: NTSTATUS = -1072103386i32;
6616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6617 pub const STATUS_CANT_CROSS_RM_BOUNDARY: NTSTATUS = -1072103368i32;
6618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6619 pub const STATUS_CANT_DISABLE_MANDATORY: NTSTATUS = -1073741731i32;
6620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6621 pub const STATUS_CANT_ENABLE_DENY_ONLY: NTSTATUS = -1073741133i32;
6622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6623 pub const STATUS_CANT_OPEN_ANONYMOUS: NTSTATUS = -1073741658i32;
6624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6625 pub const STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT: NTSTATUS = -1072103387i32;
6626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6627 pub const STATUS_CANT_RECOVER_WITH_HANDLE_OPEN: NTSTATUS = -2145845199i32;
6628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6629 pub const STATUS_CANT_TERMINATE_SELF: NTSTATUS = -1073741605i32;
6630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6631 pub const STATUS_CANT_WAIT: NTSTATUS = -1073741608i32;
6632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6633 pub const STATUS_CARDBUS_NOT_SUPPORTED: NTSTATUS = 1073741863i32;
6634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6635 pub const STATUS_CASE_DIFFERING_NAMES_IN_DIR: NTSTATUS = -1073740621i32;
6636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6637 pub const STATUS_CASE_SENSITIVE_PATH: NTSTATUS = -1073740614i32;
6638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6639 pub const STATUS_CC_NEEDS_CALLBACK_SECTION_DRAIN: NTSTATUS = -1073700856i32;
6640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6641 pub const STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE: NTSTATUS = -1073740012i32;
6642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6643 pub const STATUS_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT: NTSTATUS = -1073741387i32;
6644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6645 pub const STATUS_CHECKING_FILE_SYSTEM: NTSTATUS = 1073741844i32;
6646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6647 pub const STATUS_CHECKOUT_REQUIRED: NTSTATUS = -1073739518i32;
6648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6649 pub const STATUS_CHILD_MUST_BE_VOLATILE: NTSTATUS = -1073741439i32;
6650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6651 pub const STATUS_CHILD_PROCESS_BLOCKED: NTSTATUS = -1073740643i32;
6652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6653 pub const STATUS_CIMFS_IMAGE_CORRUPT: NTSTATUS = -1073692671i32;
6654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6655 pub const STATUS_CIMFS_IMAGE_VERSION_NOT_SUPPORTED: NTSTATUS = -1073692670i32;
6656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6657 pub const STATUS_CLEANER_CARTRIDGE_INSTALLED: NTSTATUS = -2147483609i32;
6658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6659 pub const STATUS_CLIENT_SERVER_PARAMETERS_INVALID: NTSTATUS = -1073741277i32;
6660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6661 pub const STATUS_CLIP_DEVICE_LICENSE_MISSING: NTSTATUS = -1058406397i32;
6662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6663 pub const STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID: NTSTATUS = -1058406395i32;
6664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6665 pub const STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH: NTSTATUS = -1058406390i32;
6666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6667 pub const STATUS_CLIP_LICENSE_EXPIRED: NTSTATUS = -1058406394i32;
6668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6669 pub const STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE: NTSTATUS = -1058406391i32;
6670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6671 pub const STATUS_CLIP_LICENSE_INVALID_SIGNATURE: NTSTATUS = -1058406396i32;
6672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6673 pub const STATUS_CLIP_LICENSE_NOT_FOUND: NTSTATUS = -1058406398i32;
6674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6675 pub const STATUS_CLIP_LICENSE_NOT_SIGNED: NTSTATUS = -1058406392i32;
6676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6677 pub const STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE: NTSTATUS = -1058406393i32;
6678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6679 pub const STATUS_CLOUD_FILE_ACCESS_DENIED: NTSTATUS = -1073688808i32;
6680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6681 pub const STATUS_CLOUD_FILE_ALREADY_CONNECTED: NTSTATUS = -1073688823i32;
6682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6683 pub const STATUS_CLOUD_FILE_AUTHENTICATION_FAILED: NTSTATUS = -1073688817i32;
6684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6685 pub const STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY: NTSTATUS = -1073688819i32;
6686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6687 pub const STATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED: NTSTATUS = -1073688800i32;
6688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6689 pub const STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS: NTSTATUS = -1073688807i32;
6690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6691 pub const STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES: NTSTATUS = -1073688816i32;
6692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6693 pub const STATUS_CLOUD_FILE_INVALID_REQUEST: NTSTATUS = -1073688821i32;
6694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6695 pub const STATUS_CLOUD_FILE_IN_USE: NTSTATUS = -1073688812i32;
6696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6697 pub const STATUS_CLOUD_FILE_METADATA_CORRUPT: NTSTATUS = -1073688830i32;
6698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6699 pub const STATUS_CLOUD_FILE_METADATA_TOO_LARGE: NTSTATUS = -1073688829i32;
6700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6701 pub const STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE: NTSTATUS = -1073688815i32;
6702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6703 pub const STATUS_CLOUD_FILE_NOT_IN_SYNC: NTSTATUS = -1073688824i32;
6704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6705 pub const STATUS_CLOUD_FILE_NOT_SUPPORTED: NTSTATUS = -1073688822i32;
6706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6707 pub const STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT: NTSTATUS = -1073688813i32;
6708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6709 pub const STATUS_CLOUD_FILE_PINNED: NTSTATUS = -1073688811i32;
6710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6711 pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: NTSTATUS = -2147430656i32;
6712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6713 pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE: NTSTATUS = -2147430652i32;
6714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6715 pub const STATUS_CLOUD_FILE_PROPERTY_CORRUPT: NTSTATUS = -1073688809i32;
6716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6717 pub const STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT: NTSTATUS = -1073688806i32;
6718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6719 pub const STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED: NTSTATUS = -1073688826i32;
6720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6721 pub const STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING: NTSTATUS = -1073688831i32;
6722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6723 pub const STATUS_CLOUD_FILE_PROVIDER_TERMINATED: NTSTATUS = -1073688803i32;
6724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6725 pub const STATUS_CLOUD_FILE_READ_ONLY_VOLUME: NTSTATUS = -1073688820i32;
6726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6727 pub const STATUS_CLOUD_FILE_REQUEST_ABORTED: NTSTATUS = -1073688810i32;
6728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6729 pub const STATUS_CLOUD_FILE_REQUEST_CANCELED: NTSTATUS = -1073688805i32;
6730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6731 pub const STATUS_CLOUD_FILE_REQUEST_TIMEOUT: NTSTATUS = -1073688801i32;
6732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6733 pub const STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT: NTSTATUS = -1073688832i32;
6734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6735 pub const STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS: NTSTATUS = -2147430651i32;
6736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6737 pub const STATUS_CLOUD_FILE_UNSUCCESSFUL: NTSTATUS = -1073688814i32;
6738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6739 pub const STATUS_CLOUD_FILE_VALIDATION_FAILED: NTSTATUS = -1073688818i32;
6740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6741 pub const STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED: NTSTATUS = -1072496591i32;
6742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6743 pub const STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR: NTSTATUS = -1072496607i32;
6744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6745 pub const STATUS_CLUSTER_CSV_INVALID_HANDLE: NTSTATUS = -1072496599i32;
6746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6747 pub const STATUS_CLUSTER_CSV_NOT_REDIRECTED: NTSTATUS = -1072496605i32;
6748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6749 pub const STATUS_CLUSTER_CSV_NO_SNAPSHOTS: NTSTATUS = -1072496601i32;
6750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6751 pub const STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = -1072496608i32;
6752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6753 pub const STATUS_CLUSTER_CSV_REDIRECTED: NTSTATUS = -1072496606i32;
6754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6755 pub const STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS: NTSTATUS = -1072496603i32;
6756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6757 pub const STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR: NTSTATUS = -1072496592i32;
6758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6759 pub const STATUS_CLUSTER_CSV_VOLUME_DRAINING: NTSTATUS = -1072496604i32;
6760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6761 pub const STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL: NTSTATUS = -1072496602i32;
6762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6763 pub const STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL: NTSTATUS = -1072496615i32;
6764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6765 pub const STATUS_CLUSTER_INVALID_NETWORK: NTSTATUS = -1072496624i32;
6766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6767 pub const STATUS_CLUSTER_INVALID_NETWORK_PROVIDER: NTSTATUS = -1072496629i32;
6768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6769 pub const STATUS_CLUSTER_INVALID_NODE: NTSTATUS = -1072496639i32;
6770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6771 pub const STATUS_CLUSTER_INVALID_REQUEST: NTSTATUS = -1072496630i32;
6772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6773 pub const STATUS_CLUSTER_JOIN_IN_PROGRESS: NTSTATUS = -1072496637i32;
6774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6775 pub const STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS: NTSTATUS = -1072496625i32;
6776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6777 pub const STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND: NTSTATUS = -1072496635i32;
6778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6779 pub const STATUS_CLUSTER_NETINTERFACE_EXISTS: NTSTATUS = -1072496632i32;
6780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6781 pub const STATUS_CLUSTER_NETINTERFACE_NOT_FOUND: NTSTATUS = -1072496631i32;
6782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6783 pub const STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE: NTSTATUS = -2146238460i32;
6784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6785 pub const STATUS_CLUSTER_NETWORK_ALREADY_ONLINE: NTSTATUS = -2146238461i32;
6786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6787 pub const STATUS_CLUSTER_NETWORK_EXISTS: NTSTATUS = -1072496634i32;
6788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6789 pub const STATUS_CLUSTER_NETWORK_NOT_FOUND: NTSTATUS = -1072496633i32;
6790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6791 pub const STATUS_CLUSTER_NETWORK_NOT_INTERNAL: NTSTATUS = -1072496618i32;
6792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6793 pub const STATUS_CLUSTER_NODE_ALREADY_DOWN: NTSTATUS = -2146238462i32;
6794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6795 pub const STATUS_CLUSTER_NODE_ALREADY_MEMBER: NTSTATUS = -2146238459i32;
6796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6797 pub const STATUS_CLUSTER_NODE_ALREADY_UP: NTSTATUS = -2146238463i32;
6798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6799 pub const STATUS_CLUSTER_NODE_DOWN: NTSTATUS = -1072496628i32;
6800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6801 pub const STATUS_CLUSTER_NODE_EXISTS: NTSTATUS = -1072496638i32;
6802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6803 pub const STATUS_CLUSTER_NODE_NOT_FOUND: NTSTATUS = -1072496636i32;
6804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6805 pub const STATUS_CLUSTER_NODE_NOT_MEMBER: NTSTATUS = -1072496626i32;
6806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6807 pub const STATUS_CLUSTER_NODE_NOT_PAUSED: NTSTATUS = -1072496620i32;
6808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6809 pub const STATUS_CLUSTER_NODE_PAUSED: NTSTATUS = -1072496621i32;
6810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6811 pub const STATUS_CLUSTER_NODE_UNREACHABLE: NTSTATUS = -1072496627i32;
6812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6813 pub const STATUS_CLUSTER_NODE_UP: NTSTATUS = -1072496622i32;
6814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6815 pub const STATUS_CLUSTER_NON_CSV_PATH: NTSTATUS = -1072496616i32;
6816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6817 pub const STATUS_CLUSTER_NO_NET_ADAPTERS: NTSTATUS = -1072496623i32;
6818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6819 pub const STATUS_CLUSTER_NO_SECURITY_CONTEXT: NTSTATUS = -1072496619i32;
6820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6821 pub const STATUS_CLUSTER_POISONED: NTSTATUS = -1072496617i32;
6822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6823 pub const STATUS_COMMITMENT_LIMIT: NTSTATUS = -1073741523i32;
6824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6825 pub const STATUS_COMMITMENT_MINIMUM: NTSTATUS = -1073741112i32;
6826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6827 pub const STATUS_COMPRESSED_FILE_NOT_SUPPORTED: NTSTATUS = -1073740677i32;
6828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6829 pub const STATUS_COMPRESSION_DISABLED: NTSTATUS = -1073740762i32;
6830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6831 pub const STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103338i32;
6832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6833 pub const STATUS_COMPRESSION_NOT_BENEFICIAL: NTSTATUS = -1073740689i32;
6834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6835 pub const STATUS_CONFLICTING_ADDRESSES: NTSTATUS = -1073741800i32;
6836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6837 pub const STATUS_CONNECTION_ABORTED: NTSTATUS = -1073741247i32;
6838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6839 pub const STATUS_CONNECTION_ACTIVE: NTSTATUS = -1073741253i32;
6840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6841 pub const STATUS_CONNECTION_COUNT_LIMIT: NTSTATUS = -1073741242i32;
6842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6843 pub const STATUS_CONNECTION_DISCONNECTED: NTSTATUS = -1073741300i32;
6844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6845 pub const STATUS_CONNECTION_INVALID: NTSTATUS = -1073741254i32;
6846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6847 pub const STATUS_CONNECTION_IN_USE: NTSTATUS = -1073741560i32;
6848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6849 pub const STATUS_CONNECTION_REFUSED: NTSTATUS = -1073741258i32;
6850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6851 pub const STATUS_CONNECTION_RESET: NTSTATUS = -1073741299i32;
6852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6853 pub const STATUS_CONTAINER_ASSIGNED: NTSTATUS = -1073740536i32;
6854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6855 pub const STATUS_CONTENT_BLOCKED: NTSTATUS = -1073739772i32;
6856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6857 pub const STATUS_CONTEXT_MISMATCH: NTSTATUS = -1073740007i32;
6858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6859 pub const STATUS_CONTEXT_STOWED_EXCEPTION: NTSTATUS = -1073741188i32;
6860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6861 pub const STATUS_CONTROL_C_EXIT: NTSTATUS = -1073741510i32;
6862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6863 pub const STATUS_CONTROL_STACK_VIOLATION: NTSTATUS = -1073741390i32;
6864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6865 pub const STATUS_CONVERT_TO_LARGE: NTSTATUS = -1073741268i32;
6866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6867 pub const STATUS_COPY_PROTECTION_FAILURE: NTSTATUS = -1073741051i32;
6868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6869 pub const STATUS_CORRUPT_LOG_CLEARED: NTSTATUS = -1073739763i32;
6870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6871 pub const STATUS_CORRUPT_LOG_CORRUPTED: NTSTATUS = -1073739766i32;
6872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6873 pub const STATUS_CORRUPT_LOG_DELETED_FULL: NTSTATUS = -1073739764i32;
6874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6875 pub const STATUS_CORRUPT_LOG_OVERFULL: NTSTATUS = -1073739767i32;
6876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6877 pub const STATUS_CORRUPT_LOG_UNAVAILABLE: NTSTATUS = -1073739765i32;
6878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6879 pub const STATUS_CORRUPT_LOG_UPLEVEL_RECORDS: NTSTATUS = -1073739759i32;
6880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6881 pub const STATUS_CORRUPT_SYSTEM_FILE: NTSTATUS = -1073741116i32;
6882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6883 pub const STATUS_COULD_NOT_INTERPRET: NTSTATUS = -1073741639i32;
6884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6885 pub const STATUS_COULD_NOT_RESIZE_LOG: NTSTATUS = -2145845239i32;
6886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6887 pub const STATUS_CPU_SET_INVALID: NTSTATUS = -1073741393i32;
6888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6889 pub const STATUS_CRASH_DUMP: NTSTATUS = 278i32;
6890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6891 pub const STATUS_CRC_ERROR: NTSTATUS = -1073741761i32;
6892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6893 pub const STATUS_CRED_REQUIRES_CONFIRMATION: NTSTATUS = -1073740736i32;
6894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6895 pub const STATUS_CRM_PROTOCOL_ALREADY_EXISTS: NTSTATUS = -1072103409i32;
6896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6897 pub const STATUS_CRM_PROTOCOL_NOT_FOUND: NTSTATUS = -1072103407i32;
6898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6899 pub const STATUS_CROSSREALM_DELEGATION_FAILURE: NTSTATUS = -1073740789i32;
6900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6901 pub const STATUS_CROSS_PARTITION_VIOLATION: NTSTATUS = -1073740277i32;
6902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6903 pub const STATUS_CRYPTO_SYSTEM_INVALID: NTSTATUS = -1073741069i32;
6904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6905 pub const STATUS_CSS_AUTHENTICATION_FAILURE: NTSTATUS = -1073741050i32;
6906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6907 pub const STATUS_CSS_KEY_NOT_ESTABLISHED: NTSTATUS = -1073741048i32;
6908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6909 pub const STATUS_CSS_KEY_NOT_PRESENT: NTSTATUS = -1073741049i32;
6910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6911 pub const STATUS_CSS_REGION_MISMATCH: NTSTATUS = -1073741046i32;
6912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6913 pub const STATUS_CSS_RESETS_EXHAUSTED: NTSTATUS = -1073741045i32;
6914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6915 pub const STATUS_CSS_SCRAMBLED_SECTOR: NTSTATUS = -1073741047i32;
6916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6917 pub const STATUS_CSV_IO_PAUSE_TIMEOUT: NTSTATUS = -1072496600i32;
6918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6919 pub const STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: NTSTATUS = -1073740733i32;
6920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6921 pub const STATUS_CS_ENCRYPTION_FILE_NOT_CSE: NTSTATUS = -1073740731i32;
6922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6923 pub const STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE: NTSTATUS = -1073740735i32;
6924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6925 pub const STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE: NTSTATUS = -1073740732i32;
6926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6927 pub const STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER: NTSTATUS = -1073740734i32;
6928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6929 pub const STATUS_CTLOG_INCONSISTENT_TRACKING_FILE: NTSTATUS = -1069940700i32;
6930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6931 pub const STATUS_CTLOG_INVALID_TRACKING_STATE: NTSTATUS = -1069940701i32;
6932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6933 pub const STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE: NTSTATUS = -1069940703i32;
6934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6935 pub const STATUS_CTLOG_TRACKING_NOT_INITIALIZED: NTSTATUS = -1069940704i32;
6936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6937 pub const STATUS_CTLOG_VHD_CHANGED_OFFLINE: NTSTATUS = -1069940702i32;
6938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6939 pub const STATUS_CTL_FILE_NOT_SUPPORTED: NTSTATUS = -1073741737i32;
6940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6941 pub const STATUS_CTX_BAD_VIDEO_MODE: NTSTATUS = -1073086440i32;
6942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6943 pub const STATUS_CTX_CDM_CONNECT: NTSTATUS = 1074397188i32;
6944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6945 pub const STATUS_CTX_CDM_DISCONNECT: NTSTATUS = 1074397189i32;
6946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6947 pub const STATUS_CTX_CLIENT_LICENSE_IN_USE: NTSTATUS = -1073086412i32;
6948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6949 pub const STATUS_CTX_CLIENT_LICENSE_NOT_SET: NTSTATUS = -1073086413i32;
6950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6951 pub const STATUS_CTX_CLIENT_QUERY_TIMEOUT: NTSTATUS = -1073086426i32;
6952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6953 pub const STATUS_CTX_CLOSE_PENDING: NTSTATUS = -1073086458i32;
6954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6955 pub const STATUS_CTX_CONSOLE_CONNECT: NTSTATUS = -1073086424i32;
6956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6957 pub const STATUS_CTX_CONSOLE_DISCONNECT: NTSTATUS = -1073086425i32;
6958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6959 pub const STATUS_CTX_GRAPHICS_INVALID: NTSTATUS = -1073086430i32;
6960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6961 pub const STATUS_CTX_INVALID_MODEMNAME: NTSTATUS = -1073086455i32;
6962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6963 pub const STATUS_CTX_INVALID_PD: NTSTATUS = -1073086462i32;
6964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6965 pub const STATUS_CTX_INVALID_WD: NTSTATUS = -1073086418i32;
6966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6967 pub const STATUS_CTX_LICENSE_CLIENT_INVALID: NTSTATUS = -1073086446i32;
6968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6969 pub const STATUS_CTX_LICENSE_EXPIRED: NTSTATUS = -1073086444i32;
6970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6971 pub const STATUS_CTX_LICENSE_NOT_AVAILABLE: NTSTATUS = -1073086445i32;
6972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6973 pub const STATUS_CTX_LOGON_DISABLED: NTSTATUS = -1073086409i32;
6974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6975 pub const STATUS_CTX_MODEM_INF_NOT_FOUND: NTSTATUS = -1073086456i32;
6976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6977 pub const STATUS_CTX_MODEM_RESPONSE_BUSY: NTSTATUS = -1073086450i32;
6978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6979 pub const STATUS_CTX_MODEM_RESPONSE_NO_CARRIER: NTSTATUS = -1073086452i32;
6980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6981 pub const STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE: NTSTATUS = -1073086451i32;
6982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6983 pub const STATUS_CTX_MODEM_RESPONSE_TIMEOUT: NTSTATUS = -1073086453i32;
6984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6985 pub const STATUS_CTX_MODEM_RESPONSE_VOICE: NTSTATUS = -1073086449i32;
6986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6987 pub const STATUS_CTX_NOT_CONSOLE: NTSTATUS = -1073086428i32;
6988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6989 pub const STATUS_CTX_NO_OUTBUF: NTSTATUS = -1073086457i32;
6990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6991 pub const STATUS_CTX_PD_NOT_FOUND: NTSTATUS = -1073086461i32;
6992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6993 pub const STATUS_CTX_RESPONSE_ERROR: NTSTATUS = -1073086454i32;
6994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6995 pub const STATUS_CTX_SECURITY_LAYER_ERROR: NTSTATUS = -1073086408i32;
6996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6997 pub const STATUS_CTX_SHADOW_DENIED: NTSTATUS = -1073086422i32;
6998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6999 pub const STATUS_CTX_SHADOW_DISABLED: NTSTATUS = -1073086415i32;
7000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7001 pub const STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE: NTSTATUS = -1073086411i32;
7002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7003 pub const STATUS_CTX_SHADOW_INVALID: NTSTATUS = -1073086416i32;
7004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7005 pub const STATUS_CTX_SHADOW_NOT_RUNNING: NTSTATUS = -1073086410i32;
7006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7007 pub const STATUS_CTX_TD_ERROR: NTSTATUS = -1073086448i32;
7008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7009 pub const STATUS_CTX_WD_NOT_FOUND: NTSTATUS = -1073086417i32;
7010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7011 pub const STATUS_CTX_WINSTATION_ACCESS_DENIED: NTSTATUS = -1073086421i32;
7012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7013 pub const STATUS_CTX_WINSTATION_BUSY: NTSTATUS = -1073086441i32;
7014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7015 pub const STATUS_CTX_WINSTATION_NAME_COLLISION: NTSTATUS = -1073086442i32;
7016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7017 pub const STATUS_CTX_WINSTATION_NAME_INVALID: NTSTATUS = -1073086463i32;
7018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7019 pub const STATUS_CTX_WINSTATION_NOT_FOUND: NTSTATUS = -1073086443i32;
7020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7021 pub const STATUS_CURRENT_DOMAIN_NOT_ALLOWED: NTSTATUS = -1073741079i32;
7022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7023 pub const STATUS_CURRENT_TRANSACTION_NOT_VALID: NTSTATUS = -1072103400i32;
7024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7025 pub const STATUS_DATATYPE_MISALIGNMENT: NTSTATUS = -2147483646i32;
7026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7027 pub const STATUS_DATATYPE_MISALIGNMENT_ERROR: NTSTATUS = -1073741115i32;
7028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7029 pub const STATUS_DATA_CHECKSUM_ERROR: NTSTATUS = -1073740688i32;
7030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7031 pub const STATUS_DATA_ERROR: NTSTATUS = -1073741762i32;
7032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7033 pub const STATUS_DATA_LATE_ERROR: NTSTATUS = -1073741763i32;
7034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7035 pub const STATUS_DATA_LOST_REPAIR: NTSTATUS = -2147481597i32;
7036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7037 pub const STATUS_DATA_NOT_ACCEPTED: NTSTATUS = -1073741285i32;
7038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7039 pub const STATUS_DATA_OVERRUN: NTSTATUS = -1073741764i32;
7040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7041 pub const STATUS_DATA_OVERWRITTEN: NTSTATUS = 304i32;
7042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7043 pub const STATUS_DAX_MAPPING_EXISTS: NTSTATUS = -1073740644i32;
7044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7045 pub const STATUS_DEBUGGER_INACTIVE: NTSTATUS = -1073740972i32;
7046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7047 pub const STATUS_DEBUG_ATTACH_FAILED: NTSTATUS = -1073741287i32;
7048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7049 pub const STATUS_DECRYPTION_FAILED: NTSTATUS = -1073741173i32;
7050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7051 pub const STATUS_DELAY_LOAD_FAILED: NTSTATUS = -1073740782i32;
7052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7053 pub const STATUS_DELETE_PENDING: NTSTATUS = -1073741738i32;
7054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7055 pub const STATUS_DESTINATION_ELEMENT_FULL: NTSTATUS = -1073741180i32;
7056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7057 pub const STATUS_DEVICE_ALREADY_ATTACHED: NTSTATUS = -1073741768i32;
7058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7059 pub const STATUS_DEVICE_BUSY: NTSTATUS = -2147483631i32;
7060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7061 pub const STATUS_DEVICE_CONFIGURATION_ERROR: NTSTATUS = -1073741438i32;
7062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7063 pub const STATUS_DEVICE_DATA_ERROR: NTSTATUS = -1073741668i32;
7064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7065 pub const STATUS_DEVICE_DOES_NOT_EXIST: NTSTATUS = -1073741632i32;
7066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7067 pub const STATUS_DEVICE_DOOR_OPEN: NTSTATUS = -2147482999i32;
7068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7069 pub const STATUS_DEVICE_ENUMERATION_ERROR: NTSTATUS = -1073740954i32;
7070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7071 pub const STATUS_DEVICE_FEATURE_NOT_SUPPORTED: NTSTATUS = -1073740701i32;
7072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7073 pub const STATUS_DEVICE_HARDWARE_ERROR: NTSTATUS = -1073740669i32;
7074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7075 pub const STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL: NTSTATUS = -1073740650i32;
7076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7077 pub const STATUS_DEVICE_HUNG: NTSTATUS = -1073740537i32;
7078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7079 pub const STATUS_DEVICE_INSUFFICIENT_RESOURCES: NTSTATUS = -1073740696i32;
7080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7081 pub const STATUS_DEVICE_IN_MAINTENANCE: NTSTATUS = -1073740647i32;
7082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7083 pub const STATUS_DEVICE_NOT_CONNECTED: NTSTATUS = -1073741667i32;
7084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7085 pub const STATUS_DEVICE_NOT_PARTITIONED: NTSTATUS = -1073741452i32;
7086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7087 pub const STATUS_DEVICE_NOT_READY: NTSTATUS = -1073741661i32;
7088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7089 pub const STATUS_DEVICE_OFF_LINE: NTSTATUS = -2147483632i32;
7090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7091 pub const STATUS_DEVICE_PAPER_EMPTY: NTSTATUS = -2147483634i32;
7092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7093 pub const STATUS_DEVICE_POWERED_OFF: NTSTATUS = -2147483633i32;
7094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7095 pub const STATUS_DEVICE_POWER_CYCLE_REQUIRED: NTSTATUS = -2147483599i32;
7096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7097 pub const STATUS_DEVICE_POWER_FAILURE: NTSTATUS = -1073741666i32;
7098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7099 pub const STATUS_DEVICE_PROTOCOL_ERROR: NTSTATUS = -1073741434i32;
7100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7101 pub const STATUS_DEVICE_REMOVED: NTSTATUS = -1073741130i32;
7102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7103 pub const STATUS_DEVICE_REQUIRES_CLEANING: NTSTATUS = -2147483000i32;
7104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7105 pub const STATUS_DEVICE_RESET_REQUIRED: NTSTATUS = -2147483210i32;
7106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7107 pub const STATUS_DEVICE_SUPPORT_IN_PROGRESS: NTSTATUS = -2147483600i32;
7108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7109 pub const STATUS_DEVICE_UNREACHABLE: NTSTATUS = -1073740700i32;
7110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7111 pub const STATUS_DEVICE_UNRESPONSIVE: NTSTATUS = -1073740534i32;
7112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7113 pub const STATUS_DFS_EXIT_PATH_FOUND: NTSTATUS = -1073741669i32;
7114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7115 pub const STATUS_DFS_UNAVAILABLE: NTSTATUS = -1073741203i32;
7116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7117 pub const STATUS_DIF_BINDING_API_NOT_FOUND: NTSTATUS = -1073738625i32;
7118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7119 pub const STATUS_DIF_IOCALLBACK_NOT_REPLACED: NTSTATUS = -1073738634i32;
7120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7121 pub const STATUS_DIF_LIVEDUMP_LIMIT_EXCEEDED: NTSTATUS = -1073738633i32;
7122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7123 pub const STATUS_DIF_VOLATILE_DRIVER_HOTPATCHED: NTSTATUS = -1073738631i32;
7124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7125 pub const STATUS_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING: NTSTATUS = -1073738629i32;
7126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7127 pub const STATUS_DIF_VOLATILE_INVALID_INFO: NTSTATUS = -1073738630i32;
7128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7129 pub const STATUS_DIF_VOLATILE_NOT_ALLOWED: NTSTATUS = -1073738626i32;
7130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7131 pub const STATUS_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED: NTSTATUS = -1073738627i32;
7132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7133 pub const STATUS_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING: NTSTATUS = -1073738628i32;
7134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7135 pub const STATUS_DIF_VOLATILE_SECTION_NOT_LOCKED: NTSTATUS = -1073738632i32;
7136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7137 pub const STATUS_DIRECTORY_IS_A_REPARSE_POINT: NTSTATUS = -1073741183i32;
7138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7139 pub const STATUS_DIRECTORY_NOT_EMPTY: NTSTATUS = -1073741567i32;
7140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7141 pub const STATUS_DIRECTORY_NOT_RM: NTSTATUS = -1072103416i32;
7142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7143 pub const STATUS_DIRECTORY_NOT_SUPPORTED: NTSTATUS = -1073740676i32;
7144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7145 pub const STATUS_DIRECTORY_SERVICE_REQUIRED: NTSTATUS = -1073741135i32;
7146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7147 pub const STATUS_DISK_CORRUPT_ERROR: NTSTATUS = -1073741774i32;
7148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7149 pub const STATUS_DISK_FULL: NTSTATUS = -1073741697i32;
7150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7151 pub const STATUS_DISK_OPERATION_FAILED: NTSTATUS = -1073741462i32;
7152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7153 pub const STATUS_DISK_QUOTA_EXCEEDED: NTSTATUS = -1073739774i32;
7154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7155 pub const STATUS_DISK_RECALIBRATE_FAILED: NTSTATUS = -1073741463i32;
7156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7157 pub const STATUS_DISK_REPAIR_DISABLED: NTSTATUS = -1073739776i32;
7158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7159 pub const STATUS_DISK_REPAIR_REDIRECTED: NTSTATUS = 1073743879i32;
7160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7161 pub const STATUS_DISK_REPAIR_UNSUCCESSFUL: NTSTATUS = -1073739768i32;
7162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7163 pub const STATUS_DISK_RESET_FAILED: NTSTATUS = -1073741461i32;
7164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7165 pub const STATUS_DISK_RESOURCES_EXHAUSTED: NTSTATUS = -1073740703i32;
7166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7167 pub const STATUS_DLL_INIT_FAILED: NTSTATUS = -1073741502i32;
7168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7169 pub const STATUS_DLL_INIT_FAILED_LOGOFF: NTSTATUS = -1073741205i32;
7170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7171 pub const STATUS_DLL_MIGHT_BE_INCOMPATIBLE: NTSTATUS = -2147483604i32;
7172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7173 pub const STATUS_DLL_MIGHT_BE_INSECURE: NTSTATUS = -2147483605i32;
7174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7175 pub const STATUS_DLL_NOT_FOUND: NTSTATUS = -1073741515i32;
7176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7177 pub const STATUS_DOMAIN_CONTROLLER_NOT_FOUND: NTSTATUS = -1073741261i32;
7178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7179 pub const STATUS_DOMAIN_CTRLR_CONFIG_ERROR: NTSTATUS = -1073741474i32;
7180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7181 pub const STATUS_DOMAIN_EXISTS: NTSTATUS = -1073741600i32;
7182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7183 pub const STATUS_DOMAIN_LIMIT_EXCEEDED: NTSTATUS = -1073741599i32;
7184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7185 pub const STATUS_DOMAIN_TRUST_INCONSISTENT: NTSTATUS = -1073741413i32;
7186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7187 pub const STATUS_DRIVERS_LEAKING_LOCKED_PAGES: NTSTATUS = 1073741869i32;
7188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7189 pub const STATUS_DRIVER_BLOCKED: NTSTATUS = -1073740948i32;
7190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7191 pub const STATUS_DRIVER_BLOCKED_CRITICAL: NTSTATUS = -1073740949i32;
7192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7193 pub const STATUS_DRIVER_CANCEL_TIMEOUT: NTSTATUS = -1073741282i32;
7194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7195 pub const STATUS_DRIVER_DATABASE_ERROR: NTSTATUS = -1073740947i32;
7196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7197 pub const STATUS_DRIVER_ENTRYPOINT_NOT_FOUND: NTSTATUS = -1073741213i32;
7198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7199 pub const STATUS_DRIVER_FAILED_PRIOR_UNLOAD: NTSTATUS = -1073740914i32;
7200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7201 pub const STATUS_DRIVER_FAILED_SLEEP: NTSTATUS = -1073741118i32;
7202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7203 pub const STATUS_DRIVER_INTERNAL_ERROR: NTSTATUS = -1073741437i32;
7204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7205 pub const STATUS_DRIVER_ORDINAL_NOT_FOUND: NTSTATUS = -1073741214i32;
7206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7207 pub const STATUS_DRIVER_PROCESS_TERMINATED: NTSTATUS = -1073740720i32;
7208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7209 pub const STATUS_DRIVER_UNABLE_TO_LOAD: NTSTATUS = -1073741204i32;
7210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7211 pub const STATUS_DS_ADMIN_LIMIT_EXCEEDED: NTSTATUS = -1073741119i32;
7212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7213 pub const STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = -1073740968i32;
7214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7215 pub const STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS: NTSTATUS = -1073741148i32;
7216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7217 pub const STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED: NTSTATUS = -1073741149i32;
7218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7219 pub const STATUS_DS_BUSY: NTSTATUS = -1073741147i32;
7220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7221 pub const STATUS_DS_CANT_MOD_OBJ_CLASS: NTSTATUS = -1073741138i32;
7222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7223 pub const STATUS_DS_CANT_MOD_PRIMARYGROUPID: NTSTATUS = -1073741104i32;
7224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7225 pub const STATUS_DS_CANT_ON_NON_LEAF: NTSTATUS = -1073741140i32;
7226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7227 pub const STATUS_DS_CANT_ON_RDN: NTSTATUS = -1073741139i32;
7228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7229 pub const STATUS_DS_CANT_START: NTSTATUS = -1073741087i32;
7230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7231 pub const STATUS_DS_CROSS_DOM_MOVE_FAILED: NTSTATUS = -1073741137i32;
7232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7233 pub const STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST: NTSTATUS = -1073740774i32;
7234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7235 pub const STATUS_DS_DOMAIN_RENAME_IN_PROGRESS: NTSTATUS = -1073739775i32;
7236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7237 pub const STATUS_DS_DUPLICATE_ID_FOUND: NTSTATUS = -1073740795i32;
7238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7239 pub const STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST: NTSTATUS = -1073740773i32;
7240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7241 pub const STATUS_DS_GC_NOT_AVAILABLE: NTSTATUS = -1073741136i32;
7242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7243 pub const STATUS_DS_GC_REQUIRED: NTSTATUS = -1073741084i32;
7244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7245 pub const STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: NTSTATUS = -1073741094i32;
7246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7247 pub const STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = -1073741097i32;
7248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7249 pub const STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = -1073741096i32;
7250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7251 pub const STATUS_DS_GROUP_CONVERSION_ERROR: NTSTATUS = -1073740794i32;
7252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7253 pub const STATUS_DS_HAVE_PRIMARY_MEMBERS: NTSTATUS = -1073741092i32;
7254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7255 pub const STATUS_DS_INCORRECT_ROLE_OWNER: NTSTATUS = -1073741143i32;
7256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7257 pub const STATUS_DS_INIT_FAILURE: NTSTATUS = -1073741086i32;
7258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7259 pub const STATUS_DS_INIT_FAILURE_CONSOLE: NTSTATUS = -1073741076i32;
7260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7261 pub const STATUS_DS_INVALID_ATTRIBUTE_SYNTAX: NTSTATUS = -1073741150i32;
7262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7263 pub const STATUS_DS_INVALID_GROUP_TYPE: NTSTATUS = -1073741100i32;
7264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7265 pub const STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: NTSTATUS = -1073741093i32;
7266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7267 pub const STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY: NTSTATUS = -1073741083i32;
7268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7269 pub const STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: NTSTATUS = -1073741081i32;
7270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7271 pub const STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY: NTSTATUS = 289i32;
7272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7273 pub const STATUS_DS_NAME_NOT_UNIQUE: NTSTATUS = -1073740796i32;
7274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7275 pub const STATUS_DS_NO_ATTRIBUTE_OR_VALUE: NTSTATUS = -1073741151i32;
7276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7277 pub const STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS: NTSTATUS = -1073741082i32;
7278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7279 pub const STATUS_DS_NO_MORE_RIDS: NTSTATUS = -1073741144i32;
7280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7281 pub const STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: NTSTATUS = -1073741099i32;
7282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7283 pub const STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: NTSTATUS = -1073741098i32;
7284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7285 pub const STATUS_DS_NO_RIDS_ALLOCATED: NTSTATUS = -1073741145i32;
7286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7287 pub const STATUS_DS_OBJ_CLASS_VIOLATION: NTSTATUS = -1073741141i32;
7288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7289 pub const STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS: NTSTATUS = -1073700729i32;
7290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7291 pub const STATUS_DS_OID_NOT_FOUND: NTSTATUS = -1073700728i32;
7292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7293 pub const STATUS_DS_RIDMGR_DISABLED: NTSTATUS = -1073741126i32;
7294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7295 pub const STATUS_DS_RIDMGR_INIT_ERROR: NTSTATUS = -1073741142i32;
7296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7297 pub const STATUS_DS_SAM_INIT_FAILURE: NTSTATUS = -1073741109i32;
7298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7299 pub const STATUS_DS_SAM_INIT_FAILURE_CONSOLE: NTSTATUS = -1073741075i32;
7300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7301 pub const STATUS_DS_SENSITIVE_GROUP_VIOLATION: NTSTATUS = -1073741107i32;
7302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7303 pub const STATUS_DS_SHUTTING_DOWN: NTSTATUS = 1073742704i32;
7304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7305 pub const STATUS_DS_SRC_SID_EXISTS_IN_FOREST: NTSTATUS = -1073740775i32;
7306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7307 pub const STATUS_DS_UNAVAILABLE: NTSTATUS = -1073741146i32;
7308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7309 pub const STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = -1073741095i32;
7310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7311 pub const STATUS_DS_VERSION_CHECK_FAILURE: NTSTATUS = -1073740971i32;
7312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7313 pub const STATUS_DUPLICATE_NAME: NTSTATUS = -1073741635i32;
7314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7315 pub const STATUS_DUPLICATE_OBJECTID: NTSTATUS = -1073741270i32;
7316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7317 pub const STATUS_DUPLICATE_PRIVILEGES: NTSTATUS = -1073741402i32;
7318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7319 pub const STATUS_DYNAMIC_CODE_BLOCKED: NTSTATUS = -1073740284i32;
7320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7321 pub const STATUS_EAS_NOT_SUPPORTED: NTSTATUS = -1073741745i32;
7322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7323 pub const STATUS_EA_CORRUPT_ERROR: NTSTATUS = -1073741741i32;
7324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7325 pub const STATUS_EA_LIST_INCONSISTENT: NTSTATUS = -2147483628i32;
7326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7327 pub const STATUS_EA_TOO_LARGE: NTSTATUS = -1073741744i32;
7328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7329 pub const STATUS_EFS_ALG_BLOB_TOO_BIG: NTSTATUS = -1073740974i32;
7330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7331 pub const STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103362i32;
7332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7333 pub const STATUS_ELEVATION_REQUIRED: NTSTATUS = -1073740756i32;
7334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7335 pub const STATUS_EMULATION_BREAKPOINT: NTSTATUS = 1073741880i32;
7336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7337 pub const STATUS_EMULATION_SYSCALL: NTSTATUS = 1073741881i32;
7338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7339 pub const STATUS_ENCLAVE_FAILURE: NTSTATUS = -1073740657i32;
7340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7341 pub const STATUS_ENCLAVE_IS_TERMINATING: NTSTATUS = -1073740526i32;
7342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7343 pub const STATUS_ENCLAVE_NOT_TERMINATED: NTSTATUS = -1073740527i32;
7344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7345 pub const STATUS_ENCLAVE_VIOLATION: NTSTATUS = -1073740638i32;
7346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7347 pub const STATUS_ENCOUNTERED_WRITE_IN_PROGRESS: NTSTATUS = -1073740749i32;
7348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7349 pub const STATUS_ENCRYPTED_FILE_NOT_SUPPORTED: NTSTATUS = -1073740605i32;
7350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7351 pub const STATUS_ENCRYPTED_IO_NOT_POSSIBLE: NTSTATUS = -1073739760i32;
7352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7353 pub const STATUS_ENCRYPTING_METADATA_DISALLOWED: NTSTATUS = -1073740617i32;
7354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7355 pub const STATUS_ENCRYPTION_DISABLED: NTSTATUS = -1073740618i32;
7356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7357 pub const STATUS_ENCRYPTION_FAILED: NTSTATUS = -1073741174i32;
7358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7359 pub const STATUS_END_OF_FILE: NTSTATUS = -1073741807i32;
7360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7361 pub const STATUS_END_OF_MEDIA: NTSTATUS = -2147483618i32;
7362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7363 pub const STATUS_ENLISTMENT_NOT_FOUND: NTSTATUS = -1072103344i32;
7364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7365 pub const STATUS_ENLISTMENT_NOT_SUPERIOR: NTSTATUS = -1072103373i32;
7366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7367 pub const STATUS_ENTRYPOINT_NOT_FOUND: NTSTATUS = -1073741511i32;
7368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7369 pub const STATUS_EOF_ON_GHOSTED_RANGE: NTSTATUS = -1073700857i32;
7370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7371 pub const STATUS_EOM_OVERFLOW: NTSTATUS = -1073741449i32;
7372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7373 pub const STATUS_ERROR_PROCESS_NOT_IN_JOB: NTSTATUS = -1073741394i32;
7374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7375 pub const STATUS_EVALUATION_EXPIRATION: NTSTATUS = -1073741208i32;
7376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7377 pub const STATUS_EVENTLOG_CANT_START: NTSTATUS = -1073741425i32;
7378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7379 pub const STATUS_EVENTLOG_FILE_CHANGED: NTSTATUS = -1073741417i32;
7380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7381 pub const STATUS_EVENTLOG_FILE_CORRUPT: NTSTATUS = -1073741426i32;
7382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7383 pub const STATUS_EVENT_DONE: NTSTATUS = 1073741842i32;
7384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7385 pub const STATUS_EVENT_PENDING: NTSTATUS = 1073741843i32;
7386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7387 pub const STATUS_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739997i32;
7388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7389 pub const STATUS_EXPIRED_HANDLE: NTSTATUS = -1072103328i32;
7390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7391 pub const STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN: NTSTATUS = -1073740690i32;
7392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7393 pub const STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED: NTSTATUS = -1073740639i32;
7394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7395 pub const STATUS_EXTRANEOUS_INFORMATION: NTSTATUS = -2147483625i32;
7396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7397 pub const STATUS_FAILED_DRIVER_ENTRY: NTSTATUS = -1073740955i32;
7398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7399 pub const STATUS_FAILED_STACK_SWITCH: NTSTATUS = -1073740941i32;
7400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7401 pub const STATUS_FAIL_CHECK: NTSTATUS = -1073741271i32;
7402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7403 pub const STATUS_FAIL_FAST_EXCEPTION: NTSTATUS = -1073740286i32;
7404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7405 pub const STATUS_FASTPATH_REJECTED: NTSTATUS = -1073700844i32;
7406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7407 pub const STATUS_FATAL_APP_EXIT: NTSTATUS = 1073741845i32;
7408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7409 pub const STATUS_FATAL_MEMORY_EXHAUSTION: NTSTATUS = -1073741395i32;
7410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7411 pub const STATUS_FATAL_USER_CALLBACK_EXCEPTION: NTSTATUS = -1073740771i32;
7412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7413 pub const STATUS_FILEMARK_DETECTED: NTSTATUS = -2147483621i32;
7414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7415 pub const STATUS_FILES_OPEN: NTSTATUS = -1073741561i32;
7416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7417 pub const STATUS_FILE_CHECKED_OUT: NTSTATUS = -1073739519i32;
7418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7419 pub const STATUS_FILE_CLOSED: NTSTATUS = -1073741528i32;
7420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7421 pub const STATUS_FILE_CORRUPT_ERROR: NTSTATUS = -1073741566i32;
7422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7423 pub const STATUS_FILE_DELETED: NTSTATUS = -1073741533i32;
7424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7425 pub const STATUS_FILE_ENCRYPTED: NTSTATUS = -1073741165i32;
7426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7427 pub const STATUS_FILE_FORCED_CLOSED: NTSTATUS = -1073741642i32;
7428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7429 pub const STATUS_FILE_HANDLE_REVOKED: NTSTATUS = -1073739504i32;
7430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7431 pub const STATUS_FILE_IDENTITY_NOT_PERSISTENT: NTSTATUS = -1072103370i32;
7432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7433 pub const STATUS_FILE_INVALID: NTSTATUS = -1073741672i32;
7434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7435 pub const STATUS_FILE_IS_A_DIRECTORY: NTSTATUS = -1073741638i32;
7436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7437 pub const STATUS_FILE_IS_OFFLINE: NTSTATUS = -1073741209i32;
7438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7439 pub const STATUS_FILE_LOCKED_WITH_ONLY_READERS: NTSTATUS = 298i32;
7440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7441 pub const STATUS_FILE_LOCKED_WITH_WRITERS: NTSTATUS = 299i32;
7442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7443 pub const STATUS_FILE_LOCK_CONFLICT: NTSTATUS = -1073741740i32;
7444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7445 pub const STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS: NTSTATUS = -1073741397i32;
7446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7447 pub const STATUS_FILE_NOT_AVAILABLE: NTSTATUS = -1073740697i32;
7448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7449 pub const STATUS_FILE_NOT_ENCRYPTED: NTSTATUS = -1073741167i32;
7450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7451 pub const STATUS_FILE_NOT_SUPPORTED: NTSTATUS = -1073740620i32;
7452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7453 pub const STATUS_FILE_PROTECTED_UNDER_DPL: NTSTATUS = -1073740637i32;
7454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7455 pub const STATUS_FILE_RENAMED: NTSTATUS = -1073741611i32;
7456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7457 pub const STATUS_FILE_SNAP_INVALID_PARAMETER: NTSTATUS = -1073679099i32;
7458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7459 pub const STATUS_FILE_SNAP_IN_PROGRESS: NTSTATUS = -1073679104i32;
7460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7461 pub const STATUS_FILE_SNAP_IO_NOT_COORDINATED: NTSTATUS = -1073679101i32;
7462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7463 pub const STATUS_FILE_SNAP_MODIFY_NOT_SUPPORTED: NTSTATUS = -1073679102i32;
7464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7465 pub const STATUS_FILE_SNAP_UNEXPECTED_ERROR: NTSTATUS = -1073679100i32;
7466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7467 pub const STATUS_FILE_SNAP_USER_SECTION_NOT_SUPPORTED: NTSTATUS = -1073679103i32;
7468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7469 pub const STATUS_FILE_SYSTEM_LIMITATION: NTSTATUS = -1073740761i32;
7470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7471 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY: NTSTATUS = -1073689085i32;
7472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7473 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION: NTSTATUS = -1073689083i32;
7474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7475 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT: NTSTATUS = -1073689086i32;
7476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7477 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN: NTSTATUS = -1073689084i32;
7478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7479 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE: NTSTATUS = -1073689087i32;
7480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7481 pub const STATUS_FILE_TOO_LARGE: NTSTATUS = -1073739516i32;
7482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7483 pub const STATUS_FIRMWARE_IMAGE_INVALID: NTSTATUS = -1073740667i32;
7484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7485 pub const STATUS_FIRMWARE_SLOT_INVALID: NTSTATUS = -1073740668i32;
7486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7487 pub const STATUS_FIRMWARE_UPDATED: NTSTATUS = 1073741868i32;
7488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7489 pub const STATUS_FLOATED_SECTION: NTSTATUS = -1072103349i32;
7490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7491 pub const STATUS_FLOAT_DENORMAL_OPERAND: NTSTATUS = -1073741683i32;
7492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7493 pub const STATUS_FLOAT_DIVIDE_BY_ZERO: NTSTATUS = -1073741682i32;
7494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7495 pub const STATUS_FLOAT_INEXACT_RESULT: NTSTATUS = -1073741681i32;
7496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7497 pub const STATUS_FLOAT_INVALID_OPERATION: NTSTATUS = -1073741680i32;
7498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7499 pub const STATUS_FLOAT_MULTIPLE_FAULTS: NTSTATUS = -1073741132i32;
7500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7501 pub const STATUS_FLOAT_MULTIPLE_TRAPS: NTSTATUS = -1073741131i32;
7502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7503 pub const STATUS_FLOAT_OVERFLOW: NTSTATUS = -1073741679i32;
7504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7505 pub const STATUS_FLOAT_STACK_CHECK: NTSTATUS = -1073741678i32;
7506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7507 pub const STATUS_FLOAT_UNDERFLOW: NTSTATUS = -1073741677i32;
7508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7509 pub const STATUS_FLOPPY_BAD_REGISTERS: NTSTATUS = -1073741464i32;
7510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7511 pub const STATUS_FLOPPY_ID_MARK_NOT_FOUND: NTSTATUS = -1073741467i32;
7512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7513 pub const STATUS_FLOPPY_UNKNOWN_ERROR: NTSTATUS = -1073741465i32;
7514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7515 pub const STATUS_FLOPPY_VOLUME: NTSTATUS = -1073741468i32;
7516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7517 pub const STATUS_FLOPPY_WRONG_CYLINDER: NTSTATUS = -1073741466i32;
7518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7519 pub const STATUS_FLT_ALREADY_ENLISTED: NTSTATUS = -1071906789i32;
7520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7521 pub const STATUS_FLT_BUFFER_TOO_SMALL: NTSTATUS = -2145648639i32;
7522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7523 pub const STATUS_FLT_CBDQ_DISABLED: NTSTATUS = -1071906802i32;
7524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7525 pub const STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND: NTSTATUS = -1071906794i32;
7526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7527 pub const STATUS_FLT_CONTEXT_ALREADY_DEFINED: NTSTATUS = -1071906814i32;
7528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7529 pub const STATUS_FLT_CONTEXT_ALREADY_LINKED: NTSTATUS = -1071906788i32;
7530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7531 pub const STATUS_FLT_DELETING_OBJECT: NTSTATUS = -1071906805i32;
7532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7533 pub const STATUS_FLT_DISALLOW_FAST_IO: NTSTATUS = -1071906812i32;
7534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7535 pub const STATUS_FLT_DISALLOW_FSFILTER_IO: i32 = -1071906812i32;
7536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7537 pub const STATUS_FLT_DO_NOT_ATTACH: NTSTATUS = -1071906801i32;
7538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7539 pub const STATUS_FLT_DO_NOT_DETACH: NTSTATUS = -1071906800i32;
7540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7541 pub const STATUS_FLT_DUPLICATE_ENTRY: NTSTATUS = -1071906803i32;
7542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7543 pub const STATUS_FLT_FILTER_NOT_FOUND: NTSTATUS = -1071906797i32;
7544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7545 pub const STATUS_FLT_FILTER_NOT_READY: NTSTATUS = -1071906808i32;
7546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7547 pub const STATUS_FLT_INSTANCE_ALTITUDE_COLLISION: NTSTATUS = -1071906799i32;
7548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7549 pub const STATUS_FLT_INSTANCE_NAME_COLLISION: NTSTATUS = -1071906798i32;
7550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7551 pub const STATUS_FLT_INSTANCE_NOT_FOUND: NTSTATUS = -1071906795i32;
7552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7553 pub const STATUS_FLT_INTERNAL_ERROR: NTSTATUS = -1071906806i32;
7554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7555 pub const STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST: NTSTATUS = -1071906813i32;
7556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7557 pub const STATUS_FLT_INVALID_CONTEXT_REGISTRATION: NTSTATUS = -1071906793i32;
7558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7559 pub const STATUS_FLT_INVALID_NAME_REQUEST: NTSTATUS = -1071906811i32;
7560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7561 pub const STATUS_FLT_IO_COMPLETE: NTSTATUS = 1835009i32;
7562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7563 pub const STATUS_FLT_MUST_BE_NONPAGED_POOL: NTSTATUS = -1071906804i32;
7564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7565 pub const STATUS_FLT_NAME_CACHE_MISS: NTSTATUS = -1071906792i32;
7566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7567 pub const STATUS_FLT_NOT_INITIALIZED: NTSTATUS = -1071906809i32;
7568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7569 pub const STATUS_FLT_NOT_SAFE_TO_POST_OPERATION: NTSTATUS = -1071906810i32;
7570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7571 pub const STATUS_FLT_NO_DEVICE_OBJECT: NTSTATUS = -1071906791i32;
7572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7573 pub const STATUS_FLT_NO_HANDLER_DEFINED: NTSTATUS = -1071906815i32;
7574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7575 pub const STATUS_FLT_NO_WAITER_FOR_REPLY: NTSTATUS = -1071906784i32;
7576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7577 pub const STATUS_FLT_POST_OPERATION_CLEANUP: NTSTATUS = -1071906807i32;
7578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7579 pub const STATUS_FLT_REGISTRATION_BUSY: NTSTATUS = -1071906781i32;
7580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7581 pub const STATUS_FLT_VOLUME_ALREADY_MOUNTED: NTSTATUS = -1071906790i32;
7582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7583 pub const STATUS_FLT_VOLUME_NOT_FOUND: NTSTATUS = -1071906796i32;
7584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7585 pub const STATUS_FLT_WCOS_NOT_SUPPORTED: NTSTATUS = -1071906780i32;
7586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7587 pub const STATUS_FORMS_AUTH_REQUIRED: NTSTATUS = -1073739515i32;
7588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7589 pub const STATUS_FOUND_OUT_OF_SCOPE: NTSTATUS = -1073741266i32;
7590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7591 pub const STATUS_FREE_SPACE_TOO_FRAGMENTED: NTSTATUS = -1073740645i32;
7592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7593 pub const STATUS_FREE_VM_NOT_AT_BASE: NTSTATUS = -1073741665i32;
7594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7595 pub const STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY: NTSTATUS = 294i32;
7596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7597 pub const STATUS_FS_DRIVER_REQUIRED: NTSTATUS = -1073741412i32;
7598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7599 pub const STATUS_FT_DI_SCAN_REQUIRED: NTSTATUS = -1073740692i32;
7600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7601 pub const STATUS_FT_MISSING_MEMBER: NTSTATUS = -1073741473i32;
7602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7603 pub const STATUS_FT_ORPHANING: NTSTATUS = -1073741459i32;
7604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7605 pub const STATUS_FT_READ_FAILURE: NTSTATUS = -1073740629i32;
7606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7607 pub const STATUS_FT_READ_FROM_COPY: NTSTATUS = 1073741877i32;
7608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7609 pub const STATUS_FT_READ_FROM_COPY_FAILURE: NTSTATUS = -1073740609i32;
7610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7611 pub const STATUS_FT_READ_RECOVERY_FROM_BACKUP: NTSTATUS = 1073741834i32;
7612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7613 pub const STATUS_FT_WRITE_FAILURE: NTSTATUS = -1073740693i32;
7614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7615 pub const STATUS_FT_WRITE_RECOVERY: NTSTATUS = 1073741835i32;
7616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7617 pub const STATUS_FULLSCREEN_MODE: NTSTATUS = -1073741479i32;
7618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7619 pub const STATUS_FVE_ACTION_NOT_ALLOWED: NTSTATUS = -1071579127i32;
7620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7621 pub const STATUS_FVE_AUTH_INVALID_APPLICATION: NTSTATUS = -1071579109i32;
7622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7623 pub const STATUS_FVE_AUTH_INVALID_CONFIG: NTSTATUS = -1071579108i32;
7624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7625 pub const STATUS_FVE_BAD_DATA: NTSTATUS = -1071579126i32;
7626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7627 pub const STATUS_FVE_BAD_INFORMATION: NTSTATUS = -1071579134i32;
7628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7629 pub const STATUS_FVE_BAD_METADATA_POINTER: NTSTATUS = -1071579105i32;
7630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7631 pub const STATUS_FVE_BAD_PARTITION_SIZE: NTSTATUS = -1071579131i32;
7632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7633 pub const STATUS_FVE_CONV_READ_ERROR: NTSTATUS = -1071579123i32;
7634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7635 pub const STATUS_FVE_CONV_RECOVERY_FAILED: NTSTATUS = -1071579096i32;
7636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7637 pub const STATUS_FVE_CONV_WRITE_ERROR: NTSTATUS = -1071579122i32;
7638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7639 pub const STATUS_FVE_DEBUGGER_ENABLED: NTSTATUS = -1071579107i32;
7640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7641 pub const STATUS_FVE_DEVICE_LOCKEDOUT: NTSTATUS = -1071579077i32;
7642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7643 pub const STATUS_FVE_DRY_RUN_FAILED: NTSTATUS = -1071579106i32;
7644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7645 pub const STATUS_FVE_EDRIVE_BAND_ENUMERATION_FAILED: NTSTATUS = -1071579071i32;
7646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7647 pub const STATUS_FVE_EDRIVE_DRY_RUN_FAILED: NTSTATUS = -1071579080i32;
7648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7649 pub const STATUS_FVE_ENH_PIN_INVALID: NTSTATUS = -1071579087i32;
7650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7651 pub const STATUS_FVE_FAILED_AUTHENTICATION: NTSTATUS = -1071579119i32;
7652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7653 pub const STATUS_FVE_FAILED_SECTOR_SIZE: NTSTATUS = -1071579120i32;
7654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7655 pub const STATUS_FVE_FAILED_WRONG_FS: NTSTATUS = -1071579132i32;
7656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7657 pub const STATUS_FVE_FS_MOUNTED: NTSTATUS = -1071579129i32;
7658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7659 pub const STATUS_FVE_FS_NOT_EXTENDED: NTSTATUS = -1071579130i32;
7660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7661 pub const STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE: NTSTATUS = -1071579086i32;
7662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7663 pub const STATUS_FVE_INVALID_DATUM_TYPE: NTSTATUS = -1071579094i32;
7664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7665 pub const STATUS_FVE_KEYFILE_INVALID: NTSTATUS = -1071579116i32;
7666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7667 pub const STATUS_FVE_KEYFILE_NOT_FOUND: NTSTATUS = -1071579117i32;
7668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7669 pub const STATUS_FVE_KEYFILE_NO_VMK: NTSTATUS = -1071579115i32;
7670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7671 pub const STATUS_FVE_LOCKED_VOLUME: NTSTATUS = -1071579136i32;
7672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7673 pub const STATUS_FVE_MOR_FAILED: NTSTATUS = -1071579099i32;
7674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7675 pub const STATUS_FVE_NOT_ALLOWED_ON_CLUSTER: NTSTATUS = -1071579083i32;
7676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7677 pub const STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK: NTSTATUS = -1071579084i32;
7678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7679 pub const STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING: NTSTATUS = -1071579082i32;
7680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7681 pub const STATUS_FVE_NOT_DATA_VOLUME: NTSTATUS = -1071579124i32;
7682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7683 pub const STATUS_FVE_NOT_DE_VOLUME: NTSTATUS = -1071579075i32;
7684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7685 pub const STATUS_FVE_NOT_ENCRYPTED: NTSTATUS = -1071579135i32;
7686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7687 pub const STATUS_FVE_NOT_OS_VOLUME: NTSTATUS = -1071579118i32;
7688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7689 pub const STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY: NTSTATUS = -1071579100i32;
7690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7691 pub const STATUS_FVE_NO_FEATURE_LICENSE: NTSTATUS = -1071579098i32;
7692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7693 pub const STATUS_FVE_NO_LICENSE: NTSTATUS = -1071579128i32;
7694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7695 pub const STATUS_FVE_OLD_METADATA_COPY: NTSTATUS = -1071579104i32;
7696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7697 pub const STATUS_FVE_OSV_KSR_NOT_ALLOWED: NTSTATUS = -1071579072i32;
7698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7699 pub const STATUS_FVE_OVERLAPPED_UPDATE: NTSTATUS = -1071579121i32;
7700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7701 pub const STATUS_FVE_PARTIAL_METADATA: NTSTATUS = -2145320959i32;
7702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7703 pub const STATUS_FVE_PIN_INVALID: NTSTATUS = -1071579110i32;
7704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7705 pub const STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED: NTSTATUS = -1071579097i32;
7706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7707 pub const STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED: NTSTATUS = -1071579073i32;
7708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7709 pub const STATUS_FVE_PROTECTION_DISABLED: NTSTATUS = -1071579074i32;
7710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7711 pub const STATUS_FVE_RAW_ACCESS: NTSTATUS = -1071579102i32;
7712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7713 pub const STATUS_FVE_RAW_BLOCKED: NTSTATUS = -1071579101i32;
7714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7715 pub const STATUS_FVE_REBOOT_REQUIRED: NTSTATUS = -1071579103i32;
7716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7717 pub const STATUS_FVE_SECUREBOOT_CONFIG_CHANGE: NTSTATUS = -1071579078i32;
7718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7719 pub const STATUS_FVE_SECUREBOOT_DISABLED: NTSTATUS = -1071579079i32;
7720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7721 pub const STATUS_FVE_TOO_SMALL: NTSTATUS = -1071579133i32;
7722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7723 pub const STATUS_FVE_TPM_DISABLED: NTSTATUS = -1071579114i32;
7724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7725 pub const STATUS_FVE_TPM_INVALID_PCR: NTSTATUS = -1071579112i32;
7726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7727 pub const STATUS_FVE_TPM_NO_VMK: NTSTATUS = -1071579111i32;
7728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7729 pub const STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO: NTSTATUS = -1071579113i32;
7730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7731 pub const STATUS_FVE_TRANSIENT_STATE: NTSTATUS = -2145320958i32;
7732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7733 pub const STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG: NTSTATUS = -1071579095i32;
7734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7735 pub const STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT: NTSTATUS = -1071579076i32;
7736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7737 pub const STATUS_FVE_VOLUME_NOT_BOUND: NTSTATUS = -1071579125i32;
7738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7739 pub const STATUS_FVE_VOLUME_TOO_SMALL: NTSTATUS = -1071579088i32;
7740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7741 pub const STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE: NTSTATUS = -1071579081i32;
7742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7743 pub const STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE: NTSTATUS = -1071579085i32;
7744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7745 pub const STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER: NTSTATUS = -1071513556i32;
7746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7747 pub const STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER: NTSTATUS = -1071513555i32;
7748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7749 pub const STATUS_FWP_ALREADY_EXISTS: NTSTATUS = -1071513591i32;
7750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7751 pub const STATUS_FWP_BUILTIN_OBJECT: NTSTATUS = -1071513577i32;
7752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7753 pub const STATUS_FWP_CALLOUT_NOTIFICATION_FAILED: NTSTATUS = -1071513545i32;
7754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7755 pub const STATUS_FWP_CALLOUT_NOT_FOUND: NTSTATUS = -1071513599i32;
7756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7757 pub const STATUS_FWP_CANNOT_PEND: NTSTATUS = -1071513341i32;
7758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7759 pub const STATUS_FWP_CONDITION_NOT_FOUND: NTSTATUS = -1071513598i32;
7760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7761 pub const STATUS_FWP_CONNECTIONS_DISABLED: NTSTATUS = -1071513535i32;
7762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7763 pub const STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT: NTSTATUS = -1071513553i32;
7764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7765 pub const STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER: NTSTATUS = -1071513554i32;
7766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7767 pub const STATUS_FWP_DROP_NOICMP: NTSTATUS = -1071513340i32;
7768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7769 pub const STATUS_FWP_DUPLICATE_AUTH_METHOD: NTSTATUS = -1071513540i32;
7770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7771 pub const STATUS_FWP_DUPLICATE_CONDITION: NTSTATUS = -1071513558i32;
7772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7773 pub const STATUS_FWP_DUPLICATE_KEYMOD: NTSTATUS = -1071513557i32;
7774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7775 pub const STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS: NTSTATUS = -1071513589i32;
7776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7777 pub const STATUS_FWP_EM_NOT_SUPPORTED: NTSTATUS = -1071513550i32;
7778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7779 pub const STATUS_FWP_FILTER_NOT_FOUND: NTSTATUS = -1071513597i32;
7780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7781 pub const STATUS_FWP_IKEEXT_NOT_RUNNING: NTSTATUS = -1071513532i32;
7782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7783 pub const STATUS_FWP_INCOMPATIBLE_AUTH_METHOD: NTSTATUS = -1071513552i32;
7784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7785 pub const STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM: NTSTATUS = -1071513542i32;
7786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7787 pub const STATUS_FWP_INCOMPATIBLE_DH_GROUP: NTSTATUS = -1071513551i32;
7788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7789 pub const STATUS_FWP_INCOMPATIBLE_LAYER: NTSTATUS = -1071513580i32;
7790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7791 pub const STATUS_FWP_INCOMPATIBLE_SA_STATE: NTSTATUS = -1071513573i32;
7792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7793 pub const STATUS_FWP_INCOMPATIBLE_TXN: NTSTATUS = -1071513583i32;
7794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7795 pub const STATUS_FWP_INJECT_HANDLE_CLOSING: NTSTATUS = -1071513343i32;
7796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7797 pub const STATUS_FWP_INJECT_HANDLE_STALE: NTSTATUS = -1071513342i32;
7798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7799 pub const STATUS_FWP_INVALID_ACTION_TYPE: NTSTATUS = -1071513564i32;
7800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7801 pub const STATUS_FWP_INVALID_AUTH_TRANSFORM: NTSTATUS = -1071513544i32;
7802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7803 pub const STATUS_FWP_INVALID_CIPHER_TRANSFORM: NTSTATUS = -1071513543i32;
7804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7805 pub const STATUS_FWP_INVALID_DNS_NAME: NTSTATUS = -1071513534i32;
7806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7807 pub const STATUS_FWP_INVALID_ENUMERATOR: NTSTATUS = -1071513571i32;
7808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7809 pub const STATUS_FWP_INVALID_FLAGS: NTSTATUS = -1071513570i32;
7810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7811 pub const STATUS_FWP_INVALID_INTERVAL: NTSTATUS = -1071513567i32;
7812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7813 pub const STATUS_FWP_INVALID_NET_MASK: NTSTATUS = -1071513569i32;
7814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7815 pub const STATUS_FWP_INVALID_PARAMETER: NTSTATUS = -1071513547i32;
7816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7817 pub const STATUS_FWP_INVALID_RANGE: NTSTATUS = -1071513568i32;
7818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7819 pub const STATUS_FWP_INVALID_TRANSFORM_COMBINATION: NTSTATUS = -1071513541i32;
7820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7821 pub const STATUS_FWP_INVALID_TUNNEL_ENDPOINT: NTSTATUS = -1071513539i32;
7822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7823 pub const STATUS_FWP_INVALID_WEIGHT: NTSTATUS = -1071513563i32;
7824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7825 pub const STATUS_FWP_IN_USE: NTSTATUS = -1071513590i32;
7826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7827 pub const STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL: NTSTATUS = -1071513536i32;
7828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7829 pub const STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED: NTSTATUS = -1071513537i32;
7830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7831 pub const STATUS_FWP_KM_CLIENTS_ONLY: NTSTATUS = -1071513579i32;
7832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7833 pub const STATUS_FWP_L2_DRIVER_NOT_READY: NTSTATUS = -1071513538i32;
7834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7835 pub const STATUS_FWP_LAYER_NOT_FOUND: NTSTATUS = -1071513596i32;
7836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7837 pub const STATUS_FWP_LIFETIME_MISMATCH: NTSTATUS = -1071513578i32;
7838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7839 pub const STATUS_FWP_MATCH_TYPE_MISMATCH: NTSTATUS = -1071513562i32;
7840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7841 pub const STATUS_FWP_NET_EVENTS_DISABLED: NTSTATUS = -1071513581i32;
7842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7843 pub const STATUS_FWP_NEVER_MATCH: NTSTATUS = -1071513549i32;
7844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7845 pub const STATUS_FWP_NOTIFICATION_DROPPED: NTSTATUS = -1071513575i32;
7846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7847 pub const STATUS_FWP_NOT_FOUND: NTSTATUS = -1071513592i32;
7848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7849 pub const STATUS_FWP_NO_TXN_IN_PROGRESS: NTSTATUS = -1071513587i32;
7850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7851 pub const STATUS_FWP_NULL_DISPLAY_NAME: NTSTATUS = -1071513565i32;
7852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7853 pub const STATUS_FWP_NULL_POINTER: NTSTATUS = -1071513572i32;
7854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7855 pub const STATUS_FWP_OUT_OF_BOUNDS: NTSTATUS = -1071513560i32;
7856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7857 pub const STATUS_FWP_PROVIDER_CONTEXT_MISMATCH: NTSTATUS = -1071513548i32;
7858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7859 pub const STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND: NTSTATUS = -1071513594i32;
7860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7861 pub const STATUS_FWP_PROVIDER_NOT_FOUND: NTSTATUS = -1071513595i32;
7862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7863 pub const STATUS_FWP_RESERVED: NTSTATUS = -1071513559i32;
7864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7865 pub const STATUS_FWP_SESSION_ABORTED: NTSTATUS = -1071513584i32;
7866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7867 pub const STATUS_FWP_STILL_ON: NTSTATUS = -1071513533i32;
7868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7869 pub const STATUS_FWP_SUBLAYER_NOT_FOUND: NTSTATUS = -1071513593i32;
7870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7871 pub const STATUS_FWP_TCPIP_NOT_READY: NTSTATUS = -1071513344i32;
7872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7873 pub const STATUS_FWP_TIMEOUT: NTSTATUS = -1071513582i32;
7874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7875 pub const STATUS_FWP_TOO_MANY_CALLOUTS: NTSTATUS = -1071513576i32;
7876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7877 pub const STATUS_FWP_TOO_MANY_SUBLAYERS: NTSTATUS = -1071513546i32;
7878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7879 pub const STATUS_FWP_TRAFFIC_MISMATCH: NTSTATUS = -1071513574i32;
7880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7881 pub const STATUS_FWP_TXN_ABORTED: NTSTATUS = -1071513585i32;
7882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7883 pub const STATUS_FWP_TXN_IN_PROGRESS: NTSTATUS = -1071513586i32;
7884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7885 pub const STATUS_FWP_TYPE_MISMATCH: NTSTATUS = -1071513561i32;
7886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7887 pub const STATUS_FWP_WRONG_SESSION: NTSTATUS = -1071513588i32;
7888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7889 pub const STATUS_FWP_ZERO_LENGTH_ARRAY: NTSTATUS = -1071513566i32;
7890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7891 pub const STATUS_GDI_HANDLE_LEAK: NTSTATUS = -2143354879i32;
7892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7893 pub const STATUS_GENERIC_COMMAND_FAILED: NTSTATUS = -1072365530i32;
7894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7895 pub const STATUS_GENERIC_NOT_MAPPED: NTSTATUS = -1073741594i32;
7896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7897 pub const STATUS_GHOSTED: NTSTATUS = 303i32;
7898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7899 pub const STATUS_GPIO_CLIENT_INFORMATION_INVALID: NTSTATUS = -1073700574i32;
7900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7901 pub const STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE: NTSTATUS = -1073700570i32;
7902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7903 pub const STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED: NTSTATUS = -2147442393i32;
7904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7905 pub const STATUS_GPIO_INVALID_REGISTRATION_PACKET: NTSTATUS = -1073700572i32;
7906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7907 pub const STATUS_GPIO_OPERATION_DENIED: NTSTATUS = -1073700571i32;
7908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7909 pub const STATUS_GPIO_VERSION_NOT_SUPPORTED: NTSTATUS = -1073700573i32;
7910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7911 pub const STATUS_GRACEFUL_DISCONNECT: NTSTATUS = -1073741257i32;
7912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7913 pub const STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED: NTSTATUS = -1071774661i32;
7914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7915 pub const STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY: NTSTATUS = -1071774669i32;
7916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7917 pub const STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE: NTSTATUS = -1071774936i32;
7918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7919 pub const STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET: NTSTATUS = -1071774935i32;
7920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7921 pub const STATUS_GRAPHICS_ADAPTER_WAS_RESET: NTSTATUS = -1071775741i32;
7922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7923 pub const STATUS_GRAPHICS_ALLOCATION_BUSY: NTSTATUS = -1071775486i32;
7924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7925 pub const STATUS_GRAPHICS_ALLOCATION_CLOSED: NTSTATUS = -1071775470i32;
7926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7927 pub const STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST: NTSTATUS = -1071775466i32;
7928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7929 pub const STATUS_GRAPHICS_ALLOCATION_INVALID: NTSTATUS = -1071775482i32;
7930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7931 pub const STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION: NTSTATUS = -1071774886i32;
7932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7933 pub const STATUS_GRAPHICS_CANNOTCOLORCONVERT: NTSTATUS = -1071775736i32;
7934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7935 pub const STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN: NTSTATUS = -1071774909i32;
7936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7937 pub const STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION: NTSTATUS = -1071775479i32;
7938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7939 pub const STATUS_GRAPHICS_CANT_LOCK_MEMORY: NTSTATUS = -1071775487i32;
7940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7941 pub const STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION: NTSTATUS = -1071775471i32;
7942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7943 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED: NTSTATUS = -1071774670i32;
7944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7945 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON: NTSTATUS = -1071774667i32;
7946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7947 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED: NTSTATUS = -1071774668i32;
7948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7949 pub const STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED: NTSTATUS = -1071774719i32;
7950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7951 pub const STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET: NTSTATUS = -1071774884i32;
7952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7953 pub const STATUS_GRAPHICS_COPP_NOT_SUPPORTED: NTSTATUS = -1071774463i32;
7954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7955 pub const STATUS_GRAPHICS_DATASET_IS_EMPTY: NTSTATUS = 1075708747i32;
7956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7957 pub const STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING: NTSTATUS = -1071774329i32;
7958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7959 pub const STATUS_GRAPHICS_DDCCI_INVALID_DATA: NTSTATUS = -1071774331i32;
7960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7961 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM: NTSTATUS = -1071774325i32;
7962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7963 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND: NTSTATUS = -1071774327i32;
7964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7965 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH: NTSTATUS = -1071774326i32;
7966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7967 pub const STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE: NTSTATUS = -1071774330i32;
7968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7969 pub const STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED: NTSTATUS = -1071774332i32;
7970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7971 pub const STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS: NTSTATUS = 1075708988i32;
7972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7973 pub const STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP: NTSTATUS = -1071774238i32;
7974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7975 pub const STATUS_GRAPHICS_DRIVER_MISMATCH: NTSTATUS = -1071775735i32;
7976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7977 pub const STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION: NTSTATUS = -1071774939i32;
7978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7979 pub const STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET: NTSTATUS = -1071774945i32;
7980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7981 pub const STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET: NTSTATUS = -1071774947i32;
7982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7983 pub const STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED: NTSTATUS = -1071774904i32;
7984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7985 pub const STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE: NTSTATUS = -1071775232i32;
7986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7987 pub const STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST: NTSTATUS = -1071774335i32;
7988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7989 pub const STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA: NTSTATUS = -1071774333i32;
7990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7991 pub const STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA: NTSTATUS = -1071774334i32;
7992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7993 pub const STATUS_GRAPHICS_I2C_NOT_SUPPORTED: NTSTATUS = -1071774336i32;
7994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7995 pub const STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT: NTSTATUS = -1071774891i32;
7996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7997 pub const STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE: NTSTATUS = -1071774666i32;
7998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7999 pub const STATUS_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN: NTSTATUS = -1071775726i32;
8000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8001 pub const STATUS_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED: NTSTATUS = -1071775725i32;
8002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8003 pub const STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER: NTSTATUS = -1071775743i32;
8004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8005 pub const STATUS_GRAPHICS_INTERNAL_ERROR: NTSTATUS = -1071774233i32;
8006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8007 pub const STATUS_GRAPHICS_INVALID_ACTIVE_REGION: NTSTATUS = -1071774965i32;
8008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8009 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE: NTSTATUS = -1071775468i32;
8010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8011 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE: NTSTATUS = -1071775469i32;
8012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8013 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE: NTSTATUS = -1071775472i32;
8014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8015 pub const STATUS_GRAPHICS_INVALID_CLIENT_TYPE: NTSTATUS = -1071774885i32;
8016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8017 pub const STATUS_GRAPHICS_INVALID_COLORBASIS: NTSTATUS = -1071774914i32;
8018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8019 pub const STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE: NTSTATUS = -1071774897i32;
8020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8021 pub const STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER: NTSTATUS = -1071775742i32;
8022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8023 pub const STATUS_GRAPHICS_INVALID_DRIVER_MODEL: NTSTATUS = -1071775740i32;
8024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8025 pub const STATUS_GRAPHICS_INVALID_FREQUENCY: NTSTATUS = -1071774966i32;
8026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8027 pub const STATUS_GRAPHICS_INVALID_GAMMA_RAMP: NTSTATUS = -1071774905i32;
8028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8029 pub const STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM: NTSTATUS = -1071774890i32;
8030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8031 pub const STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR: NTSTATUS = -1071774933i32;
8032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8033 pub const STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET: NTSTATUS = -1071774934i32;
8034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8035 pub const STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN: NTSTATUS = -1071774889i32;
8036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8037 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE: NTSTATUS = -1071774948i32;
8038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8039 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET: NTSTATUS = -1071774949i32;
8040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8041 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT: NTSTATUS = -1071774888i32;
8042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8043 pub const STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET: NTSTATUS = -1071774943i32;
8044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8045 pub const STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE: NTSTATUS = -1071774942i32;
8046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8047 pub const STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION: NTSTATUS = -1071774907i32;
8048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8049 pub const STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE: NTSTATUS = -1071774898i32;
8050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8051 pub const STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL: NTSTATUS = -1071774908i32;
8052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8053 pub const STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE: NTSTATUS = -1071774324i32;
8054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8055 pub const STATUS_GRAPHICS_INVALID_PIXELFORMAT: NTSTATUS = -1071774915i32;
8056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8057 pub const STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE: NTSTATUS = -1071774913i32;
8058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8059 pub const STATUS_GRAPHICS_INVALID_POINTER: NTSTATUS = -1071774236i32;
8060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8061 pub const STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE: NTSTATUS = -1071774918i32;
8062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8063 pub const STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING: NTSTATUS = -1071774894i32;
8064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8065 pub const STATUS_GRAPHICS_INVALID_STRIDE: NTSTATUS = -1071774916i32;
8066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8067 pub const STATUS_GRAPHICS_INVALID_TOTAL_REGION: NTSTATUS = -1071774964i32;
8068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8069 pub const STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET: NTSTATUS = -1071774955i32;
8070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8071 pub const STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET: NTSTATUS = -1071774954i32;
8072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8073 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE: NTSTATUS = -1071774972i32;
8074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8075 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE: NTSTATUS = -1071774960i32;
8076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8077 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET: NTSTATUS = -1071774971i32;
8078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8079 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE: NTSTATUS = -1071774959i32;
8080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8081 pub const STATUS_GRAPHICS_INVALID_VIDPN: NTSTATUS = -1071774973i32;
8082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8083 pub const STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH: NTSTATUS = -1071774951i32;
8084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8085 pub const STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET: NTSTATUS = -1071774968i32;
8086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8087 pub const STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET: NTSTATUS = -1071774967i32;
8088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8089 pub const STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE: NTSTATUS = -1071774929i32;
8090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8091 pub const STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY: NTSTATUS = -1071774976i32;
8092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8093 pub const STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON: NTSTATUS = -1071774899i32;
8094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8095 pub const STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE: NTSTATUS = -1071774917i32;
8096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8097 pub const STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED: NTSTATUS = -1071774671i32;
8098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8099 pub const STATUS_GRAPHICS_LEADLINK_START_DEFERRED: NTSTATUS = 1075708983i32;
8100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8101 pub const STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED: NTSTATUS = -1071774887i32;
8102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8103 pub const STATUS_GRAPHICS_MCA_INTERNAL_ERROR: NTSTATUS = -1071774328i32;
8104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8105 pub const STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED: NTSTATUS = -1071774237i32;
8106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8107 pub const STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET: NTSTATUS = -1071774956i32;
8108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8109 pub const STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774940i32;
8110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8111 pub const STATUS_GRAPHICS_MODE_NOT_IN_MODESET: NTSTATUS = -1071774902i32;
8112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8113 pub const STATUS_GRAPHICS_MODE_NOT_PINNED: NTSTATUS = 1075708679i32;
8114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8115 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET: NTSTATUS = -1071774931i32;
8116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8117 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774930i32;
8118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8119 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET: NTSTATUS = -1071774932i32;
8120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8121 pub const STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER: NTSTATUS = -1071774924i32;
8122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8123 pub const STATUS_GRAPHICS_MONITOR_NOT_CONNECTED: NTSTATUS = -1071774920i32;
8124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8125 pub const STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS: NTSTATUS = -1071774323i32;
8126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8127 pub const STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED: NTSTATUS = -1071774903i32;
8128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8129 pub const STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER: NTSTATUS = -1071774672i32;
8130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8131 pub const STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER: NTSTATUS = -1071775744i32;
8132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8133 pub const STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER: NTSTATUS = -1071774664i32;
8134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8135 pub const STATUS_GRAPHICS_NO_ACTIVE_VIDPN: NTSTATUS = -1071774922i32;
8136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8137 pub const STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS: NTSTATUS = -1071774892i32;
8138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8139 pub const STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET: NTSTATUS = -1071774925i32;
8140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8141 pub const STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME: NTSTATUS = -1071774239i32;
8142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8143 pub const STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT: NTSTATUS = -1071774911i32;
8144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8145 pub const STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE: NTSTATUS = -1071774235i32;
8146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8147 pub const STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET: NTSTATUS = 1075708748i32;
8148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8149 pub const STATUS_GRAPHICS_NO_PREFERRED_MODE: NTSTATUS = 1075708702i32;
8150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8151 pub const STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN: NTSTATUS = -1071774941i32;
8152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8153 pub const STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY: NTSTATUS = -1071774950i32;
8154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8155 pub const STATUS_GRAPHICS_NO_VIDEO_MEMORY: NTSTATUS = -1071775488i32;
8156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8157 pub const STATUS_GRAPHICS_NO_VIDPNMGR: NTSTATUS = -1071774923i32;
8158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8159 pub const STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED: NTSTATUS = -1071774240i32;
8160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8161 pub const STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE: NTSTATUS = -1071774440i32;
8162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8163 pub const STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR: NTSTATUS = -1071774434i32;
8164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8165 pub const STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET: NTSTATUS = -1071774442i32;
8166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8167 pub const STATUS_GRAPHICS_OPM_INTERNAL_ERROR: NTSTATUS = -1071774453i32;
8168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8169 pub const STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST: NTSTATUS = -1071774431i32;
8170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8171 pub const STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS: NTSTATUS = -1071774461i32;
8172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8173 pub const STATUS_GRAPHICS_OPM_INVALID_HANDLE: NTSTATUS = -1071774452i32;
8174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8175 pub const STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST: NTSTATUS = -1071774435i32;
8176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8177 pub const STATUS_GRAPHICS_OPM_INVALID_SRM: NTSTATUS = -1071774446i32;
8178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8179 pub const STATUS_GRAPHICS_OPM_NOT_SUPPORTED: NTSTATUS = -1071774464i32;
8180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8181 pub const STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST: NTSTATUS = -1071774459i32;
8182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8183 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP: NTSTATUS = -1071774444i32;
8184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8185 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA: NTSTATUS = -1071774443i32;
8186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8187 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP: NTSTATUS = -1071774445i32;
8188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8189 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS: NTSTATUS = -1071774436i32;
8190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8191 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS: NTSTATUS = -1071774433i32;
8192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8193 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS: NTSTATUS = -1071774438i32;
8194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8195 pub const STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH: NTSTATUS = -1071774441i32;
8196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8197 pub const STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED: NTSTATUS = -1071774432i32;
8198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8199 pub const STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED: NTSTATUS = -1071774449i32;
8200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8201 pub const STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED: NTSTATUS = -1071774448i32;
8202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8203 pub const STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL: NTSTATUS = -1071774234i32;
8204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8205 pub const STATUS_GRAPHICS_PARTIAL_DATA_POPULATED: NTSTATUS = 1075707914i32;
8206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8207 pub const STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY: NTSTATUS = -1071774957i32;
8208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8209 pub const STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED: NTSTATUS = 1075708753i32;
8210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8211 pub const STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED: NTSTATUS = -1071774906i32;
8212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8213 pub const STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY: NTSTATUS = -1071774937i32;
8214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8215 pub const STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET: NTSTATUS = -1071774958i32;
8216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8217 pub const STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY: NTSTATUS = 1075708985i32;
8218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8219 pub const STATUS_GRAPHICS_PRESENT_BUFFER_NOT_BOUND: NTSTATUS = -1071775728i32;
8220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8221 pub const STATUS_GRAPHICS_PRESENT_DENIED: NTSTATUS = -1071775737i32;
8222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8223 pub const STATUS_GRAPHICS_PRESENT_INVALID_WINDOW: NTSTATUS = -1071775729i32;
8224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8225 pub const STATUS_GRAPHICS_PRESENT_MODE_CHANGED: NTSTATUS = -1071775739i32;
8226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8227 pub const STATUS_GRAPHICS_PRESENT_OCCLUDED: NTSTATUS = -1071775738i32;
8228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8229 pub const STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED: NTSTATUS = -1071775733i32;
8230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8231 pub const STATUS_GRAPHICS_PRESENT_UNOCCLUDED: NTSTATUS = -1071775732i32;
8232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8233 pub const STATUS_GRAPHICS_PVP_HFS_FAILED: NTSTATUS = -1071774447i32;
8234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8235 pub const STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH: NTSTATUS = -1071774450i32;
8236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8237 pub const STATUS_GRAPHICS_RESOURCES_NOT_RELATED: NTSTATUS = -1071774928i32;
8238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8239 pub const STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS: NTSTATUS = -1071774232i32;
8240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8241 pub const STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION: NTSTATUS = 1075708417i32;
8242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8243 pub const STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET: NTSTATUS = -1071774953i32;
8244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8245 pub const STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774927i32;
8246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8247 pub const STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY: NTSTATUS = -1071774919i32;
8248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8249 pub const STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED: NTSTATUS = -1071774720i32;
8250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8251 pub const STATUS_GRAPHICS_STALE_MODESET: NTSTATUS = -1071774944i32;
8252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8253 pub const STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY: NTSTATUS = -1071774921i32;
8254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8255 pub const STATUS_GRAPHICS_START_DEFERRED: NTSTATUS = 1075708986i32;
8256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8257 pub const STATUS_GRAPHICS_TARGET_ALREADY_IN_SET: NTSTATUS = -1071774952i32;
8258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8259 pub const STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774926i32;
8260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8261 pub const STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY: NTSTATUS = -1071774912i32;
8262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8263 pub const STATUS_GRAPHICS_TOO_MANY_REFERENCES: NTSTATUS = -1071775485i32;
8264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8265 pub const STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED: NTSTATUS = -1071774893i32;
8266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8267 pub const STATUS_GRAPHICS_TRY_AGAIN_LATER: NTSTATUS = -1071775484i32;
8268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8269 pub const STATUS_GRAPHICS_TRY_AGAIN_NOW: NTSTATUS = -1071775483i32;
8270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8271 pub const STATUS_GRAPHICS_UAB_NOT_SUPPORTED: NTSTATUS = -1071774462i32;
8272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8273 pub const STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS: NTSTATUS = -1071774896i32;
8274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8275 pub const STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS: NTSTATUS = 1075708975i32;
8276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8277 pub const STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE: NTSTATUS = -1071775481i32;
8278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8279 pub const STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED: NTSTATUS = -1071775480i32;
8280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8281 pub const STATUS_GRAPHICS_VAIL_STATE_CHANGED: NTSTATUS = -1071775727i32;
8282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8283 pub const STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES: NTSTATUS = -1071774938i32;
8284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8285 pub const STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED: NTSTATUS = -1071774970i32;
8286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8287 pub const STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE: NTSTATUS = -1071774910i32;
8288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8289 pub const STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED: NTSTATUS = -1071774974i32;
8290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8291 pub const STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED: NTSTATUS = -1071774975i32;
8292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8293 pub const STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE: NTSTATUS = -1071775731i32;
8294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8295 pub const STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED: NTSTATUS = -1071775730i32;
8296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8297 pub const STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE: NTSTATUS = -1071775467i32;
8298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8299 pub const STATUS_GROUP_EXISTS: NTSTATUS = -1073741723i32;
8300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8301 pub const STATUS_GUARD_PAGE_VIOLATION: NTSTATUS = -2147483647i32;
8302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8303 pub const STATUS_GUIDS_EXHAUSTED: NTSTATUS = -1073741693i32;
8304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8305 pub const STATUS_GUID_SUBSTITUTION_MADE: NTSTATUS = -2147483636i32;
8306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8307 pub const STATUS_HANDLES_CLOSED: NTSTATUS = -2147483638i32;
8308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8309 pub const STATUS_HANDLE_NOT_CLOSABLE: NTSTATUS = -1073741259i32;
8310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8311 pub const STATUS_HANDLE_NO_LONGER_VALID: NTSTATUS = -1072103384i32;
8312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8313 pub const STATUS_HANDLE_REVOKED: NTSTATUS = -1073700858i32;
8314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8315 pub const STATUS_HARDWARE_MEMORY_ERROR: NTSTATUS = -1073740023i32;
8316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8317 pub const STATUS_HASH_NOT_PRESENT: NTSTATUS = -1073700607i32;
8318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8319 pub const STATUS_HASH_NOT_SUPPORTED: NTSTATUS = -1073700608i32;
8320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8321 pub const STATUS_HAS_SYSTEM_CRITICAL_FILES: NTSTATUS = -1073740611i32;
8322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8323 pub const STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED: NTSTATUS = -1069285373i32;
8324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8325 pub const STATUS_HDAUDIO_EMPTY_CONNECTION_LIST: NTSTATUS = -1069285374i32;
8326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8327 pub const STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED: NTSTATUS = -1069285372i32;
8328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8329 pub const STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY: NTSTATUS = -1069285371i32;
8330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8331 pub const STATUS_HEAP_CORRUPTION: NTSTATUS = -1073740940i32;
8332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8333 pub const STATUS_HEURISTIC_DAMAGE_POSSIBLE: NTSTATUS = 1075380225i32;
8334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8335 pub const STATUS_HIBERNATED: NTSTATUS = 1073741866i32;
8336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8337 pub const STATUS_HIBERNATION_FAILURE: NTSTATUS = -1073740783i32;
8338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8339 pub const STATUS_HIVE_UNLOADED: NTSTATUS = -1073740763i32;
8340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8341 pub const STATUS_HMAC_NOT_SUPPORTED: NTSTATUS = -1073700863i32;
8342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8343 pub const STATUS_HOPLIMIT_EXCEEDED: NTSTATUS = -1073700846i32;
8344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8345 pub const STATUS_HOST_DOWN: NTSTATUS = -1073740976i32;
8346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8347 pub const STATUS_HOST_UNREACHABLE: NTSTATUS = -1073741251i32;
8348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8349 pub const STATUS_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = -1073740779i32;
8350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8351 pub const STATUS_HV_ACCESS_DENIED: NTSTATUS = -1070268410i32;
8352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8353 pub const STATUS_HV_ACKNOWLEDGED: NTSTATUS = -1070268394i32;
8354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8355 pub const STATUS_HV_CALL_PENDING: NTSTATUS = -1070268295i32;
8356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8357 pub const STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR: NTSTATUS = -1070268356i32;
8358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8359 pub const STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR: NTSTATUS = -1070268355i32;
8360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8361 pub const STATUS_HV_DEVICE_NOT_IN_DOMAIN: NTSTATUS = -1070268298i32;
8362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8363 pub const STATUS_HV_EVENT_BUFFER_ALREADY_FREED: NTSTATUS = -1070268300i32;
8364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8365 pub const STATUS_HV_FEATURE_UNAVAILABLE: NTSTATUS = -1070268386i32;
8366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8367 pub const STATUS_HV_INACTIVE: NTSTATUS = -1070268388i32;
8368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8369 pub const STATUS_HV_INSUFFICIENT_BUFFER: NTSTATUS = -1070268365i32;
8370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8371 pub const STATUS_HV_INSUFFICIENT_BUFFERS: NTSTATUS = -1070268397i32;
8372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8373 pub const STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY: NTSTATUS = -1070268299i32;
8374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8375 pub const STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS: NTSTATUS = -1070268360i32;
8376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8377 pub const STATUS_HV_INSUFFICIENT_MEMORY: NTSTATUS = -1070268405i32;
8378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8379 pub const STATUS_HV_INSUFFICIENT_ROOT_MEMORY: NTSTATUS = -1070268301i32;
8380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8381 pub const STATUS_HV_INVALID_ALIGNMENT: NTSTATUS = -1070268412i32;
8382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8383 pub const STATUS_HV_INVALID_CONNECTION_ID: NTSTATUS = -1070268398i32;
8384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8385 pub const STATUS_HV_INVALID_CPU_GROUP_ID: NTSTATUS = -1070268305i32;
8386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8387 pub const STATUS_HV_INVALID_CPU_GROUP_STATE: NTSTATUS = -1070268304i32;
8388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8389 pub const STATUS_HV_INVALID_DEVICE_ID: NTSTATUS = -1070268329i32;
8390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8391 pub const STATUS_HV_INVALID_DEVICE_STATE: NTSTATUS = -1070268328i32;
8392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8393 pub const STATUS_HV_INVALID_HYPERCALL_CODE: NTSTATUS = -1070268414i32;
8394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8395 pub const STATUS_HV_INVALID_HYPERCALL_INPUT: NTSTATUS = -1070268413i32;
8396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8397 pub const STATUS_HV_INVALID_LP_INDEX: NTSTATUS = -1070268351i32;
8398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8399 pub const STATUS_HV_INVALID_PARAMETER: NTSTATUS = -1070268411i32;
8400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8401 pub const STATUS_HV_INVALID_PARTITION_ID: NTSTATUS = -1070268403i32;
8402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8403 pub const STATUS_HV_INVALID_PARTITION_STATE: NTSTATUS = -1070268409i32;
8404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8405 pub const STATUS_HV_INVALID_PORT_ID: NTSTATUS = -1070268399i32;
8406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8407 pub const STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO: NTSTATUS = -1070268390i32;
8408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8409 pub const STATUS_HV_INVALID_REGISTER_VALUE: NTSTATUS = -1070268336i32;
8410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8411 pub const STATUS_HV_INVALID_SAVE_RESTORE_STATE: NTSTATUS = -1070268393i32;
8412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8413 pub const STATUS_HV_INVALID_SYNIC_STATE: NTSTATUS = -1070268392i32;
8414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8415 pub const STATUS_HV_INVALID_VP_INDEX: NTSTATUS = -1070268402i32;
8416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8417 pub const STATUS_HV_INVALID_VP_STATE: NTSTATUS = -1070268395i32;
8418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8419 pub const STATUS_HV_INVALID_VTL_STATE: NTSTATUS = -1070268335i32;
8420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8421 pub const STATUS_HV_MSR_ACCESS_FAILED: NTSTATUS = -1070268288i32;
8422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8423 pub const STATUS_HV_NESTED_VM_EXIT: NTSTATUS = -1070268297i32;
8424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8425 pub const STATUS_HV_NOT_ACKNOWLEDGED: NTSTATUS = -1070268396i32;
8426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8427 pub const STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE: NTSTATUS = -1070268302i32;
8428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8429 pub const STATUS_HV_NOT_PRESENT: NTSTATUS = -1070264320i32;
8430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8431 pub const STATUS_HV_NO_DATA: NTSTATUS = -1070268389i32;
8432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8433 pub const STATUS_HV_NO_RESOURCES: NTSTATUS = -1070268387i32;
8434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8435 pub const STATUS_HV_NX_NOT_DETECTED: NTSTATUS = -1070268331i32;
8436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8437 pub const STATUS_HV_OBJECT_IN_USE: NTSTATUS = -1070268391i32;
8438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8439 pub const STATUS_HV_OPERATION_DENIED: NTSTATUS = -1070268408i32;
8440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8441 pub const STATUS_HV_OPERATION_FAILED: NTSTATUS = -1070268303i32;
8442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8443 pub const STATUS_HV_PAGE_REQUEST_INVALID: NTSTATUS = -1070268320i32;
8444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8445 pub const STATUS_HV_PARTITION_TOO_DEEP: NTSTATUS = -1070268404i32;
8446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8447 pub const STATUS_HV_PENDING_PAGE_REQUESTS: NTSTATUS = 3473497i32;
8448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8449 pub const STATUS_HV_PROCESSOR_STARTUP_TIMEOUT: NTSTATUS = -1070268354i32;
8450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8451 pub const STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE: NTSTATUS = -1070268406i32;
8452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8453 pub const STATUS_HV_SMX_ENABLED: NTSTATUS = -1070268353i32;
8454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8455 pub const STATUS_HV_UNKNOWN_PROPERTY: NTSTATUS = -1070268407i32;
8456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8457 pub const STATUS_ILLEGAL_CHARACTER: NTSTATUS = -1073741471i32;
8458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8459 pub const STATUS_ILLEGAL_DLL_RELOCATION: NTSTATUS = -1073741207i32;
8460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8461 pub const STATUS_ILLEGAL_ELEMENT_ADDRESS: NTSTATUS = -1073741179i32;
8462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8463 pub const STATUS_ILLEGAL_FLOAT_CONTEXT: NTSTATUS = -1073741494i32;
8464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8465 pub const STATUS_ILLEGAL_FUNCTION: NTSTATUS = -1073741649i32;
8466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8467 pub const STATUS_ILLEGAL_INSTRUCTION: NTSTATUS = -1073741795i32;
8468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8469 pub const STATUS_ILL_FORMED_PASSWORD: NTSTATUS = -1073741717i32;
8470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8471 pub const STATUS_ILL_FORMED_SERVICE_ENTRY: NTSTATUS = -1073741472i32;
8472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8473 pub const STATUS_IMAGE_ALREADY_LOADED: NTSTATUS = -1073741554i32;
8474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8475 pub const STATUS_IMAGE_ALREADY_LOADED_AS_DLL: NTSTATUS = -1073741411i32;
8476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8477 pub const STATUS_IMAGE_AT_DIFFERENT_BASE: NTSTATUS = 1073741878i32;
8478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8479 pub const STATUS_IMAGE_CERT_EXPIRED: NTSTATUS = -1073740283i32;
8480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8481 pub const STATUS_IMAGE_CERT_REVOKED: NTSTATUS = -1073740285i32;
8482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8483 pub const STATUS_IMAGE_CHECKSUM_MISMATCH: NTSTATUS = -1073741279i32;
8484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8485 pub const STATUS_IMAGE_LOADED_AS_PATCH_IMAGE: NTSTATUS = -1073740608i32;
8486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8487 pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH: NTSTATUS = 1073741838i32;
8488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8489 pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE: NTSTATUS = 1073741859i32;
8490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8491 pub const STATUS_IMAGE_MP_UP_MISMATCH: NTSTATUS = -1073741239i32;
8492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8493 pub const STATUS_IMAGE_NOT_AT_BASE: NTSTATUS = 1073741827i32;
8494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8495 pub const STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT: NTSTATUS = -1073741405i32;
8496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8497 pub const STATUS_IMPLEMENTATION_LIMIT: NTSTATUS = -1073740757i32;
8498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8499 pub const STATUS_INCOMPATIBLE_DRIVER_BLOCKED: NTSTATUS = -1073740764i32;
8500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8501 pub const STATUS_INCOMPATIBLE_FILE_MAP: NTSTATUS = -1073741747i32;
8502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8503 pub const STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: NTSTATUS = -1073741410i32;
8504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8505 pub const STATUS_INCORRECT_ACCOUNT_TYPE: NTSTATUS = -1073700727i32;
8506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8507 pub const STATUS_INDEX_OUT_OF_BOUNDS: NTSTATUS = -1073740591i32;
8508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8509 pub const STATUS_INDOUBT_TRANSACTIONS_EXIST: NTSTATUS = -1072103366i32;
8510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8511 pub const STATUS_INFO_LENGTH_MISMATCH: NTSTATUS = -1073741820i32;
8512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8513 pub const STATUS_INSTANCE_NOT_AVAILABLE: NTSTATUS = -1073741653i32;
8514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8515 pub const STATUS_INSTRUCTION_MISALIGNMENT: NTSTATUS = -1073741654i32;
8516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8517 pub const STATUS_INSUFFICIENT_LOGON_INFO: NTSTATUS = -1073741232i32;
8518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8519 pub const STATUS_INSUFFICIENT_NVRAM_RESOURCES: NTSTATUS = -1073740716i32;
8520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8521 pub const STATUS_INSUFFICIENT_POWER: NTSTATUS = -1073741090i32;
8522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8523 pub const STATUS_INSUFFICIENT_RESOURCES: NTSTATUS = -1073741670i32;
8524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8525 pub const STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: NTSTATUS = -1073740778i32;
8526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8527 pub const STATUS_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES: NTSTATUS = -1073740606i32;
8528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8529 pub const STATUS_INSUFF_SERVER_RESOURCES: NTSTATUS = -1073741307i32;
8530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8531 pub const STATUS_INTEGER_DIVIDE_BY_ZERO: NTSTATUS = -1073741676i32;
8532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8533 pub const STATUS_INTEGER_OVERFLOW: NTSTATUS = -1073741675i32;
8534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8535 pub const STATUS_INTERMIXED_KERNEL_EA_OPERATION: NTSTATUS = -1073740687i32;
8536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8537 pub const STATUS_INTERNAL_DB_CORRUPTION: NTSTATUS = -1073741596i32;
8538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8539 pub const STATUS_INTERNAL_DB_ERROR: NTSTATUS = -1073741480i32;
8540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8541 pub const STATUS_INTERNAL_ERROR: NTSTATUS = -1073741595i32;
8542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8543 pub const STATUS_INTERRUPTED: NTSTATUS = -1073740523i32;
8544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8545 pub const STATUS_INTERRUPT_STILL_CONNECTED: NTSTATUS = 296i32;
8546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8547 pub const STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED: NTSTATUS = 295i32;
8548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8549 pub const STATUS_INVALID_ACCOUNT_NAME: NTSTATUS = -1073741726i32;
8550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8551 pub const STATUS_INVALID_ACE_CONDITION: NTSTATUS = -1073741406i32;
8552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8553 pub const STATUS_INVALID_ACL: NTSTATUS = -1073741705i32;
8554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8555 pub const STATUS_INVALID_ADDRESS: NTSTATUS = -1073741503i32;
8556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8557 pub const STATUS_INVALID_ADDRESS_COMPONENT: NTSTATUS = -1073741305i32;
8558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8559 pub const STATUS_INVALID_ADDRESS_WILDCARD: NTSTATUS = -1073741304i32;
8560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8561 pub const STATUS_INVALID_BLOCK_LENGTH: NTSTATUS = -1073741453i32;
8562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8563 pub const STATUS_INVALID_BUFFER_SIZE: NTSTATUS = -1073741306i32;
8564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8565 pub const STATUS_INVALID_CAP: NTSTATUS = -1073740539i32;
8566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8567 pub const STATUS_INVALID_CID: NTSTATUS = -1073741813i32;
8568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8569 pub const STATUS_INVALID_COMPUTER_NAME: NTSTATUS = -1073741534i32;
8570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8571 pub const STATUS_INVALID_CONNECTION: NTSTATUS = -1073741504i32;
8572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8573 pub const STATUS_INVALID_CRUNTIME_PARAMETER: NTSTATUS = -1073740777i32;
8574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8575 pub const STATUS_INVALID_DEVICE_OBJECT_PARAMETER: NTSTATUS = -1073740951i32;
8576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8577 pub const STATUS_INVALID_DEVICE_REQUEST: NTSTATUS = -1073741808i32;
8578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8579 pub const STATUS_INVALID_DEVICE_STATE: NTSTATUS = -1073741436i32;
8580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8581 pub const STATUS_INVALID_DISPOSITION: NTSTATUS = -1073741786i32;
8582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8583 pub const STATUS_INVALID_DOMAIN_ROLE: NTSTATUS = -1073741602i32;
8584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8585 pub const STATUS_INVALID_DOMAIN_STATE: NTSTATUS = -1073741603i32;
8586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8587 pub const STATUS_INVALID_EA_FLAG: NTSTATUS = -2147483627i32;
8588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8589 pub const STATUS_INVALID_EA_NAME: NTSTATUS = -2147483629i32;
8590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8591 pub const STATUS_INVALID_EXCEPTION_HANDLER: NTSTATUS = -1073741403i32;
8592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8593 pub const STATUS_INVALID_FIELD_IN_PARAMETER_LIST: NTSTATUS = -1073740683i32;
8594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8595 pub const STATUS_INVALID_FILE_FOR_SECTION: NTSTATUS = -1073741792i32;
8596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8597 pub const STATUS_INVALID_GROUP_ATTRIBUTES: NTSTATUS = -1073741660i32;
8598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8599 pub const STATUS_INVALID_HANDLE: NTSTATUS = -1073741816i32;
8600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8601 pub const STATUS_INVALID_HW_PROFILE: NTSTATUS = -1073741216i32;
8602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8603 pub const STATUS_INVALID_IDN_NORMALIZATION: NTSTATUS = -1073740010i32;
8604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8605 pub const STATUS_INVALID_ID_AUTHORITY: NTSTATUS = -1073741692i32;
8606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8607 pub const STATUS_INVALID_IMAGE_FORMAT: NTSTATUS = -1073741701i32;
8608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8609 pub const STATUS_INVALID_IMAGE_HASH: NTSTATUS = -1073740760i32;
8610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8611 pub const STATUS_INVALID_IMAGE_LE_FORMAT: NTSTATUS = -1073741522i32;
8612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8613 pub const STATUS_INVALID_IMAGE_NE_FORMAT: NTSTATUS = -1073741541i32;
8614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8615 pub const STATUS_INVALID_IMAGE_NOT_MZ: NTSTATUS = -1073741521i32;
8616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8617 pub const STATUS_INVALID_IMAGE_PROTECT: NTSTATUS = -1073741520i32;
8618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8619 pub const STATUS_INVALID_IMAGE_WIN_16: NTSTATUS = -1073741519i32;
8620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8621 pub const STATUS_INVALID_IMAGE_WIN_32: NTSTATUS = -1073740967i32;
8622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8623 pub const STATUS_INVALID_IMAGE_WIN_64: NTSTATUS = -1073740966i32;
8624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8625 pub const STATUS_INVALID_IMPORT_OF_NON_DLL: NTSTATUS = -1073740945i32;
8626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8627 pub const STATUS_INVALID_INFO_CLASS: NTSTATUS = -1073741821i32;
8628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8629 pub const STATUS_INVALID_INITIATOR_TARGET_PATH: NTSTATUS = -1073740681i32;
8630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8631 pub const STATUS_INVALID_KERNEL_INFO_VERSION: NTSTATUS = -1073700860i32;
8632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8633 pub const STATUS_INVALID_LABEL: NTSTATUS = -1073740730i32;
8634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8635 pub const STATUS_INVALID_LDT_DESCRIPTOR: NTSTATUS = -1073741542i32;
8636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8637 pub const STATUS_INVALID_LDT_OFFSET: NTSTATUS = -1073741543i32;
8638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8639 pub const STATUS_INVALID_LDT_SIZE: NTSTATUS = -1073741544i32;
8640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8641 pub const STATUS_INVALID_LEVEL: NTSTATUS = -1073741496i32;
8642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8643 pub const STATUS_INVALID_LOCK_RANGE: NTSTATUS = -1073741407i32;
8644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8645 pub const STATUS_INVALID_LOCK_SEQUENCE: NTSTATUS = -1073741794i32;
8646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8647 pub const STATUS_INVALID_LOGON_HOURS: NTSTATUS = -1073741713i32;
8648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8649 pub const STATUS_INVALID_LOGON_TYPE: NTSTATUS = -1073741557i32;
8650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8651 pub const STATUS_INVALID_MEMBER: NTSTATUS = -1073741445i32;
8652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8653 pub const STATUS_INVALID_MESSAGE: NTSTATUS = -1073740030i32;
8654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8655 pub const STATUS_INVALID_NETWORK_RESPONSE: NTSTATUS = -1073741629i32;
8656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8657 pub const STATUS_INVALID_OFFSET_ALIGNMENT: NTSTATUS = -1073740684i32;
8658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8659 pub const STATUS_INVALID_OPLOCK_PROTOCOL: NTSTATUS = -1073741597i32;
8660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8661 pub const STATUS_INVALID_OWNER: NTSTATUS = -1073741734i32;
8662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8663 pub const STATUS_INVALID_PACKAGE_SID_LENGTH: NTSTATUS = -1073700350i32;
8664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8665 pub const STATUS_INVALID_PAGE_PROTECTION: NTSTATUS = -1073741755i32;
8666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8667 pub const STATUS_INVALID_PARAMETER: NTSTATUS = -1073741811i32;
8668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8669 pub const STATUS_INVALID_PARAMETER_1: NTSTATUS = -1073741585i32;
8670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8671 pub const STATUS_INVALID_PARAMETER_10: NTSTATUS = -1073741576i32;
8672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8673 pub const STATUS_INVALID_PARAMETER_11: NTSTATUS = -1073741575i32;
8674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8675 pub const STATUS_INVALID_PARAMETER_12: NTSTATUS = -1073741574i32;
8676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8677 pub const STATUS_INVALID_PARAMETER_2: NTSTATUS = -1073741584i32;
8678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8679 pub const STATUS_INVALID_PARAMETER_3: NTSTATUS = -1073741583i32;
8680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8681 pub const STATUS_INVALID_PARAMETER_4: NTSTATUS = -1073741582i32;
8682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8683 pub const STATUS_INVALID_PARAMETER_5: NTSTATUS = -1073741581i32;
8684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8685 pub const STATUS_INVALID_PARAMETER_6: NTSTATUS = -1073741580i32;
8686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8687 pub const STATUS_INVALID_PARAMETER_7: NTSTATUS = -1073741579i32;
8688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8689 pub const STATUS_INVALID_PARAMETER_8: NTSTATUS = -1073741578i32;
8690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8691 pub const STATUS_INVALID_PARAMETER_9: NTSTATUS = -1073741577i32;
8692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8693 pub const STATUS_INVALID_PARAMETER_MIX: NTSTATUS = -1073741776i32;
8694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8695 pub const STATUS_INVALID_PEP_INFO_VERSION: NTSTATUS = -1073700859i32;
8696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8697 pub const STATUS_INVALID_PIPE_STATE: NTSTATUS = -1073741651i32;
8698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8699 pub const STATUS_INVALID_PLUGPLAY_DEVICE_PATH: NTSTATUS = -1073741215i32;
8700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8701 pub const STATUS_INVALID_PORT_ATTRIBUTES: NTSTATUS = -1073741778i32;
8702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8703 pub const STATUS_INVALID_PORT_HANDLE: NTSTATUS = -1073741758i32;
8704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8705 pub const STATUS_INVALID_PRIMARY_GROUP: NTSTATUS = -1073741733i32;
8706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8707 pub const STATUS_INVALID_QUOTA_LOWER: NTSTATUS = -1073741775i32;
8708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8709 pub const STATUS_INVALID_READ_MODE: NTSTATUS = -1073741644i32;
8710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8711 pub const STATUS_INVALID_RUNLEVEL_SETTING: NTSTATUS = -1073700542i32;
8712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8713 pub const STATUS_INVALID_SECURITY_DESCR: NTSTATUS = -1073741703i32;
8714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8715 pub const STATUS_INVALID_SERVER_STATE: NTSTATUS = -1073741604i32;
8716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8717 pub const STATUS_INVALID_SESSION: NTSTATUS = -1073740715i32;
8718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8719 pub const STATUS_INVALID_SID: NTSTATUS = -1073741704i32;
8720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8721 pub const STATUS_INVALID_SIGNATURE: NTSTATUS = -1073700864i32;
8722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8723 pub const STATUS_INVALID_STATE_TRANSITION: NTSTATUS = -1073700861i32;
8724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8725 pub const STATUS_INVALID_SUB_AUTHORITY: NTSTATUS = -1073741706i32;
8726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8727 pub const STATUS_INVALID_SYSTEM_SERVICE: NTSTATUS = -1073741796i32;
8728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8729 pub const STATUS_INVALID_TASK_INDEX: NTSTATUS = -1073740543i32;
8730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8731 pub const STATUS_INVALID_TASK_NAME: NTSTATUS = -1073740544i32;
8732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8733 pub const STATUS_INVALID_THREAD: NTSTATUS = -1073740004i32;
8734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8735 pub const STATUS_INVALID_TOKEN: NTSTATUS = -1073740699i32;
8736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8737 pub const STATUS_INVALID_TRANSACTION: NTSTATUS = -1072103422i32;
8738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8739 pub const STATUS_INVALID_UNWIND_TARGET: NTSTATUS = -1073741783i32;
8740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8741 pub const STATUS_INVALID_USER_BUFFER: NTSTATUS = -1073741592i32;
8742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8743 pub const STATUS_INVALID_USER_PRINCIPAL_NAME: NTSTATUS = -1073740772i32;
8744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8745 pub const STATUS_INVALID_VARIANT: NTSTATUS = -1073741262i32;
8746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8747 pub const STATUS_INVALID_VIEW_SIZE: NTSTATUS = -1073741793i32;
8748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8749 pub const STATUS_INVALID_VOLUME_LABEL: NTSTATUS = -1073741690i32;
8750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8751 pub const STATUS_INVALID_WEIGHT: NTSTATUS = -1073740712i32;
8752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8753 pub const STATUS_INVALID_WORKSTATION: NTSTATUS = -1073741712i32;
8754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8755 pub const STATUS_IN_PAGE_ERROR: NTSTATUS = -1073741818i32;
8756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8757 pub const STATUS_IORING_COMPLETION_QUEUE_TOO_BIG: NTSTATUS = -1069154299i32;
8758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8759 pub const STATUS_IORING_CORRUPT: NTSTATUS = -1069154297i32;
8760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8761 pub const STATUS_IORING_REQUIRED_FLAG_NOT_SUPPORTED: NTSTATUS = -1069154303i32;
8762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8763 pub const STATUS_IORING_SUBMISSION_QUEUE_FULL: NTSTATUS = -1069154302i32;
8764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8765 pub const STATUS_IORING_SUBMISSION_QUEUE_TOO_BIG: NTSTATUS = -1069154300i32;
8766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8767 pub const STATUS_IORING_SUBMIT_IN_PROGRESS: NTSTATUS = -1069154298i32;
8768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8769 pub const STATUS_IORING_VERSION_NOT_SUPPORTED: NTSTATUS = -1069154301i32;
8770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8771 pub const STATUS_IO_DEVICE_ERROR: NTSTATUS = -1073741435i32;
8772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8773 pub const STATUS_IO_DEVICE_INVALID_DATA: NTSTATUS = -1073741392i32;
8774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8775 pub const STATUS_IO_OPERATION_TIMEOUT: NTSTATUS = -1073740675i32;
8776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8777 pub const STATUS_IO_PREEMPTED: NTSTATUS = -1068433407i32;
8778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8779 pub const STATUS_IO_PRIVILEGE_FAILED: NTSTATUS = -1073741513i32;
8780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8781 pub const STATUS_IO_REISSUE_AS_CACHED: NTSTATUS = -1073479623i32;
8782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8783 pub const STATUS_IO_REPARSE_DATA_INVALID: NTSTATUS = -1073741192i32;
8784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8785 pub const STATUS_IO_REPARSE_TAG_INVALID: NTSTATUS = -1073741194i32;
8786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8787 pub const STATUS_IO_REPARSE_TAG_MISMATCH: NTSTATUS = -1073741193i32;
8788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8789 pub const STATUS_IO_REPARSE_TAG_NOT_HANDLED: NTSTATUS = -1073741191i32;
8790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8791 pub const STATUS_IO_TIMEOUT: NTSTATUS = -1073741643i32;
8792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8793 pub const STATUS_IO_UNALIGNED_WRITE: NTSTATUS = -1073741391i32;
8794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8795 pub const STATUS_IPSEC_AUTH_FIREWALL_DROP: NTSTATUS = -1070202872i32;
8796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8797 pub const STATUS_IPSEC_BAD_SPI: NTSTATUS = -1070202879i32;
8798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8799 pub const STATUS_IPSEC_CLEAR_TEXT_DROP: NTSTATUS = -1070202873i32;
8800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8801 pub const STATUS_IPSEC_DOSP_BLOCK: NTSTATUS = -1070170112i32;
8802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8803 pub const STATUS_IPSEC_DOSP_INVALID_PACKET: NTSTATUS = -1070170110i32;
8804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8805 pub const STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED: NTSTATUS = -1070170107i32;
8806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8807 pub const STATUS_IPSEC_DOSP_MAX_ENTRIES: NTSTATUS = -1070170108i32;
8808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8809 pub const STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES: NTSTATUS = -1070170106i32;
8810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8811 pub const STATUS_IPSEC_DOSP_RECEIVED_MULTICAST: NTSTATUS = -1070170111i32;
8812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8813 pub const STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED: NTSTATUS = -1070170109i32;
8814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8815 pub const STATUS_IPSEC_INTEGRITY_CHECK_FAILED: NTSTATUS = -1070202874i32;
8816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8817 pub const STATUS_IPSEC_INVALID_PACKET: NTSTATUS = -1070202875i32;
8818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8819 pub const STATUS_IPSEC_QUEUE_OVERFLOW: NTSTATUS = -1073700848i32;
8820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8821 pub const STATUS_IPSEC_REPLAY_CHECK_FAILED: NTSTATUS = -1070202876i32;
8822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8823 pub const STATUS_IPSEC_SA_LIFETIME_EXPIRED: NTSTATUS = -1070202878i32;
8824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8825 pub const STATUS_IPSEC_THROTTLE_DROP: NTSTATUS = -1070202871i32;
8826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8827 pub const STATUS_IPSEC_WRONG_SA: NTSTATUS = -1070202877i32;
8828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8829 pub const STATUS_IP_ADDRESS_CONFLICT1: NTSTATUS = -1073741228i32;
8830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8831 pub const STATUS_IP_ADDRESS_CONFLICT2: NTSTATUS = -1073741227i32;
8832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8833 pub const STATUS_ISSUING_CA_UNTRUSTED: NTSTATUS = -1073740918i32;
8834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8835 pub const STATUS_ISSUING_CA_UNTRUSTED_KDC: NTSTATUS = -1073740787i32;
8836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8837 pub const STATUS_JOB_NOT_EMPTY: NTSTATUS = -1073740529i32;
8838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8839 pub const STATUS_JOB_NO_CONTAINER: NTSTATUS = -1073740535i32;
8840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8841 pub const STATUS_JOURNAL_DELETE_IN_PROGRESS: NTSTATUS = -1073741129i32;
8842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8843 pub const STATUS_JOURNAL_ENTRY_DELETED: NTSTATUS = -1073741105i32;
8844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8845 pub const STATUS_JOURNAL_NOT_ACTIVE: NTSTATUS = -1073741128i32;
8846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8847 pub const STATUS_KDC_CERT_EXPIRED: NTSTATUS = -1073740786i32;
8848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8849 pub const STATUS_KDC_CERT_REVOKED: NTSTATUS = -1073740785i32;
8850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8851 pub const STATUS_KDC_INVALID_REQUEST: NTSTATUS = -1073741061i32;
8852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8853 pub const STATUS_KDC_UNABLE_TO_REFER: NTSTATUS = -1073741060i32;
8854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8855 pub const STATUS_KDC_UNKNOWN_ETYPE: NTSTATUS = -1073741059i32;
8856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8857 pub const STATUS_KERNEL_APC: NTSTATUS = 256i32;
8858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8859 pub const STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739996i32;
8860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8861 pub const STATUS_KEY_DELETED: NTSTATUS = -1073741444i32;
8862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8863 pub const STATUS_KEY_HAS_CHILDREN: NTSTATUS = -1073741440i32;
8864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8865 pub const STATUS_LAST_ADMIN: NTSTATUS = -1073741719i32;
8866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8867 pub const STATUS_LICENSE_QUOTA_EXCEEDED: NTSTATUS = -1073741223i32;
8868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8869 pub const STATUS_LICENSE_VIOLATION: NTSTATUS = -1073741206i32;
8870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8871 pub const STATUS_LINK_FAILED: NTSTATUS = -1073741506i32;
8872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8873 pub const STATUS_LINK_TIMEOUT: NTSTATUS = -1073741505i32;
8874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8875 pub const STATUS_LM_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = -1073741441i32;
8876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8877 pub const STATUS_LOCAL_DISCONNECT: NTSTATUS = -1073741509i32;
8878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8879 pub const STATUS_LOCAL_USER_SESSION_KEY: NTSTATUS = 1073741830i32;
8880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8881 pub const STATUS_LOCK_NOT_GRANTED: NTSTATUS = -1073741739i32;
8882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8883 pub const STATUS_LOGIN_TIME_RESTRICTION: NTSTATUS = -1073741241i32;
8884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8885 pub const STATUS_LOGIN_WKSTA_RESTRICTION: NTSTATUS = -1073741240i32;
8886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8887 pub const STATUS_LOGON_NOT_GRANTED: NTSTATUS = -1073741483i32;
8888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8889 pub const STATUS_LOGON_SERVER_CONFLICT: NTSTATUS = -1073741518i32;
8890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8891 pub const STATUS_LOGON_SESSION_COLLISION: NTSTATUS = -1073741563i32;
8892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8893 pub const STATUS_LOGON_SESSION_EXISTS: NTSTATUS = -1073741586i32;
8894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8895 pub const STATUS_LOG_APPENDED_FLUSH_FAILED: NTSTATUS = -1072037841i32;
8896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8897 pub const STATUS_LOG_ARCHIVE_IN_PROGRESS: NTSTATUS = -1072037855i32;
8898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8899 pub const STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS: NTSTATUS = -1072037856i32;
8900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8901 pub const STATUS_LOG_BLOCKS_EXHAUSTED: NTSTATUS = -1072037882i32;
8902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8903 pub const STATUS_LOG_BLOCK_INCOMPLETE: NTSTATUS = -1072037884i32;
8904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8905 pub const STATUS_LOG_BLOCK_INVALID: NTSTATUS = -1072037878i32;
8906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8907 pub const STATUS_LOG_BLOCK_VERSION: NTSTATUS = -1072037879i32;
8908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8909 pub const STATUS_LOG_CANT_DELETE: NTSTATUS = -1072037871i32;
8910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8911 pub const STATUS_LOG_CLIENT_ALREADY_REGISTERED: NTSTATUS = -1072037852i32;
8912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8913 pub const STATUS_LOG_CLIENT_NOT_REGISTERED: NTSTATUS = -1072037851i32;
8914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8915 pub const STATUS_LOG_CONTAINER_LIMIT_EXCEEDED: NTSTATUS = -1072037870i32;
8916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8917 pub const STATUS_LOG_CONTAINER_OPEN_FAILED: NTSTATUS = -1072037847i32;
8918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8919 pub const STATUS_LOG_CONTAINER_READ_FAILED: NTSTATUS = -1072037849i32;
8920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8921 pub const STATUS_LOG_CONTAINER_STATE_INVALID: NTSTATUS = -1072037846i32;
8922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8923 pub const STATUS_LOG_CONTAINER_WRITE_FAILED: NTSTATUS = -1072037848i32;
8924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8925 pub const STATUS_LOG_CORRUPTION_DETECTED: NTSTATUS = -1072103376i32;
8926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8927 pub const STATUS_LOG_DEDICATED: NTSTATUS = -1072037857i32;
8928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8929 pub const STATUS_LOG_EPHEMERAL: NTSTATUS = -1072037854i32;
8930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8931 pub const STATUS_LOG_FILE_FULL: NTSTATUS = -1073741432i32;
8932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8933 pub const STATUS_LOG_FULL: NTSTATUS = -1072037859i32;
8934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8935 pub const STATUS_LOG_FULL_HANDLER_IN_PROGRESS: NTSTATUS = -1072037850i32;
8936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8937 pub const STATUS_LOG_GROWTH_FAILED: NTSTATUS = -1072103399i32;
8938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8939 pub const STATUS_LOG_HARD_ERROR: NTSTATUS = 1073741850i32;
8940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8941 pub const STATUS_LOG_INCONSISTENT_SECURITY: NTSTATUS = -1072037842i32;
8942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8943 pub const STATUS_LOG_INVALID_RANGE: NTSTATUS = -1072037883i32;
8944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8945 pub const STATUS_LOG_METADATA_CORRUPT: NTSTATUS = -1072037875i32;
8946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8947 pub const STATUS_LOG_METADATA_FLUSH_FAILED: NTSTATUS = -1072037843i32;
8948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8949 pub const STATUS_LOG_METADATA_INCONSISTENT: NTSTATUS = -1072037873i32;
8950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8951 pub const STATUS_LOG_METADATA_INVALID: NTSTATUS = -1072037874i32;
8952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8953 pub const STATUS_LOG_MULTIPLEXED: NTSTATUS = -1072037858i32;
8954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8955 pub const STATUS_LOG_NOT_ENOUGH_CONTAINERS: NTSTATUS = -1072037853i32;
8956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8957 pub const STATUS_LOG_NO_RESTART: NTSTATUS = 1075445772i32;
8958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8959 pub const STATUS_LOG_PINNED: NTSTATUS = -1072037844i32;
8960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8961 pub const STATUS_LOG_PINNED_ARCHIVE_TAIL: NTSTATUS = -1072037864i32;
8962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8963 pub const STATUS_LOG_PINNED_RESERVATION: NTSTATUS = -1072037840i32;
8964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8965 pub const STATUS_LOG_POLICY_ALREADY_INSTALLED: NTSTATUS = -1072037868i32;
8966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8967 pub const STATUS_LOG_POLICY_CONFLICT: NTSTATUS = -1072037865i32;
8968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8969 pub const STATUS_LOG_POLICY_INVALID: NTSTATUS = -1072037866i32;
8970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8971 pub const STATUS_LOG_POLICY_NOT_INSTALLED: NTSTATUS = -1072037867i32;
8972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8973 pub const STATUS_LOG_READ_CONTEXT_INVALID: NTSTATUS = -1072037881i32;
8974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8975 pub const STATUS_LOG_READ_MODE_INVALID: NTSTATUS = -1072037877i32;
8976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8977 pub const STATUS_LOG_RECORDS_RESERVED_INVALID: NTSTATUS = -1072037862i32;
8978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8979 pub const STATUS_LOG_RECORD_NONEXISTENT: NTSTATUS = -1072037863i32;
8980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8981 pub const STATUS_LOG_RESERVATION_INVALID: NTSTATUS = -1072037872i32;
8982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8983 pub const STATUS_LOG_RESIZE_INVALID_SIZE: NTSTATUS = -1072103413i32;
8984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8985 pub const STATUS_LOG_RESTART_INVALID: NTSTATUS = -1072037880i32;
8986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8987 pub const STATUS_LOG_SECTOR_INVALID: NTSTATUS = -1072037887i32;
8988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8989 pub const STATUS_LOG_SECTOR_PARITY_INVALID: NTSTATUS = -1072037886i32;
8990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8991 pub const STATUS_LOG_SECTOR_REMAPPED: NTSTATUS = -1072037885i32;
8992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8993 pub const STATUS_LOG_SPACE_RESERVED_INVALID: NTSTATUS = -1072037861i32;
8994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8995 pub const STATUS_LOG_START_OF_LOG: NTSTATUS = -1072037869i32;
8996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8997 pub const STATUS_LOG_STATE_INVALID: NTSTATUS = -1072037845i32;
8998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8999 pub const STATUS_LOG_TAIL_INVALID: NTSTATUS = -1072037860i32;
9000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9001 pub const STATUS_LONGJUMP: NTSTATUS = -2147483610i32;
9002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9003 pub const STATUS_LOST_MODE_LOGON_RESTRICTION: NTSTATUS = -1073741043i32;
9004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9005 pub const STATUS_LOST_WRITEBEHIND_DATA: NTSTATUS = -1073741278i32;
9006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9007 pub const STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR: NTSTATUS = -1073700734i32;
9008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9009 pub const STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED: NTSTATUS = -1073700736i32;
9010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9011 pub const STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR: NTSTATUS = -1073700735i32;
9012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9013 pub const STATUS_LPAC_ACCESS_DENIED: NTSTATUS = -1073700349i32;
9014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9015 pub const STATUS_LPC_HANDLE_COUNT_EXCEEDED: NTSTATUS = -1073739998i32;
9016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9017 pub const STATUS_LPC_INVALID_CONNECTION_USAGE: NTSTATUS = -1073740026i32;
9018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9019 pub const STATUS_LPC_RECEIVE_BUFFER_EXPECTED: NTSTATUS = -1073740027i32;
9020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9021 pub const STATUS_LPC_REPLY_LOST: NTSTATUS = -1073741229i32;
9022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9023 pub const STATUS_LPC_REQUESTS_NOT_ALLOWED: NTSTATUS = -1073740025i32;
9024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9025 pub const STATUS_LUIDS_EXHAUSTED: NTSTATUS = -1073741707i32;
9026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9027 pub const STATUS_MAGAZINE_NOT_PRESENT: NTSTATUS = -1073741178i32;
9028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9029 pub const STATUS_MAPPED_ALIGNMENT: NTSTATUS = -1073741280i32;
9030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9031 pub const STATUS_MAPPED_FILE_SIZE_ZERO: NTSTATUS = -1073741538i32;
9032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9033 pub const STATUS_MARKED_TO_DISALLOW_WRITES: NTSTATUS = -1073740659i32;
9034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9035 pub const STATUS_MARSHALL_OVERFLOW: NTSTATUS = -1073741263i32;
9036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9037 pub const STATUS_MAX_REFERRALS_EXCEEDED: NTSTATUS = -1073741068i32;
9038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9039 pub const STATUS_MCA_EXCEPTION: NTSTATUS = -1073740013i32;
9040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9041 pub const STATUS_MCA_OCCURED: NTSTATUS = -1073740950i32;
9042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9043 pub const STATUS_MEDIA_CHANGED: NTSTATUS = -2147483620i32;
9044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9045 pub const STATUS_MEDIA_CHECK: NTSTATUS = -2147483616i32;
9046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9047 pub const STATUS_MEDIA_WRITE_PROTECTED: NTSTATUS = -1073741662i32;
9048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9049 pub const STATUS_MEMBERS_PRIMARY_GROUP: NTSTATUS = -1073741529i32;
9050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9051 pub const STATUS_MEMBER_IN_ALIAS: NTSTATUS = -1073741485i32;
9052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9053 pub const STATUS_MEMBER_IN_GROUP: NTSTATUS = -1073741721i32;
9054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9055 pub const STATUS_MEMBER_NOT_IN_ALIAS: NTSTATUS = -1073741486i32;
9056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9057 pub const STATUS_MEMBER_NOT_IN_GROUP: NTSTATUS = -1073741720i32;
9058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9059 pub const STATUS_MEMORY_NOT_ALLOCATED: NTSTATUS = -1073741664i32;
9060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9061 pub const STATUS_MESSAGE_LOST: NTSTATUS = -1073740031i32;
9062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9063 pub const STATUS_MESSAGE_NOT_FOUND: NTSTATUS = -1073741559i32;
9064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9065 pub const STATUS_MESSAGE_RETRIEVED: NTSTATUS = 1073741870i32;
9066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9067 pub const STATUS_MFT_TOO_FRAGMENTED: NTSTATUS = -1073741052i32;
9068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9069 pub const STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION: NTSTATUS = -1072103388i32;
9070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9071 pub const STATUS_MISSING_SYSTEMFILE: NTSTATUS = -1073741501i32;
9072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9073 pub const STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM: NTSTATUS = -1071841277i32;
9074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9075 pub const STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK: NTSTATUS = -1071841271i32;
9076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9077 pub const STATUS_MONITOR_INVALID_MANUFACTURE_DATE: NTSTATUS = -1071841270i32;
9078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9079 pub const STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK: NTSTATUS = -1071841274i32;
9080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9081 pub const STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK: NTSTATUS = -1071841276i32;
9082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9083 pub const STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK: NTSTATUS = -1071841273i32;
9084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9085 pub const STATUS_MONITOR_NO_DESCRIPTOR: NTSTATUS = -1071841279i32;
9086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9087 pub const STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA: NTSTATUS = -1071841272i32;
9088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9089 pub const STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT: NTSTATUS = -1071841278i32;
9090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9091 pub const STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED: NTSTATUS = -1071841275i32;
9092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9093 pub const STATUS_MORE_ENTRIES: NTSTATUS = 261i32;
9094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9095 pub const STATUS_MORE_PROCESSING_REQUIRED: NTSTATUS = -1073741802i32;
9096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9097 pub const STATUS_MOUNT_POINT_NOT_RESOLVED: NTSTATUS = -1073740952i32;
9098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9099 pub const STATUS_MP_PROCESSOR_MISMATCH: NTSTATUS = 1073741865i32;
9100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9101 pub const STATUS_MUI_FILE_NOT_FOUND: NTSTATUS = -1073020927i32;
9102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9103 pub const STATUS_MUI_FILE_NOT_LOADED: NTSTATUS = -1073020922i32;
9104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9105 pub const STATUS_MUI_INVALID_FILE: NTSTATUS = -1073020926i32;
9106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9107 pub const STATUS_MUI_INVALID_LOCALE_NAME: NTSTATUS = -1073020924i32;
9108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9109 pub const STATUS_MUI_INVALID_RC_CONFIG: NTSTATUS = -1073020925i32;
9110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9111 pub const STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME: NTSTATUS = -1073020923i32;
9112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9113 pub const STATUS_MULTIPLE_FAULT_VIOLATION: NTSTATUS = -1073741080i32;
9114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9115 pub const STATUS_MUST_BE_KDC: NTSTATUS = -1073741067i32;
9116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9117 pub const STATUS_MUTANT_LIMIT_EXCEEDED: NTSTATUS = -1073741423i32;
9118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9119 pub const STATUS_MUTANT_NOT_OWNED: NTSTATUS = -1073741754i32;
9120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9121 pub const STATUS_MUTUAL_AUTHENTICATION_FAILED: NTSTATUS = -1073741117i32;
9122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9123 pub const STATUS_NAME_TOO_LONG: NTSTATUS = -1073741562i32;
9124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9125 pub const STATUS_NDIS_ADAPTER_NOT_FOUND: NTSTATUS = -1071448058i32;
9126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9127 pub const STATUS_NDIS_ADAPTER_NOT_READY: NTSTATUS = -1071448047i32;
9128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9129 pub const STATUS_NDIS_ADAPTER_REMOVED: NTSTATUS = -1071448040i32;
9130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9131 pub const STATUS_NDIS_ALREADY_MAPPED: NTSTATUS = -1071448035i32;
9132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9133 pub const STATUS_NDIS_BAD_CHARACTERISTICS: NTSTATUS = -1071448059i32;
9134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9135 pub const STATUS_NDIS_BAD_VERSION: NTSTATUS = -1071448060i32;
9136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9137 pub const STATUS_NDIS_BUFFER_TOO_SHORT: NTSTATUS = -1071448042i32;
9138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9139 pub const STATUS_NDIS_CLOSING: NTSTATUS = -1071448062i32;
9140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9141 pub const STATUS_NDIS_DEVICE_FAILED: NTSTATUS = -1071448056i32;
9142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9143 pub const STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE: NTSTATUS = -1071439866i32;
9144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9145 pub const STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED: NTSTATUS = -1071439864i32;
9146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9147 pub const STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE: NTSTATUS = -1071439867i32;
9148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9149 pub const STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED: NTSTATUS = -1071439865i32;
9150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9151 pub const STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED: NTSTATUS = -1071439872i32;
9152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9153 pub const STATUS_NDIS_DOT11_MEDIA_IN_USE: NTSTATUS = -1071439871i32;
9154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9155 pub const STATUS_NDIS_DOT11_POWER_STATE_INVALID: NTSTATUS = -1071439870i32;
9156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9157 pub const STATUS_NDIS_ERROR_READING_FILE: NTSTATUS = -1071448036i32;
9158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9159 pub const STATUS_NDIS_FILE_NOT_FOUND: NTSTATUS = -1071448037i32;
9160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9161 pub const STATUS_NDIS_GROUP_ADDRESS_IN_USE: NTSTATUS = -1071448038i32;
9162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9163 pub const STATUS_NDIS_INDICATION_REQUIRED: NTSTATUS = 1076035585i32;
9164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9165 pub const STATUS_NDIS_INTERFACE_NOT_FOUND: NTSTATUS = -1071448021i32;
9166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9167 pub const STATUS_NDIS_INVALID_ADDRESS: NTSTATUS = -1071448030i32;
9168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9169 pub const STATUS_NDIS_INVALID_DATA: NTSTATUS = -1071448043i32;
9170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9171 pub const STATUS_NDIS_INVALID_DEVICE_REQUEST: NTSTATUS = -1071448048i32;
9172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9173 pub const STATUS_NDIS_INVALID_LENGTH: NTSTATUS = -1071448044i32;
9174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9175 pub const STATUS_NDIS_INVALID_OID: NTSTATUS = -1071448041i32;
9176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9177 pub const STATUS_NDIS_INVALID_PACKET: NTSTATUS = -1071448049i32;
9178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9179 pub const STATUS_NDIS_INVALID_PORT: NTSTATUS = -1071448019i32;
9180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9181 pub const STATUS_NDIS_INVALID_PORT_STATE: NTSTATUS = -1071448018i32;
9182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9183 pub const STATUS_NDIS_LOW_POWER_STATE: NTSTATUS = -1071448017i32;
9184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9185 pub const STATUS_NDIS_MEDIA_DISCONNECTED: NTSTATUS = -1071448033i32;
9186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9187 pub const STATUS_NDIS_MULTICAST_EXISTS: NTSTATUS = -1071448054i32;
9188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9189 pub const STATUS_NDIS_MULTICAST_FULL: NTSTATUS = -1071448055i32;
9190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9191 pub const STATUS_NDIS_MULTICAST_NOT_FOUND: NTSTATUS = -1071448053i32;
9192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9193 pub const STATUS_NDIS_NOT_SUPPORTED: NTSTATUS = -1071447877i32;
9194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9195 pub const STATUS_NDIS_NO_QUEUES: NTSTATUS = -1071448015i32;
9196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9197 pub const STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED: NTSTATUS = -1071443950i32;
9198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9199 pub const STATUS_NDIS_OFFLOAD_PATH_REJECTED: NTSTATUS = -1071443949i32;
9200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9201 pub const STATUS_NDIS_OFFLOAD_POLICY: NTSTATUS = -1071443953i32;
9202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9203 pub const STATUS_NDIS_OPEN_FAILED: NTSTATUS = -1071448057i32;
9204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9205 pub const STATUS_NDIS_PAUSED: NTSTATUS = -1071448022i32;
9206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9207 pub const STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL: NTSTATUS = -1071439868i32;
9208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9209 pub const STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL: NTSTATUS = -1071439869i32;
9210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9211 pub const STATUS_NDIS_REINIT_REQUIRED: NTSTATUS = -1071448016i32;
9212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9213 pub const STATUS_NDIS_REQUEST_ABORTED: NTSTATUS = -1071448052i32;
9214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9215 pub const STATUS_NDIS_RESET_IN_PROGRESS: NTSTATUS = -1071448051i32;
9216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9217 pub const STATUS_NDIS_RESOURCE_CONFLICT: NTSTATUS = -1071448034i32;
9218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9219 pub const STATUS_NDIS_UNSUPPORTED_MEDIA: NTSTATUS = -1071448039i32;
9220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9221 pub const STATUS_NDIS_UNSUPPORTED_REVISION: NTSTATUS = -1071448020i32;
9222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9223 pub const STATUS_ND_QUEUE_OVERFLOW: NTSTATUS = -1073700847i32;
9224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9225 pub const STATUS_NEEDS_REGISTRATION: NTSTATUS = -1073740663i32;
9226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9227 pub const STATUS_NEEDS_REMEDIATION: NTSTATUS = -1073740702i32;
9228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9229 pub const STATUS_NETLOGON_NOT_STARTED: NTSTATUS = -1073741422i32;
9230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9231 pub const STATUS_NETWORK_ACCESS_DENIED: NTSTATUS = -1073741622i32;
9232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9233 pub const STATUS_NETWORK_ACCESS_DENIED_EDP: NTSTATUS = -1073740658i32;
9234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9235 pub const STATUS_NETWORK_BUSY: NTSTATUS = -1073741633i32;
9236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9237 pub const STATUS_NETWORK_CREDENTIAL_CONFLICT: NTSTATUS = -1073741419i32;
9238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9239 pub const STATUS_NETWORK_NAME_DELETED: NTSTATUS = -1073741623i32;
9240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9241 pub const STATUS_NETWORK_OPEN_RESTRICTION: NTSTATUS = -1073741311i32;
9242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9243 pub const STATUS_NETWORK_SESSION_EXPIRED: NTSTATUS = -1073740964i32;
9244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9245 pub const STATUS_NETWORK_UNREACHABLE: NTSTATUS = -1073741252i32;
9246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9247 pub const STATUS_NET_WRITE_FAULT: NTSTATUS = -1073741614i32;
9248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9249 pub const STATUS_NOINTERFACE: NTSTATUS = -1073741127i32;
9250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9251 pub const STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: NTSTATUS = -1073741416i32;
9252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9253 pub const STATUS_NOLOGON_SERVER_TRUST_ACCOUNT: NTSTATUS = -1073741414i32;
9254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9255 pub const STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT: NTSTATUS = -1073741415i32;
9256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9257 pub const STATUS_NONCONTINUABLE_EXCEPTION: NTSTATUS = -1073741787i32;
9258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9259 pub const STATUS_NONEXISTENT_EA_ENTRY: NTSTATUS = -1073741743i32;
9260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9261 pub const STATUS_NONEXISTENT_SECTOR: NTSTATUS = -1073741803i32;
9262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9263 pub const STATUS_NONE_MAPPED: NTSTATUS = -1073741709i32;
9264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9265 pub const STATUS_NOTHING_TO_TERMINATE: NTSTATUS = 290i32;
9266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9267 pub const STATUS_NOTIFICATION_GUID_ALREADY_DEFINED: NTSTATUS = -1073741404i32;
9268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9269 pub const STATUS_NOTIFY_CLEANUP: NTSTATUS = 267i32;
9270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9271 pub const STATUS_NOTIFY_ENUM_DIR: NTSTATUS = 268i32;
9272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9273 pub const STATUS_NOT_ALLOWED_ON_SYSTEM_FILE: NTSTATUS = -1073741401i32;
9274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9275 pub const STATUS_NOT_ALL_ASSIGNED: NTSTATUS = 262i32;
9276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9277 pub const STATUS_NOT_APPCONTAINER: NTSTATUS = -1073700352i32;
9278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9279 pub const STATUS_NOT_A_CLOUD_FILE: NTSTATUS = -1073688825i32;
9280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9281 pub const STATUS_NOT_A_CLOUD_SYNC_ROOT: NTSTATUS = -1073688802i32;
9282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9283 pub const STATUS_NOT_A_DAX_VOLUME: NTSTATUS = -1073740623i32;
9284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9285 pub const STATUS_NOT_A_DIRECTORY: NTSTATUS = -1073741565i32;
9286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9287 pub const STATUS_NOT_A_REPARSE_POINT: NTSTATUS = -1073741195i32;
9288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9289 pub const STATUS_NOT_A_TIERED_VOLUME: NTSTATUS = -1073740531i32;
9290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9291 pub const STATUS_NOT_CAPABLE: NTSTATUS = -1073740759i32;
9292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9293 pub const STATUS_NOT_CLIENT_SESSION: NTSTATUS = -1073741289i32;
9294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9295 pub const STATUS_NOT_COMMITTED: NTSTATUS = -1073741779i32;
9296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9297 pub const STATUS_NOT_DAX_MAPPABLE: NTSTATUS = -1073740622i32;
9298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9299 pub const STATUS_NOT_EXPORT_FORMAT: NTSTATUS = -1073741166i32;
9300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9301 pub const STATUS_NOT_FOUND: NTSTATUS = -1073741275i32;
9302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9303 pub const STATUS_NOT_GUI_PROCESS: NTSTATUS = -1073740538i32;
9304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9305 pub const STATUS_NOT_IMPLEMENTED: NTSTATUS = -1073741822i32;
9306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9307 pub const STATUS_NOT_LOCKED: NTSTATUS = -1073741782i32;
9308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9309 pub const STATUS_NOT_LOGON_PROCESS: NTSTATUS = -1073741587i32;
9310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9311 pub const STATUS_NOT_MAPPED_DATA: NTSTATUS = -1073741688i32;
9312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9313 pub const STATUS_NOT_MAPPED_VIEW: NTSTATUS = -1073741799i32;
9314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9315 pub const STATUS_NOT_READ_FROM_COPY: NTSTATUS = -1073740694i32;
9316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9317 pub const STATUS_NOT_REDUNDANT_STORAGE: NTSTATUS = -1073740679i32;
9318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9319 pub const STATUS_NOT_REGISTRY_FILE: NTSTATUS = -1073741476i32;
9320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9321 pub const STATUS_NOT_SAFE_MODE_DRIVER: NTSTATUS = -1073740961i32;
9322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9323 pub const STATUS_NOT_SAME_DEVICE: NTSTATUS = -1073741612i32;
9324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9325 pub const STATUS_NOT_SAME_OBJECT: NTSTATUS = -1073741396i32;
9326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9327 pub const STATUS_NOT_SERVER_SESSION: NTSTATUS = -1073741290i32;
9328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9329 pub const STATUS_NOT_SNAPSHOT_VOLUME: NTSTATUS = -1072103353i32;
9330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9331 pub const STATUS_NOT_SUPPORTED: NTSTATUS = -1073741637i32;
9332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9333 pub const STATUS_NOT_SUPPORTED_IN_APPCONTAINER: NTSTATUS = -1073700351i32;
9334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9335 pub const STATUS_NOT_SUPPORTED_ON_DAX: NTSTATUS = -1073740646i32;
9336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9337 pub const STATUS_NOT_SUPPORTED_ON_SBS: NTSTATUS = -1073741056i32;
9338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9339 pub const STATUS_NOT_SUPPORTED_WITH_AUDITING: NTSTATUS = -1073740595i32;
9340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9341 pub const STATUS_NOT_SUPPORTED_WITH_BTT: NTSTATUS = -1073740619i32;
9342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9343 pub const STATUS_NOT_SUPPORTED_WITH_BYPASSIO: NTSTATUS = -1073740601i32;
9344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9345 pub const STATUS_NOT_SUPPORTED_WITH_COMPRESSION: NTSTATUS = -1073740598i32;
9346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9347 pub const STATUS_NOT_SUPPORTED_WITH_DEDUPLICATION: NTSTATUS = -1073740596i32;
9348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9349 pub const STATUS_NOT_SUPPORTED_WITH_ENCRYPTION: NTSTATUS = -1073740599i32;
9350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9351 pub const STATUS_NOT_SUPPORTED_WITH_MONITORING: NTSTATUS = -1073740594i32;
9352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9353 pub const STATUS_NOT_SUPPORTED_WITH_REPLICATION: NTSTATUS = -1073740597i32;
9354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9355 pub const STATUS_NOT_SUPPORTED_WITH_SNAPSHOT: NTSTATUS = -1073740593i32;
9356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9357 pub const STATUS_NOT_SUPPORTED_WITH_VIRTUALIZATION: NTSTATUS = -1073740592i32;
9358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9359 pub const STATUS_NOT_TINY_STREAM: NTSTATUS = -1073741274i32;
9360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9361 pub const STATUS_NO_ACE_CONDITION: NTSTATUS = -2147483601i32;
9362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9363 pub const STATUS_NO_APPLICABLE_APP_LICENSES_FOUND: NTSTATUS = -1058406399i32;
9364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9365 pub const STATUS_NO_APPLICATION_PACKAGE: NTSTATUS = -1073741398i32;
9366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9367 pub const STATUS_NO_BROWSER_SERVERS_FOUND: NTSTATUS = -1073741284i32;
9368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9369 pub const STATUS_NO_BYPASSIO_DRIVER_SUPPORT: NTSTATUS = -1073740600i32;
9370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9371 pub const STATUS_NO_CALLBACK_ACTIVE: NTSTATUS = -1073741224i32;
9372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9373 pub const STATUS_NO_DATA_DETECTED: NTSTATUS = -2147483614i32;
9374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9375 pub const STATUS_NO_EAS_ON_FILE: NTSTATUS = -1073741742i32;
9376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9377 pub const STATUS_NO_EFS: NTSTATUS = -1073741170i32;
9378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9379 pub const STATUS_NO_EVENT_PAIR: NTSTATUS = -1073741490i32;
9380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9381 pub const STATUS_NO_GUID_TRANSLATION: NTSTATUS = -1073741556i32;
9382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9383 pub const STATUS_NO_IMPERSONATION_TOKEN: NTSTATUS = -1073741732i32;
9384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9385 pub const STATUS_NO_INHERITANCE: NTSTATUS = -2147483637i32;
9386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9387 pub const STATUS_NO_IP_ADDRESSES: NTSTATUS = -1073741071i32;
9388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9389 pub const STATUS_NO_KERB_KEY: NTSTATUS = -1073741022i32;
9390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9391 pub const STATUS_NO_KEY: NTSTATUS = -1073739508i32;
9392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9393 pub const STATUS_NO_LDT: NTSTATUS = -1073741545i32;
9394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9395 pub const STATUS_NO_LINK_TRACKING_IN_TRANSACTION: NTSTATUS = -1072103335i32;
9396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9397 pub const STATUS_NO_LOGON_SERVERS: NTSTATUS = -1073741730i32;
9398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9399 pub const STATUS_NO_LOG_SPACE: NTSTATUS = -1073741443i32;
9400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9401 pub const STATUS_NO_MATCH: NTSTATUS = -1073741198i32;
9402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9403 pub const STATUS_NO_MEDIA: NTSTATUS = -1073741448i32;
9404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9405 pub const STATUS_NO_MEDIA_IN_DEVICE: NTSTATUS = -1073741805i32;
9406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9407 pub const STATUS_NO_MEMORY: NTSTATUS = -1073741801i32;
9408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9409 pub const STATUS_NO_MORE_EAS: NTSTATUS = -2147483630i32;
9410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9411 pub const STATUS_NO_MORE_ENTRIES: NTSTATUS = -2147483622i32;
9412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9413 pub const STATUS_NO_MORE_FILES: NTSTATUS = -2147483642i32;
9414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9415 pub const STATUS_NO_MORE_MATCHES: NTSTATUS = -1073741197i32;
9416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9417 pub const STATUS_NO_PAGEFILE: NTSTATUS = -1073741497i32;
9418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9419 pub const STATUS_NO_PA_DATA: NTSTATUS = -1073741064i32;
9420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9421 pub const STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND: NTSTATUS = -1073740635i32;
9422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9423 pub const STATUS_NO_QUOTAS_FOR_ACCOUNT: NTSTATUS = 269i32;
9424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9425 pub const STATUS_NO_RANGES_PROCESSED: NTSTATUS = -1073740704i32;
9426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9427 pub const STATUS_NO_RECOVERY_POLICY: NTSTATUS = -1073741171i32;
9428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9429 pub const STATUS_NO_S4U_PROT_SUPPORT: NTSTATUS = -1073740790i32;
9430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9431 pub const STATUS_NO_SAVEPOINT_WITH_OPEN_FILES: NTSTATUS = -1072103352i32;
9432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9433 pub const STATUS_NO_SECRETS: NTSTATUS = -1073740943i32;
9434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9435 pub const STATUS_NO_SECURITY_CONTEXT: NTSTATUS = -1073740755i32;
9436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9437 pub const STATUS_NO_SECURITY_ON_OBJECT: NTSTATUS = -1073741609i32;
9438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9439 pub const STATUS_NO_SPOOL_SPACE: NTSTATUS = -1073741625i32;
9440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9441 pub const STATUS_NO_SUCH_ALIAS: NTSTATUS = -1073741487i32;
9442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9443 pub const STATUS_NO_SUCH_DEVICE: NTSTATUS = -1073741810i32;
9444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9445 pub const STATUS_NO_SUCH_DOMAIN: NTSTATUS = -1073741601i32;
9446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9447 pub const STATUS_NO_SUCH_FILE: NTSTATUS = -1073741809i32;
9448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9449 pub const STATUS_NO_SUCH_GROUP: NTSTATUS = -1073741722i32;
9450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9451 pub const STATUS_NO_SUCH_MEMBER: NTSTATUS = -1073741446i32;
9452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9453 pub const STATUS_NO_SUCH_PACKAGE: NTSTATUS = -1073741570i32;
9454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9455 pub const STATUS_NO_SUCH_PRIVILEGE: NTSTATUS = -1073741728i32;
9456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9457 pub const STATUS_NO_TGT_REPLY: NTSTATUS = -1073741073i32;
9458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9459 pub const STATUS_NO_TOKEN: NTSTATUS = -1073741700i32;
9460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9461 pub const STATUS_NO_TRACKING_SERVICE: NTSTATUS = -1073741153i32;
9462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9463 pub const STATUS_NO_TRUST_LSA_SECRET: NTSTATUS = -1073741430i32;
9464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9465 pub const STATUS_NO_TRUST_SAM_ACCOUNT: NTSTATUS = -1073741429i32;
9466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9467 pub const STATUS_NO_TXF_METADATA: NTSTATUS = -2145845207i32;
9468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9469 pub const STATUS_NO_UNICODE_TRANSLATION: NTSTATUS = -1073740009i32;
9470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9471 pub const STATUS_NO_USER_KEYS: NTSTATUS = -1073741168i32;
9472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9473 pub const STATUS_NO_USER_SESSION_KEY: NTSTATUS = -1073741310i32;
9474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9475 pub const STATUS_NO_WORK_DONE: NTSTATUS = -2147483598i32;
9476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9477 pub const STATUS_NO_YIELD_PERFORMED: NTSTATUS = 1073741860i32;
9478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9479 pub const STATUS_NTLM_BLOCKED: NTSTATUS = -1073740776i32;
9480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9481 pub const STATUS_NT_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = -1073741475i32;
9482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9483 pub const STATUS_NULL_LM_PASSWORD: NTSTATUS = 1073741837i32;
9484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9485 pub const STATUS_OBJECTID_EXISTS: NTSTATUS = -1073741269i32;
9486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9487 pub const STATUS_OBJECTID_NOT_FOUND: NTSTATUS = -1073741072i32;
9488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9489 pub const STATUS_OBJECT_IS_IMMUTABLE: NTSTATUS = -1073740610i32;
9490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9491 pub const STATUS_OBJECT_NAME_COLLISION: NTSTATUS = -1073741771i32;
9492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9493 pub const STATUS_OBJECT_NAME_EXISTS: NTSTATUS = 1073741824i32;
9494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9495 pub const STATUS_OBJECT_NAME_INVALID: NTSTATUS = -1073741773i32;
9496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9497 pub const STATUS_OBJECT_NAME_NOT_FOUND: NTSTATUS = -1073741772i32;
9498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9499 pub const STATUS_OBJECT_NOT_EXTERNALLY_BACKED: NTSTATUS = -1073740691i32;
9500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9501 pub const STATUS_OBJECT_NO_LONGER_EXISTS: NTSTATUS = -1072103391i32;
9502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9503 pub const STATUS_OBJECT_PATH_INVALID: NTSTATUS = -1073741767i32;
9504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9505 pub const STATUS_OBJECT_PATH_NOT_FOUND: NTSTATUS = -1073741766i32;
9506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9507 pub const STATUS_OBJECT_PATH_SYNTAX_BAD: NTSTATUS = -1073741765i32;
9508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9509 pub const STATUS_OBJECT_TYPE_MISMATCH: NTSTATUS = -1073741788i32;
9510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9511 pub const STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED: NTSTATUS = -1073700189i32;
9512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9513 pub const STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED: NTSTATUS = -1073700191i32;
9514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9515 pub const STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED: NTSTATUS = -1073700188i32;
9516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9517 pub const STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED: NTSTATUS = -1073700190i32;
9518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9519 pub const STATUS_ONLY_IF_CONNECTED: NTSTATUS = -1073741108i32;
9520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9521 pub const STATUS_OPEN_FAILED: NTSTATUS = -1073741514i32;
9522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9523 pub const STATUS_OPERATION_IN_PROGRESS: NTSTATUS = -1073740682i32;
9524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9525 pub const STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION: NTSTATUS = -1072103334i32;
9526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9527 pub const STATUS_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = 264i32;
9528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9529 pub const STATUS_OPLOCK_HANDLE_CLOSED: NTSTATUS = 534i32;
9530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9531 pub const STATUS_OPLOCK_NOT_GRANTED: NTSTATUS = -1073741598i32;
9532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9533 pub const STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE: NTSTATUS = 533i32;
9534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9535 pub const STATUS_ORDINAL_NOT_FOUND: NTSTATUS = -1073741512i32;
9536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9537 pub const STATUS_ORPHAN_NAME_EXHAUSTED: NTSTATUS = -1073739762i32;
9538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9539 pub const STATUS_PACKAGE_NOT_AVAILABLE: NTSTATUS = -1073740649i32;
9540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9541 pub const STATUS_PACKAGE_UPDATING: NTSTATUS = -1073740695i32;
9542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9543 pub const STATUS_PAGEFILE_CREATE_FAILED: NTSTATUS = -1073741498i32;
9544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9545 pub const STATUS_PAGEFILE_NOT_SUPPORTED: NTSTATUS = -1073740603i32;
9546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9547 pub const STATUS_PAGEFILE_QUOTA: NTSTATUS = -1073741817i32;
9548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9549 pub const STATUS_PAGEFILE_QUOTA_EXCEEDED: NTSTATUS = -1073741524i32;
9550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9551 pub const STATUS_PAGE_FAULT_COPY_ON_WRITE: NTSTATUS = 274i32;
9552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9553 pub const STATUS_PAGE_FAULT_DEMAND_ZERO: NTSTATUS = 273i32;
9554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9555 pub const STATUS_PAGE_FAULT_GUARD_PAGE: NTSTATUS = 275i32;
9556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9557 pub const STATUS_PAGE_FAULT_PAGING_FILE: NTSTATUS = 276i32;
9558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9559 pub const STATUS_PAGE_FAULT_TRANSITION: NTSTATUS = 272i32;
9560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9561 pub const STATUS_PARAMETER_QUOTA_EXCEEDED: NTSTATUS = -1073740784i32;
9562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9563 pub const STATUS_PARITY_ERROR: NTSTATUS = -1073741781i32;
9564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9565 pub const STATUS_PARTIAL_COPY: NTSTATUS = -2147483635i32;
9566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9567 pub const STATUS_PARTITION_FAILURE: NTSTATUS = -1073741454i32;
9568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9569 pub const STATUS_PARTITION_TERMINATING: NTSTATUS = -1073740640i32;
9570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9571 pub const STATUS_PASSWORD_CHANGE_REQUIRED: NTSTATUS = -1073741044i32;
9572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9573 pub const STATUS_PASSWORD_RESTRICTION: NTSTATUS = -1073741716i32;
9574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9575 pub const STATUS_PATCH_CONFLICT: NTSTATUS = -1073740628i32;
9576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9577 pub const STATUS_PATCH_DEFERRED: NTSTATUS = 1073741879i32;
9578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9579 pub const STATUS_PATH_NOT_COVERED: NTSTATUS = -1073741225i32;
9580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9581 pub const STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET: NTSTATUS = -1071046638i32;
9582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9583 pub const STATUS_PCP_AUTHENTICATION_FAILED: NTSTATUS = -1071046648i32;
9584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9585 pub const STATUS_PCP_AUTHENTICATION_IGNORED: NTSTATUS = -1071046647i32;
9586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9587 pub const STATUS_PCP_BUFFER_LENGTH_MISMATCH: NTSTATUS = -1071046626i32;
9588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9589 pub const STATUS_PCP_BUFFER_TOO_SMALL: NTSTATUS = -1071046650i32;
9590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9591 pub const STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED: NTSTATUS = -1071046628i32;
9592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9593 pub const STATUS_PCP_DEVICE_NOT_FOUND: NTSTATUS = -1071046643i32;
9594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9595 pub const STATUS_PCP_DEVICE_NOT_READY: NTSTATUS = -1071046655i32;
9596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9597 pub const STATUS_PCP_ERROR_MASK: NTSTATUS = -1071046656i32;
9598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9599 pub const STATUS_PCP_FLAG_NOT_SUPPORTED: NTSTATUS = -1071046652i32;
9600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9601 pub const STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED: NTSTATUS = -1071046625i32;
9602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9603 pub const STATUS_PCP_INTERNAL_ERROR: NTSTATUS = -1071046649i32;
9604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9605 pub const STATUS_PCP_INVALID_HANDLE: NTSTATUS = -1071046654i32;
9606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9607 pub const STATUS_PCP_INVALID_PARAMETER: NTSTATUS = -1071046653i32;
9608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9609 pub const STATUS_PCP_KEY_ALREADY_FINALIZED: NTSTATUS = -1071046636i32;
9610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9611 pub const STATUS_PCP_KEY_HANDLE_INVALIDATED: NTSTATUS = -1071046622i32;
9612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9613 pub const STATUS_PCP_KEY_NOT_AIK: NTSTATUS = -1071046631i32;
9614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9615 pub const STATUS_PCP_KEY_NOT_AUTHENTICATED: NTSTATUS = -1071046632i32;
9616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9617 pub const STATUS_PCP_KEY_NOT_FINALIZED: NTSTATUS = -1071046639i32;
9618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9619 pub const STATUS_PCP_KEY_NOT_LOADED: NTSTATUS = -1071046641i32;
9620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9621 pub const STATUS_PCP_KEY_NOT_SIGNING_KEY: NTSTATUS = -1071046630i32;
9622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9623 pub const STATUS_PCP_KEY_USAGE_POLICY_INVALID: NTSTATUS = -1071046634i32;
9624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9625 pub const STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED: NTSTATUS = -1071046635i32;
9626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9627 pub const STATUS_PCP_LOCKED_OUT: NTSTATUS = -1071046629i32;
9628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9629 pub const STATUS_PCP_NOT_PCR_BOUND: NTSTATUS = -1071046637i32;
9630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9631 pub const STATUS_PCP_NOT_SUPPORTED: NTSTATUS = -1071046651i32;
9632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9633 pub const STATUS_PCP_NO_KEY_CERTIFICATION: NTSTATUS = -1071046640i32;
9634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9635 pub const STATUS_PCP_POLICY_NOT_FOUND: NTSTATUS = -1071046646i32;
9636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9637 pub const STATUS_PCP_PROFILE_NOT_FOUND: NTSTATUS = -1071046645i32;
9638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9639 pub const STATUS_PCP_RAW_POLICY_NOT_SUPPORTED: NTSTATUS = -1071046623i32;
9640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9641 pub const STATUS_PCP_SOFT_KEY_ERROR: NTSTATUS = -1071046633i32;
9642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9643 pub const STATUS_PCP_TICKET_MISSING: NTSTATUS = -1071046624i32;
9644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9645 pub const STATUS_PCP_TPM_VERSION_NOT_SUPPORTED: NTSTATUS = -1071046627i32;
9646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9647 pub const STATUS_PCP_UNSUPPORTED_PSS_SALT: NTSTATUS = 1076437027i32;
9648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9649 pub const STATUS_PCP_VALIDATION_FAILED: NTSTATUS = -1071046644i32;
9650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9651 pub const STATUS_PCP_WRONG_PARENT: NTSTATUS = -1071046642i32;
9652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9653 pub const STATUS_PENDING: NTSTATUS = 259i32;
9654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9655 pub const STATUS_PER_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740799i32;
9656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9657 pub const STATUS_PIPE_BROKEN: NTSTATUS = -1073741493i32;
9658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9659 pub const STATUS_PIPE_BUSY: NTSTATUS = -1073741650i32;
9660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9661 pub const STATUS_PIPE_CLOSING: NTSTATUS = -1073741647i32;
9662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9663 pub const STATUS_PIPE_CONNECTED: NTSTATUS = -1073741646i32;
9664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9665 pub const STATUS_PIPE_DISCONNECTED: NTSTATUS = -1073741648i32;
9666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9667 pub const STATUS_PIPE_EMPTY: NTSTATUS = -1073741607i32;
9668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9669 pub const STATUS_PIPE_LISTENING: NTSTATUS = -1073741645i32;
9670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9671 pub const STATUS_PIPE_NOT_AVAILABLE: NTSTATUS = -1073741652i32;
9672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9673 pub const STATUS_PKINIT_CLIENT_FAILURE: NTSTATUS = -1073740916i32;
9674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9675 pub const STATUS_PKINIT_FAILURE: NTSTATUS = -1073741024i32;
9676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9677 pub const STATUS_PKINIT_NAME_MISMATCH: NTSTATUS = -1073741063i32;
9678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9679 pub const STATUS_PKU2U_CERT_FAILURE: NTSTATUS = -1073740753i32;
9680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9681 pub const STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND: NTSTATUS = -1058340859i32;
9682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9683 pub const STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED: NTSTATUS = -1058340860i32;
9684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9685 pub const STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED: NTSTATUS = -1058340861i32;
9686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9687 pub const STATUS_PLATFORM_MANIFEST_INVALID: NTSTATUS = -1058340862i32;
9688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9689 pub const STATUS_PLATFORM_MANIFEST_NOT_ACTIVE: NTSTATUS = -1058340858i32;
9690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9691 pub const STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED: NTSTATUS = -1058340863i32;
9692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9693 pub const STATUS_PLATFORM_MANIFEST_NOT_SIGNED: NTSTATUS = -1058340857i32;
9694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9695 pub const STATUS_PLUGPLAY_NO_DEVICE: NTSTATUS = -1073741218i32;
9696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9697 pub const STATUS_PLUGPLAY_QUERY_VETOED: NTSTATUS = -2147483608i32;
9698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9699 pub const STATUS_PNP_BAD_MPS_TABLE: NTSTATUS = -1073479627i32;
9700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9701 pub const STATUS_PNP_DEVICE_CONFIGURATION_PENDING: NTSTATUS = -1073740651i32;
9702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9703 pub const STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE: NTSTATUS = -1073740653i32;
9704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9705 pub const STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND: NTSTATUS = -1073740654i32;
9706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9707 pub const STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND: NTSTATUS = -1073740655i32;
9708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9709 pub const STATUS_PNP_FUNCTION_DRIVER_REQUIRED: NTSTATUS = -1073740652i32;
9710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9711 pub const STATUS_PNP_INVALID_ID: NTSTATUS = -1073479624i32;
9712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9713 pub const STATUS_PNP_IRQ_TRANSLATION_FAILED: NTSTATUS = -1073479625i32;
9714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9715 pub const STATUS_PNP_NO_COMPAT_DRIVERS: NTSTATUS = -1073740656i32;
9716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9717 pub const STATUS_PNP_REBOOT_REQUIRED: NTSTATUS = -1073741102i32;
9718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9719 pub const STATUS_PNP_RESTART_ENUMERATION: NTSTATUS = -1073741106i32;
9720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9721 pub const STATUS_PNP_TRANSLATION_FAILED: NTSTATUS = -1073479626i32;
9722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9723 pub const STATUS_POLICY_OBJECT_NOT_FOUND: NTSTATUS = -1073741158i32;
9724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9725 pub const STATUS_POLICY_ONLY_IN_DS: NTSTATUS = -1073741157i32;
9726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9727 pub const STATUS_PORT_ALREADY_HAS_COMPLETION_LIST: NTSTATUS = -1073740006i32;
9728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9729 pub const STATUS_PORT_ALREADY_SET: NTSTATUS = -1073741752i32;
9730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9731 pub const STATUS_PORT_CLOSED: NTSTATUS = -1073740032i32;
9732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9733 pub const STATUS_PORT_CONNECTION_REFUSED: NTSTATUS = -1073741759i32;
9734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9735 pub const STATUS_PORT_DISCONNECTED: NTSTATUS = -1073741769i32;
9736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9737 pub const STATUS_PORT_DO_NOT_DISTURB: NTSTATUS = -1073741770i32;
9738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9739 pub const STATUS_PORT_MESSAGE_TOO_LONG: NTSTATUS = -1073741777i32;
9740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9741 pub const STATUS_PORT_NOT_SET: NTSTATUS = -1073740973i32;
9742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9743 pub const STATUS_PORT_UNREACHABLE: NTSTATUS = -1073741249i32;
9744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9745 pub const STATUS_POSSIBLE_DEADLOCK: NTSTATUS = -1073741420i32;
9746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9747 pub const STATUS_POWER_STATE_INVALID: NTSTATUS = -1073741101i32;
9748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9749 pub const STATUS_PREDEFINED_HANDLE: NTSTATUS = 1073741846i32;
9750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9751 pub const STATUS_PRENT4_MACHINE_ACCOUNT: NTSTATUS = -1073740969i32;
9752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9753 pub const STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED: NTSTATUS = 270i32;
9754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9755 pub const STATUS_PRINT_CANCELLED: NTSTATUS = -1073741624i32;
9756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9757 pub const STATUS_PRINT_QUEUE_FULL: NTSTATUS = -1073741626i32;
9758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9759 pub const STATUS_PRIVILEGED_INSTRUCTION: NTSTATUS = -1073741674i32;
9760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9761 pub const STATUS_PRIVILEGE_NOT_HELD: NTSTATUS = -1073741727i32;
9762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9763 pub const STATUS_PROACTIVE_SCAN_IN_PROGRESS: NTSTATUS = -1073739761i32;
9764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9765 pub const STATUS_PROCEDURE_NOT_FOUND: NTSTATUS = -1073741702i32;
9766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9767 pub const STATUS_PROCESS_CLONED: NTSTATUS = 297i32;
9768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9769 pub const STATUS_PROCESS_IN_JOB: NTSTATUS = 292i32;
9770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9771 pub const STATUS_PROCESS_IS_PROTECTED: NTSTATUS = -1073740014i32;
9772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9773 pub const STATUS_PROCESS_IS_TERMINATING: NTSTATUS = -1073741558i32;
9774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9775 pub const STATUS_PROCESS_NOT_IN_JOB: NTSTATUS = 291i32;
9776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9777 pub const STATUS_PROFILING_AT_LIMIT: NTSTATUS = -1073741613i32;
9778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9779 pub const STATUS_PROFILING_NOT_STARTED: NTSTATUS = -1073741641i32;
9780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9781 pub const STATUS_PROFILING_NOT_STOPPED: NTSTATUS = -1073741640i32;
9782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9783 pub const STATUS_PROPSET_NOT_FOUND: NTSTATUS = -1073741264i32;
9784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9785 pub const STATUS_PROTOCOL_NOT_SUPPORTED: NTSTATUS = -1073700845i32;
9786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9787 pub const STATUS_PROTOCOL_UNREACHABLE: NTSTATUS = -1073741250i32;
9788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9789 pub const STATUS_PTE_CHANGED: NTSTATUS = -1073740748i32;
9790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9791 pub const STATUS_PURGE_FAILED: NTSTATUS = -1073740747i32;
9792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9793 pub const STATUS_PWD_HISTORY_CONFLICT: NTSTATUS = -1073741220i32;
9794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9795 pub const STATUS_PWD_TOO_LONG: NTSTATUS = -1073741190i32;
9796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9797 pub const STATUS_PWD_TOO_RECENT: NTSTATUS = -1073741221i32;
9798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9799 pub const STATUS_PWD_TOO_SHORT: NTSTATUS = -1073741222i32;
9800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9801 pub const STATUS_QUERY_STORAGE_ERROR: NTSTATUS = -2143682559i32;
9802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9803 pub const STATUS_QUIC_ALPN_NEG_FAILURE: NTSTATUS = -1071382521i32;
9804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9805 pub const STATUS_QUIC_CONNECTION_IDLE: NTSTATUS = -1071382523i32;
9806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9807 pub const STATUS_QUIC_CONNECTION_TIMEOUT: NTSTATUS = -1071382522i32;
9808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9809 pub const STATUS_QUIC_HANDSHAKE_FAILURE: NTSTATUS = -1071382528i32;
9810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9811 pub const STATUS_QUIC_INTERNAL_ERROR: NTSTATUS = -1071382525i32;
9812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9813 pub const STATUS_QUIC_PROTOCOL_VIOLATION: NTSTATUS = -1071382524i32;
9814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9815 pub const STATUS_QUIC_USER_CANCELED: NTSTATUS = -1071382526i32;
9816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9817 pub const STATUS_QUIC_VER_NEG_FAILURE: NTSTATUS = -1071382527i32;
9818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9819 pub const STATUS_QUOTA_ACTIVITY: NTSTATUS = -1073740662i32;
9820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9821 pub const STATUS_QUOTA_EXCEEDED: NTSTATUS = -1073741756i32;
9822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9823 pub const STATUS_QUOTA_LIST_INCONSISTENT: NTSTATUS = -1073741210i32;
9824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9825 pub const STATUS_QUOTA_NOT_ENABLED: NTSTATUS = -1073741399i32;
9826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9827 pub const STATUS_RANGE_LIST_CONFLICT: NTSTATUS = -1073741182i32;
9828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9829 pub const STATUS_RANGE_NOT_FOUND: NTSTATUS = -1073741172i32;
9830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9831 pub const STATUS_RANGE_NOT_LOCKED: NTSTATUS = -1073741698i32;
9832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9833 pub const STATUS_RDBSS_CONTINUE_OPERATION: NTSTATUS = -1069481982i32;
9834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9835 pub const STATUS_RDBSS_POST_OPERATION: NTSTATUS = -1069481981i32;
9836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9837 pub const STATUS_RDBSS_RESTART_OPERATION: NTSTATUS = -1069481983i32;
9838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9839 pub const STATUS_RDBSS_RETRY_LOOKUP: NTSTATUS = -1069481980i32;
9840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9841 pub const STATUS_RDP_PROTOCOL_ERROR: NTSTATUS = -1073086414i32;
9842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9843 pub const STATUS_RECEIVE_EXPEDITED: NTSTATUS = 1073741840i32;
9844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9845 pub const STATUS_RECEIVE_PARTIAL: NTSTATUS = 1073741839i32;
9846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9847 pub const STATUS_RECEIVE_PARTIAL_EXPEDITED: NTSTATUS = 1073741841i32;
9848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9849 pub const STATUS_RECOVERABLE_BUGCHECK: NTSTATUS = -2147483596i32;
9850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9851 pub const STATUS_RECOVERY_FAILURE: NTSTATUS = -1073741273i32;
9852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9853 pub const STATUS_RECOVERY_NOT_NEEDED: NTSTATUS = 1075380276i32;
9854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9855 pub const STATUS_RECURSIVE_DISPATCH: NTSTATUS = -1073740028i32;
9856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9857 pub const STATUS_REDIRECTOR_HAS_OPEN_HANDLES: NTSTATUS = -2147483613i32;
9858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9859 pub const STATUS_REDIRECTOR_NOT_STARTED: NTSTATUS = -1073741573i32;
9860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9861 pub const STATUS_REDIRECTOR_PAUSED: NTSTATUS = -1073741615i32;
9862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9863 pub const STATUS_REDIRECTOR_STARTED: NTSTATUS = -1073741572i32;
9864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9865 pub const STATUS_REGISTRY_CORRUPT: NTSTATUS = -1073741492i32;
9866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9867 pub const STATUS_REGISTRY_HIVE_RECOVERED: NTSTATUS = -2147483606i32;
9868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9869 pub const STATUS_REGISTRY_IO_FAILED: NTSTATUS = -1073741491i32;
9870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9871 pub const STATUS_REGISTRY_QUOTA_LIMIT: NTSTATUS = -1073741226i32;
9872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9873 pub const STATUS_REGISTRY_RECOVERED: NTSTATUS = 1073741833i32;
9874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9875 pub const STATUS_REG_NAT_CONSUMPTION: NTSTATUS = -1073741111i32;
9876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9877 pub const STATUS_REINITIALIZATION_NEEDED: NTSTATUS = -1073741177i32;
9878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9879 pub const STATUS_REMOTE_DISCONNECT: NTSTATUS = -1073741508i32;
9880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9881 pub const STATUS_REMOTE_FILE_VERSION_MISMATCH: NTSTATUS = -1072103412i32;
9882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9883 pub const STATUS_REMOTE_NOT_LISTENING: NTSTATUS = -1073741636i32;
9884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9885 pub const STATUS_REMOTE_RESOURCES: NTSTATUS = -1073741507i32;
9886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9887 pub const STATUS_REMOTE_SESSION_LIMIT: NTSTATUS = -1073741418i32;
9888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9889 pub const STATUS_REMOTE_STORAGE_MEDIA_ERROR: NTSTATUS = -1073741154i32;
9890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9891 pub const STATUS_REMOTE_STORAGE_NOT_ACTIVE: NTSTATUS = -1073741155i32;
9892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9893 pub const STATUS_REPAIR_NEEDED: NTSTATUS = -1073741400i32;
9894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9895 pub const STATUS_REPARSE: NTSTATUS = 260i32;
9896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9897 pub const STATUS_REPARSE_ATTRIBUTE_CONFLICT: NTSTATUS = -1073741134i32;
9898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9899 pub const STATUS_REPARSE_GLOBAL: NTSTATUS = 872i32;
9900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9901 pub const STATUS_REPARSE_OBJECT: NTSTATUS = 280i32;
9902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9903 pub const STATUS_REPARSE_POINT_ENCOUNTERED: NTSTATUS = -1073740533i32;
9904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9905 pub const STATUS_REPARSE_POINT_NOT_RESOLVED: NTSTATUS = -1073741184i32;
9906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9907 pub const STATUS_REPLY_MESSAGE_MISMATCH: NTSTATUS = -1073741281i32;
9908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9909 pub const STATUS_REQUEST_ABORTED: NTSTATUS = -1073741248i32;
9910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9911 pub const STATUS_REQUEST_CANCELED: NTSTATUS = -1073740029i32;
9912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9913 pub const STATUS_REQUEST_NOT_ACCEPTED: NTSTATUS = -1073741616i32;
9914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9915 pub const STATUS_REQUEST_OUT_OF_SEQUENCE: NTSTATUS = -1073740758i32;
9916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9917 pub const STATUS_REQUEST_PAUSED: NTSTATUS = -1073740711i32;
9918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9919 pub const STATUS_RESIDENT_FILE_NOT_SUPPORTED: NTSTATUS = -1073740678i32;
9920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9921 pub const STATUS_RESOURCEMANAGER_NOT_FOUND: NTSTATUS = -1072103345i32;
9922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9923 pub const STATUS_RESOURCEMANAGER_READ_ONLY: NTSTATUS = 514i32;
9924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9925 pub const STATUS_RESOURCE_DATA_NOT_FOUND: NTSTATUS = -1073741687i32;
9926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9927 pub const STATUS_RESOURCE_ENUM_USER_STOP: NTSTATUS = -1073020921i32;
9928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9929 pub const STATUS_RESOURCE_IN_USE: NTSTATUS = -1073740024i32;
9930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9931 pub const STATUS_RESOURCE_LANG_NOT_FOUND: NTSTATUS = -1073741308i32;
9932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9933 pub const STATUS_RESOURCE_NAME_NOT_FOUND: NTSTATUS = -1073741685i32;
9934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9935 pub const STATUS_RESOURCE_NOT_OWNED: NTSTATUS = -1073741212i32;
9936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9937 pub const STATUS_RESOURCE_REQUIREMENTS_CHANGED: NTSTATUS = 281i32;
9938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9939 pub const STATUS_RESOURCE_TYPE_NOT_FOUND: NTSTATUS = -1073741686i32;
9940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9941 pub const STATUS_RESTART_BOOT_APPLICATION: NTSTATUS = -1073740717i32;
9942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9943 pub const STATUS_RESUME_HIBERNATION: NTSTATUS = 1073741867i32;
9944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9945 pub const STATUS_RETRY: NTSTATUS = -1073741267i32;
9946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9947 pub const STATUS_RETURN_ADDRESS_HIJACK_ATTEMPT: NTSTATUS = -2147483597i32;
9948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9949 pub const STATUS_REVISION_MISMATCH: NTSTATUS = -1073741735i32;
9950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9951 pub const STATUS_REVOCATION_OFFLINE_C: NTSTATUS = -1073740917i32;
9952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9953 pub const STATUS_REVOCATION_OFFLINE_KDC: NTSTATUS = -1073740788i32;
9954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9955 pub const STATUS_RING_NEWLY_EMPTY: NTSTATUS = 531i32;
9956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9957 pub const STATUS_RING_PREVIOUSLY_ABOVE_QUOTA: NTSTATUS = 530i32;
9958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9959 pub const STATUS_RING_PREVIOUSLY_EMPTY: NTSTATUS = 528i32;
9960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9961 pub const STATUS_RING_PREVIOUSLY_FULL: NTSTATUS = 529i32;
9962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9963 pub const STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT: NTSTATUS = 532i32;
9964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9965 pub const STATUS_RKF_ACTIVE_KEY: NTSTATUS = -1069547514i32;
9966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9967 pub const STATUS_RKF_BLOB_FULL: NTSTATUS = -1069547517i32;
9968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9969 pub const STATUS_RKF_DUPLICATE_KEY: NTSTATUS = -1069547518i32;
9970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9971 pub const STATUS_RKF_FILE_BLOCKED: NTSTATUS = -1069547515i32;
9972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9973 pub const STATUS_RKF_KEY_NOT_FOUND: NTSTATUS = -1069547519i32;
9974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9975 pub const STATUS_RKF_STORE_FULL: NTSTATUS = -1069547516i32;
9976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9977 pub const STATUS_RM_ALREADY_STARTED: NTSTATUS = 1075380277i32;
9978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9979 pub const STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT: NTSTATUS = -1072103331i32;
9980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9981 pub const STATUS_RM_DISCONNECTED: NTSTATUS = -1072103374i32;
9982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9983 pub const STATUS_RM_METADATA_CORRUPT: NTSTATUS = -1072103418i32;
9984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9985 pub const STATUS_RM_NOT_ACTIVE: NTSTATUS = -1072103419i32;
9986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9987 pub const STATUS_ROLLBACK_TIMER_EXPIRED: NTSTATUS = -1072103364i32;
9988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9989 pub const STATUS_RTPM_CONTEXT_COMPLETE: NTSTATUS = 2699265i32;
9990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9991 pub const STATUS_RTPM_CONTEXT_CONTINUE: NTSTATUS = 2699264i32;
9992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9993 pub const STATUS_RTPM_INVALID_CONTEXT: NTSTATUS = -1071042556i32;
9994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9995 pub const STATUS_RTPM_NO_RESULT: NTSTATUS = -1071042558i32;
9996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9997 pub const STATUS_RTPM_PCR_READ_INCOMPLETE: NTSTATUS = -1071042557i32;
9998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9999 pub const STATUS_RTPM_UNSUPPORTED_CMD: NTSTATUS = -1071042555i32;
10000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10001 pub const STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT: NTSTATUS = -1073700539i32;
10002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10003 pub const STATUS_RUNLEVEL_SWITCH_IN_PROGRESS: NTSTATUS = -1073700538i32;
10004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10005 pub const STATUS_RUNLEVEL_SWITCH_TIMEOUT: NTSTATUS = -1073700541i32;
10006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10007 pub const STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED: NTSTATUS = -1073740633i32;
10008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10009 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET: NTSTATUS = -1073740632i32;
10010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10011 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE: NTSTATUS = -1073740631i32;
10012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10013 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER: NTSTATUS = -1073740630i32;
10014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10015 pub const STATUS_RXACT_COMMITTED: NTSTATUS = 266i32;
10016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10017 pub const STATUS_RXACT_COMMIT_FAILURE: NTSTATUS = -1073741539i32;
10018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10019 pub const STATUS_RXACT_COMMIT_NECESSARY: NTSTATUS = -2147483624i32;
10020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10021 pub const STATUS_RXACT_INVALID_STATE: NTSTATUS = -1073741540i32;
10022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10023 pub const STATUS_RXACT_STATE_CREATED: NTSTATUS = 1073741828i32;
10024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10025 pub const STATUS_SAM_INIT_FAILURE: NTSTATUS = -1073741085i32;
10026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10027 pub const STATUS_SAM_NEED_BOOTKEY_FLOPPY: NTSTATUS = -1073741088i32;
10028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10029 pub const STATUS_SAM_NEED_BOOTKEY_PASSWORD: NTSTATUS = -1073741089i32;
10030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10031 pub const STATUS_SCRUB_DATA_DISABLED: NTSTATUS = -1073740680i32;
10032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10033 pub const STATUS_SECCORE_INVALID_COMMAND: NTSTATUS = -1058537472i32;
10034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10035 pub const STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED: NTSTATUS = -1073700575i32;
10036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10037 pub const STATUS_SECRET_TOO_LONG: NTSTATUS = -1073741481i32;
10038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10039 pub const STATUS_SECTION_DIRECT_MAP_ONLY: NTSTATUS = -1073739503i32;
10040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10041 pub const STATUS_SECTION_NOT_EXTENDED: NTSTATUS = -1073741689i32;
10042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10043 pub const STATUS_SECTION_NOT_IMAGE: NTSTATUS = -1073741751i32;
10044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10045 pub const STATUS_SECTION_PROTECTION: NTSTATUS = -1073741746i32;
10046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10047 pub const STATUS_SECTION_TOO_BIG: NTSTATUS = -1073741760i32;
10048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10049 pub const STATUS_SECUREBOOT_FILE_REPLACED: NTSTATUS = -1069350905i32;
10050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10051 pub const STATUS_SECUREBOOT_INVALID_POLICY: NTSTATUS = -1069350909i32;
10052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10053 pub const STATUS_SECUREBOOT_NOT_BASE_POLICY: NTSTATUS = -1069350897i32;
10054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10055 pub const STATUS_SECUREBOOT_NOT_ENABLED: NTSTATUS = -2143092730i32;
10056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10057 pub const STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY: NTSTATUS = -1069350896i32;
10058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10059 pub const STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH: NTSTATUS = -1069350901i32;
10060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10061 pub const STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION: NTSTATUS = -1069350902i32;
10062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10063 pub const STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED: NTSTATUS = -1069350904i32;
10064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10065 pub const STATUS_SECUREBOOT_POLICY_NOT_SIGNED: NTSTATUS = -1069350907i32;
10066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10067 pub const STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND: NTSTATUS = -1069350908i32;
10068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10069 pub const STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED: NTSTATUS = -1069350900i32;
10070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10071 pub const STATUS_SECUREBOOT_POLICY_UNKNOWN: NTSTATUS = -1069350903i32;
10072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10073 pub const STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH: NTSTATUS = -1069350899i32;
10074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10075 pub const STATUS_SECUREBOOT_POLICY_VIOLATION: NTSTATUS = -1069350910i32;
10076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10077 pub const STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING: NTSTATUS = -1069350898i32;
10078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10079 pub const STATUS_SECUREBOOT_ROLLBACK_DETECTED: NTSTATUS = -1069350911i32;
10080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10081 pub const STATUS_SECURITY_STREAM_IS_INCONSISTENT: NTSTATUS = -1073741408i32;
10082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10083 pub const STATUS_SEGMENT_NOTIFICATION: NTSTATUS = 1073741829i32;
10084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10085 pub const STATUS_SEMAPHORE_LIMIT_EXCEEDED: NTSTATUS = -1073741753i32;
10086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10087 pub const STATUS_SERIAL_COUNTER_TIMEOUT: NTSTATUS = 1073741836i32;
10088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10089 pub const STATUS_SERIAL_MORE_WRITES: NTSTATUS = 1073741832i32;
10090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10091 pub const STATUS_SERIAL_NO_DEVICE_INITED: NTSTATUS = -1073741488i32;
10092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10093 pub const STATUS_SERVER_DISABLED: NTSTATUS = -1073741696i32;
10094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10095 pub const STATUS_SERVER_HAS_OPEN_HANDLES: NTSTATUS = -2147483612i32;
10096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10097 pub const STATUS_SERVER_NOT_DISABLED: NTSTATUS = -1073741695i32;
10098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10099 pub const STATUS_SERVER_SHUTDOWN_IN_PROGRESS: NTSTATUS = -1073741057i32;
10100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10101 pub const STATUS_SERVER_SID_MISMATCH: NTSTATUS = -1073741152i32;
10102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10103 pub const STATUS_SERVER_TRANSPORT_CONFLICT: NTSTATUS = -1073741388i32;
10104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10105 pub const STATUS_SERVER_UNAVAILABLE: NTSTATUS = -1073740698i32;
10106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10107 pub const STATUS_SERVICES_FAILED_AUTOSTART: NTSTATUS = 1073783108i32;
10108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10109 pub const STATUS_SERVICE_NOTIFICATION: NTSTATUS = 1073741848i32;
10110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10111 pub const STATUS_SESSION_KEY_TOO_SHORT: NTSTATUS = -1073740521i32;
10112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10113 pub const STATUS_SETMARK_DETECTED: NTSTATUS = -2147483615i32;
10114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10115 pub const STATUS_SET_CONTEXT_DENIED: NTSTATUS = -1073740278i32;
10116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10117 pub const STATUS_SEVERITY_COERROR: u32 = 2u32;
10118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10119 pub const STATUS_SEVERITY_COFAIL: u32 = 3u32;
10120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10121 pub const STATUS_SHARED_IRQ_BUSY: NTSTATUS = -1073741460i32;
10122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10123 pub const STATUS_SHARED_POLICY: NTSTATUS = -1073741159i32;
10124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10125 pub const STATUS_SHARE_UNAVAILABLE: NTSTATUS = -1073740672i32;
10126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10127 pub const STATUS_SHARING_PAUSED: NTSTATUS = -1073741617i32;
10128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10129 pub const STATUS_SHARING_VIOLATION: NTSTATUS = -1073741757i32;
10130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10131 pub const STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME: NTSTATUS = -1073741409i32;
10132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10133 pub const STATUS_SHUTDOWN_IN_PROGRESS: NTSTATUS = -1073741058i32;
10134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10135 pub const STATUS_SINGLE_STEP: NTSTATUS = -2147483644i32;
10136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10137 pub const STATUS_SMARTCARD_CARD_BLOCKED: NTSTATUS = -1073740927i32;
10138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10139 pub const STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED: NTSTATUS = -1073740926i32;
10140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10141 pub const STATUS_SMARTCARD_CERT_EXPIRED: NTSTATUS = -1073740915i32;
10142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10143 pub const STATUS_SMARTCARD_CERT_REVOKED: NTSTATUS = -1073740919i32;
10144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10145 pub const STATUS_SMARTCARD_IO_ERROR: NTSTATUS = -1073740921i32;
10146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10147 pub const STATUS_SMARTCARD_LOGON_REQUIRED: NTSTATUS = -1073741062i32;
10148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10149 pub const STATUS_SMARTCARD_NO_CARD: NTSTATUS = -1073740925i32;
10150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10151 pub const STATUS_SMARTCARD_NO_CERTIFICATE: NTSTATUS = -1073740923i32;
10152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10153 pub const STATUS_SMARTCARD_NO_KEYSET: NTSTATUS = -1073740922i32;
10154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10155 pub const STATUS_SMARTCARD_NO_KEY_CONTAINER: NTSTATUS = -1073740924i32;
10156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10157 pub const STATUS_SMARTCARD_SILENT_CONTEXT: NTSTATUS = -1073740913i32;
10158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10159 pub const STATUS_SMARTCARD_SUBSYSTEM_FAILURE: NTSTATUS = -1073741023i32;
10160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10161 pub const STATUS_SMARTCARD_WRONG_PIN: NTSTATUS = -1073740928i32;
10162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10163 pub const STATUS_SMB1_NOT_AVAILABLE: NTSTATUS = -1073740525i32;
10164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10165 pub const STATUS_SMB_BAD_CLUSTER_DIALECT: NTSTATUS = -1067646975i32;
10166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10167 pub const STATUS_SMB_GUEST_LOGON_BLOCKED: NTSTATUS = -1067646974i32;
10168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10169 pub const STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP: NTSTATUS = -1067646976i32;
10170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10171 pub const STATUS_SMB_NO_SIGNING_ALGORITHM_OVERLAP: NTSTATUS = -1067646973i32;
10172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10173 pub const STATUS_SMI_PRIMITIVE_INSTALLER_FAILED: NTSTATUS = -1072365531i32;
10174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10175 pub const STATUS_SMR_GARBAGE_COLLECTION_REQUIRED: NTSTATUS = -1073740524i32;
10176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10177 pub const STATUS_SOME_NOT_MAPPED: NTSTATUS = 263i32;
10178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10179 pub const STATUS_SOURCE_ELEMENT_EMPTY: NTSTATUS = -1073741181i32;
10180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10181 pub const STATUS_SPACES_ALLOCATION_SIZE_INVALID: NTSTATUS = -1058602994i32;
10182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10183 pub const STATUS_SPACES_CACHE_FULL: NTSTATUS = -1058602970i32;
10184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10185 pub const STATUS_SPACES_COMPLETE: NTSTATUS = 15138818i32;
10186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10187 pub const STATUS_SPACES_CORRUPT_METADATA: NTSTATUS = -1058602986i32;
10188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10189 pub const STATUS_SPACES_DRIVE_LOST_DATA: NTSTATUS = -1058602979i32;
10190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10191 pub const STATUS_SPACES_DRIVE_NOT_READY: NTSTATUS = -1058602981i32;
10192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10193 pub const STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID: NTSTATUS = -1058602990i32;
10194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10195 pub const STATUS_SPACES_DRIVE_REDUNDANCY_INVALID: NTSTATUS = -1058603002i32;
10196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10197 pub const STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID: NTSTATUS = -1058603004i32;
10198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10199 pub const STATUS_SPACES_DRIVE_SPLIT: NTSTATUS = -1058602980i32;
10200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10201 pub const STATUS_SPACES_DRT_FULL: NTSTATUS = -1058602985i32;
10202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10203 pub const STATUS_SPACES_ENCLOSURE_AWARE_INVALID: NTSTATUS = -1058602993i32;
10204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10205 pub const STATUS_SPACES_ENTRY_INCOMPLETE: NTSTATUS = -1058602978i32;
10206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10207 pub const STATUS_SPACES_ENTRY_INVALID: NTSTATUS = -1058602977i32;
10208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10209 pub const STATUS_SPACES_EXTENDED_ERROR: NTSTATUS = -1058602996i32;
10210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10211 pub const STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID: NTSTATUS = -1058603007i32;
10212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10213 pub const STATUS_SPACES_FLUSH_METADATA: NTSTATUS = -1058602971i32;
10214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10215 pub const STATUS_SPACES_INCONSISTENCY: NTSTATUS = -1058602984i32;
10216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10217 pub const STATUS_SPACES_INTERLEAVE_LENGTH_INVALID: NTSTATUS = -1058602999i32;
10218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10219 pub const STATUS_SPACES_LOG_NOT_READY: NTSTATUS = -1058602983i32;
10220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10221 pub const STATUS_SPACES_MAP_REQUIRED: NTSTATUS = -1058602988i32;
10222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10223 pub const STATUS_SPACES_MARK_DIRTY: NTSTATUS = -1058602976i32;
10224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10225 pub const STATUS_SPACES_NOT_ENOUGH_DRIVES: NTSTATUS = -1058602997i32;
10226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10227 pub const STATUS_SPACES_NO_REDUNDANCY: NTSTATUS = -1058602982i32;
10228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10229 pub const STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID: NTSTATUS = -1058602998i32;
10230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10231 pub const STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID: NTSTATUS = -1058603001i32;
10232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10233 pub const STATUS_SPACES_NUMBER_OF_GROUPS_INVALID: NTSTATUS = -1058602991i32;
10234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10235 pub const STATUS_SPACES_PAUSE: NTSTATUS = 15138817i32;
10236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10237 pub const STATUS_SPACES_PD_INVALID_DATA: NTSTATUS = -1058602972i32;
10238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10239 pub const STATUS_SPACES_PD_LENGTH_MISMATCH: NTSTATUS = -1058602974i32;
10240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10241 pub const STATUS_SPACES_PD_NOT_FOUND: NTSTATUS = -1058602975i32;
10242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10243 pub const STATUS_SPACES_PD_UNSUPPORTED_VERSION: NTSTATUS = -1058602973i32;
10244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10245 pub const STATUS_SPACES_PROVISIONING_TYPE_INVALID: NTSTATUS = -1058602995i32;
10246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10247 pub const STATUS_SPACES_REDIRECT: NTSTATUS = 15138819i32;
10248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10249 pub const STATUS_SPACES_REPAIRED: NTSTATUS = 15138816i32;
10250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10251 pub const STATUS_SPACES_RESILIENCY_TYPE_INVALID: NTSTATUS = -1058603005i32;
10252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10253 pub const STATUS_SPACES_UNSUPPORTED_VERSION: NTSTATUS = -1058602987i32;
10254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10255 pub const STATUS_SPACES_UPDATE_COLUMN_STATE: NTSTATUS = -1058602989i32;
10256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10257 pub const STATUS_SPACES_WRITE_CACHE_SIZE_INVALID: NTSTATUS = -1058602992i32;
10258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10259 pub const STATUS_SPARSE_FILE_NOT_SUPPORTED: NTSTATUS = -1073740604i32;
10260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10261 pub const STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103351i32;
10262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10263 pub const STATUS_SPECIAL_ACCOUNT: NTSTATUS = -1073741532i32;
10264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10265 pub const STATUS_SPECIAL_GROUP: NTSTATUS = -1073741531i32;
10266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10267 pub const STATUS_SPECIAL_USER: NTSTATUS = -1073741530i32;
10268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10269 pub const STATUS_STACK_BUFFER_OVERRUN: NTSTATUS = -1073740791i32;
10270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10271 pub const STATUS_STACK_OVERFLOW: NTSTATUS = -1073741571i32;
10272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10273 pub const STATUS_STACK_OVERFLOW_READ: NTSTATUS = -1073741272i32;
10274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10275 pub const STATUS_STOPPED_ON_SYMLINK: NTSTATUS = -2147483603i32;
10276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10277 pub const STATUS_STORAGE_LOST_DATA_PERSISTENCE: NTSTATUS = -1073740642i32;
10278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10279 pub const STATUS_STORAGE_RESERVE_ALREADY_EXISTS: NTSTATUS = -1073740625i32;
10280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10281 pub const STATUS_STORAGE_RESERVE_DOES_NOT_EXIST: NTSTATUS = -1073740626i32;
10282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10283 pub const STATUS_STORAGE_RESERVE_ID_INVALID: NTSTATUS = -1073740627i32;
10284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10285 pub const STATUS_STORAGE_RESERVE_NOT_EMPTY: NTSTATUS = -1073740624i32;
10286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10287 pub const STATUS_STORAGE_STACK_ACCESS_DENIED: NTSTATUS = -1073740607i32;
10288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10289 pub const STATUS_STORAGE_TOPOLOGY_ID_MISMATCH: NTSTATUS = -1073740666i32;
10290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10291 pub const STATUS_STOWED_EXCEPTION: NTSTATUS = -1073741189i32;
10292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10293 pub const STATUS_STREAM_MINIVERSION_NOT_FOUND: NTSTATUS = -1072103390i32;
10294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10295 pub const STATUS_STREAM_MINIVERSION_NOT_VALID: NTSTATUS = -1072103389i32;
10296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10297 pub const STATUS_STRICT_CFG_VIOLATION: NTSTATUS = -1073740282i32;
10298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10299 pub const STATUS_STRONG_CRYPTO_NOT_SUPPORTED: NTSTATUS = -1073741066i32;
10300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10301 pub const STATUS_SUCCESS: NTSTATUS = 0i32;
10302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10303 pub const STATUS_SUSPEND_COUNT_EXCEEDED: NTSTATUS = -1073741750i32;
10304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10305 pub const STATUS_SVHDX_ERROR_NOT_AVAILABLE: NTSTATUS = -1067647232i32;
10306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10307 pub const STATUS_SVHDX_ERROR_STORED: NTSTATUS = -1067712512i32;
10308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10309 pub const STATUS_SVHDX_NO_INITIATOR: NTSTATUS = -1067647221i32;
10310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10311 pub const STATUS_SVHDX_RESERVATION_CONFLICT: NTSTATUS = -1067647225i32;
10312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10313 pub const STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE: NTSTATUS = -1067647231i32;
10314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10315 pub const STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED: NTSTATUS = -1067647230i32;
10316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10317 pub const STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED: NTSTATUS = -1067647226i32;
10318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10319 pub const STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED: NTSTATUS = -1067647227i32;
10320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10321 pub const STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED: NTSTATUS = -1067647229i32;
10322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10323 pub const STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED: NTSTATUS = -1067647228i32;
10324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10325 pub const STATUS_SVHDX_VERSION_MISMATCH: NTSTATUS = -1067647223i32;
10326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10327 pub const STATUS_SVHDX_WRONG_FILE_TYPE: NTSTATUS = -1067647224i32;
10328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10329 pub const STATUS_SXS_ACTIVATION_CONTEXT_DISABLED: NTSTATUS = -1072365561i32;
10330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10331 pub const STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT: NTSTATUS = -1072365538i32;
10332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10333 pub const STATUS_SXS_ASSEMBLY_MISSING: NTSTATUS = -1072365556i32;
10334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10335 pub const STATUS_SXS_ASSEMBLY_NOT_FOUND: NTSTATUS = -1072365564i32;
10336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10337 pub const STATUS_SXS_CANT_GEN_ACTCTX: NTSTATUS = -1072365566i32;
10338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10339 pub const STATUS_SXS_COMPONENT_STORE_CORRUPT: NTSTATUS = -1072365542i32;
10340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10341 pub const STATUS_SXS_CORRUPTION: NTSTATUS = -1072365547i32;
10342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10343 pub const STATUS_SXS_CORRUPT_ACTIVATION_STACK: NTSTATUS = -1072365548i32;
10344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10345 pub const STATUS_SXS_EARLY_DEACTIVATION: NTSTATUS = -1072365553i32;
10346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10347 pub const STATUS_SXS_FILE_HASH_MISMATCH: NTSTATUS = -1072365541i32;
10348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10349 pub const STATUS_SXS_FILE_HASH_MISSING: NTSTATUS = -1072365529i32;
10350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10351 pub const STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY: NTSTATUS = -1072365537i32;
10352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10353 pub const STATUS_SXS_IDENTITIES_DIFFERENT: NTSTATUS = -1072365539i32;
10354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10355 pub const STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE: NTSTATUS = -1072365544i32;
10356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10357 pub const STATUS_SXS_IDENTITY_PARSE_ERROR: NTSTATUS = -1072365543i32;
10358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10359 pub const STATUS_SXS_INVALID_ACTCTXDATA_FORMAT: NTSTATUS = -1072365565i32;
10360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10361 pub const STATUS_SXS_INVALID_DEACTIVATION: NTSTATUS = -1072365552i32;
10362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10363 pub const STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME: NTSTATUS = -1072365545i32;
10364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10365 pub const STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE: NTSTATUS = -1072365546i32;
10366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10367 pub const STATUS_SXS_KEY_NOT_FOUND: NTSTATUS = -1072365560i32;
10368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10369 pub const STATUS_SXS_MANIFEST_FORMAT_ERROR: NTSTATUS = -1072365563i32;
10370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10371 pub const STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT: NTSTATUS = -1072365540i32;
10372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10373 pub const STATUS_SXS_MANIFEST_PARSE_ERROR: NTSTATUS = -1072365562i32;
10374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10375 pub const STATUS_SXS_MANIFEST_TOO_BIG: NTSTATUS = -1072365534i32;
10376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10377 pub const STATUS_SXS_MULTIPLE_DEACTIVATION: NTSTATUS = -1072365551i32;
10378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10379 pub const STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET: NTSTATUS = -1072365554i32;
10380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10381 pub const STATUS_SXS_PROCESS_TERMINATION_REQUESTED: NTSTATUS = -1072365549i32;
10382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10383 pub const STATUS_SXS_RELEASE_ACTIVATION_CONTEXT: NTSTATUS = 1075118093i32;
10384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10385 pub const STATUS_SXS_SECTION_NOT_FOUND: NTSTATUS = -1072365567i32;
10386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10387 pub const STATUS_SXS_SETTING_NOT_REGISTERED: NTSTATUS = -1072365533i32;
10388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10389 pub const STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY: NTSTATUS = -1072365550i32;
10390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10391 pub const STATUS_SXS_THREAD_QUERIES_DISABLED: NTSTATUS = -1072365557i32;
10392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10393 pub const STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE: NTSTATUS = -1072365532i32;
10394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10395 pub const STATUS_SXS_VERSION_CONFLICT: NTSTATUS = -1072365559i32;
10396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10397 pub const STATUS_SXS_WRONG_SECTION_TYPE: NTSTATUS = -1072365558i32;
10398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10399 pub const STATUS_SYMLINK_CLASS_DISABLED: NTSTATUS = -1073740011i32;
10400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10401 pub const STATUS_SYNCHRONIZATION_REQUIRED: NTSTATUS = -1073741516i32;
10402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10403 pub const STATUS_SYSTEM_DEVICE_NOT_FOUND: NTSTATUS = -1073740718i32;
10404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10405 pub const STATUS_SYSTEM_HIVE_TOO_LARGE: NTSTATUS = -1073740946i32;
10406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10407 pub const STATUS_SYSTEM_IMAGE_BAD_SIGNATURE: NTSTATUS = -1073741103i32;
10408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10409 pub const STATUS_SYSTEM_INTEGRITY_INVALID_POLICY: NTSTATUS = -1058471933i32;
10410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10411 pub const STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED: NTSTATUS = -1058471932i32;
10412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10413 pub const STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION: NTSTATUS = -1058471934i32;
10414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10415 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT: NTSTATUS = -1058471927i32;
10416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10417 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS: NTSTATUS = -1058471929i32;
10418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10419 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_OFFLINE: NTSTATUS = -1058471926i32;
10420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10421 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_PUA: NTSTATUS = -1058471928i32;
10422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10423 pub const STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED: NTSTATUS = -1058471935i32;
10424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10425 pub const STATUS_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED: NTSTATUS = -1058471930i32;
10426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10427 pub const STATUS_SYSTEM_INTEGRITY_TOO_MANY_POLICIES: NTSTATUS = -1058471931i32;
10428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10429 pub const STATUS_SYSTEM_NEEDS_REMEDIATION: NTSTATUS = -1073740674i32;
10430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10431 pub const STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION: NTSTATUS = 1073741873i32;
10432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10433 pub const STATUS_SYSTEM_POWERSTATE_TRANSITION: NTSTATUS = 1073741871i32;
10434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10435 pub const STATUS_SYSTEM_PROCESS_TERMINATED: NTSTATUS = -1073741286i32;
10436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10437 pub const STATUS_SYSTEM_SHUTDOWN: NTSTATUS = -1073741077i32;
10438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10439 pub const STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED: NTSTATUS = -1073740018i32;
10440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10441 pub const STATUS_THREADPOOL_HANDLE_EXCEPTION: NTSTATUS = -1073740022i32;
10442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10443 pub const STATUS_THREADPOOL_RELEASED_DURING_OPERATION: NTSTATUS = -1073740017i32;
10444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10445 pub const STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED: NTSTATUS = -1073740019i32;
10446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10447 pub const STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED: NTSTATUS = -1073740020i32;
10448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10449 pub const STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED: NTSTATUS = -1073740021i32;
10450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10451 pub const STATUS_THREAD_ALREADY_IN_SESSION: NTSTATUS = -1073740714i32;
10452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10453 pub const STATUS_THREAD_ALREADY_IN_TASK: NTSTATUS = -1073740542i32;
10454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10455 pub const STATUS_THREAD_IS_TERMINATING: NTSTATUS = -1073741749i32;
10456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10457 pub const STATUS_THREAD_NOT_IN_PROCESS: NTSTATUS = -1073741526i32;
10458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10459 pub const STATUS_THREAD_NOT_IN_SESSION: NTSTATUS = -1073740713i32;
10460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10461 pub const STATUS_THREAD_NOT_RUNNING: NTSTATUS = -1073740522i32;
10462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10463 pub const STATUS_THREAD_WAS_SUSPENDED: NTSTATUS = 1073741825i32;
10464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10465 pub const STATUS_TIMEOUT: NTSTATUS = 258i32;
10466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10467 pub const STATUS_TIMER_NOT_CANCELED: NTSTATUS = -1073741812i32;
10468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10469 pub const STATUS_TIMER_RESOLUTION_NOT_SET: NTSTATUS = -1073741243i32;
10470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10471 pub const STATUS_TIMER_RESUME_IGNORED: NTSTATUS = 1073741861i32;
10472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10473 pub const STATUS_TIME_DIFFERENCE_AT_DC: NTSTATUS = -1073741517i32;
10474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10475 pub const STATUS_TM_IDENTITY_MISMATCH: NTSTATUS = -1072103350i32;
10476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10477 pub const STATUS_TM_INITIALIZATION_FAILED: NTSTATUS = -1072103420i32;
10478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10479 pub const STATUS_TM_VOLATILE: NTSTATUS = -1072103365i32;
10480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10481 pub const STATUS_TOKEN_ALREADY_IN_USE: NTSTATUS = -1073741525i32;
10482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10483 pub const STATUS_TOO_LATE: NTSTATUS = -1073741431i32;
10484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10485 pub const STATUS_TOO_MANY_ADDRESSES: NTSTATUS = -1073741303i32;
10486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10487 pub const STATUS_TOO_MANY_COMMANDS: NTSTATUS = -1073741631i32;
10488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10489 pub const STATUS_TOO_MANY_CONTEXT_IDS: NTSTATUS = -1073741478i32;
10490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10491 pub const STATUS_TOO_MANY_GUIDS_REQUESTED: NTSTATUS = -1073741694i32;
10492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10493 pub const STATUS_TOO_MANY_LINKS: NTSTATUS = -1073741211i32;
10494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10495 pub const STATUS_TOO_MANY_LUIDS_REQUESTED: NTSTATUS = -1073741708i32;
10496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10497 pub const STATUS_TOO_MANY_NAMES: NTSTATUS = -1073741619i32;
10498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10499 pub const STATUS_TOO_MANY_NODES: NTSTATUS = -1073741298i32;
10500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10501 pub const STATUS_TOO_MANY_OPENED_FILES: NTSTATUS = -1073741537i32;
10502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10503 pub const STATUS_TOO_MANY_PAGING_FILES: NTSTATUS = -1073741673i32;
10504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10505 pub const STATUS_TOO_MANY_PRINCIPALS: NTSTATUS = -1073741065i32;
10506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10507 pub const STATUS_TOO_MANY_SECRETS: NTSTATUS = -1073741482i32;
10508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10509 pub const STATUS_TOO_MANY_SEGMENT_DESCRIPTORS: NTSTATUS = -1073740685i32;
10510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10511 pub const STATUS_TOO_MANY_SESSIONS: NTSTATUS = -1073741618i32;
10512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10513 pub const STATUS_TOO_MANY_SIDS: NTSTATUS = -1073741442i32;
10514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10515 pub const STATUS_TOO_MANY_THREADS: NTSTATUS = -1073741527i32;
10516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10517 pub const STATUS_TPM_20_E_ASYMMETRIC: NTSTATUS = -1071054719i32;
10518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10519 pub const STATUS_TPM_20_E_ATTRIBUTES: NTSTATUS = -1071054718i32;
10520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10521 pub const STATUS_TPM_20_E_AUTHSIZE: NTSTATUS = -1071054524i32;
10522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10523 pub const STATUS_TPM_20_E_AUTH_CONTEXT: NTSTATUS = -1071054523i32;
10524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10525 pub const STATUS_TPM_20_E_AUTH_FAIL: NTSTATUS = -1071054706i32;
10526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10527 pub const STATUS_TPM_20_E_AUTH_MISSING: NTSTATUS = -1071054555i32;
10528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10529 pub const STATUS_TPM_20_E_AUTH_TYPE: NTSTATUS = -1071054556i32;
10530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10531 pub const STATUS_TPM_20_E_AUTH_UNAVAILABLE: NTSTATUS = -1071054545i32;
10532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10533 pub const STATUS_TPM_20_E_BAD_AUTH: NTSTATUS = -1071054686i32;
10534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10535 pub const STATUS_TPM_20_E_BAD_CONTEXT: NTSTATUS = -1071054512i32;
10536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10537 pub const STATUS_TPM_20_E_BINDING: NTSTATUS = -1071054683i32;
10538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10539 pub const STATUS_TPM_20_E_COMMAND_CODE: NTSTATUS = -1071054525i32;
10540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10541 pub const STATUS_TPM_20_E_COMMAND_SIZE: NTSTATUS = -1071054526i32;
10542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10543 pub const STATUS_TPM_20_E_CPHASH: NTSTATUS = -1071054511i32;
10544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10545 pub const STATUS_TPM_20_E_CURVE: NTSTATUS = -1071054682i32;
10546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10547 pub const STATUS_TPM_20_E_DISABLED: NTSTATUS = -1071054560i32;
10548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10549 pub const STATUS_TPM_20_E_ECC_CURVE: NTSTATUS = -1071054557i32;
10550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10551 pub const STATUS_TPM_20_E_ECC_POINT: NTSTATUS = -1071054681i32;
10552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10553 pub const STATUS_TPM_20_E_EXCLUSIVE: NTSTATUS = -1071054559i32;
10554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10555 pub const STATUS_TPM_20_E_EXPIRED: NTSTATUS = -1071054685i32;
10556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10557 pub const STATUS_TPM_20_E_FAILURE: NTSTATUS = -1071054591i32;
10558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10559 pub const STATUS_TPM_20_E_HANDLE: NTSTATUS = -1071054709i32;
10560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10561 pub const STATUS_TPM_20_E_HASH: NTSTATUS = -1071054717i32;
10562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10563 pub const STATUS_TPM_20_E_HIERARCHY: NTSTATUS = -1071054715i32;
10564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10565 pub const STATUS_TPM_20_E_HMAC: NTSTATUS = -1071054567i32;
10566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10567 pub const STATUS_TPM_20_E_INITIALIZE: NTSTATUS = -1071054592i32;
10568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10569 pub const STATUS_TPM_20_E_INSUFFICIENT: NTSTATUS = -1071054694i32;
10570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10571 pub const STATUS_TPM_20_E_INTEGRITY: NTSTATUS = -1071054689i32;
10572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10573 pub const STATUS_TPM_20_E_KDF: NTSTATUS = -1071054708i32;
10574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10575 pub const STATUS_TPM_20_E_KEY: NTSTATUS = -1071054692i32;
10576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10577 pub const STATUS_TPM_20_E_KEY_SIZE: NTSTATUS = -1071054713i32;
10578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10579 pub const STATUS_TPM_20_E_MGF: NTSTATUS = -1071054712i32;
10580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10581 pub const STATUS_TPM_20_E_MODE: NTSTATUS = -1071054711i32;
10582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10583 pub const STATUS_TPM_20_E_NEEDS_TEST: NTSTATUS = -1071054509i32;
10584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10585 pub const STATUS_TPM_20_E_NONCE: NTSTATUS = -1071054705i32;
10586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10587 pub const STATUS_TPM_20_E_NO_RESULT: NTSTATUS = -1071054508i32;
10588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10589 pub const STATUS_TPM_20_E_NV_AUTHORIZATION: NTSTATUS = -1071054519i32;
10590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10591 pub const STATUS_TPM_20_E_NV_DEFINED: NTSTATUS = -1071054516i32;
10592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10593 pub const STATUS_TPM_20_E_NV_LOCKED: NTSTATUS = -1071054520i32;
10594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10595 pub const STATUS_TPM_20_E_NV_RANGE: NTSTATUS = -1071054522i32;
10596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10597 pub const STATUS_TPM_20_E_NV_SIZE: NTSTATUS = -1071054521i32;
10598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10599 pub const STATUS_TPM_20_E_NV_SPACE: NTSTATUS = -1071054517i32;
10600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10601 pub const STATUS_TPM_20_E_NV_UNINITIALIZED: NTSTATUS = -1071054518i32;
10602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10603 pub const STATUS_TPM_20_E_PARENT: NTSTATUS = -1071054510i32;
10604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10605 pub const STATUS_TPM_20_E_PCR: NTSTATUS = -1071054553i32;
10606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10607 pub const STATUS_TPM_20_E_PCR_CHANGED: NTSTATUS = -1071054552i32;
10608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10609 pub const STATUS_TPM_20_E_POLICY: NTSTATUS = -1071054554i32;
10610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10611 pub const STATUS_TPM_20_E_POLICY_CC: NTSTATUS = -1071054684i32;
10612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10613 pub const STATUS_TPM_20_E_POLICY_FAIL: NTSTATUS = -1071054691i32;
10614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10615 pub const STATUS_TPM_20_E_PP: NTSTATUS = -1071054704i32;
10616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10617 pub const STATUS_TPM_20_E_PRIVATE: NTSTATUS = -1071054581i32;
10618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10619 pub const STATUS_TPM_20_E_RANGE: NTSTATUS = -1071054707i32;
10620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10621 pub const STATUS_TPM_20_E_REBOOT: NTSTATUS = -1071054544i32;
10622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10623 pub const STATUS_TPM_20_E_RESERVED_BITS: NTSTATUS = -1071054687i32;
10624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10625 pub const STATUS_TPM_20_E_SCHEME: NTSTATUS = -1071054702i32;
10626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10627 pub const STATUS_TPM_20_E_SELECTOR: NTSTATUS = -1071054696i32;
10628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10629 pub const STATUS_TPM_20_E_SENSITIVE: NTSTATUS = -1071054507i32;
10630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10631 pub const STATUS_TPM_20_E_SEQUENCE: NTSTATUS = -1071054589i32;
10632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10633 pub const STATUS_TPM_20_E_SIGNATURE: NTSTATUS = -1071054693i32;
10634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10635 pub const STATUS_TPM_20_E_SIZE: NTSTATUS = -1071054699i32;
10636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10637 pub const STATUS_TPM_20_E_SYMMETRIC: NTSTATUS = -1071054698i32;
10638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10639 pub const STATUS_TPM_20_E_TAG: NTSTATUS = -1071054697i32;
10640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10641 pub const STATUS_TPM_20_E_TICKET: NTSTATUS = -1071054688i32;
10642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10643 pub const STATUS_TPM_20_E_TOO_MANY_CONTEXTS: NTSTATUS = -1071054546i32;
10644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10645 pub const STATUS_TPM_20_E_TYPE: NTSTATUS = -1071054710i32;
10646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10647 pub const STATUS_TPM_20_E_UNBALANCED: NTSTATUS = -1071054543i32;
10648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10649 pub const STATUS_TPM_20_E_UPGRADE: NTSTATUS = -1071054547i32;
10650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10651 pub const STATUS_TPM_20_E_VALUE: NTSTATUS = -1071054716i32;
10652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10653 pub const STATUS_TPM_ACCESS_DENIED: NTSTATUS = -1071050748i32;
10654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10655 pub const STATUS_TPM_AREA_LOCKED: NTSTATUS = -1071054788i32;
10656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10657 pub const STATUS_TPM_AUDITFAILURE: NTSTATUS = -1071054844i32;
10658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10659 pub const STATUS_TPM_AUDITFAIL_SUCCESSFUL: NTSTATUS = -1071054799i32;
10660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10661 pub const STATUS_TPM_AUDITFAIL_UNSUCCESSFUL: NTSTATUS = -1071054800i32;
10662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10663 pub const STATUS_TPM_AUTH2FAIL: NTSTATUS = -1071054819i32;
10664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10665 pub const STATUS_TPM_AUTHFAIL: NTSTATUS = -1071054847i32;
10666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10667 pub const STATUS_TPM_AUTH_CONFLICT: NTSTATUS = -1071054789i32;
10668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10669 pub const STATUS_TPM_BADCONTEXT: NTSTATUS = -1071054758i32;
10670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10671 pub const STATUS_TPM_BADINDEX: NTSTATUS = -1071054846i32;
10672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10673 pub const STATUS_TPM_BADTAG: NTSTATUS = -1071054818i32;
10674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10675 pub const STATUS_TPM_BAD_ATTRIBUTES: NTSTATUS = -1071054782i32;
10676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10677 pub const STATUS_TPM_BAD_COUNTER: NTSTATUS = -1071054779i32;
10678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10679 pub const STATUS_TPM_BAD_DATASIZE: NTSTATUS = -1071054805i32;
10680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10681 pub const STATUS_TPM_BAD_DELEGATE: NTSTATUS = -1071054759i32;
10682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10683 pub const STATUS_TPM_BAD_HANDLE: NTSTATUS = -1071054760i32;
10684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10685 pub const STATUS_TPM_BAD_KEY_PROPERTY: NTSTATUS = -1071054808i32;
10686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10687 pub const STATUS_TPM_BAD_LOCALITY: NTSTATUS = -1071054787i32;
10688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10689 pub const STATUS_TPM_BAD_MIGRATION: NTSTATUS = -1071054807i32;
10690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10691 pub const STATUS_TPM_BAD_MODE: NTSTATUS = -1071054804i32;
10692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10693 pub const STATUS_TPM_BAD_ORDINAL: NTSTATUS = -1071054838i32;
10694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10695 pub const STATUS_TPM_BAD_PARAMETER: NTSTATUS = -1071054845i32;
10696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10697 pub const STATUS_TPM_BAD_PARAM_SIZE: NTSTATUS = -1071054823i32;
10698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10699 pub const STATUS_TPM_BAD_PRESENCE: NTSTATUS = -1071054803i32;
10700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10701 pub const STATUS_TPM_BAD_SCHEME: NTSTATUS = -1071054806i32;
10702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10703 pub const STATUS_TPM_BAD_SIGNATURE: NTSTATUS = -1071054750i32;
10704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10705 pub const STATUS_TPM_BAD_TYPE: NTSTATUS = -1071054796i32;
10706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10707 pub const STATUS_TPM_BAD_VERSION: NTSTATUS = -1071054802i32;
10708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10709 pub const STATUS_TPM_CLEAR_DISABLED: NTSTATUS = -1071054843i32;
10710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10711 pub const STATUS_TPM_COMMAND_BLOCKED: NTSTATUS = -1071053824i32;
10712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10713 pub const STATUS_TPM_COMMAND_CANCELED: NTSTATUS = -1071050751i32;
10714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10715 pub const STATUS_TPM_CONTEXT_GAP: NTSTATUS = -1071054777i32;
10716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10717 pub const STATUS_TPM_DAA_INPUT_DATA0: NTSTATUS = -1071054767i32;
10718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10719 pub const STATUS_TPM_DAA_INPUT_DATA1: NTSTATUS = -1071054766i32;
10720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10721 pub const STATUS_TPM_DAA_ISSUER_SETTINGS: NTSTATUS = -1071054765i32;
10722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10723 pub const STATUS_TPM_DAA_ISSUER_VALIDITY: NTSTATUS = -1071054762i32;
10724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10725 pub const STATUS_TPM_DAA_RESOURCES: NTSTATUS = -1071054768i32;
10726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10727 pub const STATUS_TPM_DAA_STAGE: NTSTATUS = -1071054763i32;
10728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10729 pub const STATUS_TPM_DAA_TPM_SETTINGS: NTSTATUS = -1071054764i32;
10730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10731 pub const STATUS_TPM_DAA_WRONG_W: NTSTATUS = -1071054761i32;
10732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10733 pub const STATUS_TPM_DEACTIVATED: NTSTATUS = -1071054842i32;
10734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10735 pub const STATUS_TPM_DECRYPT_ERROR: NTSTATUS = -1071054815i32;
10736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10737 pub const STATUS_TPM_DEFEND_LOCK_RUNNING: NTSTATUS = -1071052797i32;
10738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10739 pub const STATUS_TPM_DELEGATE_ADMIN: NTSTATUS = -1071054771i32;
10740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10741 pub const STATUS_TPM_DELEGATE_FAMILY: NTSTATUS = -1071054772i32;
10742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10743 pub const STATUS_TPM_DELEGATE_LOCK: NTSTATUS = -1071054773i32;
10744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10745 pub const STATUS_TPM_DISABLED: NTSTATUS = -1071054841i32;
10746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10747 pub const STATUS_TPM_DISABLED_CMD: NTSTATUS = -1071054840i32;
10748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10749 pub const STATUS_TPM_DOING_SELFTEST: NTSTATUS = -1071052798i32;
10750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10751 pub const STATUS_TPM_DUPLICATE_VHANDLE: NTSTATUS = -1071053822i32;
10752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10753 pub const STATUS_TPM_EMBEDDED_COMMAND_BLOCKED: NTSTATUS = -1071053821i32;
10754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10755 pub const STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED: NTSTATUS = -1071053820i32;
10756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10757 pub const STATUS_TPM_ENCRYPT_ERROR: NTSTATUS = -1071054816i32;
10758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10759 pub const STATUS_TPM_ERROR_MASK: NTSTATUS = -1071054848i32;
10760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10761 pub const STATUS_TPM_FAIL: NTSTATUS = -1071054839i32;
10762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10763 pub const STATUS_TPM_FAILEDSELFTEST: NTSTATUS = -1071054820i32;
10764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10765 pub const STATUS_TPM_FAMILYCOUNT: NTSTATUS = -1071054784i32;
10766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10767 pub const STATUS_TPM_INAPPROPRIATE_ENC: NTSTATUS = -1071054834i32;
10768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10769 pub const STATUS_TPM_INAPPROPRIATE_SIG: NTSTATUS = -1071054809i32;
10770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10771 pub const STATUS_TPM_INSTALL_DISABLED: NTSTATUS = -1071054837i32;
10772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10773 pub const STATUS_TPM_INSUFFICIENT_BUFFER: NTSTATUS = -1071050747i32;
10774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10775 pub const STATUS_TPM_INVALID_AUTHHANDLE: NTSTATUS = -1071054814i32;
10776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10777 pub const STATUS_TPM_INVALID_FAMILY: NTSTATUS = -1071054793i32;
10778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10779 pub const STATUS_TPM_INVALID_HANDLE: NTSTATUS = -1071053823i32;
10780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10781 pub const STATUS_TPM_INVALID_KEYHANDLE: NTSTATUS = -1071054836i32;
10782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10783 pub const STATUS_TPM_INVALID_KEYUSAGE: NTSTATUS = -1071054812i32;
10784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10785 pub const STATUS_TPM_INVALID_PCR_INFO: NTSTATUS = -1071054832i32;
10786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10787 pub const STATUS_TPM_INVALID_POSTINIT: NTSTATUS = -1071054810i32;
10788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10789 pub const STATUS_TPM_INVALID_RESOURCE: NTSTATUS = -1071054795i32;
10790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10791 pub const STATUS_TPM_INVALID_STRUCTURE: NTSTATUS = -1071054781i32;
10792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10793 pub const STATUS_TPM_IOERROR: NTSTATUS = -1071054817i32;
10794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10795 pub const STATUS_TPM_KEYNOTFOUND: NTSTATUS = -1071054835i32;
10796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10797 pub const STATUS_TPM_KEY_NOTSUPPORTED: NTSTATUS = -1071054790i32;
10798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10799 pub const STATUS_TPM_KEY_OWNER_CONTROL: NTSTATUS = -1071054780i32;
10800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10801 pub const STATUS_TPM_MAXNVWRITES: NTSTATUS = -1071054776i32;
10802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10803 pub const STATUS_TPM_MA_AUTHORITY: NTSTATUS = -1071054753i32;
10804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10805 pub const STATUS_TPM_MA_DESTINATION: NTSTATUS = -1071054755i32;
10806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10807 pub const STATUS_TPM_MA_SOURCE: NTSTATUS = -1071054754i32;
10808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10809 pub const STATUS_TPM_MA_TICKET_SIGNATURE: NTSTATUS = -1071054756i32;
10810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10811 pub const STATUS_TPM_MIGRATEFAIL: NTSTATUS = -1071054833i32;
10812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10813 pub const STATUS_TPM_NEEDS_SELFTEST: NTSTATUS = -1071052799i32;
10814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10815 pub const STATUS_TPM_NOCONTEXTSPACE: NTSTATUS = -1071054749i32;
10816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10817 pub const STATUS_TPM_NOOPERATOR: NTSTATUS = -1071054775i32;
10818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10819 pub const STATUS_TPM_NOSPACE: NTSTATUS = -1071054831i32;
10820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10821 pub const STATUS_TPM_NOSRK: NTSTATUS = -1071054830i32;
10822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10823 pub const STATUS_TPM_NOTFIPS: NTSTATUS = -1071054794i32;
10824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10825 pub const STATUS_TPM_NOTLOCAL: NTSTATUS = -1071054797i32;
10826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10827 pub const STATUS_TPM_NOTRESETABLE: NTSTATUS = -1071054798i32;
10828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10829 pub const STATUS_TPM_NOTSEALED_BLOB: NTSTATUS = -1071054829i32;
10830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10831 pub const STATUS_TPM_NOT_FOUND: NTSTATUS = -1071050749i32;
10832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10833 pub const STATUS_TPM_NOT_FULLWRITE: NTSTATUS = -1071054778i32;
10834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10835 pub const STATUS_TPM_NO_ENDORSEMENT: NTSTATUS = -1071054813i32;
10836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10837 pub const STATUS_TPM_NO_NV_PERMISSION: NTSTATUS = -1071054792i32;
10838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10839 pub const STATUS_TPM_NO_WRAP_TRANSPORT: NTSTATUS = -1071054801i32;
10840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10841 pub const STATUS_TPM_OWNER_CONTROL: NTSTATUS = -1071054769i32;
10842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10843 pub const STATUS_TPM_OWNER_SET: NTSTATUS = -1071054828i32;
10844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10845 pub const STATUS_TPM_PERMANENTEK: NTSTATUS = -1071054751i32;
10846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10847 pub const STATUS_TPM_PER_NOWRITE: NTSTATUS = -1071054785i32;
10848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10849 pub const STATUS_TPM_PPI_FUNCTION_UNSUPPORTED: NTSTATUS = -1071050746i32;
10850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10851 pub const STATUS_TPM_READ_ONLY: NTSTATUS = -1071054786i32;
10852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10853 pub const STATUS_TPM_REQUIRES_SIGN: NTSTATUS = -1071054791i32;
10854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10855 pub const STATUS_TPM_RESOURCEMISSING: NTSTATUS = -1071054774i32;
10856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10857 pub const STATUS_TPM_RESOURCES: NTSTATUS = -1071054827i32;
10858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10859 pub const STATUS_TPM_RETRY: NTSTATUS = -1071052800i32;
10860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10861 pub const STATUS_TPM_SHA_ERROR: NTSTATUS = -1071054821i32;
10862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10863 pub const STATUS_TPM_SHA_THREAD: NTSTATUS = -1071054822i32;
10864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10865 pub const STATUS_TPM_SHORTRANDOM: NTSTATUS = -1071054826i32;
10866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10867 pub const STATUS_TPM_SIZE: NTSTATUS = -1071054825i32;
10868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10869 pub const STATUS_TPM_TOOMANYCONTEXTS: NTSTATUS = -1071054757i32;
10870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10871 pub const STATUS_TPM_TOO_MANY_CONTEXTS: NTSTATUS = -1071050750i32;
10872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10873 pub const STATUS_TPM_TRANSPORT_NOTEXCLUSIVE: NTSTATUS = -1071054770i32;
10874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10875 pub const STATUS_TPM_WRITE_LOCKED: NTSTATUS = -1071054783i32;
10876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10877 pub const STATUS_TPM_WRONGPCRVAL: NTSTATUS = -1071054824i32;
10878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10879 pub const STATUS_TPM_WRONG_ENTITYTYPE: NTSTATUS = -1071054811i32;
10880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10881 pub const STATUS_TPM_ZERO_EXHAUST_ENABLED: NTSTATUS = -1071038464i32;
10882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10883 pub const STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE: NTSTATUS = -1072103360i32;
10884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10885 pub const STATUS_TRANSACTIONAL_CONFLICT: NTSTATUS = -1072103423i32;
10886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10887 pub const STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED: NTSTATUS = -1072103361i32;
10888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10889 pub const STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH: NTSTATUS = -1072103332i32;
10890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10891 pub const STATUS_TRANSACTIONMANAGER_NOT_FOUND: NTSTATUS = -1072103343i32;
10892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10893 pub const STATUS_TRANSACTIONMANAGER_NOT_ONLINE: NTSTATUS = -1072103342i32;
10894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10895 pub const STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION: NTSTATUS = -1072103341i32;
10896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10897 pub const STATUS_TRANSACTIONS_NOT_FROZEN: NTSTATUS = -1072103355i32;
10898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10899 pub const STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE: NTSTATUS = -1072103414i32;
10900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10901 pub const STATUS_TRANSACTION_ABORTED: NTSTATUS = -1073741297i32;
10902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10903 pub const STATUS_TRANSACTION_ALREADY_ABORTED: NTSTATUS = -1072103403i32;
10904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10905 pub const STATUS_TRANSACTION_ALREADY_COMMITTED: NTSTATUS = -1072103402i32;
10906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10907 pub const STATUS_TRANSACTION_FREEZE_IN_PROGRESS: NTSTATUS = -1072103354i32;
10908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10909 pub const STATUS_TRANSACTION_INTEGRITY_VIOLATED: NTSTATUS = -1072103333i32;
10910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10911 pub const STATUS_TRANSACTION_INVALID_ID: NTSTATUS = -1073741292i32;
10912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10913 pub const STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER: NTSTATUS = -1072103401i32;
10914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10915 pub const STATUS_TRANSACTION_INVALID_TYPE: NTSTATUS = -1073741291i32;
10916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10917 pub const STATUS_TRANSACTION_MUST_WRITETHROUGH: NTSTATUS = -1072103330i32;
10918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10919 pub const STATUS_TRANSACTION_NOT_ACTIVE: NTSTATUS = -1072103421i32;
10920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10921 pub const STATUS_TRANSACTION_NOT_ENLISTED: NTSTATUS = -1072103327i32;
10922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10923 pub const STATUS_TRANSACTION_NOT_FOUND: NTSTATUS = -1072103346i32;
10924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10925 pub const STATUS_TRANSACTION_NOT_JOINED: NTSTATUS = -1072103417i32;
10926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10927 pub const STATUS_TRANSACTION_NOT_REQUESTED: NTSTATUS = -1072103404i32;
10928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10929 pub const STATUS_TRANSACTION_NOT_ROOT: NTSTATUS = -1072103340i32;
10930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10931 pub const STATUS_TRANSACTION_NO_MATCH: NTSTATUS = -1073741294i32;
10932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10933 pub const STATUS_TRANSACTION_NO_RELEASE: NTSTATUS = -1073741295i32;
10934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10935 pub const STATUS_TRANSACTION_NO_SUPERIOR: NTSTATUS = -1072103329i32;
10936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10937 pub const STATUS_TRANSACTION_OBJECT_EXPIRED: NTSTATUS = -1072103339i32;
10938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10939 pub const STATUS_TRANSACTION_PROPAGATION_FAILED: NTSTATUS = -1072103408i32;
10940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10941 pub const STATUS_TRANSACTION_RECORD_TOO_LONG: NTSTATUS = -1072103336i32;
10942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10943 pub const STATUS_TRANSACTION_REQUEST_NOT_VALID: NTSTATUS = -1072103405i32;
10944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10945 pub const STATUS_TRANSACTION_REQUIRED_PROMOTION: NTSTATUS = -1072103357i32;
10946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10947 pub const STATUS_TRANSACTION_RESPONDED: NTSTATUS = -1073741293i32;
10948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10949 pub const STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED: NTSTATUS = -1072103337i32;
10950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10951 pub const STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET: NTSTATUS = -2145845182i32;
10952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10953 pub const STATUS_TRANSACTION_SUPERIOR_EXISTS: NTSTATUS = -1072103406i32;
10954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10955 pub const STATUS_TRANSACTION_TIMED_OUT: NTSTATUS = -1073741296i32;
10956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10957 pub const STATUS_TRANSLATION_COMPLETE: NTSTATUS = 288i32;
10958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10959 pub const STATUS_TRANSPORT_FULL: NTSTATUS = -1073741110i32;
10960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10961 pub const STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739994i32;
10962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10963 pub const STATUS_TRIM_READ_ZERO_NOT_SUPPORTED: NTSTATUS = -1073740686i32;
10964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10965 pub const STATUS_TRUSTED_DOMAIN_FAILURE: NTSTATUS = -1073741428i32;
10966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10967 pub const STATUS_TRUSTED_RELATIONSHIP_FAILURE: NTSTATUS = -1073741427i32;
10968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10969 pub const STATUS_TRUST_FAILURE: NTSTATUS = -1073741424i32;
10970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10971 pub const STATUS_TS_INCOMPATIBLE_SESSIONS: NTSTATUS = -1073086407i32;
10972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10973 pub const STATUS_TS_VIDEO_SUBSYSTEM_ERROR: NTSTATUS = -1073086406i32;
10974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10975 pub const STATUS_TXF_ATTRIBUTE_CORRUPT: NTSTATUS = -1072103363i32;
10976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10977 pub const STATUS_TXF_DIR_NOT_EMPTY: NTSTATUS = -1072103367i32;
10978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10979 pub const STATUS_TXF_METADATA_ALREADY_PRESENT: NTSTATUS = -2145845183i32;
10980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10981 pub const STATUS_UNABLE_TO_DECOMMIT_VM: NTSTATUS = -1073741780i32;
10982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10983 pub const STATUS_UNABLE_TO_DELETE_SECTION: NTSTATUS = -1073741797i32;
10984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10985 pub const STATUS_UNABLE_TO_FREE_VM: NTSTATUS = -1073741798i32;
10986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10987 pub const STATUS_UNABLE_TO_LOCK_MEDIA: NTSTATUS = -1073741451i32;
10988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10989 pub const STATUS_UNABLE_TO_UNLOAD_MEDIA: NTSTATUS = -1073741450i32;
10990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10991 pub const STATUS_UNDEFINED_CHARACTER: NTSTATUS = -1073741469i32;
10992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10993 pub const STATUS_UNDEFINED_SCOPE: NTSTATUS = -1073740540i32;
10994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10995 pub const STATUS_UNEXPECTED_IO_ERROR: NTSTATUS = -1073741591i32;
10996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10997 pub const STATUS_UNEXPECTED_MM_CREATE_ERR: NTSTATUS = -1073741590i32;
10998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10999 pub const STATUS_UNEXPECTED_MM_EXTEND_ERR: NTSTATUS = -1073741588i32;
11000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11001 pub const STATUS_UNEXPECTED_MM_MAP_ERROR: NTSTATUS = -1073741589i32;
11002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11003 pub const STATUS_UNEXPECTED_NETWORK_ERROR: NTSTATUS = -1073741628i32;
11004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11005 pub const STATUS_UNFINISHED_CONTEXT_DELETED: NTSTATUS = -1073741074i32;
11006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11007 pub const STATUS_UNHANDLED_EXCEPTION: NTSTATUS = -1073741500i32;
11008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11009 pub const STATUS_UNKNOWN_REVISION: NTSTATUS = -1073741736i32;
11010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11011 pub const STATUS_UNMAPPABLE_CHARACTER: NTSTATUS = -1073741470i32;
11012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11013 pub const STATUS_UNRECOGNIZED_MEDIA: NTSTATUS = -1073741804i32;
11014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11015 pub const STATUS_UNRECOGNIZED_VOLUME: NTSTATUS = -1073741489i32;
11016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11017 pub const STATUS_UNSATISFIED_DEPENDENCIES: NTSTATUS = -1073740615i32;
11018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11019 pub const STATUS_UNSUCCESSFUL: NTSTATUS = -1073741823i32;
11020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11021 pub const STATUS_UNSUPPORTED_COMPRESSION: NTSTATUS = -1073741217i32;
11022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11023 pub const STATUS_UNSUPPORTED_PAGING_MODE: NTSTATUS = -1073740613i32;
11024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11025 pub const STATUS_UNSUPPORTED_PREAUTH: NTSTATUS = -1073740975i32;
11026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11027 pub const STATUS_UNTRUSTED_MOUNT_POINT: NTSTATUS = -1073740612i32;
11028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11029 pub const STATUS_UNWIND: NTSTATUS = -1073741785i32;
11030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11031 pub const STATUS_UNWIND_CONSOLIDATE: NTSTATUS = -2147483607i32;
11032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11033 pub const STATUS_USER2USER_REQUIRED: NTSTATUS = -1073740792i32;
11034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11035 pub const STATUS_USER_APC: NTSTATUS = 192i32;
11036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11037 pub const STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740797i32;
11038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11039 pub const STATUS_USER_EXISTS: NTSTATUS = -1073741725i32;
11040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11041 pub const STATUS_USER_MAPPED_FILE: NTSTATUS = -1073741245i32;
11042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11043 pub const STATUS_USER_SESSION_DELETED: NTSTATUS = -1073741309i32;
11044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11045 pub const STATUS_VALIDATE_CONTINUE: NTSTATUS = -1073741199i32;
11046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11047 pub const STATUS_VALID_CATALOG_HASH: NTSTATUS = 301i32;
11048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11049 pub const STATUS_VALID_IMAGE_HASH: NTSTATUS = 300i32;
11050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11051 pub const STATUS_VALID_STRONG_CODE_HASH: NTSTATUS = 302i32;
11052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11053 pub const STATUS_VARIABLE_NOT_FOUND: NTSTATUS = -1073741568i32;
11054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11055 pub const STATUS_VDM_DISALLOWED: NTSTATUS = -1073740780i32;
11056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11057 pub const STATUS_VDM_HARD_ERROR: NTSTATUS = -1073741283i32;
11058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11059 pub const STATUS_VERIFIER_STOP: NTSTATUS = -1073740767i32;
11060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11061 pub const STATUS_VERIFY_REQUIRED: NTSTATUS = -2147483626i32;
11062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11063 pub const STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND: NTSTATUS = -1067647220i32;
11064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11065 pub const STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE: NTSTATUS = -1069940685i32;
11066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11067 pub const STATUS_VHD_BITMAP_MISMATCH: NTSTATUS = -1069940724i32;
11068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11069 pub const STATUS_VHD_BLOCK_ALLOCATION_FAILURE: NTSTATUS = -1069940727i32;
11070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11071 pub const STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT: NTSTATUS = -1069940726i32;
11072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11073 pub const STATUS_VHD_CHANGE_TRACKING_DISABLED: NTSTATUS = -1069940694i32;
11074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11075 pub const STATUS_VHD_CHILD_PARENT_ID_MISMATCH: NTSTATUS = -1069940722i32;
11076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11077 pub const STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH: NTSTATUS = -1069940713i32;
11078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11079 pub const STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH: NTSTATUS = -1069940721i32;
11080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11081 pub const STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE: NTSTATUS = -1069940686i32;
11082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11083 pub const STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED: NTSTATUS = -1069940712i32;
11084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11085 pub const STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT: NTSTATUS = -1069940711i32;
11086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11087 pub const STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH: NTSTATUS = -1069940734i32;
11088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11089 pub const STATUS_VHD_DRIVE_FOOTER_CORRUPT: NTSTATUS = -1069940733i32;
11090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11091 pub const STATUS_VHD_DRIVE_FOOTER_MISSING: NTSTATUS = -1069940735i32;
11092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11093 pub const STATUS_VHD_FORMAT_UNKNOWN: NTSTATUS = -1069940732i32;
11094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11095 pub const STATUS_VHD_FORMAT_UNSUPPORTED_VERSION: NTSTATUS = -1069940731i32;
11096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11097 pub const STATUS_VHD_INVALID_BLOCK_SIZE: NTSTATUS = -1069940725i32;
11098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11099 pub const STATUS_VHD_INVALID_CHANGE_TRACKING_ID: NTSTATUS = -1069940695i32;
11100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11101 pub const STATUS_VHD_INVALID_FILE_SIZE: NTSTATUS = -1069940717i32;
11102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11103 pub const STATUS_VHD_INVALID_SIZE: NTSTATUS = -1069940718i32;
11104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11105 pub const STATUS_VHD_INVALID_STATE: NTSTATUS = -1069940708i32;
11106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11107 pub const STATUS_VHD_INVALID_TYPE: NTSTATUS = -1069940709i32;
11108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11109 pub const STATUS_VHD_METADATA_FULL: NTSTATUS = -1069940696i32;
11110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11111 pub const STATUS_VHD_METADATA_READ_FAILURE: NTSTATUS = -1069940720i32;
11112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11113 pub const STATUS_VHD_METADATA_WRITE_FAILURE: NTSTATUS = -1069940719i32;
11114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11115 pub const STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION: NTSTATUS = -1069940688i32;
11116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11117 pub const STATUS_VHD_PARENT_VHD_ACCESS_DENIED: NTSTATUS = -1069940714i32;
11118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11119 pub const STATUS_VHD_PARENT_VHD_NOT_FOUND: NTSTATUS = -1069940723i32;
11120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11121 pub const STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA: NTSTATUS = -1069940687i32;
11122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11123 pub const STATUS_VHD_SHARED: NTSTATUS = -1067647222i32;
11124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11125 pub const STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH: NTSTATUS = -1069940730i32;
11126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11127 pub const STATUS_VHD_SPARSE_HEADER_CORRUPT: NTSTATUS = -1069940728i32;
11128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11129 pub const STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION: NTSTATUS = -1069940729i32;
11130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11131 pub const STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST: NTSTATUS = 1075511532i32;
11132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11133 pub const STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = -1071972118i32;
11134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11135 pub const STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED: NTSTATUS = -2145713941i32;
11136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11137 pub const STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED: NTSTATUS = -1070137330i32;
11138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11139 pub const STATUS_VID_DUPLICATE_HANDLER: NTSTATUS = -1070137343i32;
11140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11141 pub const STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT: NTSTATUS = -1070137314i32;
11142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11143 pub const STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT: NTSTATUS = -1070137332i32;
11144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11145 pub const STATUS_VID_HANDLER_NOT_PRESENT: NTSTATUS = -1070137340i32;
11146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11147 pub const STATUS_VID_INVALID_CHILD_GPA_PAGE_SET: NTSTATUS = -1070137310i32;
11148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11149 pub const STATUS_VID_INVALID_GPA_RANGE_HANDLE: NTSTATUS = -1070137323i32;
11150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11151 pub const STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE: NTSTATUS = -1070137326i32;
11152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11153 pub const STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE: NTSTATUS = -1070137324i32;
11154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11155 pub const STATUS_VID_INVALID_NUMA_NODE_INDEX: NTSTATUS = -1070137328i32;
11156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11157 pub const STATUS_VID_INVALID_NUMA_SETTINGS: NTSTATUS = -1070137329i32;
11158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11159 pub const STATUS_VID_INVALID_OBJECT_NAME: NTSTATUS = -1070137339i32;
11160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11161 pub const STATUS_VID_INVALID_PPM_HANDLE: NTSTATUS = -1070137320i32;
11162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11163 pub const STATUS_VID_INVALID_PROCESSOR_STATE: NTSTATUS = -1070137315i32;
11164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11165 pub const STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED: NTSTATUS = -1070137313i32;
11166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11167 pub const STATUS_VID_MBPS_ARE_LOCKED: NTSTATUS = -1070137319i32;
11168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11169 pub const STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE: NTSTATUS = -1070137307i32;
11170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11171 pub const STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT: NTSTATUS = -1070137306i32;
11172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11173 pub const STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET: NTSTATUS = -1070137312i32;
11174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11175 pub const STATUS_VID_MB_STILL_REFERENCED: NTSTATUS = -1070137331i32;
11176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11177 pub const STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED: NTSTATUS = -1070137321i32;
11178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11179 pub const STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS: NTSTATUS = -1070137333i32;
11180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11181 pub const STATUS_VID_MESSAGE_QUEUE_CLOSED: NTSTATUS = -1070137318i32;
11182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11183 pub const STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG: NTSTATUS = -1070137337i32;
11184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11185 pub const STATUS_VID_MMIO_RANGE_DESTROYED: NTSTATUS = -1070137311i32;
11186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11187 pub const STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED: NTSTATUS = -1070137327i32;
11188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11189 pub const STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE: NTSTATUS = -1070137322i32;
11190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11191 pub const STATUS_VID_PAGE_RANGE_OVERFLOW: NTSTATUS = -1070137325i32;
11192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11193 pub const STATUS_VID_PARTITION_ALREADY_EXISTS: NTSTATUS = -1070137336i32;
11194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11195 pub const STATUS_VID_PARTITION_DOES_NOT_EXIST: NTSTATUS = -1070137335i32;
11196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11197 pub const STATUS_VID_PARTITION_NAME_NOT_FOUND: NTSTATUS = -1070137334i32;
11198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11199 pub const STATUS_VID_PARTITION_NAME_TOO_LONG: NTSTATUS = -1070137338i32;
11200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11201 pub const STATUS_VID_QUEUE_FULL: NTSTATUS = -1070137341i32;
11202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11203 pub const STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED: NTSTATUS = -2143879167i32;
11204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11205 pub const STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED: NTSTATUS = -1070137309i32;
11206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11207 pub const STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL: NTSTATUS = -1070137308i32;
11208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11209 pub const STATUS_VID_SAVED_STATE_CORRUPT: NTSTATUS = -1070137305i32;
11210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11211 pub const STATUS_VID_SAVED_STATE_INCOMPATIBLE: NTSTATUS = -1070137303i32;
11212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11213 pub const STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM: NTSTATUS = -1070137304i32;
11214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11215 pub const STATUS_VID_STOP_PENDING: NTSTATUS = -1070137316i32;
11216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11217 pub const STATUS_VID_TOO_MANY_HANDLERS: NTSTATUS = -1070137342i32;
11218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11219 pub const STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED: NTSTATUS = -1070137317i32;
11220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11221 pub const STATUS_VID_VTL_ACCESS_DENIED: NTSTATUS = -1070137302i32;
11222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11223 pub const STATUS_VIRTDISK_DISK_ALREADY_OWNED: NTSTATUS = -1069940706i32;
11224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11225 pub const STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE: NTSTATUS = -1069940705i32;
11226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11227 pub const STATUS_VIRTDISK_NOT_VIRTUAL_DISK: NTSTATUS = -1069940715i32;
11228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11229 pub const STATUS_VIRTDISK_PROVIDER_NOT_FOUND: NTSTATUS = -1069940716i32;
11230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11231 pub const STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE: NTSTATUS = -1069940707i32;
11232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11233 pub const STATUS_VIRTUAL_CIRCUIT_CLOSED: NTSTATUS = -1073741610i32;
11234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11235 pub const STATUS_VIRTUAL_DISK_LIMITATION: NTSTATUS = -1069940710i32;
11236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11237 pub const STATUS_VIRUS_DELETED: NTSTATUS = -1073739513i32;
11238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11239 pub const STATUS_VIRUS_INFECTED: NTSTATUS = -1073739514i32;
11240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11241 pub const STATUS_VOLMGR_ALL_DISKS_FAILED: NTSTATUS = -1070071767i32;
11242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11243 pub const STATUS_VOLMGR_BAD_BOOT_DISK: NTSTATUS = -1070071729i32;
11244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11245 pub const STATUS_VOLMGR_DATABASE_FULL: NTSTATUS = -1070071807i32;
11246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11247 pub const STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE: NTSTATUS = -1070071730i32;
11248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11249 pub const STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED: NTSTATUS = -1070071806i32;
11250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11251 pub const STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC: NTSTATUS = -1070071805i32;
11252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11253 pub const STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME: NTSTATUS = -1070071803i32;
11254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11255 pub const STATUS_VOLMGR_DISK_DUPLICATE: NTSTATUS = -1070071802i32;
11256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11257 pub const STATUS_VOLMGR_DISK_DYNAMIC: NTSTATUS = -1070071801i32;
11258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11259 pub const STATUS_VOLMGR_DISK_ID_INVALID: NTSTATUS = -1070071800i32;
11260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11261 pub const STATUS_VOLMGR_DISK_INVALID: NTSTATUS = -1070071799i32;
11262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11263 pub const STATUS_VOLMGR_DISK_LAST_VOTER: NTSTATUS = -1070071798i32;
11264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11265 pub const STATUS_VOLMGR_DISK_LAYOUT_INVALID: NTSTATUS = -1070071797i32;
11266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11267 pub const STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS: NTSTATUS = -1070071796i32;
11268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11269 pub const STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED: NTSTATUS = -1070071795i32;
11270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11271 pub const STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL: NTSTATUS = -1070071794i32;
11272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11273 pub const STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS: NTSTATUS = -1070071793i32;
11274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11275 pub const STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS: NTSTATUS = -1070071792i32;
11276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11277 pub const STATUS_VOLMGR_DISK_MISSING: NTSTATUS = -1070071791i32;
11278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11279 pub const STATUS_VOLMGR_DISK_NOT_EMPTY: NTSTATUS = -1070071790i32;
11280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11281 pub const STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE: NTSTATUS = -1070071789i32;
11282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11283 pub const STATUS_VOLMGR_DISK_REVECTORING_FAILED: NTSTATUS = -1070071788i32;
11284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11285 pub const STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID: NTSTATUS = -1070071787i32;
11286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11287 pub const STATUS_VOLMGR_DISK_SET_NOT_CONTAINED: NTSTATUS = -1070071786i32;
11288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11289 pub const STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS: NTSTATUS = -1070071785i32;
11290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11291 pub const STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES: NTSTATUS = -1070071784i32;
11292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11293 pub const STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED: NTSTATUS = -1070071783i32;
11294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11295 pub const STATUS_VOLMGR_EXTENT_ALREADY_USED: NTSTATUS = -1070071782i32;
11296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11297 pub const STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS: NTSTATUS = -1070071781i32;
11298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11299 pub const STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION: NTSTATUS = -1070071780i32;
11300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11301 pub const STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED: NTSTATUS = -1070071779i32;
11302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11303 pub const STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION: NTSTATUS = -1070071778i32;
11304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11305 pub const STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH: NTSTATUS = -1070071777i32;
11306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11307 pub const STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED: NTSTATUS = -1070071776i32;
11308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11309 pub const STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION: NTSTATUS = -2143813630i32;
11310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11311 pub const STATUS_VOLMGR_INCOMPLETE_REGENERATION: NTSTATUS = -2143813631i32;
11312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11313 pub const STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID: NTSTATUS = -1070071775i32;
11314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11315 pub const STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS: NTSTATUS = -1070071774i32;
11316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11317 pub const STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE: NTSTATUS = -1070071772i32;
11318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11319 pub const STATUS_VOLMGR_MEMBER_INDEX_INVALID: NTSTATUS = -1070071771i32;
11320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11321 pub const STATUS_VOLMGR_MEMBER_IN_SYNC: NTSTATUS = -1070071773i32;
11322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11323 pub const STATUS_VOLMGR_MEMBER_MISSING: NTSTATUS = -1070071770i32;
11324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11325 pub const STATUS_VOLMGR_MEMBER_NOT_DETACHED: NTSTATUS = -1070071769i32;
11326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11327 pub const STATUS_VOLMGR_MEMBER_REGENERATING: NTSTATUS = -1070071768i32;
11328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11329 pub const STATUS_VOLMGR_MIRROR_NOT_SUPPORTED: NTSTATUS = -1070071717i32;
11330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11331 pub const STATUS_VOLMGR_NOTIFICATION_RESET: NTSTATUS = -1070071764i32;
11332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11333 pub const STATUS_VOLMGR_NOT_PRIMARY_PACK: NTSTATUS = -1070071726i32;
11334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11335 pub const STATUS_VOLMGR_NO_REGISTERED_USERS: NTSTATUS = -1070071766i32;
11336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11337 pub const STATUS_VOLMGR_NO_SUCH_USER: NTSTATUS = -1070071765i32;
11338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11339 pub const STATUS_VOLMGR_NO_VALID_LOG_COPIES: NTSTATUS = -1070071720i32;
11340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11341 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID: NTSTATUS = -1070071718i32;
11342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11343 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID: NTSTATUS = -1070071723i32;
11344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11345 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID: NTSTATUS = -1070071724i32;
11346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11347 pub const STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID: NTSTATUS = -1070071731i32;
11348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11349 pub const STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID: NTSTATUS = -1070071763i32;
11350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11351 pub const STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID: NTSTATUS = -1070071762i32;
11352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11353 pub const STATUS_VOLMGR_PACK_CONFIG_OFFLINE: NTSTATUS = -1070071728i32;
11354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11355 pub const STATUS_VOLMGR_PACK_CONFIG_ONLINE: NTSTATUS = -1070071727i32;
11356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11357 pub const STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED: NTSTATUS = -1070071804i32;
11358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11359 pub const STATUS_VOLMGR_PACK_DUPLICATE: NTSTATUS = -1070071761i32;
11360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11361 pub const STATUS_VOLMGR_PACK_HAS_QUORUM: NTSTATUS = -1070071756i32;
11362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11363 pub const STATUS_VOLMGR_PACK_ID_INVALID: NTSTATUS = -1070071760i32;
11364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11365 pub const STATUS_VOLMGR_PACK_INVALID: NTSTATUS = -1070071759i32;
11366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11367 pub const STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED: NTSTATUS = -1070071725i32;
11368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11369 pub const STATUS_VOLMGR_PACK_NAME_INVALID: NTSTATUS = -1070071758i32;
11370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11371 pub const STATUS_VOLMGR_PACK_OFFLINE: NTSTATUS = -1070071757i32;
11372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11373 pub const STATUS_VOLMGR_PACK_WITHOUT_QUORUM: NTSTATUS = -1070071755i32;
11374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11375 pub const STATUS_VOLMGR_PARTITION_STYLE_INVALID: NTSTATUS = -1070071754i32;
11376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11377 pub const STATUS_VOLMGR_PARTITION_UPDATE_FAILED: NTSTATUS = -1070071753i32;
11378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11379 pub const STATUS_VOLMGR_PLEX_INDEX_DUPLICATE: NTSTATUS = -1070071751i32;
11380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11381 pub const STATUS_VOLMGR_PLEX_INDEX_INVALID: NTSTATUS = -1070071750i32;
11382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11383 pub const STATUS_VOLMGR_PLEX_IN_SYNC: NTSTATUS = -1070071752i32;
11384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11385 pub const STATUS_VOLMGR_PLEX_LAST_ACTIVE: NTSTATUS = -1070071749i32;
11386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11387 pub const STATUS_VOLMGR_PLEX_MISSING: NTSTATUS = -1070071748i32;
11388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11389 pub const STATUS_VOLMGR_PLEX_NOT_RAID5: NTSTATUS = -1070071745i32;
11390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11391 pub const STATUS_VOLMGR_PLEX_NOT_SIMPLE: NTSTATUS = -1070071744i32;
11392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11393 pub const STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED: NTSTATUS = -1070071721i32;
11394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11395 pub const STATUS_VOLMGR_PLEX_REGENERATING: NTSTATUS = -1070071747i32;
11396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11397 pub const STATUS_VOLMGR_PLEX_TYPE_INVALID: NTSTATUS = -1070071746i32;
11398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11399 pub const STATUS_VOLMGR_PRIMARY_PACK_PRESENT: NTSTATUS = -1070071719i32;
11400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11401 pub const STATUS_VOLMGR_RAID5_NOT_SUPPORTED: NTSTATUS = -1070071716i32;
11402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11403 pub const STATUS_VOLMGR_STRUCTURE_SIZE_INVALID: NTSTATUS = -1070071743i32;
11404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11405 pub const STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS: NTSTATUS = -1070071742i32;
11406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11407 pub const STATUS_VOLMGR_TRANSACTION_IN_PROGRESS: NTSTATUS = -1070071741i32;
11408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11409 pub const STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE: NTSTATUS = -1070071740i32;
11410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11411 pub const STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK: NTSTATUS = -1070071739i32;
11412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11413 pub const STATUS_VOLMGR_VOLUME_ID_INVALID: NTSTATUS = -1070071738i32;
11414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11415 pub const STATUS_VOLMGR_VOLUME_LENGTH_INVALID: NTSTATUS = -1070071737i32;
11416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11417 pub const STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE: NTSTATUS = -1070071736i32;
11418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11419 pub const STATUS_VOLMGR_VOLUME_MIRRORED: NTSTATUS = -1070071722i32;
11420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11421 pub const STATUS_VOLMGR_VOLUME_NOT_MIRRORED: NTSTATUS = -1070071735i32;
11422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11423 pub const STATUS_VOLMGR_VOLUME_NOT_RETAINED: NTSTATUS = -1070071734i32;
11424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11425 pub const STATUS_VOLMGR_VOLUME_OFFLINE: NTSTATUS = -1070071733i32;
11426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11427 pub const STATUS_VOLMGR_VOLUME_RETAINED: NTSTATUS = -1070071732i32;
11428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11429 pub const STATUS_VOLSNAP_ACTIVATION_TIMEOUT: NTSTATUS = -1068498940i32;
11430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11431 pub const STATUS_VOLSNAP_BOOTFILE_NOT_VALID: NTSTATUS = -1068498941i32;
11432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11433 pub const STATUS_VOLSNAP_HIBERNATE_READY: NTSTATUS = 293i32;
11434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11435 pub const STATUS_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT: NTSTATUS = -1068498939i32;
11436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11437 pub const STATUS_VOLSNAP_PREPARE_HIBERNATE: NTSTATUS = -1073740793i32;
11438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11439 pub const STATUS_VOLUME_DIRTY: NTSTATUS = -1073739770i32;
11440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11441 pub const STATUS_VOLUME_DISMOUNTED: NTSTATUS = -1073741202i32;
11442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11443 pub const STATUS_VOLUME_MOUNTED: NTSTATUS = 265i32;
11444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11445 pub const STATUS_VOLUME_NOT_CLUSTER_ALIGNED: NTSTATUS = -1073740636i32;
11446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11447 pub const STATUS_VOLUME_NOT_SUPPORTED: NTSTATUS = -1073740602i32;
11448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11449 pub const STATUS_VOLUME_NOT_UPGRADED: NTSTATUS = -1073741156i32;
11450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11451 pub const STATUS_VOLUME_WRITE_ACCESS_DENIED: NTSTATUS = -1073740589i32;
11452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11453 pub const STATUS_VRF_VOLATILE_CFG_AND_IO_ENABLED: NTSTATUS = -1073738744i32;
11454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11455 pub const STATUS_VRF_VOLATILE_NMI_REGISTERED: NTSTATUS = -1073738738i32;
11456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11457 pub const STATUS_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM: NTSTATUS = -1073738741i32;
11458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11459 pub const STATUS_VRF_VOLATILE_NOT_STOPPABLE: NTSTATUS = -1073738743i32;
11460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11461 pub const STATUS_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS: NTSTATUS = -1073738740i32;
11462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11463 pub const STATUS_VRF_VOLATILE_PROTECTED_DRIVER: NTSTATUS = -1073738739i32;
11464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11465 pub const STATUS_VRF_VOLATILE_SAFE_MODE: NTSTATUS = -1073738742i32;
11466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11467 pub const STATUS_VRF_VOLATILE_SETTINGS_CONFLICT: NTSTATUS = -1073738737i32;
11468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11469 pub const STATUS_VSM_DMA_PROTECTION_NOT_IN_USE: NTSTATUS = -1069219839i32;
11470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11471 pub const STATUS_VSM_NOT_INITIALIZED: NTSTATUS = -1069219840i32;
11472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11473 pub const STATUS_WAIT_0: NTSTATUS = 0i32;
11474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11475 pub const STATUS_WAIT_1: NTSTATUS = 1i32;
11476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11477 pub const STATUS_WAIT_2: NTSTATUS = 2i32;
11478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11479 pub const STATUS_WAIT_3: NTSTATUS = 3i32;
11480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11481 pub const STATUS_WAIT_63: NTSTATUS = 63i32;
11482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11483 pub const STATUS_WAIT_FOR_OPLOCK: NTSTATUS = 871i32;
11484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11485 pub const STATUS_WAKE_SYSTEM: NTSTATUS = 1073742484i32;
11486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11487 pub const STATUS_WAKE_SYSTEM_DEBUGGER: NTSTATUS = -2147483641i32;
11488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11489 pub const STATUS_WAS_LOCKED: NTSTATUS = 1073741849i32;
11490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11491 pub const STATUS_WAS_UNLOCKED: NTSTATUS = 1073741847i32;
11492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11493 pub const STATUS_WEAK_WHFBKEY_BLOCKED: NTSTATUS = -1073741389i32;
11494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11495 pub const STATUS_WIM_NOT_BOOTABLE: NTSTATUS = -1073740665i32;
11496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11497 pub const STATUS_WMI_ALREADY_DISABLED: NTSTATUS = -1073741054i32;
11498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11499 pub const STATUS_WMI_ALREADY_ENABLED: NTSTATUS = -1073741053i32;
11500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11501 pub const STATUS_WMI_GUID_DISCONNECTED: NTSTATUS = -1073741055i32;
11502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11503 pub const STATUS_WMI_GUID_NOT_FOUND: NTSTATUS = -1073741163i32;
11504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11505 pub const STATUS_WMI_INSTANCE_NOT_FOUND: NTSTATUS = -1073741162i32;
11506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11507 pub const STATUS_WMI_ITEMID_NOT_FOUND: NTSTATUS = -1073741161i32;
11508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11509 pub const STATUS_WMI_NOT_SUPPORTED: NTSTATUS = -1073741091i32;
11510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11511 pub const STATUS_WMI_READ_ONLY: NTSTATUS = -1073741114i32;
11512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11513 pub const STATUS_WMI_SET_FAILURE: NTSTATUS = -1073741113i32;
11514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11515 pub const STATUS_WMI_TRY_AGAIN: NTSTATUS = -1073741160i32;
11516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11517 pub const STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT: NTSTATUS = -1073700185i32;
11518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11519 pub const STATUS_WOF_WIM_HEADER_CORRUPT: NTSTATUS = -1073700187i32;
11520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11521 pub const STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT: NTSTATUS = -1073700186i32;
11522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11523 pub const STATUS_WORKING_SET_LIMIT_RANGE: NTSTATUS = 1073741826i32;
11524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11525 pub const STATUS_WORKING_SET_QUOTA: NTSTATUS = -1073741663i32;
11526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11527 pub const STATUS_WOW_ASSERTION: NTSTATUS = -1073702760i32;
11528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11529 pub const STATUS_WRONG_COMPARTMENT: NTSTATUS = -1073700731i32;
11530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11531 pub const STATUS_WRONG_CREDENTIAL_HANDLE: NTSTATUS = -1073741070i32;
11532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11533 pub const STATUS_WRONG_EFS: NTSTATUS = -1073741169i32;
11534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11535 pub const STATUS_WRONG_PASSWORD_CORE: NTSTATUS = -1073741495i32;
11536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11537 pub const STATUS_WRONG_VOLUME: NTSTATUS = -1073741806i32;
11538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11539 pub const STATUS_WX86_BREAKPOINT: NTSTATUS = 1073741855i32;
11540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11541 pub const STATUS_WX86_CONTINUE: NTSTATUS = 1073741853i32;
11542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11543 pub const STATUS_WX86_CREATEWX86TIB: NTSTATUS = 1073741864i32;
11544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11545 pub const STATUS_WX86_EXCEPTION_CHAIN: NTSTATUS = 1073741858i32;
11546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11547 pub const STATUS_WX86_EXCEPTION_CONTINUE: NTSTATUS = 1073741856i32;
11548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11549 pub const STATUS_WX86_EXCEPTION_LASTCHANCE: NTSTATUS = 1073741857i32;
11550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11551 pub const STATUS_WX86_FLOAT_STACK_CHECK: NTSTATUS = -1073741200i32;
11552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11553 pub const STATUS_WX86_INTERNAL_ERROR: NTSTATUS = -1073741201i32;
11554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11555 pub const STATUS_WX86_SINGLE_STEP: NTSTATUS = 1073741854i32;
11556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11557 pub const STATUS_WX86_UNSIMULATE: NTSTATUS = 1073741852i32;
11558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11559 pub const STATUS_XMLDSIG_ERROR: NTSTATUS = -1073700732i32;
11560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11561 pub const STATUS_XML_ENCODING_MISMATCH: NTSTATUS = -1072365535i32;
11562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11563 pub const STATUS_XML_PARSE_ERROR: NTSTATUS = -1073700733i32;
11564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11565 pub const STG_E_ABNORMALAPIEXIT: ::windows_sys::core::HRESULT = -2147286790i32;
11566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11567 pub const STG_E_ACCESSDENIED: ::windows_sys::core::HRESULT = -2147287035i32;
11568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11569 pub const STG_E_BADBASEADDRESS: ::windows_sys::core::HRESULT = -2147286768i32;
11570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11571 pub const STG_E_CANTSAVE: ::windows_sys::core::HRESULT = -2147286781i32;
11572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11573 pub const STG_E_CSS_AUTHENTICATION_FAILURE: ::windows_sys::core::HRESULT = -2147286266i32;
11574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11575 pub const STG_E_CSS_KEY_NOT_ESTABLISHED: ::windows_sys::core::HRESULT = -2147286264i32;
11576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11577 pub const STG_E_CSS_KEY_NOT_PRESENT: ::windows_sys::core::HRESULT = -2147286265i32;
11578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11579 pub const STG_E_CSS_REGION_MISMATCH: ::windows_sys::core::HRESULT = -2147286262i32;
11580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11581 pub const STG_E_CSS_SCRAMBLED_SECTOR: ::windows_sys::core::HRESULT = -2147286263i32;
11582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11583 pub const STG_E_DEVICE_UNRESPONSIVE: ::windows_sys::core::HRESULT = -2147286518i32;
11584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11585 pub const STG_E_DISKISWRITEPROTECTED: ::windows_sys::core::HRESULT = -2147287021i32;
11586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11587 pub const STG_E_DOCFILECORRUPT: ::windows_sys::core::HRESULT = -2147286775i32;
11588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11589 pub const STG_E_DOCFILETOOLARGE: ::windows_sys::core::HRESULT = -2147286767i32;
11590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11591 pub const STG_E_EXTANTMARSHALLINGS: ::windows_sys::core::HRESULT = -2147286776i32;
11592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11593 pub const STG_E_FILEALREADYEXISTS: ::windows_sys::core::HRESULT = -2147286960i32;
11594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11595 pub const STG_E_FILENOTFOUND: ::windows_sys::core::HRESULT = -2147287038i32;
11596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11597 pub const STG_E_FIRMWARE_IMAGE_INVALID: ::windows_sys::core::HRESULT = -2147286519i32;
11598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11599 pub const STG_E_FIRMWARE_SLOT_INVALID: ::windows_sys::core::HRESULT = -2147286520i32;
11600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11601 pub const STG_E_INCOMPLETE: ::windows_sys::core::HRESULT = -2147286527i32;
11602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11603 pub const STG_E_INSUFFICIENTMEMORY: ::windows_sys::core::HRESULT = -2147287032i32;
11604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11605 pub const STG_E_INUSE: ::windows_sys::core::HRESULT = -2147286784i32;
11606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11607 pub const STG_E_INVALIDFLAG: ::windows_sys::core::HRESULT = -2147286785i32;
11608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11609 pub const STG_E_INVALIDFUNCTION: ::windows_sys::core::HRESULT = -2147287039i32;
11610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11611 pub const STG_E_INVALIDHANDLE: ::windows_sys::core::HRESULT = -2147287034i32;
11612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11613 pub const STG_E_INVALIDHEADER: ::windows_sys::core::HRESULT = -2147286789i32;
11614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11615 pub const STG_E_INVALIDNAME: ::windows_sys::core::HRESULT = -2147286788i32;
11616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11617 pub const STG_E_INVALIDPARAMETER: ::windows_sys::core::HRESULT = -2147286953i32;
11618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11619 pub const STG_E_INVALIDPOINTER: ::windows_sys::core::HRESULT = -2147287031i32;
11620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11621 pub const STG_E_LOCKVIOLATION: ::windows_sys::core::HRESULT = -2147287007i32;
11622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11623 pub const STG_E_MEDIUMFULL: ::windows_sys::core::HRESULT = -2147286928i32;
11624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11625 pub const STG_E_NOMOREFILES: ::windows_sys::core::HRESULT = -2147287022i32;
11626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11627 pub const STG_E_NOTCURRENT: ::windows_sys::core::HRESULT = -2147286783i32;
11628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11629 pub const STG_E_NOTFILEBASEDSTORAGE: ::windows_sys::core::HRESULT = -2147286777i32;
11630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11631 pub const STG_E_NOTSIMPLEFORMAT: ::windows_sys::core::HRESULT = -2147286766i32;
11632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11633 pub const STG_E_OLDDLL: ::windows_sys::core::HRESULT = -2147286779i32;
11634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11635 pub const STG_E_OLDFORMAT: ::windows_sys::core::HRESULT = -2147286780i32;
11636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11637 pub const STG_E_PATHNOTFOUND: ::windows_sys::core::HRESULT = -2147287037i32;
11638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11639 pub const STG_E_PROPSETMISMATCHED: ::windows_sys::core::HRESULT = -2147286800i32;
11640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11641 pub const STG_E_READFAULT: ::windows_sys::core::HRESULT = -2147287010i32;
11642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11643 pub const STG_E_RESETS_EXHAUSTED: ::windows_sys::core::HRESULT = -2147286261i32;
11644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11645 pub const STG_E_REVERTED: ::windows_sys::core::HRESULT = -2147286782i32;
11646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11647 pub const STG_E_SEEKERROR: ::windows_sys::core::HRESULT = -2147287015i32;
11648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11649 pub const STG_E_SHAREREQUIRED: ::windows_sys::core::HRESULT = -2147286778i32;
11650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11651 pub const STG_E_SHAREVIOLATION: ::windows_sys::core::HRESULT = -2147287008i32;
11652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11653 pub const STG_E_STATUS_COPY_PROTECTION_FAILURE: ::windows_sys::core::HRESULT = -2147286267i32;
11654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11655 pub const STG_E_TERMINATED: ::windows_sys::core::HRESULT = -2147286526i32;
11656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11657 pub const STG_E_TOOMANYOPENFILES: ::windows_sys::core::HRESULT = -2147287036i32;
11658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11659 pub const STG_E_UNIMPLEMENTEDFUNCTION: ::windows_sys::core::HRESULT = -2147286786i32;
11660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11661 pub const STG_E_UNKNOWN: ::windows_sys::core::HRESULT = -2147286787i32;
11662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11663 pub const STG_E_WRITEFAULT: ::windows_sys::core::HRESULT = -2147287011i32;
11664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11665 pub const STG_S_BLOCK: ::windows_sys::core::HRESULT = 197121i32;
11666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11667 pub const STG_S_CANNOTCONSOLIDATE: ::windows_sys::core::HRESULT = 197126i32;
11668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11669 pub const STG_S_CONSOLIDATIONFAILED: ::windows_sys::core::HRESULT = 197125i32;
11670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11671 pub const STG_S_CONVERTED: ::windows_sys::core::HRESULT = 197120i32;
11672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11673 pub const STG_S_MONITORING: ::windows_sys::core::HRESULT = 197123i32;
11674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11675 pub const STG_S_MULTIPLEOPENS: ::windows_sys::core::HRESULT = 197124i32;
11676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11677 pub const STG_S_POWER_CYCLE_REQUIRED: ::windows_sys::core::HRESULT = 197127i32;
11678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11679 pub const STG_S_RETRYNOW: ::windows_sys::core::HRESULT = 197122i32;
11680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11681 pub const STILL_ACTIVE: NTSTATUS = 259i32;
11682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11683 pub const STORE_ERROR_LICENSE_REVOKED: i32 = 15864i32;
11684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11685 pub const STORE_ERROR_PENDING_COM_TRANSACTION: i32 = 15863i32;
11686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11687 pub const STORE_ERROR_UNLICENSED: i32 = 15861i32;
11688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11689 pub const STORE_ERROR_UNLICENSED_USER: i32 = 15862i32;
11690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11691 pub const STRICT: u32 = 1u32;
11692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11693 pub const SUCCESS: u32 = 0u32;
11694 #[repr(C)]
11695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11696 pub struct SYSTEMTIME {
11697 pub wYear: u16,
11698 pub wMonth: u16,
11699 pub wDayOfWeek: u16,
11700 pub wDay: u16,
11701 pub wHour: u16,
11702 pub wMinute: u16,
11703 pub wSecond: u16,
11704 pub wMilliseconds: u16,
11705 }
11706 impl ::core::marker::Copy for SYSTEMTIME {}
11707 impl ::core::clone::Clone for SYSTEMTIME {
11708 fn clone(&self) -> Self {
11709 *self
11710 }
11711 }
11712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11713 pub const S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG: ::windows_sys::core::HRESULT = 2556505i32;
11714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11715 pub const S_FALSE: ::windows_sys::core::HRESULT = 1i32;
11716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11717 pub const S_OK: ::windows_sys::core::HRESULT = 0i32;
11718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11719 pub const S_STORE_LAUNCHED_FOR_REMEDIATION: ::windows_sys::core::HRESULT = 2556504i32;
11720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11721 pub const TBSIMP_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144796160i32;
11722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11723 pub const TBSIMP_E_CLEANUP_FAILED: ::windows_sys::core::HRESULT = -2144796159i32;
11724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11725 pub const TBSIMP_E_COMMAND_CANCELED: ::windows_sys::core::HRESULT = -2144796149i32;
11726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11727 pub const TBSIMP_E_COMMAND_FAILED: ::windows_sys::core::HRESULT = -2144796143i32;
11728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11729 pub const TBSIMP_E_DUPLICATE_VHANDLE: ::windows_sys::core::HRESULT = -2144796154i32;
11730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11731 pub const TBSIMP_E_HASH_BAD_KEY: ::windows_sys::core::HRESULT = -2144796155i32;
11732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11733 pub const TBSIMP_E_HASH_TABLE_FULL: ::windows_sys::core::HRESULT = -2144796138i32;
11734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11735 pub const TBSIMP_E_INVALID_CONTEXT_HANDLE: ::windows_sys::core::HRESULT = -2144796158i32;
11736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11737 pub const TBSIMP_E_INVALID_CONTEXT_PARAM: ::windows_sys::core::HRESULT = -2144796157i32;
11738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11739 pub const TBSIMP_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144796153i32;
11740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11741 pub const TBSIMP_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144796152i32;
11742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11743 pub const TBSIMP_E_INVALID_RESOURCE: ::windows_sys::core::HRESULT = -2144796140i32;
11744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11745 pub const TBSIMP_E_LIST_NOT_FOUND: ::windows_sys::core::HRESULT = -2144796146i32;
11746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11747 pub const TBSIMP_E_LIST_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2144796147i32;
11748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11749 pub const TBSIMP_E_NOTHING_TO_UNLOAD: ::windows_sys::core::HRESULT = -2144796139i32;
11750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11751 pub const TBSIMP_E_NOT_ENOUGH_SPACE: ::windows_sys::core::HRESULT = -2144796145i32;
11752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11753 pub const TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS: ::windows_sys::core::HRESULT = -2144796144i32;
11754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11755 pub const TBSIMP_E_NO_EVENT_LOG: ::windows_sys::core::HRESULT = -2144796133i32;
11756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11757 pub const TBSIMP_E_OUT_OF_MEMORY: ::windows_sys::core::HRESULT = -2144796148i32;
11758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11759 pub const TBSIMP_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144796135i32;
11760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11761 pub const TBSIMP_E_RESOURCE_EXPIRED: ::windows_sys::core::HRESULT = -2144796141i32;
11762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11763 pub const TBSIMP_E_RPC_INIT_FAILED: ::windows_sys::core::HRESULT = -2144796151i32;
11764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11765 pub const TBSIMP_E_SCHEDULER_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144796150i32;
11766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11767 pub const TBSIMP_E_TOO_MANY_RESOURCES: ::windows_sys::core::HRESULT = -2144796136i32;
11768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11769 pub const TBSIMP_E_TOO_MANY_TBS_CONTEXTS: ::windows_sys::core::HRESULT = -2144796137i32;
11770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11771 pub const TBSIMP_E_TPM_ERROR: ::windows_sys::core::HRESULT = -2144796156i32;
11772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11773 pub const TBSIMP_E_TPM_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2144796134i32;
11774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11775 pub const TBSIMP_E_UNKNOWN_ORDINAL: ::windows_sys::core::HRESULT = -2144796142i32;
11776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11777 pub const TBS_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2144845806i32;
11778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11779 pub const TBS_E_BAD_PARAMETER: ::windows_sys::core::HRESULT = -2144845822i32;
11780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11781 pub const TBS_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2144845810i32;
11782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11783 pub const TBS_E_COMMAND_CANCELED: ::windows_sys::core::HRESULT = -2144845811i32;
11784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11785 pub const TBS_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2144845819i32;
11786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11787 pub const TBS_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144845823i32;
11788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11789 pub const TBS_E_INVALID_CONTEXT: ::windows_sys::core::HRESULT = -2144845820i32;
11790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11791 pub const TBS_E_INVALID_CONTEXT_PARAM: ::windows_sys::core::HRESULT = -2144845817i32;
11792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11793 pub const TBS_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144845821i32;
11794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11795 pub const TBS_E_IOERROR: ::windows_sys::core::HRESULT = -2144845818i32;
11796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11797 pub const TBS_E_NO_EVENT_LOG: ::windows_sys::core::HRESULT = -2144845807i32;
11798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11799 pub const TBS_E_OWNERAUTH_NOT_FOUND: ::windows_sys::core::HRESULT = -2144845803i32;
11800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11801 pub const TBS_E_PPI_FUNCTION_UNSUPPORTED: ::windows_sys::core::HRESULT = -2144845804i32;
11802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11803 pub const TBS_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144845812i32;
11804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11805 pub const TBS_E_PROVISIONING_INCOMPLETE: ::windows_sys::core::HRESULT = -2144845802i32;
11806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11807 pub const TBS_E_PROVISIONING_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144845805i32;
11808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11809 pub const TBS_E_SERVICE_DISABLED: ::windows_sys::core::HRESULT = -2144845808i32;
11810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11811 pub const TBS_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144845816i32;
11812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11813 pub const TBS_E_SERVICE_START_PENDING: ::windows_sys::core::HRESULT = -2144845813i32;
11814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11815 pub const TBS_E_TOO_MANY_RESOURCES: ::windows_sys::core::HRESULT = -2144845814i32;
11816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11817 pub const TBS_E_TOO_MANY_TBS_CONTEXTS: ::windows_sys::core::HRESULT = -2144845815i32;
11818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11819 pub const TBS_E_TPM_NOT_FOUND: ::windows_sys::core::HRESULT = -2144845809i32;
11820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11821 pub const TPC_E_INITIALIZE_FAIL: ::windows_sys::core::HRESULT = -2147220957i32;
11822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11823 pub const TPC_E_INVALID_CONFIGURATION: ::windows_sys::core::HRESULT = -2147220935i32;
11824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11825 pub const TPC_E_INVALID_DATA_FROM_RECOGNIZER: ::windows_sys::core::HRESULT = -2147220934i32;
11826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11827 pub const TPC_E_INVALID_INPUT_RECT: ::windows_sys::core::HRESULT = -2147220967i32;
11828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11829 pub const TPC_E_INVALID_PACKET_DESCRIPTION: ::windows_sys::core::HRESULT = -2147220941i32;
11830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11831 pub const TPC_E_INVALID_PROPERTY: ::windows_sys::core::HRESULT = -2147220927i32;
11832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11833 pub const TPC_E_INVALID_RIGHTS: ::windows_sys::core::HRESULT = -2147220938i32;
11834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11835 pub const TPC_E_INVALID_STROKE: ::windows_sys::core::HRESULT = -2147220958i32;
11836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11837 pub const TPC_E_NOT_RELEVANT: ::windows_sys::core::HRESULT = -2147220942i32;
11838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11839 pub const TPC_E_NO_DEFAULT_TABLET: ::windows_sys::core::HRESULT = -2147220974i32;
11840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11841 pub const TPC_E_OUT_OF_ORDER_CALL: ::windows_sys::core::HRESULT = -2147220937i32;
11842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11843 pub const TPC_E_QUEUE_FULL: ::windows_sys::core::HRESULT = -2147220936i32;
11844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11845 pub const TPC_E_RECOGNIZER_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2147220939i32;
11846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11847 pub const TPC_E_UNKNOWN_PROPERTY: ::windows_sys::core::HRESULT = -2147220965i32;
11848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11849 pub const TPC_S_INTERRUPTED: ::windows_sys::core::HRESULT = 262739i32;
11850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11851 pub const TPC_S_NO_DATA_TO_PROCESS: ::windows_sys::core::HRESULT = 262740i32;
11852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11853 pub const TPC_S_TRUNCATED: ::windows_sys::core::HRESULT = 262738i32;
11854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11855 pub const TPMAPI_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2144796408i32;
11856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11857 pub const TPMAPI_E_AUTHORIZATION_FAILED: ::windows_sys::core::HRESULT = -2144796407i32;
11858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11859 pub const TPMAPI_E_AUTHORIZATION_REVOKED: ::windows_sys::core::HRESULT = -2144796378i32;
11860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11861 pub const TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144796376i32;
11862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11863 pub const TPMAPI_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144796410i32;
11864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11865 pub const TPMAPI_E_EMPTY_TCG_LOG: ::windows_sys::core::HRESULT = -2144796390i32;
11866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11867 pub const TPMAPI_E_ENCRYPTION_FAILED: ::windows_sys::core::HRESULT = -2144796400i32;
11868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11869 pub const TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL: ::windows_sys::core::HRESULT = -2144796379i32;
11870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11871 pub const TPMAPI_E_FIPS_RNG_CHECK_FAILED: ::windows_sys::core::HRESULT = -2144796391i32;
11872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11873 pub const TPMAPI_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144796409i32;
11874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11875 pub const TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE: ::windows_sys::core::HRESULT = -2144796375i32;
11876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11877 pub const TPMAPI_E_INVALID_CONTEXT_HANDLE: ::windows_sys::core::HRESULT = -2144796406i32;
11878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11879 pub const TPMAPI_E_INVALID_CONTEXT_PARAMS: ::windows_sys::core::HRESULT = -2144796395i32;
11880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11881 pub const TPMAPI_E_INVALID_DELEGATE_BLOB: ::windows_sys::core::HRESULT = -2144796396i32;
11882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11883 pub const TPMAPI_E_INVALID_ENCODING: ::windows_sys::core::HRESULT = -2144796402i32;
11884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11885 pub const TPMAPI_E_INVALID_KEY_BLOB: ::windows_sys::core::HRESULT = -2144796394i32;
11886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11887 pub const TPMAPI_E_INVALID_KEY_PARAMS: ::windows_sys::core::HRESULT = -2144796399i32;
11888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11889 pub const TPMAPI_E_INVALID_KEY_SIZE: ::windows_sys::core::HRESULT = -2144796401i32;
11890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11891 pub const TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB: ::windows_sys::core::HRESULT = -2144796398i32;
11892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11893 pub const TPMAPI_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144796413i32;
11894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11895 pub const TPMAPI_E_INVALID_OWNER_AUTH: ::windows_sys::core::HRESULT = -2144796392i32;
11896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11897 pub const TPMAPI_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144796412i32;
11898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11899 pub const TPMAPI_E_INVALID_PCR_DATA: ::windows_sys::core::HRESULT = -2144796393i32;
11900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11901 pub const TPMAPI_E_INVALID_PCR_INDEX: ::windows_sys::core::HRESULT = -2144796397i32;
11902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11903 pub const TPMAPI_E_INVALID_POLICYAUTH_BLOB_TYPE: ::windows_sys::core::HRESULT = -2144796370i32;
11904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11905 pub const TPMAPI_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2144796416i32;
11906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11907 pub const TPMAPI_E_INVALID_TCG_LOG_ENTRY: ::windows_sys::core::HRESULT = -2144796389i32;
11908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11909 pub const TPMAPI_E_INVALID_TPM_VERSION: ::windows_sys::core::HRESULT = -2144796371i32;
11910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11911 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_KEY: ::windows_sys::core::HRESULT = -2144796377i32;
11912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11913 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER: ::windows_sys::core::HRESULT = -2144796373i32;
11914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11915 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY: ::windows_sys::core::HRESULT = -2144796374i32;
11916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11917 pub const TPMAPI_E_MESSAGE_TOO_LARGE: ::windows_sys::core::HRESULT = -2144796403i32;
11918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11919 pub const TPMAPI_E_NOT_ENOUGH_DATA: ::windows_sys::core::HRESULT = -2144796415i32;
11920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11921 pub const TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND: ::windows_sys::core::HRESULT = -2144796382i32;
11922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11923 pub const TPMAPI_E_NV_BITS_NOT_DEFINED: ::windows_sys::core::HRESULT = -2144796385i32;
11924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11925 pub const TPMAPI_E_NV_BITS_NOT_READY: ::windows_sys::core::HRESULT = -2144796384i32;
11926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11927 pub const TPMAPI_E_OUT_OF_MEMORY: ::windows_sys::core::HRESULT = -2144796411i32;
11928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11929 pub const TPMAPI_E_OWNER_AUTH_NOT_NULL: ::windows_sys::core::HRESULT = -2144796380i32;
11930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11931 pub const TPMAPI_E_POLICY_DENIES_OPERATION: ::windows_sys::core::HRESULT = -2144796386i32;
11932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11933 pub const TPMAPI_E_SEALING_KEY_CHANGED: ::windows_sys::core::HRESULT = -2144796372i32;
11934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11935 pub const TPMAPI_E_SEALING_KEY_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144796383i32;
11936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11937 pub const TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144796381i32;
11938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11939 pub const TPMAPI_E_TBS_COMMUNICATION_ERROR: ::windows_sys::core::HRESULT = -2144796405i32;
11940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11941 pub const TPMAPI_E_TCG_INVALID_DIGEST_ENTRY: ::windows_sys::core::HRESULT = -2144796387i32;
11942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11943 pub const TPMAPI_E_TCG_SEPARATOR_ABSENT: ::windows_sys::core::HRESULT = -2144796388i32;
11944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11945 pub const TPMAPI_E_TOO_MUCH_DATA: ::windows_sys::core::HRESULT = -2144796414i32;
11946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11947 pub const TPMAPI_E_TPM_COMMAND_ERROR: ::windows_sys::core::HRESULT = -2144796404i32;
11948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11949 pub const TPM_20_E_ASYMMETRIC: ::windows_sys::core::HRESULT = -2144862079i32;
11950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11951 pub const TPM_20_E_ATTRIBUTES: ::windows_sys::core::HRESULT = -2144862078i32;
11952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11953 pub const TPM_20_E_AUTHSIZE: ::windows_sys::core::HRESULT = -2144861884i32;
11954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11955 pub const TPM_20_E_AUTH_CONTEXT: ::windows_sys::core::HRESULT = -2144861883i32;
11956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11957 pub const TPM_20_E_AUTH_FAIL: ::windows_sys::core::HRESULT = -2144862066i32;
11958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11959 pub const TPM_20_E_AUTH_MISSING: ::windows_sys::core::HRESULT = -2144861915i32;
11960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11961 pub const TPM_20_E_AUTH_TYPE: ::windows_sys::core::HRESULT = -2144861916i32;
11962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11963 pub const TPM_20_E_AUTH_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144861905i32;
11964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11965 pub const TPM_20_E_BAD_AUTH: ::windows_sys::core::HRESULT = -2144862046i32;
11966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11967 pub const TPM_20_E_BAD_CONTEXT: ::windows_sys::core::HRESULT = -2144861872i32;
11968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11969 pub const TPM_20_E_BINDING: ::windows_sys::core::HRESULT = -2144862043i32;
11970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11971 pub const TPM_20_E_CANCELED: ::windows_sys::core::HRESULT = -2144859895i32;
11972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11973 pub const TPM_20_E_COMMAND_CODE: ::windows_sys::core::HRESULT = -2144861885i32;
11974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11975 pub const TPM_20_E_COMMAND_SIZE: ::windows_sys::core::HRESULT = -2144861886i32;
11976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11977 pub const TPM_20_E_CONTEXT_GAP: ::windows_sys::core::HRESULT = -2144859903i32;
11978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11979 pub const TPM_20_E_CPHASH: ::windows_sys::core::HRESULT = -2144861871i32;
11980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11981 pub const TPM_20_E_CURVE: ::windows_sys::core::HRESULT = -2144862042i32;
11982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11983 pub const TPM_20_E_DISABLED: ::windows_sys::core::HRESULT = -2144861920i32;
11984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11985 pub const TPM_20_E_ECC_CURVE: ::windows_sys::core::HRESULT = -2144861917i32;
11986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11987 pub const TPM_20_E_ECC_POINT: ::windows_sys::core::HRESULT = -2144862041i32;
11988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11989 pub const TPM_20_E_EXCLUSIVE: ::windows_sys::core::HRESULT = -2144861919i32;
11990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11991 pub const TPM_20_E_EXPIRED: ::windows_sys::core::HRESULT = -2144862045i32;
11992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11993 pub const TPM_20_E_FAILURE: ::windows_sys::core::HRESULT = -2144861951i32;
11994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11995 pub const TPM_20_E_HANDLE: ::windows_sys::core::HRESULT = -2144862069i32;
11996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11997 pub const TPM_20_E_HASH: ::windows_sys::core::HRESULT = -2144862077i32;
11998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11999 pub const TPM_20_E_HIERARCHY: ::windows_sys::core::HRESULT = -2144862075i32;
12000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12001 pub const TPM_20_E_HMAC: ::windows_sys::core::HRESULT = -2144861927i32;
12002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12003 pub const TPM_20_E_INITIALIZE: ::windows_sys::core::HRESULT = -2144861952i32;
12004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12005 pub const TPM_20_E_INSUFFICIENT: ::windows_sys::core::HRESULT = -2144862054i32;
12006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12007 pub const TPM_20_E_INTEGRITY: ::windows_sys::core::HRESULT = -2144862049i32;
12008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12009 pub const TPM_20_E_KDF: ::windows_sys::core::HRESULT = -2144862068i32;
12010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12011 pub const TPM_20_E_KEY: ::windows_sys::core::HRESULT = -2144862052i32;
12012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12013 pub const TPM_20_E_KEY_SIZE: ::windows_sys::core::HRESULT = -2144862073i32;
12014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12015 pub const TPM_20_E_LOCALITY: ::windows_sys::core::HRESULT = -2144859897i32;
12016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12017 pub const TPM_20_E_LOCKOUT: ::windows_sys::core::HRESULT = -2144859871i32;
12018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12019 pub const TPM_20_E_MEMORY: ::windows_sys::core::HRESULT = -2144859900i32;
12020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12021 pub const TPM_20_E_MGF: ::windows_sys::core::HRESULT = -2144862072i32;
12022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12023 pub const TPM_20_E_MODE: ::windows_sys::core::HRESULT = -2144862071i32;
12024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12025 pub const TPM_20_E_NEEDS_TEST: ::windows_sys::core::HRESULT = -2144861869i32;
12026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12027 pub const TPM_20_E_NONCE: ::windows_sys::core::HRESULT = -2144862065i32;
12028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12029 pub const TPM_20_E_NO_RESULT: ::windows_sys::core::HRESULT = -2144861868i32;
12030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12031 pub const TPM_20_E_NV_AUTHORIZATION: ::windows_sys::core::HRESULT = -2144861879i32;
12032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12033 pub const TPM_20_E_NV_DEFINED: ::windows_sys::core::HRESULT = -2144861876i32;
12034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12035 pub const TPM_20_E_NV_LOCKED: ::windows_sys::core::HRESULT = -2144861880i32;
12036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12037 pub const TPM_20_E_NV_RANGE: ::windows_sys::core::HRESULT = -2144861882i32;
12038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12039 pub const TPM_20_E_NV_RATE: ::windows_sys::core::HRESULT = -2144859872i32;
12040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12041 pub const TPM_20_E_NV_SIZE: ::windows_sys::core::HRESULT = -2144861881i32;
12042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12043 pub const TPM_20_E_NV_SPACE: ::windows_sys::core::HRESULT = -2144861877i32;
12044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12045 pub const TPM_20_E_NV_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144859869i32;
12046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12047 pub const TPM_20_E_NV_UNINITIALIZED: ::windows_sys::core::HRESULT = -2144861878i32;
12048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12049 pub const TPM_20_E_OBJECT_HANDLES: ::windows_sys::core::HRESULT = -2144859898i32;
12050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12051 pub const TPM_20_E_OBJECT_MEMORY: ::windows_sys::core::HRESULT = -2144859902i32;
12052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12053 pub const TPM_20_E_PARENT: ::windows_sys::core::HRESULT = -2144861870i32;
12054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12055 pub const TPM_20_E_PCR: ::windows_sys::core::HRESULT = -2144861913i32;
12056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12057 pub const TPM_20_E_PCR_CHANGED: ::windows_sys::core::HRESULT = -2144861912i32;
12058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12059 pub const TPM_20_E_POLICY: ::windows_sys::core::HRESULT = -2144861914i32;
12060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12061 pub const TPM_20_E_POLICY_CC: ::windows_sys::core::HRESULT = -2144862044i32;
12062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12063 pub const TPM_20_E_POLICY_FAIL: ::windows_sys::core::HRESULT = -2144862051i32;
12064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12065 pub const TPM_20_E_PP: ::windows_sys::core::HRESULT = -2144862064i32;
12066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12067 pub const TPM_20_E_PRIVATE: ::windows_sys::core::HRESULT = -2144861941i32;
12068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12069 pub const TPM_20_E_RANGE: ::windows_sys::core::HRESULT = -2144862067i32;
12070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12071 pub const TPM_20_E_REBOOT: ::windows_sys::core::HRESULT = -2144861904i32;
12072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12073 pub const TPM_20_E_RESERVED_BITS: ::windows_sys::core::HRESULT = -2144862047i32;
12074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12075 pub const TPM_20_E_RETRY: ::windows_sys::core::HRESULT = -2144859870i32;
12076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12077 pub const TPM_20_E_SCHEME: ::windows_sys::core::HRESULT = -2144862062i32;
12078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12079 pub const TPM_20_E_SELECTOR: ::windows_sys::core::HRESULT = -2144862056i32;
12080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12081 pub const TPM_20_E_SENSITIVE: ::windows_sys::core::HRESULT = -2144861867i32;
12082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12083 pub const TPM_20_E_SEQUENCE: ::windows_sys::core::HRESULT = -2144861949i32;
12084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12085 pub const TPM_20_E_SESSION_HANDLES: ::windows_sys::core::HRESULT = -2144859899i32;
12086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12087 pub const TPM_20_E_SESSION_MEMORY: ::windows_sys::core::HRESULT = -2144859901i32;
12088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12089 pub const TPM_20_E_SIGNATURE: ::windows_sys::core::HRESULT = -2144862053i32;
12090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12091 pub const TPM_20_E_SIZE: ::windows_sys::core::HRESULT = -2144862059i32;
12092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12093 pub const TPM_20_E_SYMMETRIC: ::windows_sys::core::HRESULT = -2144862058i32;
12094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12095 pub const TPM_20_E_TAG: ::windows_sys::core::HRESULT = -2144862057i32;
12096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12097 pub const TPM_20_E_TESTING: ::windows_sys::core::HRESULT = -2144859894i32;
12098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12099 pub const TPM_20_E_TICKET: ::windows_sys::core::HRESULT = -2144862048i32;
12100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12101 pub const TPM_20_E_TOO_MANY_CONTEXTS: ::windows_sys::core::HRESULT = -2144861906i32;
12102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12103 pub const TPM_20_E_TYPE: ::windows_sys::core::HRESULT = -2144862070i32;
12104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12105 pub const TPM_20_E_UNBALANCED: ::windows_sys::core::HRESULT = -2144861903i32;
12106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12107 pub const TPM_20_E_UPGRADE: ::windows_sys::core::HRESULT = -2144861907i32;
12108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12109 pub const TPM_20_E_VALUE: ::windows_sys::core::HRESULT = -2144862076i32;
12110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12111 pub const TPM_20_E_YIELDED: ::windows_sys::core::HRESULT = -2144859896i32;
12112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12113 pub const TPM_E_AREA_LOCKED: ::windows_sys::core::HRESULT = -2144862148i32;
12114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12115 pub const TPM_E_ATTESTATION_CHALLENGE_NOT_SET: ::windows_sys::core::HRESULT = -2144795630i32;
12116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12117 pub const TPM_E_AUDITFAILURE: ::windows_sys::core::HRESULT = -2144862204i32;
12118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12119 pub const TPM_E_AUDITFAIL_SUCCESSFUL: ::windows_sys::core::HRESULT = -2144862159i32;
12120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12121 pub const TPM_E_AUDITFAIL_UNSUCCESSFUL: ::windows_sys::core::HRESULT = -2144862160i32;
12122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12123 pub const TPM_E_AUTH2FAIL: ::windows_sys::core::HRESULT = -2144862179i32;
12124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12125 pub const TPM_E_AUTHFAIL: ::windows_sys::core::HRESULT = -2144862207i32;
12126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12127 pub const TPM_E_AUTH_CONFLICT: ::windows_sys::core::HRESULT = -2144862149i32;
12128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12129 pub const TPM_E_BADCONTEXT: ::windows_sys::core::HRESULT = -2144862118i32;
12130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12131 pub const TPM_E_BADINDEX: ::windows_sys::core::HRESULT = -2144862206i32;
12132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12133 pub const TPM_E_BADTAG: ::windows_sys::core::HRESULT = -2144862178i32;
12134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12135 pub const TPM_E_BAD_ATTRIBUTES: ::windows_sys::core::HRESULT = -2144862142i32;
12136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12137 pub const TPM_E_BAD_COUNTER: ::windows_sys::core::HRESULT = -2144862139i32;
12138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12139 pub const TPM_E_BAD_DATASIZE: ::windows_sys::core::HRESULT = -2144862165i32;
12140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12141 pub const TPM_E_BAD_DELEGATE: ::windows_sys::core::HRESULT = -2144862119i32;
12142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12143 pub const TPM_E_BAD_HANDLE: ::windows_sys::core::HRESULT = -2144862120i32;
12144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12145 pub const TPM_E_BAD_KEY_PROPERTY: ::windows_sys::core::HRESULT = -2144862168i32;
12146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12147 pub const TPM_E_BAD_LOCALITY: ::windows_sys::core::HRESULT = -2144862147i32;
12148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12149 pub const TPM_E_BAD_MIGRATION: ::windows_sys::core::HRESULT = -2144862167i32;
12150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12151 pub const TPM_E_BAD_MODE: ::windows_sys::core::HRESULT = -2144862164i32;
12152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12153 pub const TPM_E_BAD_ORDINAL: ::windows_sys::core::HRESULT = -2144862198i32;
12154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12155 pub const TPM_E_BAD_PARAMETER: ::windows_sys::core::HRESULT = -2144862205i32;
12156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12157 pub const TPM_E_BAD_PARAM_SIZE: ::windows_sys::core::HRESULT = -2144862183i32;
12158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12159 pub const TPM_E_BAD_PRESENCE: ::windows_sys::core::HRESULT = -2144862163i32;
12160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12161 pub const TPM_E_BAD_SCHEME: ::windows_sys::core::HRESULT = -2144862166i32;
12162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12163 pub const TPM_E_BAD_SIGNATURE: ::windows_sys::core::HRESULT = -2144862110i32;
12164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12165 pub const TPM_E_BAD_TYPE: ::windows_sys::core::HRESULT = -2144862156i32;
12166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12167 pub const TPM_E_BAD_VERSION: ::windows_sys::core::HRESULT = -2144862162i32;
12168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12169 pub const TPM_E_BUFFER_LENGTH_MISMATCH: ::windows_sys::core::HRESULT = -2144795618i32;
12170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12171 pub const TPM_E_CLAIM_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795620i32;
12172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12173 pub const TPM_E_CLEAR_DISABLED: ::windows_sys::core::HRESULT = -2144862203i32;
12174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12175 pub const TPM_E_COMMAND_BLOCKED: ::windows_sys::core::HRESULT = -2144861184i32;
12176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12177 pub const TPM_E_CONTEXT_GAP: ::windows_sys::core::HRESULT = -2144862137i32;
12178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12179 pub const TPM_E_DAA_INPUT_DATA0: ::windows_sys::core::HRESULT = -2144862127i32;
12180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12181 pub const TPM_E_DAA_INPUT_DATA1: ::windows_sys::core::HRESULT = -2144862126i32;
12182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12183 pub const TPM_E_DAA_ISSUER_SETTINGS: ::windows_sys::core::HRESULT = -2144862125i32;
12184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12185 pub const TPM_E_DAA_ISSUER_VALIDITY: ::windows_sys::core::HRESULT = -2144862122i32;
12186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12187 pub const TPM_E_DAA_RESOURCES: ::windows_sys::core::HRESULT = -2144862128i32;
12188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12189 pub const TPM_E_DAA_STAGE: ::windows_sys::core::HRESULT = -2144862123i32;
12190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12191 pub const TPM_E_DAA_TPM_SETTINGS: ::windows_sys::core::HRESULT = -2144862124i32;
12192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12193 pub const TPM_E_DAA_WRONG_W: ::windows_sys::core::HRESULT = -2144862121i32;
12194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12195 pub const TPM_E_DEACTIVATED: ::windows_sys::core::HRESULT = -2144862202i32;
12196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12197 pub const TPM_E_DECRYPT_ERROR: ::windows_sys::core::HRESULT = -2144862175i32;
12198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12199 pub const TPM_E_DEFEND_LOCK_RUNNING: ::windows_sys::core::HRESULT = -2144860157i32;
12200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12201 pub const TPM_E_DELEGATE_ADMIN: ::windows_sys::core::HRESULT = -2144862131i32;
12202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12203 pub const TPM_E_DELEGATE_FAMILY: ::windows_sys::core::HRESULT = -2144862132i32;
12204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12205 pub const TPM_E_DELEGATE_LOCK: ::windows_sys::core::HRESULT = -2144862133i32;
12206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12207 pub const TPM_E_DISABLED: ::windows_sys::core::HRESULT = -2144862201i32;
12208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12209 pub const TPM_E_DISABLED_CMD: ::windows_sys::core::HRESULT = -2144862200i32;
12210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12211 pub const TPM_E_DOING_SELFTEST: ::windows_sys::core::HRESULT = -2144860158i32;
12212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12213 pub const TPM_E_DUPLICATE_VHANDLE: ::windows_sys::core::HRESULT = -2144861182i32;
12214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12215 pub const TPM_E_EMBEDDED_COMMAND_BLOCKED: ::windows_sys::core::HRESULT = -2144861181i32;
12216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12217 pub const TPM_E_EMBEDDED_COMMAND_UNSUPPORTED: ::windows_sys::core::HRESULT = -2144861180i32;
12218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12219 pub const TPM_E_ENCRYPT_ERROR: ::windows_sys::core::HRESULT = -2144862176i32;
12220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12221 pub const TPM_E_ERROR_MASK: ::windows_sys::core::HRESULT = -2144862208i32;
12222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12223 pub const TPM_E_FAIL: ::windows_sys::core::HRESULT = -2144862199i32;
12224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12225 pub const TPM_E_FAILEDSELFTEST: ::windows_sys::core::HRESULT = -2144862180i32;
12226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12227 pub const TPM_E_FAMILYCOUNT: ::windows_sys::core::HRESULT = -2144862144i32;
12228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12229 pub const TPM_E_INAPPROPRIATE_ENC: ::windows_sys::core::HRESULT = -2144862194i32;
12230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12231 pub const TPM_E_INAPPROPRIATE_SIG: ::windows_sys::core::HRESULT = -2144862169i32;
12232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12233 pub const TPM_E_INSTALL_DISABLED: ::windows_sys::core::HRESULT = -2144862197i32;
12234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12235 pub const TPM_E_INVALID_AUTHHANDLE: ::windows_sys::core::HRESULT = -2144862174i32;
12236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12237 pub const TPM_E_INVALID_FAMILY: ::windows_sys::core::HRESULT = -2144862153i32;
12238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12239 pub const TPM_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2144861183i32;
12240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12241 pub const TPM_E_INVALID_KEYHANDLE: ::windows_sys::core::HRESULT = -2144862196i32;
12242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12243 pub const TPM_E_INVALID_KEYUSAGE: ::windows_sys::core::HRESULT = -2144862172i32;
12244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12245 pub const TPM_E_INVALID_OWNER_AUTH: ::windows_sys::core::HRESULT = -2144795135i32;
12246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12247 pub const TPM_E_INVALID_PCR_INFO: ::windows_sys::core::HRESULT = -2144862192i32;
12248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12249 pub const TPM_E_INVALID_POSTINIT: ::windows_sys::core::HRESULT = -2144862170i32;
12250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12251 pub const TPM_E_INVALID_RESOURCE: ::windows_sys::core::HRESULT = -2144862155i32;
12252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12253 pub const TPM_E_INVALID_STRUCTURE: ::windows_sys::core::HRESULT = -2144862141i32;
12254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12255 pub const TPM_E_IOERROR: ::windows_sys::core::HRESULT = -2144862177i32;
12256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12257 pub const TPM_E_KEYNOTFOUND: ::windows_sys::core::HRESULT = -2144862195i32;
12258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12259 pub const TPM_E_KEY_ALREADY_FINALIZED: ::windows_sys::core::HRESULT = -2144795628i32;
12260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12261 pub const TPM_E_KEY_NOTSUPPORTED: ::windows_sys::core::HRESULT = -2144862150i32;
12262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12263 pub const TPM_E_KEY_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2144795624i32;
12264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12265 pub const TPM_E_KEY_NOT_FINALIZED: ::windows_sys::core::HRESULT = -2144795631i32;
12266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12267 pub const TPM_E_KEY_NOT_LOADED: ::windows_sys::core::HRESULT = -2144795633i32;
12268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12269 pub const TPM_E_KEY_NOT_SIGNING_KEY: ::windows_sys::core::HRESULT = -2144795622i32;
12270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12271 pub const TPM_E_KEY_OWNER_CONTROL: ::windows_sys::core::HRESULT = -2144862140i32;
12272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12273 pub const TPM_E_KEY_USAGE_POLICY_INVALID: ::windows_sys::core::HRESULT = -2144795626i32;
12274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12275 pub const TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795627i32;
12276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12277 pub const TPM_E_LOCKED_OUT: ::windows_sys::core::HRESULT = -2144795621i32;
12278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12279 pub const TPM_E_MAXNVWRITES: ::windows_sys::core::HRESULT = -2144862136i32;
12280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12281 pub const TPM_E_MA_AUTHORITY: ::windows_sys::core::HRESULT = -2144862113i32;
12282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12283 pub const TPM_E_MA_DESTINATION: ::windows_sys::core::HRESULT = -2144862115i32;
12284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12285 pub const TPM_E_MA_SOURCE: ::windows_sys::core::HRESULT = -2144862114i32;
12286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12287 pub const TPM_E_MA_TICKET_SIGNATURE: ::windows_sys::core::HRESULT = -2144862116i32;
12288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12289 pub const TPM_E_MIGRATEFAIL: ::windows_sys::core::HRESULT = -2144862193i32;
12290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12291 pub const TPM_E_NEEDS_SELFTEST: ::windows_sys::core::HRESULT = -2144860159i32;
12292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12293 pub const TPM_E_NOCONTEXTSPACE: ::windows_sys::core::HRESULT = -2144862109i32;
12294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12295 pub const TPM_E_NOOPERATOR: ::windows_sys::core::HRESULT = -2144862135i32;
12296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12297 pub const TPM_E_NOSPACE: ::windows_sys::core::HRESULT = -2144862191i32;
12298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12299 pub const TPM_E_NOSRK: ::windows_sys::core::HRESULT = -2144862190i32;
12300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12301 pub const TPM_E_NOTFIPS: ::windows_sys::core::HRESULT = -2144862154i32;
12302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12303 pub const TPM_E_NOTLOCAL: ::windows_sys::core::HRESULT = -2144862157i32;
12304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12305 pub const TPM_E_NOTRESETABLE: ::windows_sys::core::HRESULT = -2144862158i32;
12306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12307 pub const TPM_E_NOTSEALED_BLOB: ::windows_sys::core::HRESULT = -2144862189i32;
12308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12309 pub const TPM_E_NOT_FULLWRITE: ::windows_sys::core::HRESULT = -2144862138i32;
12310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12311 pub const TPM_E_NOT_PCR_BOUND: ::windows_sys::core::HRESULT = -2144795629i32;
12312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12313 pub const TPM_E_NO_ENDORSEMENT: ::windows_sys::core::HRESULT = -2144862173i32;
12314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12315 pub const TPM_E_NO_KEY_CERTIFICATION: ::windows_sys::core::HRESULT = -2144795632i32;
12316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12317 pub const TPM_E_NO_NV_PERMISSION: ::windows_sys::core::HRESULT = -2144862152i32;
12318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12319 pub const TPM_E_NO_WRAP_TRANSPORT: ::windows_sys::core::HRESULT = -2144862161i32;
12320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12321 pub const TPM_E_OWNER_CONTROL: ::windows_sys::core::HRESULT = -2144862129i32;
12322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12323 pub const TPM_E_OWNER_SET: ::windows_sys::core::HRESULT = -2144862188i32;
12324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12325 pub const TPM_E_PCP_AUTHENTICATION_FAILED: ::windows_sys::core::HRESULT = -2144795640i32;
12326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12327 pub const TPM_E_PCP_AUTHENTICATION_IGNORED: ::windows_sys::core::HRESULT = -2144795639i32;
12328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12329 pub const TPM_E_PCP_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144795642i32;
12330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12331 pub const TPM_E_PCP_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2144795647i32;
12332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12333 pub const TPM_E_PCP_ERROR_MASK: ::windows_sys::core::HRESULT = -2144795648i32;
12334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12335 pub const TPM_E_PCP_FLAG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795644i32;
12336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12337 pub const TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED: ::windows_sys::core::HRESULT = -2144795617i32;
12338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12339 pub const TPM_E_PCP_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144795641i32;
12340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12341 pub const TPM_E_PCP_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2144795646i32;
12342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12343 pub const TPM_E_PCP_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144795645i32;
12344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12345 pub const TPM_E_PCP_KEY_HANDLE_INVALIDATED: ::windows_sys::core::HRESULT = -2144795614i32;
12346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12347 pub const TPM_E_PCP_KEY_NOT_AIK: ::windows_sys::core::HRESULT = -2144795623i32;
12348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12349 pub const TPM_E_PCP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795643i32;
12350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12351 pub const TPM_E_PCP_PLATFORM_CLAIM_MAY_BE_OUTDATED: ::windows_sys::core::HRESULT = 1076429860i32;
12352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12353 pub const TPM_E_PCP_PLATFORM_CLAIM_OUTDATED: ::windows_sys::core::HRESULT = 1076429861i32;
12354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12355 pub const TPM_E_PCP_PLATFORM_CLAIM_REBOOT: ::windows_sys::core::HRESULT = 1076429862i32;
12356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12357 pub const TPM_E_PCP_POLICY_NOT_FOUND: ::windows_sys::core::HRESULT = -2144795638i32;
12358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12359 pub const TPM_E_PCP_PROFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2144795637i32;
12360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12361 pub const TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795615i32;
12362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12363 pub const TPM_E_PCP_TICKET_MISSING: ::windows_sys::core::HRESULT = -2144795616i32;
12364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12365 pub const TPM_E_PCP_UNSUPPORTED_PSS_SALT: ::windows_sys::core::HRESULT = 1076429859i32;
12366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12367 pub const TPM_E_PCP_VALIDATION_FAILED: ::windows_sys::core::HRESULT = -2144795636i32;
12368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12369 pub const TPM_E_PCP_WRONG_PARENT: ::windows_sys::core::HRESULT = -2144795634i32;
12370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12371 pub const TPM_E_PERMANENTEK: ::windows_sys::core::HRESULT = -2144862111i32;
12372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12373 pub const TPM_E_PER_NOWRITE: ::windows_sys::core::HRESULT = -2144862145i32;
12374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12375 pub const TPM_E_PPI_ACPI_FAILURE: ::windows_sys::core::HRESULT = -2144795904i32;
12376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12377 pub const TPM_E_PPI_BIOS_FAILURE: ::windows_sys::core::HRESULT = -2144795902i32;
12378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12379 pub const TPM_E_PPI_BLOCKED_IN_BIOS: ::windows_sys::core::HRESULT = -2144795900i32;
12380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12381 pub const TPM_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795901i32;
12382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12383 pub const TPM_E_PPI_USER_ABORT: ::windows_sys::core::HRESULT = -2144795903i32;
12384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12385 pub const TPM_E_PROVISIONING_INCOMPLETE: ::windows_sys::core::HRESULT = -2144795136i32;
12386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12387 pub const TPM_E_READ_ONLY: ::windows_sys::core::HRESULT = -2144862146i32;
12388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12389 pub const TPM_E_REQUIRES_SIGN: ::windows_sys::core::HRESULT = -2144862151i32;
12390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12391 pub const TPM_E_RESOURCEMISSING: ::windows_sys::core::HRESULT = -2144862134i32;
12392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12393 pub const TPM_E_RESOURCES: ::windows_sys::core::HRESULT = -2144862187i32;
12394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12395 pub const TPM_E_RETRY: ::windows_sys::core::HRESULT = -2144860160i32;
12396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12397 pub const TPM_E_SHA_ERROR: ::windows_sys::core::HRESULT = -2144862181i32;
12398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12399 pub const TPM_E_SHA_THREAD: ::windows_sys::core::HRESULT = -2144862182i32;
12400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12401 pub const TPM_E_SHORTRANDOM: ::windows_sys::core::HRESULT = -2144862186i32;
12402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12403 pub const TPM_E_SIZE: ::windows_sys::core::HRESULT = -2144862185i32;
12404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12405 pub const TPM_E_SOFT_KEY_ERROR: ::windows_sys::core::HRESULT = -2144795625i32;
12406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12407 pub const TPM_E_TOOMANYCONTEXTS: ::windows_sys::core::HRESULT = -2144862117i32;
12408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12409 pub const TPM_E_TOO_MUCH_DATA: ::windows_sys::core::HRESULT = -2144795134i32;
12410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12411 pub const TPM_E_TRANSPORT_NOTEXCLUSIVE: ::windows_sys::core::HRESULT = -2144862130i32;
12412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12413 pub const TPM_E_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795619i32;
12414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12415 pub const TPM_E_WRITE_LOCKED: ::windows_sys::core::HRESULT = -2144862143i32;
12416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12417 pub const TPM_E_WRONGPCRVAL: ::windows_sys::core::HRESULT = -2144862184i32;
12418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12419 pub const TPM_E_WRONG_ENTITYTYPE: ::windows_sys::core::HRESULT = -2144862171i32;
12420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12421 pub const TPM_E_ZERO_EXHAUST_ENABLED: ::windows_sys::core::HRESULT = -2144795392i32;
12422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12423 pub const TRUST_E_ACTION_UNKNOWN: ::windows_sys::core::HRESULT = -2146762750i32;
12424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12425 pub const TRUST_E_BAD_DIGEST: ::windows_sys::core::HRESULT = -2146869232i32;
12426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12427 pub const TRUST_E_BASIC_CONSTRAINTS: ::windows_sys::core::HRESULT = -2146869223i32;
12428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12429 pub const TRUST_E_CERT_SIGNATURE: ::windows_sys::core::HRESULT = -2146869244i32;
12430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12431 pub const TRUST_E_COUNTER_SIGNER: ::windows_sys::core::HRESULT = -2146869245i32;
12432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12433 pub const TRUST_E_EXPLICIT_DISTRUST: ::windows_sys::core::HRESULT = -2146762479i32;
12434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12435 pub const TRUST_E_FAIL: ::windows_sys::core::HRESULT = -2146762485i32;
12436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12437 pub const TRUST_E_FINANCIAL_CRITERIA: ::windows_sys::core::HRESULT = -2146869218i32;
12438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12439 pub const TRUST_E_MALFORMED_SIGNATURE: ::windows_sys::core::HRESULT = -2146869231i32;
12440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12441 pub const TRUST_E_NOSIGNATURE: ::windows_sys::core::HRESULT = -2146762496i32;
12442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12443 pub const TRUST_E_NO_SIGNER_CERT: ::windows_sys::core::HRESULT = -2146869246i32;
12444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12445 pub const TRUST_E_PROVIDER_UNKNOWN: ::windows_sys::core::HRESULT = -2146762751i32;
12446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12447 pub const TRUST_E_SUBJECT_FORM_UNKNOWN: ::windows_sys::core::HRESULT = -2146762749i32;
12448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12449 pub const TRUST_E_SUBJECT_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2146762748i32;
12450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12451 pub const TRUST_E_SYSTEM_ERROR: ::windows_sys::core::HRESULT = -2146869247i32;
12452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12453 pub const TRUST_E_TIME_STAMP: ::windows_sys::core::HRESULT = -2146869243i32;
12454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12455 pub const TYPE_E_AMBIGUOUSNAME: ::windows_sys::core::HRESULT = -2147319764i32;
12456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12457 pub const TYPE_E_BADMODULEKIND: ::windows_sys::core::HRESULT = -2147317571i32;
12458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12459 pub const TYPE_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147319786i32;
12460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12461 pub const TYPE_E_CANTCREATETMPFILE: ::windows_sys::core::HRESULT = -2147316573i32;
12462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12463 pub const TYPE_E_CANTLOADLIBRARY: ::windows_sys::core::HRESULT = -2147312566i32;
12464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12465 pub const TYPE_E_CIRCULARTYPE: ::windows_sys::core::HRESULT = -2147312508i32;
12466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12467 pub const TYPE_E_DLLFUNCTIONNOTFOUND: ::windows_sys::core::HRESULT = -2147319761i32;
12468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12469 pub const TYPE_E_DUPLICATEID: ::windows_sys::core::HRESULT = -2147317562i32;
12470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12471 pub const TYPE_E_ELEMENTNOTFOUND: ::windows_sys::core::HRESULT = -2147319765i32;
12472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12473 pub const TYPE_E_FIELDNOTFOUND: ::windows_sys::core::HRESULT = -2147319785i32;
12474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12475 pub const TYPE_E_INCONSISTENTPROPFUNCS: ::windows_sys::core::HRESULT = -2147312509i32;
12476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12477 pub const TYPE_E_INVALIDID: ::windows_sys::core::HRESULT = -2147317553i32;
12478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12479 pub const TYPE_E_INVALIDSTATE: ::windows_sys::core::HRESULT = -2147319767i32;
12480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12481 pub const TYPE_E_INVDATAREAD: ::windows_sys::core::HRESULT = -2147319784i32;
12482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12483 pub const TYPE_E_IOERROR: ::windows_sys::core::HRESULT = -2147316574i32;
12484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12485 pub const TYPE_E_LIBNOTREGISTERED: ::windows_sys::core::HRESULT = -2147319779i32;
12486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12487 pub const TYPE_E_NAMECONFLICT: ::windows_sys::core::HRESULT = -2147319763i32;
12488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12489 pub const TYPE_E_OUTOFBOUNDS: ::windows_sys::core::HRESULT = -2147316575i32;
12490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12491 pub const TYPE_E_QUALIFIEDNAMEDISALLOWED: ::windows_sys::core::HRESULT = -2147319768i32;
12492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12493 pub const TYPE_E_REGISTRYACCESS: ::windows_sys::core::HRESULT = -2147319780i32;
12494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12495 pub const TYPE_E_SIZETOOBIG: ::windows_sys::core::HRESULT = -2147317563i32;
12496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12497 pub const TYPE_E_TYPEMISMATCH: ::windows_sys::core::HRESULT = -2147316576i32;
12498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12499 pub const TYPE_E_UNDEFINEDTYPE: ::windows_sys::core::HRESULT = -2147319769i32;
12500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12501 pub const TYPE_E_UNKNOWNLCID: ::windows_sys::core::HRESULT = -2147319762i32;
12502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12503 pub const TYPE_E_UNSUPFORMAT: ::windows_sys::core::HRESULT = -2147319783i32;
12504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12505 pub const TYPE_E_WRONGTYPEKIND: ::windows_sys::core::HRESULT = -2147319766i32;
12506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12507 pub const UCEERR_BLOCKSFULL: ::windows_sys::core::HRESULT = -2003303415i32;
12508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12509 pub const UCEERR_CHANNELSYNCABANDONED: ::windows_sys::core::HRESULT = -2003303404i32;
12510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12511 pub const UCEERR_CHANNELSYNCTIMEDOUT: ::windows_sys::core::HRESULT = -2003303405i32;
12512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12513 pub const UCEERR_COMMANDTRANSPORTDENIED: ::windows_sys::core::HRESULT = -2003303400i32;
12514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12515 pub const UCEERR_CONNECTIONIDLOOKUPFAILED: ::windows_sys::core::HRESULT = -2003303416i32;
12516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12517 pub const UCEERR_CTXSTACKFRSTTARGETNULL: ::windows_sys::core::HRESULT = -2003303417i32;
12518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12519 pub const UCEERR_FEEDBACK_UNSUPPORTED: ::windows_sys::core::HRESULT = -2003303401i32;
12520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12521 pub const UCEERR_GRAPHICSSTREAMALREADYOPEN: ::windows_sys::core::HRESULT = -2003303392i32;
12522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12523 pub const UCEERR_GRAPHICSSTREAMUNAVAILABLE: ::windows_sys::core::HRESULT = -2003303399i32;
12524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12525 pub const UCEERR_HANDLELOOKUPFAILED: ::windows_sys::core::HRESULT = -2003303419i32;
12526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12527 pub const UCEERR_ILLEGALHANDLE: ::windows_sys::core::HRESULT = -2003303420i32;
12528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12529 pub const UCEERR_ILLEGALPACKET: ::windows_sys::core::HRESULT = -2003303422i32;
12530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12531 pub const UCEERR_ILLEGALRECORDTYPE: ::windows_sys::core::HRESULT = -2003303412i32;
12532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12533 pub const UCEERR_INVALIDPACKETHEADER: ::windows_sys::core::HRESULT = -2003303424i32;
12534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12535 pub const UCEERR_MALFORMEDPACKET: ::windows_sys::core::HRESULT = -2003303421i32;
12536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12537 pub const UCEERR_MEMORYFAILURE: ::windows_sys::core::HRESULT = -2003303414i32;
12538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12539 pub const UCEERR_MISSINGBEGINCOMMAND: ::windows_sys::core::HRESULT = -2003303406i32;
12540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12541 pub const UCEERR_MISSINGENDCOMMAND: ::windows_sys::core::HRESULT = -2003303407i32;
12542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12543 pub const UCEERR_NO_MULTIPLE_WORKER_THREADS: ::windows_sys::core::HRESULT = -2003303409i32;
12544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12545 pub const UCEERR_OUTOFHANDLES: ::windows_sys::core::HRESULT = -2003303411i32;
12546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12547 pub const UCEERR_PACKETRECORDOUTOFRANGE: ::windows_sys::core::HRESULT = -2003303413i32;
12548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12549 pub const UCEERR_PARTITION_ZOMBIED: ::windows_sys::core::HRESULT = -2003303389i32;
12550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12551 pub const UCEERR_REMOTINGNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003303408i32;
12552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12553 pub const UCEERR_RENDERTHREADFAILURE: ::windows_sys::core::HRESULT = -2003303418i32;
12554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12555 pub const UCEERR_TRANSPORTDISCONNECTED: ::windows_sys::core::HRESULT = -2003303391i32;
12556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12557 pub const UCEERR_TRANSPORTOVERLOADED: ::windows_sys::core::HRESULT = -2003303390i32;
12558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12559 pub const UCEERR_TRANSPORTUNAVAILABLE: ::windows_sys::core::HRESULT = -2003303402i32;
12560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12561 pub const UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED: ::windows_sys::core::HRESULT = -2003303410i32;
12562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12563 pub const UCEERR_UNKNOWNPACKET: ::windows_sys::core::HRESULT = -2003303423i32;
12564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12565 pub const UCEERR_UNSUPPORTEDTRANSPORTVERSION: ::windows_sys::core::HRESULT = -2003303403i32;
12566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12567 pub const UI_E_AMBIGUOUS_MATCH: ::windows_sys::core::HRESULT = -2144731126i32;
12568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12569 pub const UI_E_BOOLEAN_EXPECTED: ::windows_sys::core::HRESULT = -2144731128i32;
12570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12571 pub const UI_E_CREATE_FAILED: ::windows_sys::core::HRESULT = -2144731135i32;
12572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12573 pub const UI_E_DIFFERENT_OWNER: ::windows_sys::core::HRESULT = -2144731127i32;
12574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12575 pub const UI_E_END_KEYFRAME_NOT_DETERMINED: ::windows_sys::core::HRESULT = -2144730876i32;
12576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12577 pub const UI_E_FP_OVERFLOW: ::windows_sys::core::HRESULT = -2144731125i32;
12578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12579 pub const UI_E_ILLEGAL_REENTRANCY: ::windows_sys::core::HRESULT = -2144731133i32;
12580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12581 pub const UI_E_INVALID_DIMENSION: ::windows_sys::core::HRESULT = -2144730869i32;
12582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12583 pub const UI_E_INVALID_OUTPUT: ::windows_sys::core::HRESULT = -2144731129i32;
12584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12585 pub const UI_E_LOOPS_OVERLAP: ::windows_sys::core::HRESULT = -2144730875i32;
12586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12587 pub const UI_E_OBJECT_SEALED: ::windows_sys::core::HRESULT = -2144731132i32;
12588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12589 pub const UI_E_PRIMITIVE_OUT_OF_BOUNDS: ::windows_sys::core::HRESULT = -2144730868i32;
12590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12591 pub const UI_E_SHUTDOWN_CALLED: ::windows_sys::core::HRESULT = -2144731134i32;
12592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12593 pub const UI_E_START_KEYFRAME_AFTER_END: ::windows_sys::core::HRESULT = -2144730877i32;
12594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12595 pub const UI_E_STORYBOARD_ACTIVE: ::windows_sys::core::HRESULT = -2144730879i32;
12596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12597 pub const UI_E_STORYBOARD_NOT_PLAYING: ::windows_sys::core::HRESULT = -2144730878i32;
12598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12599 pub const UI_E_TIMER_CLIENT_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = -2144730870i32;
12600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12601 pub const UI_E_TIME_BEFORE_LAST_UPDATE: ::windows_sys::core::HRESULT = -2144730871i32;
12602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12603 pub const UI_E_TRANSITION_ALREADY_USED: ::windows_sys::core::HRESULT = -2144730874i32;
12604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12605 pub const UI_E_TRANSITION_ECLIPSED: ::windows_sys::core::HRESULT = -2144730872i32;
12606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12607 pub const UI_E_TRANSITION_NOT_IN_STORYBOARD: ::windows_sys::core::HRESULT = -2144730873i32;
12608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12609 pub const UI_E_VALUE_NOT_DETERMINED: ::windows_sys::core::HRESULT = -2144731130i32;
12610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12611 pub const UI_E_VALUE_NOT_SET: ::windows_sys::core::HRESULT = -2144731131i32;
12612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12613 pub const UI_E_WINDOW_CLOSED: ::windows_sys::core::HRESULT = -2144730623i32;
12614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12615 pub const UI_E_WRONG_THREAD: ::windows_sys::core::HRESULT = -2144731124i32;
12616 #[repr(C)]
12617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12618 pub struct UNICODE_STRING {
12619 pub Length: u16,
12620 pub MaximumLength: u16,
12621 pub Buffer: ::windows_sys::core::PWSTR,
12622 }
12623 impl ::core::marker::Copy for UNICODE_STRING {}
12624 impl ::core::clone::Clone for UNICODE_STRING {
12625 fn clone(&self) -> Self {
12626 *self
12627 }
12628 }
12629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12630 pub const UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION: ::windows_sys::core::HRESULT = -2017128380i32;
12631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12632 pub const UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE: ::windows_sys::core::HRESULT = -2017128363i32;
12633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12634 pub const UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT: ::windows_sys::core::HRESULT = -2017128446i32;
12635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12636 pub const UTC_E_AOT_NOT_RUNNING: ::windows_sys::core::HRESULT = -2017128445i32;
12637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12638 pub const UTC_E_API_BUSY: ::windows_sys::core::HRESULT = -2017128405i32;
12639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12640 pub const UTC_E_API_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2017128388i32;
12641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12642 pub const UTC_E_API_RESULT_UNAVAILABLE: ::windows_sys::core::HRESULT = -2017128408i32;
12643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12644 pub const UTC_E_BINARY_MISSING: ::windows_sys::core::HRESULT = -2017128396i32;
12645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12646 pub const UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML: ::windows_sys::core::HRESULT = -2017128417i32;
12647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12648 pub const UTC_E_CERT_REV_FAILED: ::windows_sys::core::HRESULT = -2017128385i32;
12649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12650 pub const UTC_E_CHILD_PROCESS_FAILED: ::windows_sys::core::HRESULT = -2017128419i32;
12651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12652 pub const UTC_E_COMMAND_LINE_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128418i32;
12653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12654 pub const UTC_E_DELAY_TERMINATED: ::windows_sys::core::HRESULT = -2017128411i32;
12655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12656 pub const UTC_E_DEVICE_TICKET_ERROR: ::windows_sys::core::HRESULT = -2017128410i32;
12657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12658 pub const UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128438i32;
12659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12660 pub const UTC_E_ESCALATION_ALREADY_RUNNING: ::windows_sys::core::HRESULT = -2017128433i32;
12661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12662 pub const UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN: ::windows_sys::core::HRESULT = -2017128358i32;
12663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12664 pub const UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2017128401i32;
12665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12666 pub const UTC_E_ESCALATION_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128421i32;
12667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12668 pub const UTC_E_ESCALATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2017128416i32;
12669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12670 pub const UTC_E_EVENTLOG_ENTRY_MALFORMED: ::windows_sys::core::HRESULT = -2017128439i32;
12671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12672 pub const UTC_E_EXCLUSIVITY_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2017128403i32;
12673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12674 pub const UTC_E_EXE_TERMINATED: ::windows_sys::core::HRESULT = -2017128422i32;
12675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12676 pub const UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS: ::windows_sys::core::HRESULT = -2017128362i32;
12677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12678 pub const UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID: ::windows_sys::core::HRESULT = -2017128394i32;
12679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12680 pub const UTC_E_FAILED_TO_START_NDISCAP: ::windows_sys::core::HRESULT = -2017128384i32;
12681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12682 pub const UTC_E_FILTER_FUNCTION_RESTRICTED: ::windows_sys::core::HRESULT = -2017128376i32;
12683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12684 pub const UTC_E_FILTER_ILLEGAL_EVAL: ::windows_sys::core::HRESULT = -2017128365i32;
12685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12686 pub const UTC_E_FILTER_INVALID_COMMAND: ::windows_sys::core::HRESULT = -2017128366i32;
12687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12688 pub const UTC_E_FILTER_INVALID_FUNCTION: ::windows_sys::core::HRESULT = -2017128368i32;
12689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12690 pub const UTC_E_FILTER_INVALID_FUNCTION_PARAMS: ::windows_sys::core::HRESULT = -2017128367i32;
12691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12692 pub const UTC_E_FILTER_INVALID_TYPE: ::windows_sys::core::HRESULT = -2017128378i32;
12693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12694 pub const UTC_E_FILTER_MISSING_ATTRIBUTE: ::windows_sys::core::HRESULT = -2017128379i32;
12695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12696 pub const UTC_E_FILTER_VARIABLE_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128377i32;
12697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12698 pub const UTC_E_FILTER_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128375i32;
12699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12700 pub const UTC_E_FORWARDER_ALREADY_DISABLED: ::windows_sys::core::HRESULT = -2017128440i32;
12701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12702 pub const UTC_E_FORWARDER_ALREADY_ENABLED: ::windows_sys::core::HRESULT = -2017128441i32;
12703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12704 pub const UTC_E_FORWARDER_PRODUCER_MISMATCH: ::windows_sys::core::HRESULT = -2017128430i32;
12705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12706 pub const UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128357i32;
12707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12708 pub const UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128387i32;
12709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12710 pub const UTC_E_GETFILE_FILE_PATH_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128402i32;
12711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12712 pub const UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE: ::windows_sys::core::HRESULT = -2017128359i32;
12713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12714 pub const UTC_E_INTENTIONAL_SCRIPT_FAILURE: ::windows_sys::core::HRESULT = -2017128429i32;
12715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12716 pub const UTC_E_INVALID_AGGREGATION_STRUCT: ::windows_sys::core::HRESULT = -2017128381i32;
12717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12718 pub const UTC_E_INVALID_CUSTOM_FILTER: ::windows_sys::core::HRESULT = -2017128436i32;
12719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12720 pub const UTC_E_INVALID_FILTER: ::windows_sys::core::HRESULT = -2017128423i32;
12721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12722 pub const UTC_E_KERNELDUMP_LIMIT_REACHED: ::windows_sys::core::HRESULT = -2017128383i32;
12723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12724 pub const UTC_E_MISSING_AGGREGATE_EVENT_TAG: ::windows_sys::core::HRESULT = -2017128382i32;
12725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12726 pub const UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE: ::windows_sys::core::HRESULT = -2017128397i32;
12727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12728 pub const UTC_E_NO_WER_LOGGER_SUPPORTED: ::windows_sys::core::HRESULT = -2017128427i32;
12729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12730 pub const UTC_E_PERFTRACK_ALREADY_TRACING: ::windows_sys::core::HRESULT = -2017128432i32;
12731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12732 pub const UTC_E_REACHED_MAX_ESCALATIONS: ::windows_sys::core::HRESULT = -2017128431i32;
12733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12734 pub const UTC_E_REESCALATED_TOO_QUICKLY: ::windows_sys::core::HRESULT = -2017128434i32;
12735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12736 pub const UTC_E_RPC_TIMEOUT: ::windows_sys::core::HRESULT = -2017128407i32;
12737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12738 pub const UTC_E_RPC_WAIT_FAILED: ::windows_sys::core::HRESULT = -2017128406i32;
12739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12740 pub const UTC_E_SCENARIODEF_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128443i32;
12741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12742 pub const UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128424i32;
12743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12744 pub const UTC_E_SCENARIO_HAS_NO_ACTIONS: ::windows_sys::core::HRESULT = -2017128361i32;
12745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12746 pub const UTC_E_SCENARIO_THROTTLED: ::windows_sys::core::HRESULT = -2017128389i32;
12747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12748 pub const UTC_E_SCRIPT_MISSING: ::windows_sys::core::HRESULT = -2017128390i32;
12749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12750 pub const UTC_E_SCRIPT_TERMINATED: ::windows_sys::core::HRESULT = -2017128437i32;
12751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12752 pub const UTC_E_SCRIPT_TYPE_INVALID: ::windows_sys::core::HRESULT = -2017128444i32;
12753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12754 pub const UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128356i32;
12755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12756 pub const UTC_E_SETUP_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128420i32;
12757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12758 pub const UTC_E_SETUP_TIMED_OUT: ::windows_sys::core::HRESULT = -2017128415i32;
12759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12760 pub const UTC_E_SIF_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2017128412i32;
12761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12762 pub const UTC_E_SQM_INIT_FAILED: ::windows_sys::core::HRESULT = -2017128428i32;
12763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12764 pub const UTC_E_THROTTLED: ::windows_sys::core::HRESULT = -2017128392i32;
12765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12766 pub const UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE: ::windows_sys::core::HRESULT = -2017128398i32;
12767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12768 pub const UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION: ::windows_sys::core::HRESULT = -2017128399i32;
12769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12770 pub const UTC_E_TIME_TRIGGER_ON_START_INVALID: ::windows_sys::core::HRESULT = -2017128400i32;
12771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12772 pub const UTC_E_TOGGLE_TRACE_STARTED: ::windows_sys::core::HRESULT = -2017128447i32;
12773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12774 pub const UTC_E_TRACEPROFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128442i32;
12775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12776 pub const UTC_E_TRACERS_DONT_EXIST: ::windows_sys::core::HRESULT = -2017128426i32;
12777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12778 pub const UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2017128409i32;
12779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12780 pub const UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET: ::windows_sys::core::HRESULT = -2017128404i32;
12781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12782 pub const UTC_E_TRACE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2017128435i32;
12783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12784 pub const UTC_E_TRACE_THROTTLED: ::windows_sys::core::HRESULT = -2017128355i32;
12785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12786 pub const UTC_E_TRIGGER_MISMATCH: ::windows_sys::core::HRESULT = -2017128414i32;
12787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12788 pub const UTC_E_TRIGGER_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128413i32;
12789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12790 pub const UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2017128386i32;
12791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12792 pub const UTC_E_TTTRACER_RETURNED_ERROR: ::windows_sys::core::HRESULT = -2017128364i32;
12793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12794 pub const UTC_E_TTTRACER_STORAGE_FULL: ::windows_sys::core::HRESULT = -2017128360i32;
12795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12796 pub const UTC_E_UNABLE_TO_RESOLVE_SESSION: ::windows_sys::core::HRESULT = -2017128393i32;
12797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12798 pub const UTC_E_UNAPPROVED_SCRIPT: ::windows_sys::core::HRESULT = -2017128391i32;
12799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12800 pub const UTC_E_WINRT_INIT_FAILED: ::windows_sys::core::HRESULT = -2017128425i32;
12801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12802 pub const VIEW_E_DRAW: ::windows_sys::core::HRESULT = -2147221184i32;
12803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12804 pub const VIEW_E_FIRST: i32 = -2147221184i32;
12805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12806 pub const VIEW_E_LAST: i32 = -2147221169i32;
12807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12808 pub const VIEW_S_ALREADY_FROZEN: ::windows_sys::core::HRESULT = 262464i32;
12809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12810 pub const VIEW_S_FIRST: i32 = 262464i32;
12811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12812 pub const VIEW_S_LAST: i32 = 262479i32;
12813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12814 pub const VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136063i32;
12815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12816 pub const VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE: ::windows_sys::core::HRESULT = -1070136058i32;
12817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12818 pub const VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1070136061i32;
12819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12820 pub const VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE: ::windows_sys::core::HRESULT = -1070136062i32;
12821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12822 pub const VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136064i32;
12823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12824 pub const VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED: ::windows_sys::core::HRESULT = -1070136059i32;
12825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12826 pub const VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED: ::windows_sys::core::HRESULT = -1070136055i32;
12827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12828 pub const VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136060i32;
12829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12830 pub const WARNING_IPSEC_MM_POLICY_PRUNED: i32 = 13024i32;
12831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12832 pub const WARNING_IPSEC_QM_POLICY_PRUNED: i32 = 13025i32;
12833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12834 pub const WARNING_NO_MD5_MIGRATION: u32 = 946u32;
12835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12836 pub const WBREAK_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2147215485i32;
12837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12838 pub const WBREAK_E_END_OF_TEXT: ::windows_sys::core::HRESULT = -2147215488i32;
12839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12840 pub const WBREAK_E_INIT_FAILED: ::windows_sys::core::HRESULT = -2147215483i32;
12841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12842 pub const WBREAK_E_QUERY_ONLY: ::windows_sys::core::HRESULT = -2147215486i32;
12843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12844 pub const WEB_E_INVALID_JSON_NUMBER: ::windows_sys::core::HRESULT = -2089484280i32;
12845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12846 pub const WEB_E_INVALID_JSON_STRING: ::windows_sys::core::HRESULT = -2089484281i32;
12847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12848 pub const WEB_E_INVALID_XML: ::windows_sys::core::HRESULT = -2089484286i32;
12849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12850 pub const WEB_E_JSON_VALUE_NOT_FOUND: ::windows_sys::core::HRESULT = -2089484279i32;
12851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12852 pub const WEB_E_MISSING_REQUIRED_ATTRIBUTE: ::windows_sys::core::HRESULT = -2089484284i32;
12853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12854 pub const WEB_E_MISSING_REQUIRED_ELEMENT: ::windows_sys::core::HRESULT = -2089484285i32;
12855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12856 pub const WEB_E_RESOURCE_TOO_LARGE: ::windows_sys::core::HRESULT = -2089484282i32;
12857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12858 pub const WEB_E_UNEXPECTED_CONTENT: ::windows_sys::core::HRESULT = -2089484283i32;
12859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12860 pub const WEB_E_UNSUPPORTED_FORMAT: ::windows_sys::core::HRESULT = -2089484287i32;
12861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12862 pub const WEP_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2013200375i32;
12863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12864 pub const WEP_E_FIXED_DATA_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2013200382i32;
12865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12866 pub const WEP_E_HARDWARE_NOT_COMPLIANT: ::windows_sys::core::HRESULT = -2013200381i32;
12867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12868 pub const WEP_E_LOCK_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2013200380i32;
12869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12870 pub const WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES: ::windows_sys::core::HRESULT = -2013200383i32;
12871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12872 pub const WEP_E_NO_LICENSE: ::windows_sys::core::HRESULT = -2013200378i32;
12873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12874 pub const WEP_E_OS_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2013200377i32;
12875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12876 pub const WEP_E_PROTECTION_SUSPENDED: ::windows_sys::core::HRESULT = -2013200379i32;
12877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12878 pub const WEP_E_UNEXPECTED_FAIL: ::windows_sys::core::HRESULT = -2013200376i32;
12879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12880 pub const WER_E_ALREADY_REPORTING: ::windows_sys::core::HRESULT = -2145681404i32;
12881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12882 pub const WER_E_CANCELED: ::windows_sys::core::HRESULT = -2145681407i32;
12883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12884 pub const WER_E_CRASH_FAILURE: ::windows_sys::core::HRESULT = -2145681408i32;
12885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12886 pub const WER_E_DUMP_THROTTLED: ::windows_sys::core::HRESULT = -2145681403i32;
12887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12888 pub const WER_E_INSUFFICIENT_CONSENT: ::windows_sys::core::HRESULT = -2145681402i32;
12889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12890 pub const WER_E_NETWORK_FAILURE: ::windows_sys::core::HRESULT = -2145681406i32;
12891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12892 pub const WER_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2145681405i32;
12893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12894 pub const WER_E_TOO_HEAVY: ::windows_sys::core::HRESULT = -2145681401i32;
12895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12896 pub const WER_S_ASSERT_CONTINUE: ::windows_sys::core::HRESULT = 1769482i32;
12897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12898 pub const WER_S_DISABLED: ::windows_sys::core::HRESULT = 1769475i32;
12899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12900 pub const WER_S_DISABLED_ARCHIVE: ::windows_sys::core::HRESULT = 1769478i32;
12901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12902 pub const WER_S_DISABLED_QUEUE: ::windows_sys::core::HRESULT = 1769477i32;
12903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12904 pub const WER_S_IGNORE_ALL_ASSERTS: ::windows_sys::core::HRESULT = 1769481i32;
12905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12906 pub const WER_S_IGNORE_ASSERT_INSTANCE: ::windows_sys::core::HRESULT = 1769480i32;
12907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12908 pub const WER_S_REPORT_ASYNC: ::windows_sys::core::HRESULT = 1769479i32;
12909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12910 pub const WER_S_REPORT_DEBUG: ::windows_sys::core::HRESULT = 1769472i32;
12911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12912 pub const WER_S_REPORT_QUEUED: ::windows_sys::core::HRESULT = 1769474i32;
12913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12914 pub const WER_S_REPORT_UPLOADED: ::windows_sys::core::HRESULT = 1769473i32;
12915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12916 pub const WER_S_REPORT_UPLOADED_CAB: ::windows_sys::core::HRESULT = 1769484i32;
12917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12918 pub const WER_S_SUSPENDED_UPLOAD: ::windows_sys::core::HRESULT = 1769476i32;
12919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12920 pub const WER_S_THROTTLED: ::windows_sys::core::HRESULT = 1769483i32;
12921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12922 pub const WHV_E_GPA_RANGE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143878395i32;
12923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12924 pub const WHV_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2143878399i32;
12925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12926 pub const WHV_E_INVALID_PARTITION_CONFIG: ::windows_sys::core::HRESULT = -2143878396i32;
12927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12928 pub const WHV_E_INVALID_VP_REGISTER_NAME: ::windows_sys::core::HRESULT = -2143878391i32;
12929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12930 pub const WHV_E_INVALID_VP_STATE: ::windows_sys::core::HRESULT = -2143878392i32;
12931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12932 pub const WHV_E_UNKNOWN_CAPABILITY: ::windows_sys::core::HRESULT = -2143878400i32;
12933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12934 pub const WHV_E_UNKNOWN_PROPERTY: ::windows_sys::core::HRESULT = -2143878398i32;
12935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12936 pub const WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG: ::windows_sys::core::HRESULT = -2143878397i32;
12937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12938 pub const WHV_E_UNSUPPORTED_PROCESSOR_CONFIG: ::windows_sys::core::HRESULT = -2143878384i32;
12939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12940 pub const WHV_E_VP_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143878394i32;
12941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12942 pub const WHV_E_VP_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2143878393i32;
12943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12944 pub type WIN32_ERROR = u32;
12945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12946 pub const NO_ERROR: WIN32_ERROR = 0u32;
12947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12948 pub const WAIT_TIMEOUT: WIN32_ERROR = 258u32;
12949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12950 pub const WAIT_FAILED: WIN32_ERROR = 4294967295u32;
12951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12952 pub const ERROR_SUCCESS: WIN32_ERROR = 0u32;
12953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12954 pub const ERROR_INVALID_FUNCTION: WIN32_ERROR = 1u32;
12955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12956 pub const ERROR_FILE_NOT_FOUND: WIN32_ERROR = 2u32;
12957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12958 pub const ERROR_PATH_NOT_FOUND: WIN32_ERROR = 3u32;
12959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12960 pub const ERROR_TOO_MANY_OPEN_FILES: WIN32_ERROR = 4u32;
12961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12962 pub const ERROR_ACCESS_DENIED: WIN32_ERROR = 5u32;
12963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12964 pub const ERROR_INVALID_HANDLE: WIN32_ERROR = 6u32;
12965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12966 pub const ERROR_ARENA_TRASHED: WIN32_ERROR = 7u32;
12967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12968 pub const ERROR_NOT_ENOUGH_MEMORY: WIN32_ERROR = 8u32;
12969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12970 pub const ERROR_INVALID_BLOCK: WIN32_ERROR = 9u32;
12971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12972 pub const ERROR_BAD_ENVIRONMENT: WIN32_ERROR = 10u32;
12973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12974 pub const ERROR_BAD_FORMAT: WIN32_ERROR = 11u32;
12975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12976 pub const ERROR_INVALID_ACCESS: WIN32_ERROR = 12u32;
12977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12978 pub const ERROR_INVALID_DATA: WIN32_ERROR = 13u32;
12979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12980 pub const ERROR_OUTOFMEMORY: WIN32_ERROR = 14u32;
12981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12982 pub const ERROR_INVALID_DRIVE: WIN32_ERROR = 15u32;
12983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12984 pub const ERROR_CURRENT_DIRECTORY: WIN32_ERROR = 16u32;
12985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12986 pub const ERROR_NOT_SAME_DEVICE: WIN32_ERROR = 17u32;
12987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12988 pub const ERROR_NO_MORE_FILES: WIN32_ERROR = 18u32;
12989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12990 pub const ERROR_WRITE_PROTECT: WIN32_ERROR = 19u32;
12991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12992 pub const ERROR_BAD_UNIT: WIN32_ERROR = 20u32;
12993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12994 pub const ERROR_NOT_READY: WIN32_ERROR = 21u32;
12995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12996 pub const ERROR_BAD_COMMAND: WIN32_ERROR = 22u32;
12997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12998 pub const ERROR_CRC: WIN32_ERROR = 23u32;
12999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13000 pub const ERROR_BAD_LENGTH: WIN32_ERROR = 24u32;
13001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13002 pub const ERROR_SEEK: WIN32_ERROR = 25u32;
13003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13004 pub const ERROR_NOT_DOS_DISK: WIN32_ERROR = 26u32;
13005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13006 pub const ERROR_SECTOR_NOT_FOUND: WIN32_ERROR = 27u32;
13007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13008 pub const ERROR_OUT_OF_PAPER: WIN32_ERROR = 28u32;
13009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13010 pub const ERROR_WRITE_FAULT: WIN32_ERROR = 29u32;
13011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13012 pub const ERROR_READ_FAULT: WIN32_ERROR = 30u32;
13013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13014 pub const ERROR_GEN_FAILURE: WIN32_ERROR = 31u32;
13015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13016 pub const ERROR_SHARING_VIOLATION: WIN32_ERROR = 32u32;
13017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13018 pub const ERROR_LOCK_VIOLATION: WIN32_ERROR = 33u32;
13019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13020 pub const ERROR_WRONG_DISK: WIN32_ERROR = 34u32;
13021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13022 pub const ERROR_SHARING_BUFFER_EXCEEDED: WIN32_ERROR = 36u32;
13023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13024 pub const ERROR_HANDLE_EOF: WIN32_ERROR = 38u32;
13025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13026 pub const ERROR_HANDLE_DISK_FULL: WIN32_ERROR = 39u32;
13027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13028 pub const ERROR_NOT_SUPPORTED: WIN32_ERROR = 50u32;
13029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13030 pub const ERROR_REM_NOT_LIST: WIN32_ERROR = 51u32;
13031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13032 pub const ERROR_DUP_NAME: WIN32_ERROR = 52u32;
13033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13034 pub const ERROR_BAD_NETPATH: WIN32_ERROR = 53u32;
13035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13036 pub const ERROR_NETWORK_BUSY: WIN32_ERROR = 54u32;
13037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13038 pub const ERROR_DEV_NOT_EXIST: WIN32_ERROR = 55u32;
13039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13040 pub const ERROR_TOO_MANY_CMDS: WIN32_ERROR = 56u32;
13041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13042 pub const ERROR_ADAP_HDW_ERR: WIN32_ERROR = 57u32;
13043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13044 pub const ERROR_BAD_NET_RESP: WIN32_ERROR = 58u32;
13045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13046 pub const ERROR_UNEXP_NET_ERR: WIN32_ERROR = 59u32;
13047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13048 pub const ERROR_BAD_REM_ADAP: WIN32_ERROR = 60u32;
13049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13050 pub const ERROR_PRINTQ_FULL: WIN32_ERROR = 61u32;
13051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13052 pub const ERROR_NO_SPOOL_SPACE: WIN32_ERROR = 62u32;
13053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13054 pub const ERROR_PRINT_CANCELLED: WIN32_ERROR = 63u32;
13055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13056 pub const ERROR_NETNAME_DELETED: WIN32_ERROR = 64u32;
13057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13058 pub const ERROR_NETWORK_ACCESS_DENIED: WIN32_ERROR = 65u32;
13059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13060 pub const ERROR_BAD_DEV_TYPE: WIN32_ERROR = 66u32;
13061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13062 pub const ERROR_BAD_NET_NAME: WIN32_ERROR = 67u32;
13063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13064 pub const ERROR_TOO_MANY_NAMES: WIN32_ERROR = 68u32;
13065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13066 pub const ERROR_TOO_MANY_SESS: WIN32_ERROR = 69u32;
13067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13068 pub const ERROR_SHARING_PAUSED: WIN32_ERROR = 70u32;
13069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13070 pub const ERROR_REQ_NOT_ACCEP: WIN32_ERROR = 71u32;
13071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13072 pub const ERROR_REDIR_PAUSED: WIN32_ERROR = 72u32;
13073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13074 pub const ERROR_FILE_EXISTS: WIN32_ERROR = 80u32;
13075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13076 pub const ERROR_CANNOT_MAKE: WIN32_ERROR = 82u32;
13077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13078 pub const ERROR_FAIL_I24: WIN32_ERROR = 83u32;
13079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13080 pub const ERROR_OUT_OF_STRUCTURES: WIN32_ERROR = 84u32;
13081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13082 pub const ERROR_ALREADY_ASSIGNED: WIN32_ERROR = 85u32;
13083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13084 pub const ERROR_INVALID_PASSWORD: WIN32_ERROR = 86u32;
13085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13086 pub const ERROR_INVALID_PARAMETER: WIN32_ERROR = 87u32;
13087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13088 pub const ERROR_NET_WRITE_FAULT: WIN32_ERROR = 88u32;
13089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13090 pub const ERROR_NO_PROC_SLOTS: WIN32_ERROR = 89u32;
13091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13092 pub const ERROR_TOO_MANY_SEMAPHORES: WIN32_ERROR = 100u32;
13093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13094 pub const ERROR_EXCL_SEM_ALREADY_OWNED: WIN32_ERROR = 101u32;
13095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13096 pub const ERROR_SEM_IS_SET: WIN32_ERROR = 102u32;
13097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13098 pub const ERROR_TOO_MANY_SEM_REQUESTS: WIN32_ERROR = 103u32;
13099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13100 pub const ERROR_INVALID_AT_INTERRUPT_TIME: WIN32_ERROR = 104u32;
13101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13102 pub const ERROR_SEM_OWNER_DIED: WIN32_ERROR = 105u32;
13103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13104 pub const ERROR_SEM_USER_LIMIT: WIN32_ERROR = 106u32;
13105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13106 pub const ERROR_DISK_CHANGE: WIN32_ERROR = 107u32;
13107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13108 pub const ERROR_DRIVE_LOCKED: WIN32_ERROR = 108u32;
13109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13110 pub const ERROR_BROKEN_PIPE: WIN32_ERROR = 109u32;
13111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13112 pub const ERROR_OPEN_FAILED: WIN32_ERROR = 110u32;
13113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13114 pub const ERROR_BUFFER_OVERFLOW: WIN32_ERROR = 111u32;
13115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13116 pub const ERROR_DISK_FULL: WIN32_ERROR = 112u32;
13117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13118 pub const ERROR_NO_MORE_SEARCH_HANDLES: WIN32_ERROR = 113u32;
13119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13120 pub const ERROR_INVALID_TARGET_HANDLE: WIN32_ERROR = 114u32;
13121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13122 pub const ERROR_INVALID_CATEGORY: WIN32_ERROR = 117u32;
13123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13124 pub const ERROR_INVALID_VERIFY_SWITCH: WIN32_ERROR = 118u32;
13125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13126 pub const ERROR_BAD_DRIVER_LEVEL: WIN32_ERROR = 119u32;
13127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13128 pub const ERROR_CALL_NOT_IMPLEMENTED: WIN32_ERROR = 120u32;
13129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13130 pub const ERROR_SEM_TIMEOUT: WIN32_ERROR = 121u32;
13131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13132 pub const ERROR_INSUFFICIENT_BUFFER: WIN32_ERROR = 122u32;
13133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13134 pub const ERROR_INVALID_NAME: WIN32_ERROR = 123u32;
13135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13136 pub const ERROR_INVALID_LEVEL: WIN32_ERROR = 124u32;
13137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13138 pub const ERROR_NO_VOLUME_LABEL: WIN32_ERROR = 125u32;
13139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13140 pub const ERROR_MOD_NOT_FOUND: WIN32_ERROR = 126u32;
13141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13142 pub const ERROR_PROC_NOT_FOUND: WIN32_ERROR = 127u32;
13143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13144 pub const ERROR_WAIT_NO_CHILDREN: WIN32_ERROR = 128u32;
13145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13146 pub const ERROR_CHILD_NOT_COMPLETE: WIN32_ERROR = 129u32;
13147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13148 pub const ERROR_DIRECT_ACCESS_HANDLE: WIN32_ERROR = 130u32;
13149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13150 pub const ERROR_NEGATIVE_SEEK: WIN32_ERROR = 131u32;
13151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13152 pub const ERROR_SEEK_ON_DEVICE: WIN32_ERROR = 132u32;
13153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13154 pub const ERROR_IS_JOIN_TARGET: WIN32_ERROR = 133u32;
13155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13156 pub const ERROR_IS_JOINED: WIN32_ERROR = 134u32;
13157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13158 pub const ERROR_IS_SUBSTED: WIN32_ERROR = 135u32;
13159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13160 pub const ERROR_NOT_JOINED: WIN32_ERROR = 136u32;
13161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13162 pub const ERROR_NOT_SUBSTED: WIN32_ERROR = 137u32;
13163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13164 pub const ERROR_JOIN_TO_JOIN: WIN32_ERROR = 138u32;
13165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13166 pub const ERROR_SUBST_TO_SUBST: WIN32_ERROR = 139u32;
13167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13168 pub const ERROR_JOIN_TO_SUBST: WIN32_ERROR = 140u32;
13169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13170 pub const ERROR_SUBST_TO_JOIN: WIN32_ERROR = 141u32;
13171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13172 pub const ERROR_BUSY_DRIVE: WIN32_ERROR = 142u32;
13173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13174 pub const ERROR_SAME_DRIVE: WIN32_ERROR = 143u32;
13175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13176 pub const ERROR_DIR_NOT_ROOT: WIN32_ERROR = 144u32;
13177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13178 pub const ERROR_DIR_NOT_EMPTY: WIN32_ERROR = 145u32;
13179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13180 pub const ERROR_IS_SUBST_PATH: WIN32_ERROR = 146u32;
13181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13182 pub const ERROR_IS_JOIN_PATH: WIN32_ERROR = 147u32;
13183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13184 pub const ERROR_PATH_BUSY: WIN32_ERROR = 148u32;
13185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13186 pub const ERROR_IS_SUBST_TARGET: WIN32_ERROR = 149u32;
13187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13188 pub const ERROR_SYSTEM_TRACE: WIN32_ERROR = 150u32;
13189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13190 pub const ERROR_INVALID_EVENT_COUNT: WIN32_ERROR = 151u32;
13191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13192 pub const ERROR_TOO_MANY_MUXWAITERS: WIN32_ERROR = 152u32;
13193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13194 pub const ERROR_INVALID_LIST_FORMAT: WIN32_ERROR = 153u32;
13195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13196 pub const ERROR_LABEL_TOO_LONG: WIN32_ERROR = 154u32;
13197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13198 pub const ERROR_TOO_MANY_TCBS: WIN32_ERROR = 155u32;
13199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13200 pub const ERROR_SIGNAL_REFUSED: WIN32_ERROR = 156u32;
13201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13202 pub const ERROR_DISCARDED: WIN32_ERROR = 157u32;
13203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13204 pub const ERROR_NOT_LOCKED: WIN32_ERROR = 158u32;
13205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13206 pub const ERROR_BAD_THREADID_ADDR: WIN32_ERROR = 159u32;
13207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13208 pub const ERROR_BAD_ARGUMENTS: WIN32_ERROR = 160u32;
13209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13210 pub const ERROR_BAD_PATHNAME: WIN32_ERROR = 161u32;
13211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13212 pub const ERROR_SIGNAL_PENDING: WIN32_ERROR = 162u32;
13213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13214 pub const ERROR_MAX_THRDS_REACHED: WIN32_ERROR = 164u32;
13215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13216 pub const ERROR_LOCK_FAILED: WIN32_ERROR = 167u32;
13217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13218 pub const ERROR_BUSY: WIN32_ERROR = 170u32;
13219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13220 pub const ERROR_DEVICE_SUPPORT_IN_PROGRESS: WIN32_ERROR = 171u32;
13221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13222 pub const ERROR_CANCEL_VIOLATION: WIN32_ERROR = 173u32;
13223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13224 pub const ERROR_ATOMIC_LOCKS_NOT_SUPPORTED: WIN32_ERROR = 174u32;
13225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13226 pub const ERROR_INVALID_SEGMENT_NUMBER: WIN32_ERROR = 180u32;
13227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13228 pub const ERROR_INVALID_ORDINAL: WIN32_ERROR = 182u32;
13229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13230 pub const ERROR_ALREADY_EXISTS: WIN32_ERROR = 183u32;
13231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13232 pub const ERROR_INVALID_FLAG_NUMBER: WIN32_ERROR = 186u32;
13233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13234 pub const ERROR_SEM_NOT_FOUND: WIN32_ERROR = 187u32;
13235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13236 pub const ERROR_INVALID_STARTING_CODESEG: WIN32_ERROR = 188u32;
13237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13238 pub const ERROR_INVALID_STACKSEG: WIN32_ERROR = 189u32;
13239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13240 pub const ERROR_INVALID_MODULETYPE: WIN32_ERROR = 190u32;
13241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13242 pub const ERROR_INVALID_EXE_SIGNATURE: WIN32_ERROR = 191u32;
13243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13244 pub const ERROR_EXE_MARKED_INVALID: WIN32_ERROR = 192u32;
13245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13246 pub const ERROR_BAD_EXE_FORMAT: WIN32_ERROR = 193u32;
13247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13248 pub const ERROR_ITERATED_DATA_EXCEEDS_64k: WIN32_ERROR = 194u32;
13249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13250 pub const ERROR_INVALID_MINALLOCSIZE: WIN32_ERROR = 195u32;
13251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13252 pub const ERROR_DYNLINK_FROM_INVALID_RING: WIN32_ERROR = 196u32;
13253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13254 pub const ERROR_IOPL_NOT_ENABLED: WIN32_ERROR = 197u32;
13255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13256 pub const ERROR_INVALID_SEGDPL: WIN32_ERROR = 198u32;
13257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13258 pub const ERROR_AUTODATASEG_EXCEEDS_64k: WIN32_ERROR = 199u32;
13259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13260 pub const ERROR_RING2SEG_MUST_BE_MOVABLE: WIN32_ERROR = 200u32;
13261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13262 pub const ERROR_RELOC_CHAIN_XEEDS_SEGLIM: WIN32_ERROR = 201u32;
13263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13264 pub const ERROR_INFLOOP_IN_RELOC_CHAIN: WIN32_ERROR = 202u32;
13265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13266 pub const ERROR_ENVVAR_NOT_FOUND: WIN32_ERROR = 203u32;
13267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13268 pub const ERROR_NO_SIGNAL_SENT: WIN32_ERROR = 205u32;
13269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13270 pub const ERROR_FILENAME_EXCED_RANGE: WIN32_ERROR = 206u32;
13271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13272 pub const ERROR_RING2_STACK_IN_USE: WIN32_ERROR = 207u32;
13273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13274 pub const ERROR_META_EXPANSION_TOO_LONG: WIN32_ERROR = 208u32;
13275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13276 pub const ERROR_INVALID_SIGNAL_NUMBER: WIN32_ERROR = 209u32;
13277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13278 pub const ERROR_THREAD_1_INACTIVE: WIN32_ERROR = 210u32;
13279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13280 pub const ERROR_LOCKED: WIN32_ERROR = 212u32;
13281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13282 pub const ERROR_TOO_MANY_MODULES: WIN32_ERROR = 214u32;
13283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13284 pub const ERROR_NESTING_NOT_ALLOWED: WIN32_ERROR = 215u32;
13285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13286 pub const ERROR_EXE_MACHINE_TYPE_MISMATCH: WIN32_ERROR = 216u32;
13287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13288 pub const ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY: WIN32_ERROR = 217u32;
13289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13290 pub const ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY: WIN32_ERROR = 218u32;
13291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13292 pub const ERROR_FILE_CHECKED_OUT: WIN32_ERROR = 220u32;
13293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13294 pub const ERROR_CHECKOUT_REQUIRED: WIN32_ERROR = 221u32;
13295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13296 pub const ERROR_BAD_FILE_TYPE: WIN32_ERROR = 222u32;
13297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13298 pub const ERROR_FILE_TOO_LARGE: WIN32_ERROR = 223u32;
13299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13300 pub const ERROR_FORMS_AUTH_REQUIRED: WIN32_ERROR = 224u32;
13301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13302 pub const ERROR_VIRUS_INFECTED: WIN32_ERROR = 225u32;
13303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13304 pub const ERROR_VIRUS_DELETED: WIN32_ERROR = 226u32;
13305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13306 pub const ERROR_PIPE_LOCAL: WIN32_ERROR = 229u32;
13307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13308 pub const ERROR_BAD_PIPE: WIN32_ERROR = 230u32;
13309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13310 pub const ERROR_PIPE_BUSY: WIN32_ERROR = 231u32;
13311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13312 pub const ERROR_NO_DATA: WIN32_ERROR = 232u32;
13313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13314 pub const ERROR_PIPE_NOT_CONNECTED: WIN32_ERROR = 233u32;
13315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13316 pub const ERROR_MORE_DATA: WIN32_ERROR = 234u32;
13317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13318 pub const ERROR_NO_WORK_DONE: WIN32_ERROR = 235u32;
13319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13320 pub const ERROR_VC_DISCONNECTED: WIN32_ERROR = 240u32;
13321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13322 pub const ERROR_INVALID_EA_NAME: WIN32_ERROR = 254u32;
13323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13324 pub const ERROR_EA_LIST_INCONSISTENT: WIN32_ERROR = 255u32;
13325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13326 pub const ERROR_NO_MORE_ITEMS: WIN32_ERROR = 259u32;
13327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13328 pub const ERROR_CANNOT_COPY: WIN32_ERROR = 266u32;
13329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13330 pub const ERROR_DIRECTORY: WIN32_ERROR = 267u32;
13331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13332 pub const ERROR_EAS_DIDNT_FIT: WIN32_ERROR = 275u32;
13333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13334 pub const ERROR_EA_FILE_CORRUPT: WIN32_ERROR = 276u32;
13335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13336 pub const ERROR_EA_TABLE_FULL: WIN32_ERROR = 277u32;
13337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13338 pub const ERROR_INVALID_EA_HANDLE: WIN32_ERROR = 278u32;
13339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13340 pub const ERROR_EAS_NOT_SUPPORTED: WIN32_ERROR = 282u32;
13341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13342 pub const ERROR_NOT_OWNER: WIN32_ERROR = 288u32;
13343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13344 pub const ERROR_TOO_MANY_POSTS: WIN32_ERROR = 298u32;
13345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13346 pub const ERROR_PARTIAL_COPY: WIN32_ERROR = 299u32;
13347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13348 pub const ERROR_OPLOCK_NOT_GRANTED: WIN32_ERROR = 300u32;
13349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13350 pub const ERROR_INVALID_OPLOCK_PROTOCOL: WIN32_ERROR = 301u32;
13351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13352 pub const ERROR_DISK_TOO_FRAGMENTED: WIN32_ERROR = 302u32;
13353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13354 pub const ERROR_DELETE_PENDING: WIN32_ERROR = 303u32;
13355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13356 pub const ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: WIN32_ERROR = 304u32;
13357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13358 pub const ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME: WIN32_ERROR = 305u32;
13359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13360 pub const ERROR_SECURITY_STREAM_IS_INCONSISTENT: WIN32_ERROR = 306u32;
13361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13362 pub const ERROR_INVALID_LOCK_RANGE: WIN32_ERROR = 307u32;
13363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13364 pub const ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT: WIN32_ERROR = 308u32;
13365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13366 pub const ERROR_NOTIFICATION_GUID_ALREADY_DEFINED: WIN32_ERROR = 309u32;
13367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13368 pub const ERROR_INVALID_EXCEPTION_HANDLER: WIN32_ERROR = 310u32;
13369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13370 pub const ERROR_DUPLICATE_PRIVILEGES: WIN32_ERROR = 311u32;
13371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13372 pub const ERROR_NO_RANGES_PROCESSED: WIN32_ERROR = 312u32;
13373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13374 pub const ERROR_NOT_ALLOWED_ON_SYSTEM_FILE: WIN32_ERROR = 313u32;
13375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13376 pub const ERROR_DISK_RESOURCES_EXHAUSTED: WIN32_ERROR = 314u32;
13377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13378 pub const ERROR_INVALID_TOKEN: WIN32_ERROR = 315u32;
13379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13380 pub const ERROR_DEVICE_FEATURE_NOT_SUPPORTED: WIN32_ERROR = 316u32;
13381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13382 pub const ERROR_MR_MID_NOT_FOUND: WIN32_ERROR = 317u32;
13383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13384 pub const ERROR_SCOPE_NOT_FOUND: WIN32_ERROR = 318u32;
13385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13386 pub const ERROR_UNDEFINED_SCOPE: WIN32_ERROR = 319u32;
13387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13388 pub const ERROR_INVALID_CAP: WIN32_ERROR = 320u32;
13389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13390 pub const ERROR_DEVICE_UNREACHABLE: WIN32_ERROR = 321u32;
13391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13392 pub const ERROR_DEVICE_NO_RESOURCES: WIN32_ERROR = 322u32;
13393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13394 pub const ERROR_DATA_CHECKSUM_ERROR: WIN32_ERROR = 323u32;
13395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13396 pub const ERROR_INTERMIXED_KERNEL_EA_OPERATION: WIN32_ERROR = 324u32;
13397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13398 pub const ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED: WIN32_ERROR = 326u32;
13399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13400 pub const ERROR_OFFSET_ALIGNMENT_VIOLATION: WIN32_ERROR = 327u32;
13401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13402 pub const ERROR_INVALID_FIELD_IN_PARAMETER_LIST: WIN32_ERROR = 328u32;
13403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13404 pub const ERROR_OPERATION_IN_PROGRESS: WIN32_ERROR = 329u32;
13405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13406 pub const ERROR_BAD_DEVICE_PATH: WIN32_ERROR = 330u32;
13407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13408 pub const ERROR_TOO_MANY_DESCRIPTORS: WIN32_ERROR = 331u32;
13409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13410 pub const ERROR_SCRUB_DATA_DISABLED: WIN32_ERROR = 332u32;
13411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13412 pub const ERROR_NOT_REDUNDANT_STORAGE: WIN32_ERROR = 333u32;
13413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13414 pub const ERROR_RESIDENT_FILE_NOT_SUPPORTED: WIN32_ERROR = 334u32;
13415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13416 pub const ERROR_COMPRESSED_FILE_NOT_SUPPORTED: WIN32_ERROR = 335u32;
13417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13418 pub const ERROR_DIRECTORY_NOT_SUPPORTED: WIN32_ERROR = 336u32;
13419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13420 pub const ERROR_NOT_READ_FROM_COPY: WIN32_ERROR = 337u32;
13421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13422 pub const ERROR_FT_WRITE_FAILURE: WIN32_ERROR = 338u32;
13423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13424 pub const ERROR_FT_DI_SCAN_REQUIRED: WIN32_ERROR = 339u32;
13425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13426 pub const ERROR_INVALID_KERNEL_INFO_VERSION: WIN32_ERROR = 340u32;
13427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13428 pub const ERROR_INVALID_PEP_INFO_VERSION: WIN32_ERROR = 341u32;
13429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13430 pub const ERROR_OBJECT_NOT_EXTERNALLY_BACKED: WIN32_ERROR = 342u32;
13431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13432 pub const ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN: WIN32_ERROR = 343u32;
13433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13434 pub const ERROR_COMPRESSION_NOT_BENEFICIAL: WIN32_ERROR = 344u32;
13435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13436 pub const ERROR_STORAGE_TOPOLOGY_ID_MISMATCH: WIN32_ERROR = 345u32;
13437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13438 pub const ERROR_BLOCKED_BY_PARENTAL_CONTROLS: WIN32_ERROR = 346u32;
13439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13440 pub const ERROR_BLOCK_TOO_MANY_REFERENCES: WIN32_ERROR = 347u32;
13441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13442 pub const ERROR_MARKED_TO_DISALLOW_WRITES: WIN32_ERROR = 348u32;
13443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13444 pub const ERROR_ENCLAVE_FAILURE: WIN32_ERROR = 349u32;
13445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13446 pub const ERROR_FAIL_NOACTION_REBOOT: WIN32_ERROR = 350u32;
13447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13448 pub const ERROR_FAIL_SHUTDOWN: WIN32_ERROR = 351u32;
13449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13450 pub const ERROR_FAIL_RESTART: WIN32_ERROR = 352u32;
13451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13452 pub const ERROR_MAX_SESSIONS_REACHED: WIN32_ERROR = 353u32;
13453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13454 pub const ERROR_NETWORK_ACCESS_DENIED_EDP: WIN32_ERROR = 354u32;
13455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13456 pub const ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL: WIN32_ERROR = 355u32;
13457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13458 pub const ERROR_EDP_POLICY_DENIES_OPERATION: WIN32_ERROR = 356u32;
13459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13460 pub const ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED: WIN32_ERROR = 357u32;
13461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13462 pub const ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT: WIN32_ERROR = 358u32;
13463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13464 pub const ERROR_DEVICE_IN_MAINTENANCE: WIN32_ERROR = 359u32;
13465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13466 pub const ERROR_NOT_SUPPORTED_ON_DAX: WIN32_ERROR = 360u32;
13467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13468 pub const ERROR_DAX_MAPPING_EXISTS: WIN32_ERROR = 361u32;
13469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13470 pub const ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING: WIN32_ERROR = 362u32;
13471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13472 pub const ERROR_CLOUD_FILE_METADATA_CORRUPT: WIN32_ERROR = 363u32;
13473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13474 pub const ERROR_CLOUD_FILE_METADATA_TOO_LARGE: WIN32_ERROR = 364u32;
13475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13476 pub const ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE: WIN32_ERROR = 365u32;
13477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13478 pub const ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: WIN32_ERROR = 366u32;
13479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13480 pub const ERROR_CHILD_PROCESS_BLOCKED: WIN32_ERROR = 367u32;
13481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13482 pub const ERROR_STORAGE_LOST_DATA_PERSISTENCE: WIN32_ERROR = 368u32;
13483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13484 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE: WIN32_ERROR = 369u32;
13485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13486 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT: WIN32_ERROR = 370u32;
13487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13488 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY: WIN32_ERROR = 371u32;
13489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13490 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN: WIN32_ERROR = 372u32;
13491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13492 pub const ERROR_GDI_HANDLE_LEAK: WIN32_ERROR = 373u32;
13493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13494 pub const ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS: WIN32_ERROR = 374u32;
13495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13496 pub const ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED: WIN32_ERROR = 375u32;
13497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13498 pub const ERROR_NOT_A_CLOUD_FILE: WIN32_ERROR = 376u32;
13499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13500 pub const ERROR_CLOUD_FILE_NOT_IN_SYNC: WIN32_ERROR = 377u32;
13501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13502 pub const ERROR_CLOUD_FILE_ALREADY_CONNECTED: WIN32_ERROR = 378u32;
13503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13504 pub const ERROR_CLOUD_FILE_NOT_SUPPORTED: WIN32_ERROR = 379u32;
13505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13506 pub const ERROR_CLOUD_FILE_INVALID_REQUEST: WIN32_ERROR = 380u32;
13507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13508 pub const ERROR_CLOUD_FILE_READ_ONLY_VOLUME: WIN32_ERROR = 381u32;
13509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13510 pub const ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY: WIN32_ERROR = 382u32;
13511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13512 pub const ERROR_CLOUD_FILE_VALIDATION_FAILED: WIN32_ERROR = 383u32;
13513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13514 pub const ERROR_SMB1_NOT_AVAILABLE: WIN32_ERROR = 384u32;
13515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13516 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION: WIN32_ERROR = 385u32;
13517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13518 pub const ERROR_CLOUD_FILE_AUTHENTICATION_FAILED: WIN32_ERROR = 386u32;
13519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13520 pub const ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES: WIN32_ERROR = 387u32;
13521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13522 pub const ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE: WIN32_ERROR = 388u32;
13523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13524 pub const ERROR_CLOUD_FILE_UNSUCCESSFUL: WIN32_ERROR = 389u32;
13525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13526 pub const ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT: WIN32_ERROR = 390u32;
13527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13528 pub const ERROR_CLOUD_FILE_IN_USE: WIN32_ERROR = 391u32;
13529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13530 pub const ERROR_CLOUD_FILE_PINNED: WIN32_ERROR = 392u32;
13531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13532 pub const ERROR_CLOUD_FILE_REQUEST_ABORTED: WIN32_ERROR = 393u32;
13533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13534 pub const ERROR_CLOUD_FILE_PROPERTY_CORRUPT: WIN32_ERROR = 394u32;
13535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13536 pub const ERROR_CLOUD_FILE_ACCESS_DENIED: WIN32_ERROR = 395u32;
13537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13538 pub const ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS: WIN32_ERROR = 396u32;
13539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13540 pub const ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT: WIN32_ERROR = 397u32;
13541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13542 pub const ERROR_CLOUD_FILE_REQUEST_CANCELED: WIN32_ERROR = 398u32;
13543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13544 pub const ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED: WIN32_ERROR = 399u32;
13545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13546 pub const ERROR_THREAD_MODE_ALREADY_BACKGROUND: WIN32_ERROR = 400u32;
13547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13548 pub const ERROR_THREAD_MODE_NOT_BACKGROUND: WIN32_ERROR = 401u32;
13549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13550 pub const ERROR_PROCESS_MODE_ALREADY_BACKGROUND: WIN32_ERROR = 402u32;
13551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13552 pub const ERROR_PROCESS_MODE_NOT_BACKGROUND: WIN32_ERROR = 403u32;
13553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13554 pub const ERROR_CLOUD_FILE_PROVIDER_TERMINATED: WIN32_ERROR = 404u32;
13555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13556 pub const ERROR_NOT_A_CLOUD_SYNC_ROOT: WIN32_ERROR = 405u32;
13557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13558 pub const ERROR_FILE_PROTECTED_UNDER_DPL: WIN32_ERROR = 406u32;
13559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13560 pub const ERROR_VOLUME_NOT_CLUSTER_ALIGNED: WIN32_ERROR = 407u32;
13561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13562 pub const ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND: WIN32_ERROR = 408u32;
13563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13564 pub const ERROR_APPX_FILE_NOT_ENCRYPTED: WIN32_ERROR = 409u32;
13565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13566 pub const ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED: WIN32_ERROR = 410u32;
13567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13568 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET: WIN32_ERROR = 411u32;
13569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13570 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE: WIN32_ERROR = 412u32;
13571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13572 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER: WIN32_ERROR = 413u32;
13573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13574 pub const ERROR_LINUX_SUBSYSTEM_NOT_PRESENT: WIN32_ERROR = 414u32;
13575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13576 pub const ERROR_FT_READ_FAILURE: WIN32_ERROR = 415u32;
13577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13578 pub const ERROR_STORAGE_RESERVE_ID_INVALID: WIN32_ERROR = 416u32;
13579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13580 pub const ERROR_STORAGE_RESERVE_DOES_NOT_EXIST: WIN32_ERROR = 417u32;
13581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13582 pub const ERROR_STORAGE_RESERVE_ALREADY_EXISTS: WIN32_ERROR = 418u32;
13583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13584 pub const ERROR_STORAGE_RESERVE_NOT_EMPTY: WIN32_ERROR = 419u32;
13585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13586 pub const ERROR_NOT_A_DAX_VOLUME: WIN32_ERROR = 420u32;
13587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13588 pub const ERROR_NOT_DAX_MAPPABLE: WIN32_ERROR = 421u32;
13589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13590 pub const ERROR_TIME_SENSITIVE_THREAD: WIN32_ERROR = 422u32;
13591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13592 pub const ERROR_DPL_NOT_SUPPORTED_FOR_USER: WIN32_ERROR = 423u32;
13593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13594 pub const ERROR_CASE_DIFFERING_NAMES_IN_DIR: WIN32_ERROR = 424u32;
13595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13596 pub const ERROR_FILE_NOT_SUPPORTED: WIN32_ERROR = 425u32;
13597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13598 pub const ERROR_CLOUD_FILE_REQUEST_TIMEOUT: WIN32_ERROR = 426u32;
13599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13600 pub const ERROR_NO_TASK_QUEUE: WIN32_ERROR = 427u32;
13601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13602 pub const ERROR_SRC_SRV_DLL_LOAD_FAILED: WIN32_ERROR = 428u32;
13603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13604 pub const ERROR_NOT_SUPPORTED_WITH_BTT: WIN32_ERROR = 429u32;
13605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13606 pub const ERROR_ENCRYPTION_DISABLED: WIN32_ERROR = 430u32;
13607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13608 pub const ERROR_ENCRYPTING_METADATA_DISALLOWED: WIN32_ERROR = 431u32;
13609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13610 pub const ERROR_CANT_CLEAR_ENCRYPTION_FLAG: WIN32_ERROR = 432u32;
13611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13612 pub const ERROR_NO_SUCH_DEVICE: WIN32_ERROR = 433u32;
13613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13614 pub const ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED: WIN32_ERROR = 434u32;
13615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13616 pub const ERROR_FILE_SNAP_IN_PROGRESS: WIN32_ERROR = 435u32;
13617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13618 pub const ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED: WIN32_ERROR = 436u32;
13619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13620 pub const ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED: WIN32_ERROR = 437u32;
13621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13622 pub const ERROR_FILE_SNAP_IO_NOT_COORDINATED: WIN32_ERROR = 438u32;
13623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13624 pub const ERROR_FILE_SNAP_UNEXPECTED_ERROR: WIN32_ERROR = 439u32;
13625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13626 pub const ERROR_FILE_SNAP_INVALID_PARAMETER: WIN32_ERROR = 440u32;
13627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13628 pub const ERROR_UNSATISFIED_DEPENDENCIES: WIN32_ERROR = 441u32;
13629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13630 pub const ERROR_CASE_SENSITIVE_PATH: WIN32_ERROR = 442u32;
13631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13632 pub const ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR: WIN32_ERROR = 443u32;
13633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13634 pub const ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED: WIN32_ERROR = 444u32;
13635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13636 pub const ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION: WIN32_ERROR = 445u32;
13637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13638 pub const ERROR_DLP_POLICY_DENIES_OPERATION: WIN32_ERROR = 446u32;
13639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13640 pub const ERROR_SECURITY_DENIES_OPERATION: WIN32_ERROR = 447u32;
13641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13642 pub const ERROR_UNTRUSTED_MOUNT_POINT: WIN32_ERROR = 448u32;
13643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13644 pub const ERROR_DLP_POLICY_SILENTLY_FAIL: WIN32_ERROR = 449u32;
13645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13646 pub const ERROR_CAPAUTHZ_NOT_DEVUNLOCKED: WIN32_ERROR = 450u32;
13647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13648 pub const ERROR_CAPAUTHZ_CHANGE_TYPE: WIN32_ERROR = 451u32;
13649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13650 pub const ERROR_CAPAUTHZ_NOT_PROVISIONED: WIN32_ERROR = 452u32;
13651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13652 pub const ERROR_CAPAUTHZ_NOT_AUTHORIZED: WIN32_ERROR = 453u32;
13653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13654 pub const ERROR_CAPAUTHZ_NO_POLICY: WIN32_ERROR = 454u32;
13655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13656 pub const ERROR_CAPAUTHZ_DB_CORRUPTED: WIN32_ERROR = 455u32;
13657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13658 pub const ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG: WIN32_ERROR = 456u32;
13659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13660 pub const ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY: WIN32_ERROR = 457u32;
13661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13662 pub const ERROR_CAPAUTHZ_SCCD_PARSE_ERROR: WIN32_ERROR = 458u32;
13663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13664 pub const ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED: WIN32_ERROR = 459u32;
13665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13666 pub const ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH: WIN32_ERROR = 460u32;
13667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13668 pub const ERROR_CIMFS_IMAGE_CORRUPT: WIN32_ERROR = 470u32;
13669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13670 pub const ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED: WIN32_ERROR = 471u32;
13671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13672 pub const ERROR_STORAGE_STACK_ACCESS_DENIED: WIN32_ERROR = 472u32;
13673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13674 pub const ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES: WIN32_ERROR = 473u32;
13675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13676 pub const ERROR_INDEX_OUT_OF_BOUNDS: WIN32_ERROR = 474u32;
13677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13678 pub const ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT: WIN32_ERROR = 480u32;
13679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13680 pub const ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT: WIN32_ERROR = 481u32;
13681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13682 pub const ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT: WIN32_ERROR = 482u32;
13683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13684 pub const ERROR_DEVICE_HARDWARE_ERROR: WIN32_ERROR = 483u32;
13685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13686 pub const ERROR_INVALID_ADDRESS: WIN32_ERROR = 487u32;
13687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13688 pub const ERROR_HAS_SYSTEM_CRITICAL_FILES: WIN32_ERROR = 488u32;
13689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13690 pub const ERROR_ENCRYPTED_FILE_NOT_SUPPORTED: WIN32_ERROR = 489u32;
13691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13692 pub const ERROR_SPARSE_FILE_NOT_SUPPORTED: WIN32_ERROR = 490u32;
13693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13694 pub const ERROR_PAGEFILE_NOT_SUPPORTED: WIN32_ERROR = 491u32;
13695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13696 pub const ERROR_VOLUME_NOT_SUPPORTED: WIN32_ERROR = 492u32;
13697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13698 pub const ERROR_NOT_SUPPORTED_WITH_BYPASSIO: WIN32_ERROR = 493u32;
13699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13700 pub const ERROR_NO_BYPASSIO_DRIVER_SUPPORT: WIN32_ERROR = 494u32;
13701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13702 pub const ERROR_NOT_SUPPORTED_WITH_ENCRYPTION: WIN32_ERROR = 495u32;
13703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13704 pub const ERROR_NOT_SUPPORTED_WITH_COMPRESSION: WIN32_ERROR = 496u32;
13705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13706 pub const ERROR_NOT_SUPPORTED_WITH_REPLICATION: WIN32_ERROR = 497u32;
13707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13708 pub const ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION: WIN32_ERROR = 498u32;
13709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13710 pub const ERROR_NOT_SUPPORTED_WITH_AUDITING: WIN32_ERROR = 499u32;
13711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13712 pub const ERROR_USER_PROFILE_LOAD: WIN32_ERROR = 500u32;
13713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13714 pub const ERROR_SESSION_KEY_TOO_SHORT: WIN32_ERROR = 501u32;
13715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13716 pub const ERROR_ACCESS_DENIED_APPDATA: WIN32_ERROR = 502u32;
13717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13718 pub const ERROR_NOT_SUPPORTED_WITH_MONITORING: WIN32_ERROR = 503u32;
13719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13720 pub const ERROR_NOT_SUPPORTED_WITH_SNAPSHOT: WIN32_ERROR = 504u32;
13721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13722 pub const ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION: WIN32_ERROR = 505u32;
13723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13724 pub const ERROR_BYPASSIO_FLT_NOT_SUPPORTED: WIN32_ERROR = 506u32;
13725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13726 pub const ERROR_DEVICE_RESET_REQUIRED: WIN32_ERROR = 507u32;
13727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13728 pub const ERROR_VOLUME_WRITE_ACCESS_DENIED: WIN32_ERROR = 508u32;
13729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13730 pub const ERROR_ARITHMETIC_OVERFLOW: WIN32_ERROR = 534u32;
13731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13732 pub const ERROR_PIPE_CONNECTED: WIN32_ERROR = 535u32;
13733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13734 pub const ERROR_PIPE_LISTENING: WIN32_ERROR = 536u32;
13735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13736 pub const ERROR_VERIFIER_STOP: WIN32_ERROR = 537u32;
13737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13738 pub const ERROR_ABIOS_ERROR: WIN32_ERROR = 538u32;
13739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13740 pub const ERROR_WX86_WARNING: WIN32_ERROR = 539u32;
13741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13742 pub const ERROR_WX86_ERROR: WIN32_ERROR = 540u32;
13743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13744 pub const ERROR_TIMER_NOT_CANCELED: WIN32_ERROR = 541u32;
13745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13746 pub const ERROR_UNWIND: WIN32_ERROR = 542u32;
13747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13748 pub const ERROR_BAD_STACK: WIN32_ERROR = 543u32;
13749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13750 pub const ERROR_INVALID_UNWIND_TARGET: WIN32_ERROR = 544u32;
13751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13752 pub const ERROR_INVALID_PORT_ATTRIBUTES: WIN32_ERROR = 545u32;
13753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13754 pub const ERROR_PORT_MESSAGE_TOO_LONG: WIN32_ERROR = 546u32;
13755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13756 pub const ERROR_INVALID_QUOTA_LOWER: WIN32_ERROR = 547u32;
13757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13758 pub const ERROR_DEVICE_ALREADY_ATTACHED: WIN32_ERROR = 548u32;
13759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13760 pub const ERROR_INSTRUCTION_MISALIGNMENT: WIN32_ERROR = 549u32;
13761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13762 pub const ERROR_PROFILING_NOT_STARTED: WIN32_ERROR = 550u32;
13763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13764 pub const ERROR_PROFILING_NOT_STOPPED: WIN32_ERROR = 551u32;
13765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13766 pub const ERROR_COULD_NOT_INTERPRET: WIN32_ERROR = 552u32;
13767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13768 pub const ERROR_PROFILING_AT_LIMIT: WIN32_ERROR = 553u32;
13769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13770 pub const ERROR_CANT_WAIT: WIN32_ERROR = 554u32;
13771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13772 pub const ERROR_CANT_TERMINATE_SELF: WIN32_ERROR = 555u32;
13773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13774 pub const ERROR_UNEXPECTED_MM_CREATE_ERR: WIN32_ERROR = 556u32;
13775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13776 pub const ERROR_UNEXPECTED_MM_MAP_ERROR: WIN32_ERROR = 557u32;
13777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13778 pub const ERROR_UNEXPECTED_MM_EXTEND_ERR: WIN32_ERROR = 558u32;
13779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13780 pub const ERROR_BAD_FUNCTION_TABLE: WIN32_ERROR = 559u32;
13781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13782 pub const ERROR_NO_GUID_TRANSLATION: WIN32_ERROR = 560u32;
13783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13784 pub const ERROR_INVALID_LDT_SIZE: WIN32_ERROR = 561u32;
13785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13786 pub const ERROR_INVALID_LDT_OFFSET: WIN32_ERROR = 563u32;
13787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13788 pub const ERROR_INVALID_LDT_DESCRIPTOR: WIN32_ERROR = 564u32;
13789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13790 pub const ERROR_TOO_MANY_THREADS: WIN32_ERROR = 565u32;
13791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13792 pub const ERROR_THREAD_NOT_IN_PROCESS: WIN32_ERROR = 566u32;
13793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13794 pub const ERROR_PAGEFILE_QUOTA_EXCEEDED: WIN32_ERROR = 567u32;
13795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13796 pub const ERROR_LOGON_SERVER_CONFLICT: WIN32_ERROR = 568u32;
13797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13798 pub const ERROR_SYNCHRONIZATION_REQUIRED: WIN32_ERROR = 569u32;
13799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13800 pub const ERROR_NET_OPEN_FAILED: WIN32_ERROR = 570u32;
13801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13802 pub const ERROR_IO_PRIVILEGE_FAILED: WIN32_ERROR = 571u32;
13803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13804 pub const ERROR_CONTROL_C_EXIT: WIN32_ERROR = 572u32;
13805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13806 pub const ERROR_MISSING_SYSTEMFILE: WIN32_ERROR = 573u32;
13807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13808 pub const ERROR_UNHANDLED_EXCEPTION: WIN32_ERROR = 574u32;
13809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13810 pub const ERROR_APP_INIT_FAILURE: WIN32_ERROR = 575u32;
13811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13812 pub const ERROR_PAGEFILE_CREATE_FAILED: WIN32_ERROR = 576u32;
13813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13814 pub const ERROR_INVALID_IMAGE_HASH: WIN32_ERROR = 577u32;
13815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13816 pub const ERROR_NO_PAGEFILE: WIN32_ERROR = 578u32;
13817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13818 pub const ERROR_ILLEGAL_FLOAT_CONTEXT: WIN32_ERROR = 579u32;
13819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13820 pub const ERROR_NO_EVENT_PAIR: WIN32_ERROR = 580u32;
13821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13822 pub const ERROR_DOMAIN_CTRLR_CONFIG_ERROR: WIN32_ERROR = 581u32;
13823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13824 pub const ERROR_ILLEGAL_CHARACTER: WIN32_ERROR = 582u32;
13825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13826 pub const ERROR_UNDEFINED_CHARACTER: WIN32_ERROR = 583u32;
13827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13828 pub const ERROR_FLOPPY_VOLUME: WIN32_ERROR = 584u32;
13829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13830 pub const ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT: WIN32_ERROR = 585u32;
13831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13832 pub const ERROR_BACKUP_CONTROLLER: WIN32_ERROR = 586u32;
13833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13834 pub const ERROR_MUTANT_LIMIT_EXCEEDED: WIN32_ERROR = 587u32;
13835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13836 pub const ERROR_FS_DRIVER_REQUIRED: WIN32_ERROR = 588u32;
13837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13838 pub const ERROR_CANNOT_LOAD_REGISTRY_FILE: WIN32_ERROR = 589u32;
13839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13840 pub const ERROR_DEBUG_ATTACH_FAILED: WIN32_ERROR = 590u32;
13841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13842 pub const ERROR_SYSTEM_PROCESS_TERMINATED: WIN32_ERROR = 591u32;
13843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13844 pub const ERROR_DATA_NOT_ACCEPTED: WIN32_ERROR = 592u32;
13845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13846 pub const ERROR_VDM_HARD_ERROR: WIN32_ERROR = 593u32;
13847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13848 pub const ERROR_DRIVER_CANCEL_TIMEOUT: WIN32_ERROR = 594u32;
13849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13850 pub const ERROR_REPLY_MESSAGE_MISMATCH: WIN32_ERROR = 595u32;
13851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13852 pub const ERROR_LOST_WRITEBEHIND_DATA: WIN32_ERROR = 596u32;
13853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13854 pub const ERROR_CLIENT_SERVER_PARAMETERS_INVALID: WIN32_ERROR = 597u32;
13855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13856 pub const ERROR_NOT_TINY_STREAM: WIN32_ERROR = 598u32;
13857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13858 pub const ERROR_STACK_OVERFLOW_READ: WIN32_ERROR = 599u32;
13859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13860 pub const ERROR_CONVERT_TO_LARGE: WIN32_ERROR = 600u32;
13861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13862 pub const ERROR_FOUND_OUT_OF_SCOPE: WIN32_ERROR = 601u32;
13863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13864 pub const ERROR_ALLOCATE_BUCKET: WIN32_ERROR = 602u32;
13865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13866 pub const ERROR_MARSHALL_OVERFLOW: WIN32_ERROR = 603u32;
13867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13868 pub const ERROR_INVALID_VARIANT: WIN32_ERROR = 604u32;
13869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13870 pub const ERROR_BAD_COMPRESSION_BUFFER: WIN32_ERROR = 605u32;
13871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13872 pub const ERROR_AUDIT_FAILED: WIN32_ERROR = 606u32;
13873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13874 pub const ERROR_TIMER_RESOLUTION_NOT_SET: WIN32_ERROR = 607u32;
13875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13876 pub const ERROR_INSUFFICIENT_LOGON_INFO: WIN32_ERROR = 608u32;
13877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13878 pub const ERROR_BAD_DLL_ENTRYPOINT: WIN32_ERROR = 609u32;
13879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13880 pub const ERROR_BAD_SERVICE_ENTRYPOINT: WIN32_ERROR = 610u32;
13881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13882 pub const ERROR_IP_ADDRESS_CONFLICT1: WIN32_ERROR = 611u32;
13883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13884 pub const ERROR_IP_ADDRESS_CONFLICT2: WIN32_ERROR = 612u32;
13885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13886 pub const ERROR_REGISTRY_QUOTA_LIMIT: WIN32_ERROR = 613u32;
13887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13888 pub const ERROR_NO_CALLBACK_ACTIVE: WIN32_ERROR = 614u32;
13889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13890 pub const ERROR_PWD_TOO_SHORT: WIN32_ERROR = 615u32;
13891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13892 pub const ERROR_PWD_TOO_RECENT: WIN32_ERROR = 616u32;
13893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13894 pub const ERROR_PWD_HISTORY_CONFLICT: WIN32_ERROR = 617u32;
13895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13896 pub const ERROR_UNSUPPORTED_COMPRESSION: WIN32_ERROR = 618u32;
13897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13898 pub const ERROR_INVALID_HW_PROFILE: WIN32_ERROR = 619u32;
13899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13900 pub const ERROR_INVALID_PLUGPLAY_DEVICE_PATH: WIN32_ERROR = 620u32;
13901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13902 pub const ERROR_QUOTA_LIST_INCONSISTENT: WIN32_ERROR = 621u32;
13903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13904 pub const ERROR_EVALUATION_EXPIRATION: WIN32_ERROR = 622u32;
13905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13906 pub const ERROR_ILLEGAL_DLL_RELOCATION: WIN32_ERROR = 623u32;
13907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13908 pub const ERROR_DLL_INIT_FAILED_LOGOFF: WIN32_ERROR = 624u32;
13909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13910 pub const ERROR_VALIDATE_CONTINUE: WIN32_ERROR = 625u32;
13911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13912 pub const ERROR_NO_MORE_MATCHES: WIN32_ERROR = 626u32;
13913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13914 pub const ERROR_RANGE_LIST_CONFLICT: WIN32_ERROR = 627u32;
13915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13916 pub const ERROR_SERVER_SID_MISMATCH: WIN32_ERROR = 628u32;
13917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13918 pub const ERROR_CANT_ENABLE_DENY_ONLY: WIN32_ERROR = 629u32;
13919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13920 pub const ERROR_FLOAT_MULTIPLE_FAULTS: WIN32_ERROR = 630u32;
13921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13922 pub const ERROR_FLOAT_MULTIPLE_TRAPS: WIN32_ERROR = 631u32;
13923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13924 pub const ERROR_NOINTERFACE: WIN32_ERROR = 632u32;
13925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13926 pub const ERROR_DRIVER_FAILED_SLEEP: WIN32_ERROR = 633u32;
13927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13928 pub const ERROR_CORRUPT_SYSTEM_FILE: WIN32_ERROR = 634u32;
13929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13930 pub const ERROR_COMMITMENT_MINIMUM: WIN32_ERROR = 635u32;
13931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13932 pub const ERROR_PNP_RESTART_ENUMERATION: WIN32_ERROR = 636u32;
13933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13934 pub const ERROR_SYSTEM_IMAGE_BAD_SIGNATURE: WIN32_ERROR = 637u32;
13935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13936 pub const ERROR_PNP_REBOOT_REQUIRED: WIN32_ERROR = 638u32;
13937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13938 pub const ERROR_INSUFFICIENT_POWER: WIN32_ERROR = 639u32;
13939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13940 pub const ERROR_MULTIPLE_FAULT_VIOLATION: WIN32_ERROR = 640u32;
13941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13942 pub const ERROR_SYSTEM_SHUTDOWN: WIN32_ERROR = 641u32;
13943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13944 pub const ERROR_PORT_NOT_SET: WIN32_ERROR = 642u32;
13945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13946 pub const ERROR_DS_VERSION_CHECK_FAILURE: WIN32_ERROR = 643u32;
13947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13948 pub const ERROR_RANGE_NOT_FOUND: WIN32_ERROR = 644u32;
13949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13950 pub const ERROR_NOT_SAFE_MODE_DRIVER: WIN32_ERROR = 646u32;
13951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13952 pub const ERROR_FAILED_DRIVER_ENTRY: WIN32_ERROR = 647u32;
13953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13954 pub const ERROR_DEVICE_ENUMERATION_ERROR: WIN32_ERROR = 648u32;
13955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13956 pub const ERROR_MOUNT_POINT_NOT_RESOLVED: WIN32_ERROR = 649u32;
13957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13958 pub const ERROR_INVALID_DEVICE_OBJECT_PARAMETER: WIN32_ERROR = 650u32;
13959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13960 pub const ERROR_MCA_OCCURED: WIN32_ERROR = 651u32;
13961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13962 pub const ERROR_DRIVER_DATABASE_ERROR: WIN32_ERROR = 652u32;
13963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13964 pub const ERROR_SYSTEM_HIVE_TOO_LARGE: WIN32_ERROR = 653u32;
13965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13966 pub const ERROR_DRIVER_FAILED_PRIOR_UNLOAD: WIN32_ERROR = 654u32;
13967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13968 pub const ERROR_VOLSNAP_PREPARE_HIBERNATE: WIN32_ERROR = 655u32;
13969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13970 pub const ERROR_HIBERNATION_FAILURE: WIN32_ERROR = 656u32;
13971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13972 pub const ERROR_PWD_TOO_LONG: WIN32_ERROR = 657u32;
13973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13974 pub const ERROR_FILE_SYSTEM_LIMITATION: WIN32_ERROR = 665u32;
13975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13976 pub const ERROR_ASSERTION_FAILURE: WIN32_ERROR = 668u32;
13977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13978 pub const ERROR_ACPI_ERROR: WIN32_ERROR = 669u32;
13979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13980 pub const ERROR_WOW_ASSERTION: WIN32_ERROR = 670u32;
13981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13982 pub const ERROR_PNP_BAD_MPS_TABLE: WIN32_ERROR = 671u32;
13983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13984 pub const ERROR_PNP_TRANSLATION_FAILED: WIN32_ERROR = 672u32;
13985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13986 pub const ERROR_PNP_IRQ_TRANSLATION_FAILED: WIN32_ERROR = 673u32;
13987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13988 pub const ERROR_PNP_INVALID_ID: WIN32_ERROR = 674u32;
13989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13990 pub const ERROR_WAKE_SYSTEM_DEBUGGER: WIN32_ERROR = 675u32;
13991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13992 pub const ERROR_HANDLES_CLOSED: WIN32_ERROR = 676u32;
13993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13994 pub const ERROR_EXTRANEOUS_INFORMATION: WIN32_ERROR = 677u32;
13995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13996 pub const ERROR_RXACT_COMMIT_NECESSARY: WIN32_ERROR = 678u32;
13997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13998 pub const ERROR_MEDIA_CHECK: WIN32_ERROR = 679u32;
13999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14000 pub const ERROR_GUID_SUBSTITUTION_MADE: WIN32_ERROR = 680u32;
14001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14002 pub const ERROR_STOPPED_ON_SYMLINK: WIN32_ERROR = 681u32;
14003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14004 pub const ERROR_LONGJUMP: WIN32_ERROR = 682u32;
14005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14006 pub const ERROR_PLUGPLAY_QUERY_VETOED: WIN32_ERROR = 683u32;
14007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14008 pub const ERROR_UNWIND_CONSOLIDATE: WIN32_ERROR = 684u32;
14009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14010 pub const ERROR_REGISTRY_HIVE_RECOVERED: WIN32_ERROR = 685u32;
14011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14012 pub const ERROR_DLL_MIGHT_BE_INSECURE: WIN32_ERROR = 686u32;
14013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14014 pub const ERROR_DLL_MIGHT_BE_INCOMPATIBLE: WIN32_ERROR = 687u32;
14015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14016 pub const ERROR_DBG_EXCEPTION_NOT_HANDLED: WIN32_ERROR = 688u32;
14017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14018 pub const ERROR_DBG_REPLY_LATER: WIN32_ERROR = 689u32;
14019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14020 pub const ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE: WIN32_ERROR = 690u32;
14021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14022 pub const ERROR_DBG_TERMINATE_THREAD: WIN32_ERROR = 691u32;
14023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14024 pub const ERROR_DBG_TERMINATE_PROCESS: WIN32_ERROR = 692u32;
14025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14026 pub const ERROR_DBG_CONTROL_C: WIN32_ERROR = 693u32;
14027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14028 pub const ERROR_DBG_PRINTEXCEPTION_C: WIN32_ERROR = 694u32;
14029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14030 pub const ERROR_DBG_RIPEXCEPTION: WIN32_ERROR = 695u32;
14031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14032 pub const ERROR_DBG_CONTROL_BREAK: WIN32_ERROR = 696u32;
14033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14034 pub const ERROR_DBG_COMMAND_EXCEPTION: WIN32_ERROR = 697u32;
14035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14036 pub const ERROR_OBJECT_NAME_EXISTS: WIN32_ERROR = 698u32;
14037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14038 pub const ERROR_THREAD_WAS_SUSPENDED: WIN32_ERROR = 699u32;
14039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14040 pub const ERROR_IMAGE_NOT_AT_BASE: WIN32_ERROR = 700u32;
14041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14042 pub const ERROR_RXACT_STATE_CREATED: WIN32_ERROR = 701u32;
14043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14044 pub const ERROR_SEGMENT_NOTIFICATION: WIN32_ERROR = 702u32;
14045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14046 pub const ERROR_BAD_CURRENT_DIRECTORY: WIN32_ERROR = 703u32;
14047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14048 pub const ERROR_FT_READ_RECOVERY_FROM_BACKUP: WIN32_ERROR = 704u32;
14049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14050 pub const ERROR_FT_WRITE_RECOVERY: WIN32_ERROR = 705u32;
14051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14052 pub const ERROR_IMAGE_MACHINE_TYPE_MISMATCH: WIN32_ERROR = 706u32;
14053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14054 pub const ERROR_RECEIVE_PARTIAL: WIN32_ERROR = 707u32;
14055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14056 pub const ERROR_RECEIVE_EXPEDITED: WIN32_ERROR = 708u32;
14057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14058 pub const ERROR_RECEIVE_PARTIAL_EXPEDITED: WIN32_ERROR = 709u32;
14059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14060 pub const ERROR_EVENT_DONE: WIN32_ERROR = 710u32;
14061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14062 pub const ERROR_EVENT_PENDING: WIN32_ERROR = 711u32;
14063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14064 pub const ERROR_CHECKING_FILE_SYSTEM: WIN32_ERROR = 712u32;
14065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14066 pub const ERROR_FATAL_APP_EXIT: WIN32_ERROR = 713u32;
14067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14068 pub const ERROR_PREDEFINED_HANDLE: WIN32_ERROR = 714u32;
14069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14070 pub const ERROR_WAS_UNLOCKED: WIN32_ERROR = 715u32;
14071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14072 pub const ERROR_SERVICE_NOTIFICATION: WIN32_ERROR = 716u32;
14073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14074 pub const ERROR_WAS_LOCKED: WIN32_ERROR = 717u32;
14075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14076 pub const ERROR_LOG_HARD_ERROR: WIN32_ERROR = 718u32;
14077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14078 pub const ERROR_ALREADY_WIN32: WIN32_ERROR = 719u32;
14079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14080 pub const ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE: WIN32_ERROR = 720u32;
14081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14082 pub const ERROR_NO_YIELD_PERFORMED: WIN32_ERROR = 721u32;
14083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14084 pub const ERROR_TIMER_RESUME_IGNORED: WIN32_ERROR = 722u32;
14085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14086 pub const ERROR_ARBITRATION_UNHANDLED: WIN32_ERROR = 723u32;
14087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14088 pub const ERROR_CARDBUS_NOT_SUPPORTED: WIN32_ERROR = 724u32;
14089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14090 pub const ERROR_MP_PROCESSOR_MISMATCH: WIN32_ERROR = 725u32;
14091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14092 pub const ERROR_HIBERNATED: WIN32_ERROR = 726u32;
14093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14094 pub const ERROR_RESUME_HIBERNATION: WIN32_ERROR = 727u32;
14095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14096 pub const ERROR_FIRMWARE_UPDATED: WIN32_ERROR = 728u32;
14097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14098 pub const ERROR_DRIVERS_LEAKING_LOCKED_PAGES: WIN32_ERROR = 729u32;
14099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14100 pub const ERROR_WAKE_SYSTEM: WIN32_ERROR = 730u32;
14101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14102 pub const ERROR_WAIT_1: WIN32_ERROR = 731u32;
14103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14104 pub const ERROR_WAIT_2: WIN32_ERROR = 732u32;
14105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14106 pub const ERROR_WAIT_3: WIN32_ERROR = 733u32;
14107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14108 pub const ERROR_WAIT_63: WIN32_ERROR = 734u32;
14109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14110 pub const ERROR_ABANDONED_WAIT_0: WIN32_ERROR = 735u32;
14111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14112 pub const ERROR_ABANDONED_WAIT_63: WIN32_ERROR = 736u32;
14113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14114 pub const ERROR_USER_APC: WIN32_ERROR = 737u32;
14115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14116 pub const ERROR_KERNEL_APC: WIN32_ERROR = 738u32;
14117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14118 pub const ERROR_ALERTED: WIN32_ERROR = 739u32;
14119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14120 pub const ERROR_ELEVATION_REQUIRED: WIN32_ERROR = 740u32;
14121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14122 pub const ERROR_REPARSE: WIN32_ERROR = 741u32;
14123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14124 pub const ERROR_OPLOCK_BREAK_IN_PROGRESS: WIN32_ERROR = 742u32;
14125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14126 pub const ERROR_VOLUME_MOUNTED: WIN32_ERROR = 743u32;
14127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14128 pub const ERROR_RXACT_COMMITTED: WIN32_ERROR = 744u32;
14129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14130 pub const ERROR_NOTIFY_CLEANUP: WIN32_ERROR = 745u32;
14131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14132 pub const ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED: WIN32_ERROR = 746u32;
14133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14134 pub const ERROR_PAGE_FAULT_TRANSITION: WIN32_ERROR = 747u32;
14135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14136 pub const ERROR_PAGE_FAULT_DEMAND_ZERO: WIN32_ERROR = 748u32;
14137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14138 pub const ERROR_PAGE_FAULT_COPY_ON_WRITE: WIN32_ERROR = 749u32;
14139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14140 pub const ERROR_PAGE_FAULT_GUARD_PAGE: WIN32_ERROR = 750u32;
14141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14142 pub const ERROR_PAGE_FAULT_PAGING_FILE: WIN32_ERROR = 751u32;
14143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14144 pub const ERROR_CACHE_PAGE_LOCKED: WIN32_ERROR = 752u32;
14145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14146 pub const ERROR_CRASH_DUMP: WIN32_ERROR = 753u32;
14147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14148 pub const ERROR_BUFFER_ALL_ZEROS: WIN32_ERROR = 754u32;
14149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14150 pub const ERROR_REPARSE_OBJECT: WIN32_ERROR = 755u32;
14151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14152 pub const ERROR_RESOURCE_REQUIREMENTS_CHANGED: WIN32_ERROR = 756u32;
14153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14154 pub const ERROR_TRANSLATION_COMPLETE: WIN32_ERROR = 757u32;
14155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14156 pub const ERROR_NOTHING_TO_TERMINATE: WIN32_ERROR = 758u32;
14157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14158 pub const ERROR_PROCESS_NOT_IN_JOB: WIN32_ERROR = 759u32;
14159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14160 pub const ERROR_PROCESS_IN_JOB: WIN32_ERROR = 760u32;
14161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14162 pub const ERROR_VOLSNAP_HIBERNATE_READY: WIN32_ERROR = 761u32;
14163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14164 pub const ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY: WIN32_ERROR = 762u32;
14165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14166 pub const ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED: WIN32_ERROR = 763u32;
14167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14168 pub const ERROR_INTERRUPT_STILL_CONNECTED: WIN32_ERROR = 764u32;
14169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14170 pub const ERROR_WAIT_FOR_OPLOCK: WIN32_ERROR = 765u32;
14171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14172 pub const ERROR_DBG_EXCEPTION_HANDLED: WIN32_ERROR = 766u32;
14173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14174 pub const ERROR_DBG_CONTINUE: WIN32_ERROR = 767u32;
14175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14176 pub const ERROR_CALLBACK_POP_STACK: WIN32_ERROR = 768u32;
14177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14178 pub const ERROR_COMPRESSION_DISABLED: WIN32_ERROR = 769u32;
14179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14180 pub const ERROR_CANTFETCHBACKWARDS: WIN32_ERROR = 770u32;
14181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14182 pub const ERROR_CANTSCROLLBACKWARDS: WIN32_ERROR = 771u32;
14183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14184 pub const ERROR_ROWSNOTRELEASED: WIN32_ERROR = 772u32;
14185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14186 pub const ERROR_BAD_ACCESSOR_FLAGS: WIN32_ERROR = 773u32;
14187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14188 pub const ERROR_ERRORS_ENCOUNTERED: WIN32_ERROR = 774u32;
14189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14190 pub const ERROR_NOT_CAPABLE: WIN32_ERROR = 775u32;
14191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14192 pub const ERROR_REQUEST_OUT_OF_SEQUENCE: WIN32_ERROR = 776u32;
14193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14194 pub const ERROR_VERSION_PARSE_ERROR: WIN32_ERROR = 777u32;
14195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14196 pub const ERROR_BADSTARTPOSITION: WIN32_ERROR = 778u32;
14197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14198 pub const ERROR_MEMORY_HARDWARE: WIN32_ERROR = 779u32;
14199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14200 pub const ERROR_DISK_REPAIR_DISABLED: WIN32_ERROR = 780u32;
14201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14202 pub const ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: WIN32_ERROR = 781u32;
14203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14204 pub const ERROR_SYSTEM_POWERSTATE_TRANSITION: WIN32_ERROR = 782u32;
14205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14206 pub const ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION: WIN32_ERROR = 783u32;
14207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14208 pub const ERROR_MCA_EXCEPTION: WIN32_ERROR = 784u32;
14209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14210 pub const ERROR_ACCESS_AUDIT_BY_POLICY: WIN32_ERROR = 785u32;
14211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14212 pub const ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: WIN32_ERROR = 786u32;
14213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14214 pub const ERROR_ABANDON_HIBERFILE: WIN32_ERROR = 787u32;
14215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14216 pub const ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED: WIN32_ERROR = 788u32;
14217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14218 pub const ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR: WIN32_ERROR = 789u32;
14219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14220 pub const ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR: WIN32_ERROR = 790u32;
14221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14222 pub const ERROR_BAD_MCFG_TABLE: WIN32_ERROR = 791u32;
14223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14224 pub const ERROR_DISK_REPAIR_REDIRECTED: WIN32_ERROR = 792u32;
14225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14226 pub const ERROR_DISK_REPAIR_UNSUCCESSFUL: WIN32_ERROR = 793u32;
14227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14228 pub const ERROR_CORRUPT_LOG_OVERFULL: WIN32_ERROR = 794u32;
14229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14230 pub const ERROR_CORRUPT_LOG_CORRUPTED: WIN32_ERROR = 795u32;
14231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14232 pub const ERROR_CORRUPT_LOG_UNAVAILABLE: WIN32_ERROR = 796u32;
14233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14234 pub const ERROR_CORRUPT_LOG_DELETED_FULL: WIN32_ERROR = 797u32;
14235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14236 pub const ERROR_CORRUPT_LOG_CLEARED: WIN32_ERROR = 798u32;
14237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14238 pub const ERROR_ORPHAN_NAME_EXHAUSTED: WIN32_ERROR = 799u32;
14239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14240 pub const ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE: WIN32_ERROR = 800u32;
14241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14242 pub const ERROR_CANNOT_GRANT_REQUESTED_OPLOCK: WIN32_ERROR = 801u32;
14243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14244 pub const ERROR_CANNOT_BREAK_OPLOCK: WIN32_ERROR = 802u32;
14245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14246 pub const ERROR_OPLOCK_HANDLE_CLOSED: WIN32_ERROR = 803u32;
14247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14248 pub const ERROR_NO_ACE_CONDITION: WIN32_ERROR = 804u32;
14249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14250 pub const ERROR_INVALID_ACE_CONDITION: WIN32_ERROR = 805u32;
14251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14252 pub const ERROR_FILE_HANDLE_REVOKED: WIN32_ERROR = 806u32;
14253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14254 pub const ERROR_IMAGE_AT_DIFFERENT_BASE: WIN32_ERROR = 807u32;
14255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14256 pub const ERROR_ENCRYPTED_IO_NOT_POSSIBLE: WIN32_ERROR = 808u32;
14257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14258 pub const ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS: WIN32_ERROR = 809u32;
14259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14260 pub const ERROR_QUOTA_ACTIVITY: WIN32_ERROR = 810u32;
14261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14262 pub const ERROR_HANDLE_REVOKED: WIN32_ERROR = 811u32;
14263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14264 pub const ERROR_CALLBACK_INVOKE_INLINE: WIN32_ERROR = 812u32;
14265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14266 pub const ERROR_CPU_SET_INVALID: WIN32_ERROR = 813u32;
14267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14268 pub const ERROR_ENCLAVE_NOT_TERMINATED: WIN32_ERROR = 814u32;
14269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14270 pub const ERROR_ENCLAVE_VIOLATION: WIN32_ERROR = 815u32;
14271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14272 pub const ERROR_SERVER_TRANSPORT_CONFLICT: WIN32_ERROR = 816u32;
14273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14274 pub const ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT: WIN32_ERROR = 817u32;
14275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14276 pub const ERROR_FT_READ_FROM_COPY_FAILURE: WIN32_ERROR = 818u32;
14277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14278 pub const ERROR_SECTION_DIRECT_MAP_ONLY: WIN32_ERROR = 819u32;
14279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14280 pub const ERROR_EA_ACCESS_DENIED: WIN32_ERROR = 994u32;
14281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14282 pub const ERROR_OPERATION_ABORTED: WIN32_ERROR = 995u32;
14283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14284 pub const ERROR_IO_INCOMPLETE: WIN32_ERROR = 996u32;
14285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14286 pub const ERROR_IO_PENDING: WIN32_ERROR = 997u32;
14287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14288 pub const ERROR_NOACCESS: WIN32_ERROR = 998u32;
14289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14290 pub const ERROR_SWAPERROR: WIN32_ERROR = 999u32;
14291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14292 pub const ERROR_STACK_OVERFLOW: WIN32_ERROR = 1001u32;
14293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14294 pub const ERROR_INVALID_MESSAGE: WIN32_ERROR = 1002u32;
14295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14296 pub const ERROR_CAN_NOT_COMPLETE: WIN32_ERROR = 1003u32;
14297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14298 pub const ERROR_INVALID_FLAGS: WIN32_ERROR = 1004u32;
14299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14300 pub const ERROR_UNRECOGNIZED_VOLUME: WIN32_ERROR = 1005u32;
14301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14302 pub const ERROR_FILE_INVALID: WIN32_ERROR = 1006u32;
14303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14304 pub const ERROR_FULLSCREEN_MODE: WIN32_ERROR = 1007u32;
14305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14306 pub const ERROR_NO_TOKEN: WIN32_ERROR = 1008u32;
14307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14308 pub const ERROR_BADDB: WIN32_ERROR = 1009u32;
14309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14310 pub const ERROR_BADKEY: WIN32_ERROR = 1010u32;
14311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14312 pub const ERROR_CANTOPEN: WIN32_ERROR = 1011u32;
14313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14314 pub const ERROR_CANTREAD: WIN32_ERROR = 1012u32;
14315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14316 pub const ERROR_CANTWRITE: WIN32_ERROR = 1013u32;
14317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14318 pub const ERROR_REGISTRY_RECOVERED: WIN32_ERROR = 1014u32;
14319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14320 pub const ERROR_REGISTRY_CORRUPT: WIN32_ERROR = 1015u32;
14321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14322 pub const ERROR_REGISTRY_IO_FAILED: WIN32_ERROR = 1016u32;
14323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14324 pub const ERROR_NOT_REGISTRY_FILE: WIN32_ERROR = 1017u32;
14325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14326 pub const ERROR_KEY_DELETED: WIN32_ERROR = 1018u32;
14327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14328 pub const ERROR_NO_LOG_SPACE: WIN32_ERROR = 1019u32;
14329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14330 pub const ERROR_KEY_HAS_CHILDREN: WIN32_ERROR = 1020u32;
14331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14332 pub const ERROR_CHILD_MUST_BE_VOLATILE: WIN32_ERROR = 1021u32;
14333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14334 pub const ERROR_NOTIFY_ENUM_DIR: WIN32_ERROR = 1022u32;
14335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14336 pub const ERROR_DEPENDENT_SERVICES_RUNNING: WIN32_ERROR = 1051u32;
14337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14338 pub const ERROR_INVALID_SERVICE_CONTROL: WIN32_ERROR = 1052u32;
14339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14340 pub const ERROR_SERVICE_REQUEST_TIMEOUT: WIN32_ERROR = 1053u32;
14341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14342 pub const ERROR_SERVICE_NO_THREAD: WIN32_ERROR = 1054u32;
14343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14344 pub const ERROR_SERVICE_DATABASE_LOCKED: WIN32_ERROR = 1055u32;
14345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14346 pub const ERROR_SERVICE_ALREADY_RUNNING: WIN32_ERROR = 1056u32;
14347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14348 pub const ERROR_INVALID_SERVICE_ACCOUNT: WIN32_ERROR = 1057u32;
14349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14350 pub const ERROR_SERVICE_DISABLED: WIN32_ERROR = 1058u32;
14351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14352 pub const ERROR_CIRCULAR_DEPENDENCY: WIN32_ERROR = 1059u32;
14353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14354 pub const ERROR_SERVICE_DOES_NOT_EXIST: WIN32_ERROR = 1060u32;
14355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14356 pub const ERROR_SERVICE_CANNOT_ACCEPT_CTRL: WIN32_ERROR = 1061u32;
14357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14358 pub const ERROR_SERVICE_NOT_ACTIVE: WIN32_ERROR = 1062u32;
14359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14360 pub const ERROR_FAILED_SERVICE_CONTROLLER_CONNECT: WIN32_ERROR = 1063u32;
14361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14362 pub const ERROR_EXCEPTION_IN_SERVICE: WIN32_ERROR = 1064u32;
14363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14364 pub const ERROR_DATABASE_DOES_NOT_EXIST: WIN32_ERROR = 1065u32;
14365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14366 pub const ERROR_SERVICE_SPECIFIC_ERROR: WIN32_ERROR = 1066u32;
14367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14368 pub const ERROR_PROCESS_ABORTED: WIN32_ERROR = 1067u32;
14369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14370 pub const ERROR_SERVICE_DEPENDENCY_FAIL: WIN32_ERROR = 1068u32;
14371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14372 pub const ERROR_SERVICE_LOGON_FAILED: WIN32_ERROR = 1069u32;
14373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14374 pub const ERROR_SERVICE_START_HANG: WIN32_ERROR = 1070u32;
14375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14376 pub const ERROR_INVALID_SERVICE_LOCK: WIN32_ERROR = 1071u32;
14377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14378 pub const ERROR_SERVICE_MARKED_FOR_DELETE: WIN32_ERROR = 1072u32;
14379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14380 pub const ERROR_SERVICE_EXISTS: WIN32_ERROR = 1073u32;
14381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14382 pub const ERROR_ALREADY_RUNNING_LKG: WIN32_ERROR = 1074u32;
14383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14384 pub const ERROR_SERVICE_DEPENDENCY_DELETED: WIN32_ERROR = 1075u32;
14385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14386 pub const ERROR_BOOT_ALREADY_ACCEPTED: WIN32_ERROR = 1076u32;
14387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14388 pub const ERROR_SERVICE_NEVER_STARTED: WIN32_ERROR = 1077u32;
14389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14390 pub const ERROR_DUPLICATE_SERVICE_NAME: WIN32_ERROR = 1078u32;
14391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14392 pub const ERROR_DIFFERENT_SERVICE_ACCOUNT: WIN32_ERROR = 1079u32;
14393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14394 pub const ERROR_CANNOT_DETECT_DRIVER_FAILURE: WIN32_ERROR = 1080u32;
14395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14396 pub const ERROR_CANNOT_DETECT_PROCESS_ABORT: WIN32_ERROR = 1081u32;
14397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14398 pub const ERROR_NO_RECOVERY_PROGRAM: WIN32_ERROR = 1082u32;
14399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14400 pub const ERROR_SERVICE_NOT_IN_EXE: WIN32_ERROR = 1083u32;
14401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14402 pub const ERROR_NOT_SAFEBOOT_SERVICE: WIN32_ERROR = 1084u32;
14403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14404 pub const ERROR_END_OF_MEDIA: WIN32_ERROR = 1100u32;
14405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14406 pub const ERROR_FILEMARK_DETECTED: WIN32_ERROR = 1101u32;
14407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14408 pub const ERROR_BEGINNING_OF_MEDIA: WIN32_ERROR = 1102u32;
14409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14410 pub const ERROR_SETMARK_DETECTED: WIN32_ERROR = 1103u32;
14411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14412 pub const ERROR_NO_DATA_DETECTED: WIN32_ERROR = 1104u32;
14413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14414 pub const ERROR_PARTITION_FAILURE: WIN32_ERROR = 1105u32;
14415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14416 pub const ERROR_INVALID_BLOCK_LENGTH: WIN32_ERROR = 1106u32;
14417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14418 pub const ERROR_DEVICE_NOT_PARTITIONED: WIN32_ERROR = 1107u32;
14419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14420 pub const ERROR_UNABLE_TO_LOCK_MEDIA: WIN32_ERROR = 1108u32;
14421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14422 pub const ERROR_UNABLE_TO_UNLOAD_MEDIA: WIN32_ERROR = 1109u32;
14423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14424 pub const ERROR_MEDIA_CHANGED: WIN32_ERROR = 1110u32;
14425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14426 pub const ERROR_BUS_RESET: WIN32_ERROR = 1111u32;
14427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14428 pub const ERROR_NO_MEDIA_IN_DRIVE: WIN32_ERROR = 1112u32;
14429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14430 pub const ERROR_NO_UNICODE_TRANSLATION: WIN32_ERROR = 1113u32;
14431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14432 pub const ERROR_DLL_INIT_FAILED: WIN32_ERROR = 1114u32;
14433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14434 pub const ERROR_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1115u32;
14435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14436 pub const ERROR_NO_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1116u32;
14437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14438 pub const ERROR_IO_DEVICE: WIN32_ERROR = 1117u32;
14439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14440 pub const ERROR_SERIAL_NO_DEVICE: WIN32_ERROR = 1118u32;
14441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14442 pub const ERROR_IRQ_BUSY: WIN32_ERROR = 1119u32;
14443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14444 pub const ERROR_MORE_WRITES: WIN32_ERROR = 1120u32;
14445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14446 pub const ERROR_COUNTER_TIMEOUT: WIN32_ERROR = 1121u32;
14447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14448 pub const ERROR_FLOPPY_ID_MARK_NOT_FOUND: WIN32_ERROR = 1122u32;
14449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14450 pub const ERROR_FLOPPY_WRONG_CYLINDER: WIN32_ERROR = 1123u32;
14451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14452 pub const ERROR_FLOPPY_UNKNOWN_ERROR: WIN32_ERROR = 1124u32;
14453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14454 pub const ERROR_FLOPPY_BAD_REGISTERS: WIN32_ERROR = 1125u32;
14455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14456 pub const ERROR_DISK_RECALIBRATE_FAILED: WIN32_ERROR = 1126u32;
14457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14458 pub const ERROR_DISK_OPERATION_FAILED: WIN32_ERROR = 1127u32;
14459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14460 pub const ERROR_DISK_RESET_FAILED: WIN32_ERROR = 1128u32;
14461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14462 pub const ERROR_EOM_OVERFLOW: WIN32_ERROR = 1129u32;
14463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14464 pub const ERROR_NOT_ENOUGH_SERVER_MEMORY: WIN32_ERROR = 1130u32;
14465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14466 pub const ERROR_POSSIBLE_DEADLOCK: WIN32_ERROR = 1131u32;
14467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14468 pub const ERROR_MAPPED_ALIGNMENT: WIN32_ERROR = 1132u32;
14469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14470 pub const ERROR_SET_POWER_STATE_VETOED: WIN32_ERROR = 1140u32;
14471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14472 pub const ERROR_SET_POWER_STATE_FAILED: WIN32_ERROR = 1141u32;
14473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14474 pub const ERROR_TOO_MANY_LINKS: WIN32_ERROR = 1142u32;
14475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14476 pub const ERROR_OLD_WIN_VERSION: WIN32_ERROR = 1150u32;
14477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14478 pub const ERROR_APP_WRONG_OS: WIN32_ERROR = 1151u32;
14479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14480 pub const ERROR_SINGLE_INSTANCE_APP: WIN32_ERROR = 1152u32;
14481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14482 pub const ERROR_RMODE_APP: WIN32_ERROR = 1153u32;
14483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14484 pub const ERROR_INVALID_DLL: WIN32_ERROR = 1154u32;
14485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14486 pub const ERROR_NO_ASSOCIATION: WIN32_ERROR = 1155u32;
14487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14488 pub const ERROR_DDE_FAIL: WIN32_ERROR = 1156u32;
14489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14490 pub const ERROR_DLL_NOT_FOUND: WIN32_ERROR = 1157u32;
14491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14492 pub const ERROR_NO_MORE_USER_HANDLES: WIN32_ERROR = 1158u32;
14493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14494 pub const ERROR_MESSAGE_SYNC_ONLY: WIN32_ERROR = 1159u32;
14495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14496 pub const ERROR_SOURCE_ELEMENT_EMPTY: WIN32_ERROR = 1160u32;
14497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14498 pub const ERROR_DESTINATION_ELEMENT_FULL: WIN32_ERROR = 1161u32;
14499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14500 pub const ERROR_ILLEGAL_ELEMENT_ADDRESS: WIN32_ERROR = 1162u32;
14501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14502 pub const ERROR_MAGAZINE_NOT_PRESENT: WIN32_ERROR = 1163u32;
14503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14504 pub const ERROR_DEVICE_REINITIALIZATION_NEEDED: WIN32_ERROR = 1164u32;
14505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14506 pub const ERROR_DEVICE_REQUIRES_CLEANING: WIN32_ERROR = 1165u32;
14507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14508 pub const ERROR_DEVICE_DOOR_OPEN: WIN32_ERROR = 1166u32;
14509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14510 pub const ERROR_DEVICE_NOT_CONNECTED: WIN32_ERROR = 1167u32;
14511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14512 pub const ERROR_NOT_FOUND: WIN32_ERROR = 1168u32;
14513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14514 pub const ERROR_NO_MATCH: WIN32_ERROR = 1169u32;
14515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14516 pub const ERROR_SET_NOT_FOUND: WIN32_ERROR = 1170u32;
14517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14518 pub const ERROR_POINT_NOT_FOUND: WIN32_ERROR = 1171u32;
14519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14520 pub const ERROR_NO_TRACKING_SERVICE: WIN32_ERROR = 1172u32;
14521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14522 pub const ERROR_NO_VOLUME_ID: WIN32_ERROR = 1173u32;
14523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14524 pub const ERROR_UNABLE_TO_REMOVE_REPLACED: WIN32_ERROR = 1175u32;
14525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14526 pub const ERROR_UNABLE_TO_MOVE_REPLACEMENT: WIN32_ERROR = 1176u32;
14527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14528 pub const ERROR_UNABLE_TO_MOVE_REPLACEMENT_2: WIN32_ERROR = 1177u32;
14529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14530 pub const ERROR_JOURNAL_DELETE_IN_PROGRESS: WIN32_ERROR = 1178u32;
14531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14532 pub const ERROR_JOURNAL_NOT_ACTIVE: WIN32_ERROR = 1179u32;
14533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14534 pub const ERROR_POTENTIAL_FILE_FOUND: WIN32_ERROR = 1180u32;
14535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14536 pub const ERROR_JOURNAL_ENTRY_DELETED: WIN32_ERROR = 1181u32;
14537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14538 pub const ERROR_PARTITION_TERMINATING: WIN32_ERROR = 1184u32;
14539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14540 pub const ERROR_SHUTDOWN_IS_SCHEDULED: WIN32_ERROR = 1190u32;
14541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14542 pub const ERROR_SHUTDOWN_USERS_LOGGED_ON: WIN32_ERROR = 1191u32;
14543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14544 pub const ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE: WIN32_ERROR = 1192u32;
14545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14546 pub const ERROR_BAD_DEVICE: WIN32_ERROR = 1200u32;
14547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14548 pub const ERROR_CONNECTION_UNAVAIL: WIN32_ERROR = 1201u32;
14549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14550 pub const ERROR_DEVICE_ALREADY_REMEMBERED: WIN32_ERROR = 1202u32;
14551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14552 pub const ERROR_NO_NET_OR_BAD_PATH: WIN32_ERROR = 1203u32;
14553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14554 pub const ERROR_BAD_PROVIDER: WIN32_ERROR = 1204u32;
14555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14556 pub const ERROR_CANNOT_OPEN_PROFILE: WIN32_ERROR = 1205u32;
14557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14558 pub const ERROR_BAD_PROFILE: WIN32_ERROR = 1206u32;
14559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14560 pub const ERROR_NOT_CONTAINER: WIN32_ERROR = 1207u32;
14561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14562 pub const ERROR_EXTENDED_ERROR: WIN32_ERROR = 1208u32;
14563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14564 pub const ERROR_INVALID_GROUPNAME: WIN32_ERROR = 1209u32;
14565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14566 pub const ERROR_INVALID_COMPUTERNAME: WIN32_ERROR = 1210u32;
14567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14568 pub const ERROR_INVALID_EVENTNAME: WIN32_ERROR = 1211u32;
14569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14570 pub const ERROR_INVALID_DOMAINNAME: WIN32_ERROR = 1212u32;
14571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14572 pub const ERROR_INVALID_SERVICENAME: WIN32_ERROR = 1213u32;
14573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14574 pub const ERROR_INVALID_NETNAME: WIN32_ERROR = 1214u32;
14575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14576 pub const ERROR_INVALID_SHARENAME: WIN32_ERROR = 1215u32;
14577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14578 pub const ERROR_INVALID_PASSWORDNAME: WIN32_ERROR = 1216u32;
14579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14580 pub const ERROR_INVALID_MESSAGENAME: WIN32_ERROR = 1217u32;
14581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14582 pub const ERROR_INVALID_MESSAGEDEST: WIN32_ERROR = 1218u32;
14583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14584 pub const ERROR_SESSION_CREDENTIAL_CONFLICT: WIN32_ERROR = 1219u32;
14585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14586 pub const ERROR_REMOTE_SESSION_LIMIT_EXCEEDED: WIN32_ERROR = 1220u32;
14587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14588 pub const ERROR_DUP_DOMAINNAME: WIN32_ERROR = 1221u32;
14589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14590 pub const ERROR_NO_NETWORK: WIN32_ERROR = 1222u32;
14591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14592 pub const ERROR_CANCELLED: WIN32_ERROR = 1223u32;
14593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14594 pub const ERROR_USER_MAPPED_FILE: WIN32_ERROR = 1224u32;
14595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14596 pub const ERROR_CONNECTION_REFUSED: WIN32_ERROR = 1225u32;
14597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14598 pub const ERROR_GRACEFUL_DISCONNECT: WIN32_ERROR = 1226u32;
14599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14600 pub const ERROR_ADDRESS_ALREADY_ASSOCIATED: WIN32_ERROR = 1227u32;
14601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14602 pub const ERROR_ADDRESS_NOT_ASSOCIATED: WIN32_ERROR = 1228u32;
14603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14604 pub const ERROR_CONNECTION_INVALID: WIN32_ERROR = 1229u32;
14605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14606 pub const ERROR_CONNECTION_ACTIVE: WIN32_ERROR = 1230u32;
14607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14608 pub const ERROR_NETWORK_UNREACHABLE: WIN32_ERROR = 1231u32;
14609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14610 pub const ERROR_HOST_UNREACHABLE: WIN32_ERROR = 1232u32;
14611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14612 pub const ERROR_PROTOCOL_UNREACHABLE: WIN32_ERROR = 1233u32;
14613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14614 pub const ERROR_PORT_UNREACHABLE: WIN32_ERROR = 1234u32;
14615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14616 pub const ERROR_REQUEST_ABORTED: WIN32_ERROR = 1235u32;
14617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14618 pub const ERROR_CONNECTION_ABORTED: WIN32_ERROR = 1236u32;
14619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14620 pub const ERROR_RETRY: WIN32_ERROR = 1237u32;
14621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14622 pub const ERROR_CONNECTION_COUNT_LIMIT: WIN32_ERROR = 1238u32;
14623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14624 pub const ERROR_LOGIN_TIME_RESTRICTION: WIN32_ERROR = 1239u32;
14625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14626 pub const ERROR_LOGIN_WKSTA_RESTRICTION: WIN32_ERROR = 1240u32;
14627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14628 pub const ERROR_INCORRECT_ADDRESS: WIN32_ERROR = 1241u32;
14629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14630 pub const ERROR_ALREADY_REGISTERED: WIN32_ERROR = 1242u32;
14631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14632 pub const ERROR_SERVICE_NOT_FOUND: WIN32_ERROR = 1243u32;
14633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14634 pub const ERROR_NOT_AUTHENTICATED: WIN32_ERROR = 1244u32;
14635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14636 pub const ERROR_NOT_LOGGED_ON: WIN32_ERROR = 1245u32;
14637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14638 pub const ERROR_CONTINUE: WIN32_ERROR = 1246u32;
14639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14640 pub const ERROR_ALREADY_INITIALIZED: WIN32_ERROR = 1247u32;
14641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14642 pub const ERROR_NO_MORE_DEVICES: WIN32_ERROR = 1248u32;
14643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14644 pub const ERROR_NO_SUCH_SITE: WIN32_ERROR = 1249u32;
14645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14646 pub const ERROR_DOMAIN_CONTROLLER_EXISTS: WIN32_ERROR = 1250u32;
14647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14648 pub const ERROR_ONLY_IF_CONNECTED: WIN32_ERROR = 1251u32;
14649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14650 pub const ERROR_OVERRIDE_NOCHANGES: WIN32_ERROR = 1252u32;
14651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14652 pub const ERROR_BAD_USER_PROFILE: WIN32_ERROR = 1253u32;
14653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14654 pub const ERROR_NOT_SUPPORTED_ON_SBS: WIN32_ERROR = 1254u32;
14655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14656 pub const ERROR_SERVER_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1255u32;
14657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14658 pub const ERROR_HOST_DOWN: WIN32_ERROR = 1256u32;
14659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14660 pub const ERROR_NON_ACCOUNT_SID: WIN32_ERROR = 1257u32;
14661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14662 pub const ERROR_NON_DOMAIN_SID: WIN32_ERROR = 1258u32;
14663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14664 pub const ERROR_APPHELP_BLOCK: WIN32_ERROR = 1259u32;
14665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14666 pub const ERROR_ACCESS_DISABLED_BY_POLICY: WIN32_ERROR = 1260u32;
14667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14668 pub const ERROR_REG_NAT_CONSUMPTION: WIN32_ERROR = 1261u32;
14669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14670 pub const ERROR_CSCSHARE_OFFLINE: WIN32_ERROR = 1262u32;
14671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14672 pub const ERROR_PKINIT_FAILURE: WIN32_ERROR = 1263u32;
14673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14674 pub const ERROR_SMARTCARD_SUBSYSTEM_FAILURE: WIN32_ERROR = 1264u32;
14675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14676 pub const ERROR_DOWNGRADE_DETECTED: WIN32_ERROR = 1265u32;
14677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14678 pub const ERROR_MACHINE_LOCKED: WIN32_ERROR = 1271u32;
14679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14680 pub const ERROR_SMB_GUEST_LOGON_BLOCKED: WIN32_ERROR = 1272u32;
14681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14682 pub const ERROR_CALLBACK_SUPPLIED_INVALID_DATA: WIN32_ERROR = 1273u32;
14683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14684 pub const ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED: WIN32_ERROR = 1274u32;
14685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14686 pub const ERROR_DRIVER_BLOCKED: WIN32_ERROR = 1275u32;
14687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14688 pub const ERROR_INVALID_IMPORT_OF_NON_DLL: WIN32_ERROR = 1276u32;
14689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14690 pub const ERROR_ACCESS_DISABLED_WEBBLADE: WIN32_ERROR = 1277u32;
14691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14692 pub const ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER: WIN32_ERROR = 1278u32;
14693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14694 pub const ERROR_RECOVERY_FAILURE: WIN32_ERROR = 1279u32;
14695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14696 pub const ERROR_ALREADY_FIBER: WIN32_ERROR = 1280u32;
14697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14698 pub const ERROR_ALREADY_THREAD: WIN32_ERROR = 1281u32;
14699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14700 pub const ERROR_STACK_BUFFER_OVERRUN: WIN32_ERROR = 1282u32;
14701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14702 pub const ERROR_PARAMETER_QUOTA_EXCEEDED: WIN32_ERROR = 1283u32;
14703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14704 pub const ERROR_DEBUGGER_INACTIVE: WIN32_ERROR = 1284u32;
14705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14706 pub const ERROR_DELAY_LOAD_FAILED: WIN32_ERROR = 1285u32;
14707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14708 pub const ERROR_VDM_DISALLOWED: WIN32_ERROR = 1286u32;
14709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14710 pub const ERROR_UNIDENTIFIED_ERROR: WIN32_ERROR = 1287u32;
14711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14712 pub const ERROR_INVALID_CRUNTIME_PARAMETER: WIN32_ERROR = 1288u32;
14713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14714 pub const ERROR_BEYOND_VDL: WIN32_ERROR = 1289u32;
14715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14716 pub const ERROR_INCOMPATIBLE_SERVICE_SID_TYPE: WIN32_ERROR = 1290u32;
14717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14718 pub const ERROR_DRIVER_PROCESS_TERMINATED: WIN32_ERROR = 1291u32;
14719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14720 pub const ERROR_IMPLEMENTATION_LIMIT: WIN32_ERROR = 1292u32;
14721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14722 pub const ERROR_PROCESS_IS_PROTECTED: WIN32_ERROR = 1293u32;
14723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14724 pub const ERROR_SERVICE_NOTIFY_CLIENT_LAGGING: WIN32_ERROR = 1294u32;
14725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14726 pub const ERROR_DISK_QUOTA_EXCEEDED: WIN32_ERROR = 1295u32;
14727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14728 pub const ERROR_CONTENT_BLOCKED: WIN32_ERROR = 1296u32;
14729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14730 pub const ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE: WIN32_ERROR = 1297u32;
14731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14732 pub const ERROR_APP_HANG: WIN32_ERROR = 1298u32;
14733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14734 pub const ERROR_INVALID_LABEL: WIN32_ERROR = 1299u32;
14735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14736 pub const ERROR_NOT_ALL_ASSIGNED: WIN32_ERROR = 1300u32;
14737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14738 pub const ERROR_SOME_NOT_MAPPED: WIN32_ERROR = 1301u32;
14739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14740 pub const ERROR_NO_QUOTAS_FOR_ACCOUNT: WIN32_ERROR = 1302u32;
14741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14742 pub const ERROR_LOCAL_USER_SESSION_KEY: WIN32_ERROR = 1303u32;
14743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14744 pub const ERROR_NULL_LM_PASSWORD: WIN32_ERROR = 1304u32;
14745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14746 pub const ERROR_UNKNOWN_REVISION: WIN32_ERROR = 1305u32;
14747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14748 pub const ERROR_REVISION_MISMATCH: WIN32_ERROR = 1306u32;
14749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14750 pub const ERROR_INVALID_OWNER: WIN32_ERROR = 1307u32;
14751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14752 pub const ERROR_INVALID_PRIMARY_GROUP: WIN32_ERROR = 1308u32;
14753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14754 pub const ERROR_NO_IMPERSONATION_TOKEN: WIN32_ERROR = 1309u32;
14755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14756 pub const ERROR_CANT_DISABLE_MANDATORY: WIN32_ERROR = 1310u32;
14757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14758 pub const ERROR_NO_LOGON_SERVERS: WIN32_ERROR = 1311u32;
14759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14760 pub const ERROR_NO_SUCH_LOGON_SESSION: WIN32_ERROR = 1312u32;
14761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14762 pub const ERROR_NO_SUCH_PRIVILEGE: WIN32_ERROR = 1313u32;
14763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14764 pub const ERROR_PRIVILEGE_NOT_HELD: WIN32_ERROR = 1314u32;
14765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14766 pub const ERROR_INVALID_ACCOUNT_NAME: WIN32_ERROR = 1315u32;
14767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14768 pub const ERROR_USER_EXISTS: WIN32_ERROR = 1316u32;
14769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14770 pub const ERROR_NO_SUCH_USER: WIN32_ERROR = 1317u32;
14771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14772 pub const ERROR_GROUP_EXISTS: WIN32_ERROR = 1318u32;
14773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14774 pub const ERROR_NO_SUCH_GROUP: WIN32_ERROR = 1319u32;
14775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14776 pub const ERROR_MEMBER_IN_GROUP: WIN32_ERROR = 1320u32;
14777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14778 pub const ERROR_MEMBER_NOT_IN_GROUP: WIN32_ERROR = 1321u32;
14779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14780 pub const ERROR_LAST_ADMIN: WIN32_ERROR = 1322u32;
14781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14782 pub const ERROR_WRONG_PASSWORD: WIN32_ERROR = 1323u32;
14783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14784 pub const ERROR_ILL_FORMED_PASSWORD: WIN32_ERROR = 1324u32;
14785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14786 pub const ERROR_PASSWORD_RESTRICTION: WIN32_ERROR = 1325u32;
14787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14788 pub const ERROR_LOGON_FAILURE: WIN32_ERROR = 1326u32;
14789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14790 pub const ERROR_ACCOUNT_RESTRICTION: WIN32_ERROR = 1327u32;
14791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14792 pub const ERROR_INVALID_LOGON_HOURS: WIN32_ERROR = 1328u32;
14793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14794 pub const ERROR_INVALID_WORKSTATION: WIN32_ERROR = 1329u32;
14795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14796 pub const ERROR_PASSWORD_EXPIRED: WIN32_ERROR = 1330u32;
14797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14798 pub const ERROR_ACCOUNT_DISABLED: WIN32_ERROR = 1331u32;
14799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14800 pub const ERROR_NONE_MAPPED: WIN32_ERROR = 1332u32;
14801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14802 pub const ERROR_TOO_MANY_LUIDS_REQUESTED: WIN32_ERROR = 1333u32;
14803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14804 pub const ERROR_LUIDS_EXHAUSTED: WIN32_ERROR = 1334u32;
14805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14806 pub const ERROR_INVALID_SUB_AUTHORITY: WIN32_ERROR = 1335u32;
14807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14808 pub const ERROR_INVALID_ACL: WIN32_ERROR = 1336u32;
14809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14810 pub const ERROR_INVALID_SID: WIN32_ERROR = 1337u32;
14811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14812 pub const ERROR_INVALID_SECURITY_DESCR: WIN32_ERROR = 1338u32;
14813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14814 pub const ERROR_BAD_INHERITANCE_ACL: WIN32_ERROR = 1340u32;
14815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14816 pub const ERROR_SERVER_DISABLED: WIN32_ERROR = 1341u32;
14817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14818 pub const ERROR_SERVER_NOT_DISABLED: WIN32_ERROR = 1342u32;
14819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14820 pub const ERROR_INVALID_ID_AUTHORITY: WIN32_ERROR = 1343u32;
14821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14822 pub const ERROR_ALLOTTED_SPACE_EXCEEDED: WIN32_ERROR = 1344u32;
14823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14824 pub const ERROR_INVALID_GROUP_ATTRIBUTES: WIN32_ERROR = 1345u32;
14825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14826 pub const ERROR_BAD_IMPERSONATION_LEVEL: WIN32_ERROR = 1346u32;
14827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14828 pub const ERROR_CANT_OPEN_ANONYMOUS: WIN32_ERROR = 1347u32;
14829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14830 pub const ERROR_BAD_VALIDATION_CLASS: WIN32_ERROR = 1348u32;
14831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14832 pub const ERROR_BAD_TOKEN_TYPE: WIN32_ERROR = 1349u32;
14833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14834 pub const ERROR_NO_SECURITY_ON_OBJECT: WIN32_ERROR = 1350u32;
14835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14836 pub const ERROR_CANT_ACCESS_DOMAIN_INFO: WIN32_ERROR = 1351u32;
14837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14838 pub const ERROR_INVALID_SERVER_STATE: WIN32_ERROR = 1352u32;
14839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14840 pub const ERROR_INVALID_DOMAIN_STATE: WIN32_ERROR = 1353u32;
14841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14842 pub const ERROR_INVALID_DOMAIN_ROLE: WIN32_ERROR = 1354u32;
14843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14844 pub const ERROR_NO_SUCH_DOMAIN: WIN32_ERROR = 1355u32;
14845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14846 pub const ERROR_DOMAIN_EXISTS: WIN32_ERROR = 1356u32;
14847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14848 pub const ERROR_DOMAIN_LIMIT_EXCEEDED: WIN32_ERROR = 1357u32;
14849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14850 pub const ERROR_INTERNAL_DB_CORRUPTION: WIN32_ERROR = 1358u32;
14851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14852 pub const ERROR_INTERNAL_ERROR: WIN32_ERROR = 1359u32;
14853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14854 pub const ERROR_GENERIC_NOT_MAPPED: WIN32_ERROR = 1360u32;
14855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14856 pub const ERROR_BAD_DESCRIPTOR_FORMAT: WIN32_ERROR = 1361u32;
14857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14858 pub const ERROR_NOT_LOGON_PROCESS: WIN32_ERROR = 1362u32;
14859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14860 pub const ERROR_LOGON_SESSION_EXISTS: WIN32_ERROR = 1363u32;
14861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14862 pub const ERROR_NO_SUCH_PACKAGE: WIN32_ERROR = 1364u32;
14863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14864 pub const ERROR_BAD_LOGON_SESSION_STATE: WIN32_ERROR = 1365u32;
14865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14866 pub const ERROR_LOGON_SESSION_COLLISION: WIN32_ERROR = 1366u32;
14867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14868 pub const ERROR_INVALID_LOGON_TYPE: WIN32_ERROR = 1367u32;
14869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14870 pub const ERROR_CANNOT_IMPERSONATE: WIN32_ERROR = 1368u32;
14871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14872 pub const ERROR_RXACT_INVALID_STATE: WIN32_ERROR = 1369u32;
14873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14874 pub const ERROR_RXACT_COMMIT_FAILURE: WIN32_ERROR = 1370u32;
14875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14876 pub const ERROR_SPECIAL_ACCOUNT: WIN32_ERROR = 1371u32;
14877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14878 pub const ERROR_SPECIAL_GROUP: WIN32_ERROR = 1372u32;
14879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14880 pub const ERROR_SPECIAL_USER: WIN32_ERROR = 1373u32;
14881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14882 pub const ERROR_MEMBERS_PRIMARY_GROUP: WIN32_ERROR = 1374u32;
14883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14884 pub const ERROR_TOKEN_ALREADY_IN_USE: WIN32_ERROR = 1375u32;
14885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14886 pub const ERROR_NO_SUCH_ALIAS: WIN32_ERROR = 1376u32;
14887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14888 pub const ERROR_MEMBER_NOT_IN_ALIAS: WIN32_ERROR = 1377u32;
14889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14890 pub const ERROR_MEMBER_IN_ALIAS: WIN32_ERROR = 1378u32;
14891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14892 pub const ERROR_ALIAS_EXISTS: WIN32_ERROR = 1379u32;
14893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14894 pub const ERROR_LOGON_NOT_GRANTED: WIN32_ERROR = 1380u32;
14895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14896 pub const ERROR_TOO_MANY_SECRETS: WIN32_ERROR = 1381u32;
14897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14898 pub const ERROR_SECRET_TOO_LONG: WIN32_ERROR = 1382u32;
14899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14900 pub const ERROR_INTERNAL_DB_ERROR: WIN32_ERROR = 1383u32;
14901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14902 pub const ERROR_TOO_MANY_CONTEXT_IDS: WIN32_ERROR = 1384u32;
14903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14904 pub const ERROR_LOGON_TYPE_NOT_GRANTED: WIN32_ERROR = 1385u32;
14905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14906 pub const ERROR_NT_CROSS_ENCRYPTION_REQUIRED: WIN32_ERROR = 1386u32;
14907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14908 pub const ERROR_NO_SUCH_MEMBER: WIN32_ERROR = 1387u32;
14909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14910 pub const ERROR_INVALID_MEMBER: WIN32_ERROR = 1388u32;
14911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14912 pub const ERROR_TOO_MANY_SIDS: WIN32_ERROR = 1389u32;
14913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14914 pub const ERROR_LM_CROSS_ENCRYPTION_REQUIRED: WIN32_ERROR = 1390u32;
14915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14916 pub const ERROR_NO_INHERITANCE: WIN32_ERROR = 1391u32;
14917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14918 pub const ERROR_FILE_CORRUPT: WIN32_ERROR = 1392u32;
14919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14920 pub const ERROR_DISK_CORRUPT: WIN32_ERROR = 1393u32;
14921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14922 pub const ERROR_NO_USER_SESSION_KEY: WIN32_ERROR = 1394u32;
14923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14924 pub const ERROR_LICENSE_QUOTA_EXCEEDED: WIN32_ERROR = 1395u32;
14925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14926 pub const ERROR_WRONG_TARGET_NAME: WIN32_ERROR = 1396u32;
14927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14928 pub const ERROR_MUTUAL_AUTH_FAILED: WIN32_ERROR = 1397u32;
14929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14930 pub const ERROR_TIME_SKEW: WIN32_ERROR = 1398u32;
14931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14932 pub const ERROR_CURRENT_DOMAIN_NOT_ALLOWED: WIN32_ERROR = 1399u32;
14933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14934 pub const ERROR_INVALID_WINDOW_HANDLE: WIN32_ERROR = 1400u32;
14935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14936 pub const ERROR_INVALID_MENU_HANDLE: WIN32_ERROR = 1401u32;
14937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14938 pub const ERROR_INVALID_CURSOR_HANDLE: WIN32_ERROR = 1402u32;
14939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14940 pub const ERROR_INVALID_ACCEL_HANDLE: WIN32_ERROR = 1403u32;
14941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14942 pub const ERROR_INVALID_HOOK_HANDLE: WIN32_ERROR = 1404u32;
14943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14944 pub const ERROR_INVALID_DWP_HANDLE: WIN32_ERROR = 1405u32;
14945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14946 pub const ERROR_TLW_WITH_WSCHILD: WIN32_ERROR = 1406u32;
14947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14948 pub const ERROR_CANNOT_FIND_WND_CLASS: WIN32_ERROR = 1407u32;
14949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14950 pub const ERROR_WINDOW_OF_OTHER_THREAD: WIN32_ERROR = 1408u32;
14951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14952 pub const ERROR_HOTKEY_ALREADY_REGISTERED: WIN32_ERROR = 1409u32;
14953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14954 pub const ERROR_CLASS_ALREADY_EXISTS: WIN32_ERROR = 1410u32;
14955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14956 pub const ERROR_CLASS_DOES_NOT_EXIST: WIN32_ERROR = 1411u32;
14957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14958 pub const ERROR_CLASS_HAS_WINDOWS: WIN32_ERROR = 1412u32;
14959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14960 pub const ERROR_INVALID_INDEX: WIN32_ERROR = 1413u32;
14961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14962 pub const ERROR_INVALID_ICON_HANDLE: WIN32_ERROR = 1414u32;
14963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14964 pub const ERROR_PRIVATE_DIALOG_INDEX: WIN32_ERROR = 1415u32;
14965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14966 pub const ERROR_LISTBOX_ID_NOT_FOUND: WIN32_ERROR = 1416u32;
14967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14968 pub const ERROR_NO_WILDCARD_CHARACTERS: WIN32_ERROR = 1417u32;
14969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14970 pub const ERROR_CLIPBOARD_NOT_OPEN: WIN32_ERROR = 1418u32;
14971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14972 pub const ERROR_HOTKEY_NOT_REGISTERED: WIN32_ERROR = 1419u32;
14973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14974 pub const ERROR_WINDOW_NOT_DIALOG: WIN32_ERROR = 1420u32;
14975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14976 pub const ERROR_CONTROL_ID_NOT_FOUND: WIN32_ERROR = 1421u32;
14977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14978 pub const ERROR_INVALID_COMBOBOX_MESSAGE: WIN32_ERROR = 1422u32;
14979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14980 pub const ERROR_WINDOW_NOT_COMBOBOX: WIN32_ERROR = 1423u32;
14981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14982 pub const ERROR_INVALID_EDIT_HEIGHT: WIN32_ERROR = 1424u32;
14983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14984 pub const ERROR_DC_NOT_FOUND: WIN32_ERROR = 1425u32;
14985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14986 pub const ERROR_INVALID_HOOK_FILTER: WIN32_ERROR = 1426u32;
14987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14988 pub const ERROR_INVALID_FILTER_PROC: WIN32_ERROR = 1427u32;
14989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14990 pub const ERROR_HOOK_NEEDS_HMOD: WIN32_ERROR = 1428u32;
14991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14992 pub const ERROR_GLOBAL_ONLY_HOOK: WIN32_ERROR = 1429u32;
14993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14994 pub const ERROR_JOURNAL_HOOK_SET: WIN32_ERROR = 1430u32;
14995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14996 pub const ERROR_HOOK_NOT_INSTALLED: WIN32_ERROR = 1431u32;
14997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14998 pub const ERROR_INVALID_LB_MESSAGE: WIN32_ERROR = 1432u32;
14999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15000 pub const ERROR_SETCOUNT_ON_BAD_LB: WIN32_ERROR = 1433u32;
15001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15002 pub const ERROR_LB_WITHOUT_TABSTOPS: WIN32_ERROR = 1434u32;
15003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15004 pub const ERROR_DESTROY_OBJECT_OF_OTHER_THREAD: WIN32_ERROR = 1435u32;
15005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15006 pub const ERROR_CHILD_WINDOW_MENU: WIN32_ERROR = 1436u32;
15007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15008 pub const ERROR_NO_SYSTEM_MENU: WIN32_ERROR = 1437u32;
15009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15010 pub const ERROR_INVALID_MSGBOX_STYLE: WIN32_ERROR = 1438u32;
15011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15012 pub const ERROR_INVALID_SPI_VALUE: WIN32_ERROR = 1439u32;
15013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15014 pub const ERROR_SCREEN_ALREADY_LOCKED: WIN32_ERROR = 1440u32;
15015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15016 pub const ERROR_HWNDS_HAVE_DIFF_PARENT: WIN32_ERROR = 1441u32;
15017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15018 pub const ERROR_NOT_CHILD_WINDOW: WIN32_ERROR = 1442u32;
15019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15020 pub const ERROR_INVALID_GW_COMMAND: WIN32_ERROR = 1443u32;
15021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15022 pub const ERROR_INVALID_THREAD_ID: WIN32_ERROR = 1444u32;
15023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15024 pub const ERROR_NON_MDICHILD_WINDOW: WIN32_ERROR = 1445u32;
15025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15026 pub const ERROR_POPUP_ALREADY_ACTIVE: WIN32_ERROR = 1446u32;
15027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15028 pub const ERROR_NO_SCROLLBARS: WIN32_ERROR = 1447u32;
15029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15030 pub const ERROR_INVALID_SCROLLBAR_RANGE: WIN32_ERROR = 1448u32;
15031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15032 pub const ERROR_INVALID_SHOWWIN_COMMAND: WIN32_ERROR = 1449u32;
15033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15034 pub const ERROR_NO_SYSTEM_RESOURCES: WIN32_ERROR = 1450u32;
15035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15036 pub const ERROR_NONPAGED_SYSTEM_RESOURCES: WIN32_ERROR = 1451u32;
15037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15038 pub const ERROR_PAGED_SYSTEM_RESOURCES: WIN32_ERROR = 1452u32;
15039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15040 pub const ERROR_WORKING_SET_QUOTA: WIN32_ERROR = 1453u32;
15041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15042 pub const ERROR_PAGEFILE_QUOTA: WIN32_ERROR = 1454u32;
15043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15044 pub const ERROR_COMMITMENT_LIMIT: WIN32_ERROR = 1455u32;
15045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15046 pub const ERROR_MENU_ITEM_NOT_FOUND: WIN32_ERROR = 1456u32;
15047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15048 pub const ERROR_INVALID_KEYBOARD_HANDLE: WIN32_ERROR = 1457u32;
15049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15050 pub const ERROR_HOOK_TYPE_NOT_ALLOWED: WIN32_ERROR = 1458u32;
15051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15052 pub const ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION: WIN32_ERROR = 1459u32;
15053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15054 pub const ERROR_TIMEOUT: WIN32_ERROR = 1460u32;
15055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15056 pub const ERROR_INVALID_MONITOR_HANDLE: WIN32_ERROR = 1461u32;
15057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15058 pub const ERROR_INCORRECT_SIZE: WIN32_ERROR = 1462u32;
15059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15060 pub const ERROR_SYMLINK_CLASS_DISABLED: WIN32_ERROR = 1463u32;
15061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15062 pub const ERROR_SYMLINK_NOT_SUPPORTED: WIN32_ERROR = 1464u32;
15063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15064 pub const ERROR_XML_PARSE_ERROR: WIN32_ERROR = 1465u32;
15065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15066 pub const ERROR_XMLDSIG_ERROR: WIN32_ERROR = 1466u32;
15067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15068 pub const ERROR_RESTART_APPLICATION: WIN32_ERROR = 1467u32;
15069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15070 pub const ERROR_WRONG_COMPARTMENT: WIN32_ERROR = 1468u32;
15071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15072 pub const ERROR_AUTHIP_FAILURE: WIN32_ERROR = 1469u32;
15073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15074 pub const ERROR_NO_NVRAM_RESOURCES: WIN32_ERROR = 1470u32;
15075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15076 pub const ERROR_NOT_GUI_PROCESS: WIN32_ERROR = 1471u32;
15077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15078 pub const ERROR_EVENTLOG_FILE_CORRUPT: WIN32_ERROR = 1500u32;
15079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15080 pub const ERROR_EVENTLOG_CANT_START: WIN32_ERROR = 1501u32;
15081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15082 pub const ERROR_LOG_FILE_FULL: WIN32_ERROR = 1502u32;
15083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15084 pub const ERROR_EVENTLOG_FILE_CHANGED: WIN32_ERROR = 1503u32;
15085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15086 pub const ERROR_CONTAINER_ASSIGNED: WIN32_ERROR = 1504u32;
15087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15088 pub const ERROR_JOB_NO_CONTAINER: WIN32_ERROR = 1505u32;
15089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15090 pub const ERROR_INVALID_TASK_NAME: WIN32_ERROR = 1550u32;
15091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15092 pub const ERROR_INVALID_TASK_INDEX: WIN32_ERROR = 1551u32;
15093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15094 pub const ERROR_THREAD_ALREADY_IN_TASK: WIN32_ERROR = 1552u32;
15095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15096 pub const ERROR_INSTALL_SERVICE_FAILURE: WIN32_ERROR = 1601u32;
15097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15098 pub const ERROR_INSTALL_USEREXIT: WIN32_ERROR = 1602u32;
15099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15100 pub const ERROR_INSTALL_FAILURE: WIN32_ERROR = 1603u32;
15101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15102 pub const ERROR_INSTALL_SUSPEND: WIN32_ERROR = 1604u32;
15103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15104 pub const ERROR_UNKNOWN_PRODUCT: WIN32_ERROR = 1605u32;
15105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15106 pub const ERROR_UNKNOWN_FEATURE: WIN32_ERROR = 1606u32;
15107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15108 pub const ERROR_UNKNOWN_COMPONENT: WIN32_ERROR = 1607u32;
15109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15110 pub const ERROR_UNKNOWN_PROPERTY: WIN32_ERROR = 1608u32;
15111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15112 pub const ERROR_INVALID_HANDLE_STATE: WIN32_ERROR = 1609u32;
15113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15114 pub const ERROR_BAD_CONFIGURATION: WIN32_ERROR = 1610u32;
15115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15116 pub const ERROR_INDEX_ABSENT: WIN32_ERROR = 1611u32;
15117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15118 pub const ERROR_INSTALL_SOURCE_ABSENT: WIN32_ERROR = 1612u32;
15119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15120 pub const ERROR_INSTALL_PACKAGE_VERSION: WIN32_ERROR = 1613u32;
15121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15122 pub const ERROR_PRODUCT_UNINSTALLED: WIN32_ERROR = 1614u32;
15123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15124 pub const ERROR_BAD_QUERY_SYNTAX: WIN32_ERROR = 1615u32;
15125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15126 pub const ERROR_INVALID_FIELD: WIN32_ERROR = 1616u32;
15127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15128 pub const ERROR_DEVICE_REMOVED: WIN32_ERROR = 1617u32;
15129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15130 pub const ERROR_INSTALL_ALREADY_RUNNING: WIN32_ERROR = 1618u32;
15131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15132 pub const ERROR_INSTALL_PACKAGE_OPEN_FAILED: WIN32_ERROR = 1619u32;
15133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15134 pub const ERROR_INSTALL_PACKAGE_INVALID: WIN32_ERROR = 1620u32;
15135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15136 pub const ERROR_INSTALL_UI_FAILURE: WIN32_ERROR = 1621u32;
15137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15138 pub const ERROR_INSTALL_LOG_FAILURE: WIN32_ERROR = 1622u32;
15139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15140 pub const ERROR_INSTALL_LANGUAGE_UNSUPPORTED: WIN32_ERROR = 1623u32;
15141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15142 pub const ERROR_INSTALL_TRANSFORM_FAILURE: WIN32_ERROR = 1624u32;
15143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15144 pub const ERROR_INSTALL_PACKAGE_REJECTED: WIN32_ERROR = 1625u32;
15145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15146 pub const ERROR_FUNCTION_NOT_CALLED: WIN32_ERROR = 1626u32;
15147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15148 pub const ERROR_FUNCTION_FAILED: WIN32_ERROR = 1627u32;
15149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15150 pub const ERROR_INVALID_TABLE: WIN32_ERROR = 1628u32;
15151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15152 pub const ERROR_DATATYPE_MISMATCH: WIN32_ERROR = 1629u32;
15153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15154 pub const ERROR_UNSUPPORTED_TYPE: WIN32_ERROR = 1630u32;
15155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15156 pub const ERROR_CREATE_FAILED: WIN32_ERROR = 1631u32;
15157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15158 pub const ERROR_INSTALL_TEMP_UNWRITABLE: WIN32_ERROR = 1632u32;
15159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15160 pub const ERROR_INSTALL_PLATFORM_UNSUPPORTED: WIN32_ERROR = 1633u32;
15161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15162 pub const ERROR_INSTALL_NOTUSED: WIN32_ERROR = 1634u32;
15163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15164 pub const ERROR_PATCH_PACKAGE_OPEN_FAILED: WIN32_ERROR = 1635u32;
15165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15166 pub const ERROR_PATCH_PACKAGE_INVALID: WIN32_ERROR = 1636u32;
15167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15168 pub const ERROR_PATCH_PACKAGE_UNSUPPORTED: WIN32_ERROR = 1637u32;
15169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15170 pub const ERROR_PRODUCT_VERSION: WIN32_ERROR = 1638u32;
15171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15172 pub const ERROR_INVALID_COMMAND_LINE: WIN32_ERROR = 1639u32;
15173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15174 pub const ERROR_INSTALL_REMOTE_DISALLOWED: WIN32_ERROR = 1640u32;
15175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15176 pub const ERROR_SUCCESS_REBOOT_INITIATED: WIN32_ERROR = 1641u32;
15177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15178 pub const ERROR_PATCH_TARGET_NOT_FOUND: WIN32_ERROR = 1642u32;
15179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15180 pub const ERROR_PATCH_PACKAGE_REJECTED: WIN32_ERROR = 1643u32;
15181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15182 pub const ERROR_INSTALL_TRANSFORM_REJECTED: WIN32_ERROR = 1644u32;
15183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15184 pub const ERROR_INSTALL_REMOTE_PROHIBITED: WIN32_ERROR = 1645u32;
15185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15186 pub const ERROR_PATCH_REMOVAL_UNSUPPORTED: WIN32_ERROR = 1646u32;
15187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15188 pub const ERROR_UNKNOWN_PATCH: WIN32_ERROR = 1647u32;
15189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15190 pub const ERROR_PATCH_NO_SEQUENCE: WIN32_ERROR = 1648u32;
15191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15192 pub const ERROR_PATCH_REMOVAL_DISALLOWED: WIN32_ERROR = 1649u32;
15193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15194 pub const ERROR_INVALID_PATCH_XML: WIN32_ERROR = 1650u32;
15195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15196 pub const ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT: WIN32_ERROR = 1651u32;
15197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15198 pub const ERROR_INSTALL_SERVICE_SAFEBOOT: WIN32_ERROR = 1652u32;
15199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15200 pub const ERROR_FAIL_FAST_EXCEPTION: WIN32_ERROR = 1653u32;
15201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15202 pub const ERROR_INSTALL_REJECTED: WIN32_ERROR = 1654u32;
15203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15204 pub const ERROR_DYNAMIC_CODE_BLOCKED: WIN32_ERROR = 1655u32;
15205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15206 pub const ERROR_NOT_SAME_OBJECT: WIN32_ERROR = 1656u32;
15207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15208 pub const ERROR_STRICT_CFG_VIOLATION: WIN32_ERROR = 1657u32;
15209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15210 pub const ERROR_SET_CONTEXT_DENIED: WIN32_ERROR = 1660u32;
15211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15212 pub const ERROR_CROSS_PARTITION_VIOLATION: WIN32_ERROR = 1661u32;
15213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15214 pub const ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT: WIN32_ERROR = 1662u32;
15215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15216 pub const ERROR_INVALID_USER_BUFFER: WIN32_ERROR = 1784u32;
15217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15218 pub const ERROR_UNRECOGNIZED_MEDIA: WIN32_ERROR = 1785u32;
15219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15220 pub const ERROR_NO_TRUST_LSA_SECRET: WIN32_ERROR = 1786u32;
15221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15222 pub const ERROR_NO_TRUST_SAM_ACCOUNT: WIN32_ERROR = 1787u32;
15223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15224 pub const ERROR_TRUSTED_DOMAIN_FAILURE: WIN32_ERROR = 1788u32;
15225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15226 pub const ERROR_TRUSTED_RELATIONSHIP_FAILURE: WIN32_ERROR = 1789u32;
15227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15228 pub const ERROR_TRUST_FAILURE: WIN32_ERROR = 1790u32;
15229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15230 pub const ERROR_NETLOGON_NOT_STARTED: WIN32_ERROR = 1792u32;
15231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15232 pub const ERROR_ACCOUNT_EXPIRED: WIN32_ERROR = 1793u32;
15233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15234 pub const ERROR_REDIRECTOR_HAS_OPEN_HANDLES: WIN32_ERROR = 1794u32;
15235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15236 pub const ERROR_PRINTER_DRIVER_ALREADY_INSTALLED: WIN32_ERROR = 1795u32;
15237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15238 pub const ERROR_UNKNOWN_PORT: WIN32_ERROR = 1796u32;
15239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15240 pub const ERROR_UNKNOWN_PRINTER_DRIVER: WIN32_ERROR = 1797u32;
15241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15242 pub const ERROR_UNKNOWN_PRINTPROCESSOR: WIN32_ERROR = 1798u32;
15243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15244 pub const ERROR_INVALID_SEPARATOR_FILE: WIN32_ERROR = 1799u32;
15245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15246 pub const ERROR_INVALID_PRIORITY: WIN32_ERROR = 1800u32;
15247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15248 pub const ERROR_INVALID_PRINTER_NAME: WIN32_ERROR = 1801u32;
15249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15250 pub const ERROR_PRINTER_ALREADY_EXISTS: WIN32_ERROR = 1802u32;
15251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15252 pub const ERROR_INVALID_PRINTER_COMMAND: WIN32_ERROR = 1803u32;
15253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15254 pub const ERROR_INVALID_DATATYPE: WIN32_ERROR = 1804u32;
15255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15256 pub const ERROR_INVALID_ENVIRONMENT: WIN32_ERROR = 1805u32;
15257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15258 pub const ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: WIN32_ERROR = 1807u32;
15259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15260 pub const ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT: WIN32_ERROR = 1808u32;
15261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15262 pub const ERROR_NOLOGON_SERVER_TRUST_ACCOUNT: WIN32_ERROR = 1809u32;
15263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15264 pub const ERROR_DOMAIN_TRUST_INCONSISTENT: WIN32_ERROR = 1810u32;
15265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15266 pub const ERROR_SERVER_HAS_OPEN_HANDLES: WIN32_ERROR = 1811u32;
15267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15268 pub const ERROR_RESOURCE_DATA_NOT_FOUND: WIN32_ERROR = 1812u32;
15269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15270 pub const ERROR_RESOURCE_TYPE_NOT_FOUND: WIN32_ERROR = 1813u32;
15271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15272 pub const ERROR_RESOURCE_NAME_NOT_FOUND: WIN32_ERROR = 1814u32;
15273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15274 pub const ERROR_RESOURCE_LANG_NOT_FOUND: WIN32_ERROR = 1815u32;
15275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15276 pub const ERROR_NOT_ENOUGH_QUOTA: WIN32_ERROR = 1816u32;
15277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15278 pub const ERROR_INVALID_TIME: WIN32_ERROR = 1901u32;
15279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15280 pub const ERROR_INVALID_FORM_NAME: WIN32_ERROR = 1902u32;
15281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15282 pub const ERROR_INVALID_FORM_SIZE: WIN32_ERROR = 1903u32;
15283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15284 pub const ERROR_ALREADY_WAITING: WIN32_ERROR = 1904u32;
15285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15286 pub const ERROR_PRINTER_DELETED: WIN32_ERROR = 1905u32;
15287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15288 pub const ERROR_INVALID_PRINTER_STATE: WIN32_ERROR = 1906u32;
15289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15290 pub const ERROR_PASSWORD_MUST_CHANGE: WIN32_ERROR = 1907u32;
15291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15292 pub const ERROR_DOMAIN_CONTROLLER_NOT_FOUND: WIN32_ERROR = 1908u32;
15293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15294 pub const ERROR_ACCOUNT_LOCKED_OUT: WIN32_ERROR = 1909u32;
15295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15296 pub const ERROR_NO_SITENAME: WIN32_ERROR = 1919u32;
15297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15298 pub const ERROR_CANT_ACCESS_FILE: WIN32_ERROR = 1920u32;
15299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15300 pub const ERROR_CANT_RESOLVE_FILENAME: WIN32_ERROR = 1921u32;
15301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15302 pub const ERROR_KM_DRIVER_BLOCKED: WIN32_ERROR = 1930u32;
15303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15304 pub const ERROR_CONTEXT_EXPIRED: WIN32_ERROR = 1931u32;
15305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15306 pub const ERROR_PER_USER_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1932u32;
15307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15308 pub const ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1933u32;
15309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15310 pub const ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1934u32;
15311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15312 pub const ERROR_AUTHENTICATION_FIREWALL_FAILED: WIN32_ERROR = 1935u32;
15313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15314 pub const ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED: WIN32_ERROR = 1936u32;
15315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15316 pub const ERROR_NTLM_BLOCKED: WIN32_ERROR = 1937u32;
15317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15318 pub const ERROR_PASSWORD_CHANGE_REQUIRED: WIN32_ERROR = 1938u32;
15319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15320 pub const ERROR_LOST_MODE_LOGON_RESTRICTION: WIN32_ERROR = 1939u32;
15321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15322 pub const ERROR_INVALID_PIXEL_FORMAT: WIN32_ERROR = 2000u32;
15323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15324 pub const ERROR_BAD_DRIVER: WIN32_ERROR = 2001u32;
15325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15326 pub const ERROR_INVALID_WINDOW_STYLE: WIN32_ERROR = 2002u32;
15327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15328 pub const ERROR_METAFILE_NOT_SUPPORTED: WIN32_ERROR = 2003u32;
15329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15330 pub const ERROR_TRANSFORM_NOT_SUPPORTED: WIN32_ERROR = 2004u32;
15331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15332 pub const ERROR_CLIPPING_NOT_SUPPORTED: WIN32_ERROR = 2005u32;
15333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15334 pub const ERROR_INVALID_CMM: WIN32_ERROR = 2010u32;
15335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15336 pub const ERROR_INVALID_PROFILE: WIN32_ERROR = 2011u32;
15337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15338 pub const ERROR_TAG_NOT_FOUND: WIN32_ERROR = 2012u32;
15339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15340 pub const ERROR_TAG_NOT_PRESENT: WIN32_ERROR = 2013u32;
15341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15342 pub const ERROR_DUPLICATE_TAG: WIN32_ERROR = 2014u32;
15343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15344 pub const ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE: WIN32_ERROR = 2015u32;
15345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15346 pub const ERROR_PROFILE_NOT_FOUND: WIN32_ERROR = 2016u32;
15347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15348 pub const ERROR_INVALID_COLORSPACE: WIN32_ERROR = 2017u32;
15349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15350 pub const ERROR_ICM_NOT_ENABLED: WIN32_ERROR = 2018u32;
15351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15352 pub const ERROR_DELETING_ICM_XFORM: WIN32_ERROR = 2019u32;
15353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15354 pub const ERROR_INVALID_TRANSFORM: WIN32_ERROR = 2020u32;
15355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15356 pub const ERROR_COLORSPACE_MISMATCH: WIN32_ERROR = 2021u32;
15357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15358 pub const ERROR_INVALID_COLORINDEX: WIN32_ERROR = 2022u32;
15359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15360 pub const ERROR_PROFILE_DOES_NOT_MATCH_DEVICE: WIN32_ERROR = 2023u32;
15361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15362 pub const ERROR_CONNECTED_OTHER_PASSWORD: WIN32_ERROR = 2108u32;
15363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15364 pub const ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT: WIN32_ERROR = 2109u32;
15365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15366 pub const ERROR_BAD_USERNAME: WIN32_ERROR = 2202u32;
15367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15368 pub const ERROR_NOT_CONNECTED: WIN32_ERROR = 2250u32;
15369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15370 pub const ERROR_OPEN_FILES: WIN32_ERROR = 2401u32;
15371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15372 pub const ERROR_ACTIVE_CONNECTIONS: WIN32_ERROR = 2402u32;
15373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15374 pub const ERROR_DEVICE_IN_USE: WIN32_ERROR = 2404u32;
15375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15376 pub const ERROR_UNKNOWN_PRINT_MONITOR: WIN32_ERROR = 3000u32;
15377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15378 pub const ERROR_PRINTER_DRIVER_IN_USE: WIN32_ERROR = 3001u32;
15379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15380 pub const ERROR_SPOOL_FILE_NOT_FOUND: WIN32_ERROR = 3002u32;
15381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15382 pub const ERROR_SPL_NO_STARTDOC: WIN32_ERROR = 3003u32;
15383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15384 pub const ERROR_SPL_NO_ADDJOB: WIN32_ERROR = 3004u32;
15385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15386 pub const ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED: WIN32_ERROR = 3005u32;
15387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15388 pub const ERROR_PRINT_MONITOR_ALREADY_INSTALLED: WIN32_ERROR = 3006u32;
15389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15390 pub const ERROR_INVALID_PRINT_MONITOR: WIN32_ERROR = 3007u32;
15391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15392 pub const ERROR_PRINT_MONITOR_IN_USE: WIN32_ERROR = 3008u32;
15393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15394 pub const ERROR_PRINTER_HAS_JOBS_QUEUED: WIN32_ERROR = 3009u32;
15395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15396 pub const ERROR_SUCCESS_REBOOT_REQUIRED: WIN32_ERROR = 3010u32;
15397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15398 pub const ERROR_SUCCESS_RESTART_REQUIRED: WIN32_ERROR = 3011u32;
15399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15400 pub const ERROR_PRINTER_NOT_FOUND: WIN32_ERROR = 3012u32;
15401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15402 pub const ERROR_PRINTER_DRIVER_WARNED: WIN32_ERROR = 3013u32;
15403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15404 pub const ERROR_PRINTER_DRIVER_BLOCKED: WIN32_ERROR = 3014u32;
15405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15406 pub const ERROR_PRINTER_DRIVER_PACKAGE_IN_USE: WIN32_ERROR = 3015u32;
15407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15408 pub const ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND: WIN32_ERROR = 3016u32;
15409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15410 pub const ERROR_FAIL_REBOOT_REQUIRED: WIN32_ERROR = 3017u32;
15411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15412 pub const ERROR_FAIL_REBOOT_INITIATED: WIN32_ERROR = 3018u32;
15413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15414 pub const ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED: WIN32_ERROR = 3019u32;
15415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15416 pub const ERROR_PRINT_JOB_RESTART_REQUIRED: WIN32_ERROR = 3020u32;
15417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15418 pub const ERROR_INVALID_PRINTER_DRIVER_MANIFEST: WIN32_ERROR = 3021u32;
15419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15420 pub const ERROR_PRINTER_NOT_SHAREABLE: WIN32_ERROR = 3022u32;
15421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15422 pub const ERROR_REQUEST_PAUSED: WIN32_ERROR = 3050u32;
15423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15424 pub const ERROR_APPEXEC_CONDITION_NOT_SATISFIED: WIN32_ERROR = 3060u32;
15425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15426 pub const ERROR_APPEXEC_HANDLE_INVALIDATED: WIN32_ERROR = 3061u32;
15427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15428 pub const ERROR_APPEXEC_INVALID_HOST_GENERATION: WIN32_ERROR = 3062u32;
15429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15430 pub const ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION: WIN32_ERROR = 3063u32;
15431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15432 pub const ERROR_APPEXEC_INVALID_HOST_STATE: WIN32_ERROR = 3064u32;
15433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15434 pub const ERROR_APPEXEC_NO_DONOR: WIN32_ERROR = 3065u32;
15435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15436 pub const ERROR_APPEXEC_HOST_ID_MISMATCH: WIN32_ERROR = 3066u32;
15437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15438 pub const ERROR_APPEXEC_UNKNOWN_USER: WIN32_ERROR = 3067u32;
15439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15440 pub const ERROR_APPEXEC_APP_COMPAT_BLOCK: WIN32_ERROR = 3068u32;
15441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15442 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT: WIN32_ERROR = 3069u32;
15443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15444 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION: WIN32_ERROR = 3070u32;
15445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15446 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING: WIN32_ERROR = 3071u32;
15447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15448 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES: WIN32_ERROR = 3072u32;
15449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15450 pub const ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED: WIN32_ERROR = 3080u32;
15451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15452 pub const ERROR_VRF_VOLATILE_NOT_STOPPABLE: WIN32_ERROR = 3081u32;
15453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15454 pub const ERROR_VRF_VOLATILE_SAFE_MODE: WIN32_ERROR = 3082u32;
15455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15456 pub const ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM: WIN32_ERROR = 3083u32;
15457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15458 pub const ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS: WIN32_ERROR = 3084u32;
15459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15460 pub const ERROR_VRF_VOLATILE_PROTECTED_DRIVER: WIN32_ERROR = 3085u32;
15461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15462 pub const ERROR_VRF_VOLATILE_NMI_REGISTERED: WIN32_ERROR = 3086u32;
15463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15464 pub const ERROR_VRF_VOLATILE_SETTINGS_CONFLICT: WIN32_ERROR = 3087u32;
15465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15466 pub const ERROR_DIF_IOCALLBACK_NOT_REPLACED: WIN32_ERROR = 3190u32;
15467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15468 pub const ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED: WIN32_ERROR = 3191u32;
15469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15470 pub const ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED: WIN32_ERROR = 3192u32;
15471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15472 pub const ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED: WIN32_ERROR = 3193u32;
15473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15474 pub const ERROR_DIF_VOLATILE_INVALID_INFO: WIN32_ERROR = 3194u32;
15475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15476 pub const ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING: WIN32_ERROR = 3195u32;
15477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15478 pub const ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING: WIN32_ERROR = 3196u32;
15479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15480 pub const ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED: WIN32_ERROR = 3197u32;
15481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15482 pub const ERROR_DIF_VOLATILE_NOT_ALLOWED: WIN32_ERROR = 3198u32;
15483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15484 pub const ERROR_DIF_BINDING_API_NOT_FOUND: WIN32_ERROR = 3199u32;
15485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15486 pub const ERROR_IO_REISSUE_AS_CACHED: WIN32_ERROR = 3950u32;
15487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15488 pub const ERROR_WINS_INTERNAL: WIN32_ERROR = 4000u32;
15489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15490 pub const ERROR_CAN_NOT_DEL_LOCAL_WINS: WIN32_ERROR = 4001u32;
15491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15492 pub const ERROR_STATIC_INIT: WIN32_ERROR = 4002u32;
15493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15494 pub const ERROR_INC_BACKUP: WIN32_ERROR = 4003u32;
15495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15496 pub const ERROR_FULL_BACKUP: WIN32_ERROR = 4004u32;
15497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15498 pub const ERROR_REC_NON_EXISTENT: WIN32_ERROR = 4005u32;
15499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15500 pub const ERROR_RPL_NOT_ALLOWED: WIN32_ERROR = 4006u32;
15501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15502 pub const ERROR_DHCP_ADDRESS_CONFLICT: WIN32_ERROR = 4100u32;
15503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15504 pub const ERROR_WMI_GUID_NOT_FOUND: WIN32_ERROR = 4200u32;
15505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15506 pub const ERROR_WMI_INSTANCE_NOT_FOUND: WIN32_ERROR = 4201u32;
15507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15508 pub const ERROR_WMI_ITEMID_NOT_FOUND: WIN32_ERROR = 4202u32;
15509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15510 pub const ERROR_WMI_TRY_AGAIN: WIN32_ERROR = 4203u32;
15511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15512 pub const ERROR_WMI_DP_NOT_FOUND: WIN32_ERROR = 4204u32;
15513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15514 pub const ERROR_WMI_UNRESOLVED_INSTANCE_REF: WIN32_ERROR = 4205u32;
15515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15516 pub const ERROR_WMI_ALREADY_ENABLED: WIN32_ERROR = 4206u32;
15517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15518 pub const ERROR_WMI_GUID_DISCONNECTED: WIN32_ERROR = 4207u32;
15519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15520 pub const ERROR_WMI_SERVER_UNAVAILABLE: WIN32_ERROR = 4208u32;
15521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15522 pub const ERROR_WMI_DP_FAILED: WIN32_ERROR = 4209u32;
15523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15524 pub const ERROR_WMI_INVALID_MOF: WIN32_ERROR = 4210u32;
15525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15526 pub const ERROR_WMI_INVALID_REGINFO: WIN32_ERROR = 4211u32;
15527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15528 pub const ERROR_WMI_ALREADY_DISABLED: WIN32_ERROR = 4212u32;
15529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15530 pub const ERROR_WMI_READ_ONLY: WIN32_ERROR = 4213u32;
15531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15532 pub const ERROR_WMI_SET_FAILURE: WIN32_ERROR = 4214u32;
15533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15534 pub const ERROR_NOT_APPCONTAINER: WIN32_ERROR = 4250u32;
15535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15536 pub const ERROR_APPCONTAINER_REQUIRED: WIN32_ERROR = 4251u32;
15537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15538 pub const ERROR_NOT_SUPPORTED_IN_APPCONTAINER: WIN32_ERROR = 4252u32;
15539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15540 pub const ERROR_INVALID_PACKAGE_SID_LENGTH: WIN32_ERROR = 4253u32;
15541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15542 pub const ERROR_INVALID_MEDIA: WIN32_ERROR = 4300u32;
15543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15544 pub const ERROR_INVALID_LIBRARY: WIN32_ERROR = 4301u32;
15545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15546 pub const ERROR_INVALID_MEDIA_POOL: WIN32_ERROR = 4302u32;
15547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15548 pub const ERROR_DRIVE_MEDIA_MISMATCH: WIN32_ERROR = 4303u32;
15549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15550 pub const ERROR_MEDIA_OFFLINE: WIN32_ERROR = 4304u32;
15551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15552 pub const ERROR_LIBRARY_OFFLINE: WIN32_ERROR = 4305u32;
15553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15554 pub const ERROR_EMPTY: WIN32_ERROR = 4306u32;
15555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15556 pub const ERROR_NOT_EMPTY: WIN32_ERROR = 4307u32;
15557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15558 pub const ERROR_MEDIA_UNAVAILABLE: WIN32_ERROR = 4308u32;
15559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15560 pub const ERROR_RESOURCE_DISABLED: WIN32_ERROR = 4309u32;
15561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15562 pub const ERROR_INVALID_CLEANER: WIN32_ERROR = 4310u32;
15563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15564 pub const ERROR_UNABLE_TO_CLEAN: WIN32_ERROR = 4311u32;
15565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15566 pub const ERROR_OBJECT_NOT_FOUND: WIN32_ERROR = 4312u32;
15567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15568 pub const ERROR_DATABASE_FAILURE: WIN32_ERROR = 4313u32;
15569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15570 pub const ERROR_DATABASE_FULL: WIN32_ERROR = 4314u32;
15571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15572 pub const ERROR_MEDIA_INCOMPATIBLE: WIN32_ERROR = 4315u32;
15573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15574 pub const ERROR_RESOURCE_NOT_PRESENT: WIN32_ERROR = 4316u32;
15575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15576 pub const ERROR_INVALID_OPERATION: WIN32_ERROR = 4317u32;
15577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15578 pub const ERROR_MEDIA_NOT_AVAILABLE: WIN32_ERROR = 4318u32;
15579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15580 pub const ERROR_DEVICE_NOT_AVAILABLE: WIN32_ERROR = 4319u32;
15581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15582 pub const ERROR_REQUEST_REFUSED: WIN32_ERROR = 4320u32;
15583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15584 pub const ERROR_INVALID_DRIVE_OBJECT: WIN32_ERROR = 4321u32;
15585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15586 pub const ERROR_LIBRARY_FULL: WIN32_ERROR = 4322u32;
15587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15588 pub const ERROR_MEDIUM_NOT_ACCESSIBLE: WIN32_ERROR = 4323u32;
15589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15590 pub const ERROR_UNABLE_TO_LOAD_MEDIUM: WIN32_ERROR = 4324u32;
15591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15592 pub const ERROR_UNABLE_TO_INVENTORY_DRIVE: WIN32_ERROR = 4325u32;
15593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15594 pub const ERROR_UNABLE_TO_INVENTORY_SLOT: WIN32_ERROR = 4326u32;
15595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15596 pub const ERROR_UNABLE_TO_INVENTORY_TRANSPORT: WIN32_ERROR = 4327u32;
15597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15598 pub const ERROR_TRANSPORT_FULL: WIN32_ERROR = 4328u32;
15599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15600 pub const ERROR_CONTROLLING_IEPORT: WIN32_ERROR = 4329u32;
15601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15602 pub const ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA: WIN32_ERROR = 4330u32;
15603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15604 pub const ERROR_CLEANER_SLOT_SET: WIN32_ERROR = 4331u32;
15605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15606 pub const ERROR_CLEANER_SLOT_NOT_SET: WIN32_ERROR = 4332u32;
15607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15608 pub const ERROR_CLEANER_CARTRIDGE_SPENT: WIN32_ERROR = 4333u32;
15609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15610 pub const ERROR_UNEXPECTED_OMID: WIN32_ERROR = 4334u32;
15611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15612 pub const ERROR_CANT_DELETE_LAST_ITEM: WIN32_ERROR = 4335u32;
15613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15614 pub const ERROR_MESSAGE_EXCEEDS_MAX_SIZE: WIN32_ERROR = 4336u32;
15615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15616 pub const ERROR_VOLUME_CONTAINS_SYS_FILES: WIN32_ERROR = 4337u32;
15617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15618 pub const ERROR_INDIGENOUS_TYPE: WIN32_ERROR = 4338u32;
15619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15620 pub const ERROR_NO_SUPPORTING_DRIVES: WIN32_ERROR = 4339u32;
15621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15622 pub const ERROR_CLEANER_CARTRIDGE_INSTALLED: WIN32_ERROR = 4340u32;
15623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15624 pub const ERROR_IEPORT_FULL: WIN32_ERROR = 4341u32;
15625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15626 pub const ERROR_FILE_OFFLINE: WIN32_ERROR = 4350u32;
15627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15628 pub const ERROR_REMOTE_STORAGE_NOT_ACTIVE: WIN32_ERROR = 4351u32;
15629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15630 pub const ERROR_REMOTE_STORAGE_MEDIA_ERROR: WIN32_ERROR = 4352u32;
15631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15632 pub const ERROR_NOT_A_REPARSE_POINT: WIN32_ERROR = 4390u32;
15633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15634 pub const ERROR_REPARSE_ATTRIBUTE_CONFLICT: WIN32_ERROR = 4391u32;
15635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15636 pub const ERROR_INVALID_REPARSE_DATA: WIN32_ERROR = 4392u32;
15637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15638 pub const ERROR_REPARSE_TAG_INVALID: WIN32_ERROR = 4393u32;
15639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15640 pub const ERROR_REPARSE_TAG_MISMATCH: WIN32_ERROR = 4394u32;
15641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15642 pub const ERROR_REPARSE_POINT_ENCOUNTERED: WIN32_ERROR = 4395u32;
15643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15644 pub const ERROR_APP_DATA_NOT_FOUND: WIN32_ERROR = 4400u32;
15645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15646 pub const ERROR_APP_DATA_EXPIRED: WIN32_ERROR = 4401u32;
15647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15648 pub const ERROR_APP_DATA_CORRUPT: WIN32_ERROR = 4402u32;
15649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15650 pub const ERROR_APP_DATA_LIMIT_EXCEEDED: WIN32_ERROR = 4403u32;
15651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15652 pub const ERROR_APP_DATA_REBOOT_REQUIRED: WIN32_ERROR = 4404u32;
15653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15654 pub const ERROR_SECUREBOOT_ROLLBACK_DETECTED: WIN32_ERROR = 4420u32;
15655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15656 pub const ERROR_SECUREBOOT_POLICY_VIOLATION: WIN32_ERROR = 4421u32;
15657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15658 pub const ERROR_SECUREBOOT_INVALID_POLICY: WIN32_ERROR = 4422u32;
15659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15660 pub const ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND: WIN32_ERROR = 4423u32;
15661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15662 pub const ERROR_SECUREBOOT_POLICY_NOT_SIGNED: WIN32_ERROR = 4424u32;
15663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15664 pub const ERROR_SECUREBOOT_NOT_ENABLED: WIN32_ERROR = 4425u32;
15665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15666 pub const ERROR_SECUREBOOT_FILE_REPLACED: WIN32_ERROR = 4426u32;
15667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15668 pub const ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED: WIN32_ERROR = 4427u32;
15669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15670 pub const ERROR_SECUREBOOT_POLICY_UNKNOWN: WIN32_ERROR = 4428u32;
15671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15672 pub const ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION: WIN32_ERROR = 4429u32;
15673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15674 pub const ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH: WIN32_ERROR = 4430u32;
15675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15676 pub const ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED: WIN32_ERROR = 4431u32;
15677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15678 pub const ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH: WIN32_ERROR = 4432u32;
15679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15680 pub const ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING: WIN32_ERROR = 4433u32;
15681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15682 pub const ERROR_SECUREBOOT_NOT_BASE_POLICY: WIN32_ERROR = 4434u32;
15683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15684 pub const ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY: WIN32_ERROR = 4435u32;
15685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15686 pub const ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED: WIN32_ERROR = 4440u32;
15687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15688 pub const ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED: WIN32_ERROR = 4441u32;
15689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15690 pub const ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED: WIN32_ERROR = 4442u32;
15691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15692 pub const ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED: WIN32_ERROR = 4443u32;
15693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15694 pub const ERROR_ALREADY_HAS_STREAM_ID: WIN32_ERROR = 4444u32;
15695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15696 pub const ERROR_SMR_GARBAGE_COLLECTION_REQUIRED: WIN32_ERROR = 4445u32;
15697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15698 pub const ERROR_WOF_WIM_HEADER_CORRUPT: WIN32_ERROR = 4446u32;
15699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15700 pub const ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT: WIN32_ERROR = 4447u32;
15701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15702 pub const ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT: WIN32_ERROR = 4448u32;
15703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15704 pub const ERROR_OBJECT_IS_IMMUTABLE: WIN32_ERROR = 4449u32;
15705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15706 pub const ERROR_VOLUME_NOT_SIS_ENABLED: WIN32_ERROR = 4500u32;
15707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15708 pub const ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED: WIN32_ERROR = 4550u32;
15709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15710 pub const ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION: WIN32_ERROR = 4551u32;
15711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15712 pub const ERROR_SYSTEM_INTEGRITY_INVALID_POLICY: WIN32_ERROR = 4552u32;
15713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15714 pub const ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED: WIN32_ERROR = 4553u32;
15715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15716 pub const ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES: WIN32_ERROR = 4554u32;
15717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15718 pub const ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED: WIN32_ERROR = 4555u32;
15719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15720 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS: WIN32_ERROR = 4556u32;
15721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15722 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA: WIN32_ERROR = 4557u32;
15723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15724 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT: WIN32_ERROR = 4558u32;
15725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15726 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE: WIN32_ERROR = 4559u32;
15727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15728 pub const ERROR_VSM_NOT_INITIALIZED: WIN32_ERROR = 4560u32;
15729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15730 pub const ERROR_VSM_DMA_PROTECTION_NOT_IN_USE: WIN32_ERROR = 4561u32;
15731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15732 pub const ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED: WIN32_ERROR = 4570u32;
15733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15734 pub const ERROR_PLATFORM_MANIFEST_INVALID: WIN32_ERROR = 4571u32;
15735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15736 pub const ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED: WIN32_ERROR = 4572u32;
15737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15738 pub const ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED: WIN32_ERROR = 4573u32;
15739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15740 pub const ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND: WIN32_ERROR = 4574u32;
15741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15742 pub const ERROR_PLATFORM_MANIFEST_NOT_ACTIVE: WIN32_ERROR = 4575u32;
15743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15744 pub const ERROR_PLATFORM_MANIFEST_NOT_SIGNED: WIN32_ERROR = 4576u32;
15745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15746 pub const ERROR_DEPENDENT_RESOURCE_EXISTS: WIN32_ERROR = 5001u32;
15747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15748 pub const ERROR_DEPENDENCY_NOT_FOUND: WIN32_ERROR = 5002u32;
15749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15750 pub const ERROR_DEPENDENCY_ALREADY_EXISTS: WIN32_ERROR = 5003u32;
15751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15752 pub const ERROR_RESOURCE_NOT_ONLINE: WIN32_ERROR = 5004u32;
15753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15754 pub const ERROR_HOST_NODE_NOT_AVAILABLE: WIN32_ERROR = 5005u32;
15755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15756 pub const ERROR_RESOURCE_NOT_AVAILABLE: WIN32_ERROR = 5006u32;
15757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15758 pub const ERROR_RESOURCE_NOT_FOUND: WIN32_ERROR = 5007u32;
15759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15760 pub const ERROR_SHUTDOWN_CLUSTER: WIN32_ERROR = 5008u32;
15761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15762 pub const ERROR_CANT_EVICT_ACTIVE_NODE: WIN32_ERROR = 5009u32;
15763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15764 pub const ERROR_OBJECT_ALREADY_EXISTS: WIN32_ERROR = 5010u32;
15765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15766 pub const ERROR_OBJECT_IN_LIST: WIN32_ERROR = 5011u32;
15767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15768 pub const ERROR_GROUP_NOT_AVAILABLE: WIN32_ERROR = 5012u32;
15769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15770 pub const ERROR_GROUP_NOT_FOUND: WIN32_ERROR = 5013u32;
15771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15772 pub const ERROR_GROUP_NOT_ONLINE: WIN32_ERROR = 5014u32;
15773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15774 pub const ERROR_HOST_NODE_NOT_RESOURCE_OWNER: WIN32_ERROR = 5015u32;
15775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15776 pub const ERROR_HOST_NODE_NOT_GROUP_OWNER: WIN32_ERROR = 5016u32;
15777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15778 pub const ERROR_RESMON_CREATE_FAILED: WIN32_ERROR = 5017u32;
15779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15780 pub const ERROR_RESMON_ONLINE_FAILED: WIN32_ERROR = 5018u32;
15781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15782 pub const ERROR_RESOURCE_ONLINE: WIN32_ERROR = 5019u32;
15783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15784 pub const ERROR_QUORUM_RESOURCE: WIN32_ERROR = 5020u32;
15785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15786 pub const ERROR_NOT_QUORUM_CAPABLE: WIN32_ERROR = 5021u32;
15787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15788 pub const ERROR_CLUSTER_SHUTTING_DOWN: WIN32_ERROR = 5022u32;
15789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15790 pub const ERROR_INVALID_STATE: WIN32_ERROR = 5023u32;
15791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15792 pub const ERROR_RESOURCE_PROPERTIES_STORED: WIN32_ERROR = 5024u32;
15793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15794 pub const ERROR_NOT_QUORUM_CLASS: WIN32_ERROR = 5025u32;
15795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15796 pub const ERROR_CORE_RESOURCE: WIN32_ERROR = 5026u32;
15797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15798 pub const ERROR_QUORUM_RESOURCE_ONLINE_FAILED: WIN32_ERROR = 5027u32;
15799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15800 pub const ERROR_QUORUMLOG_OPEN_FAILED: WIN32_ERROR = 5028u32;
15801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15802 pub const ERROR_CLUSTERLOG_CORRUPT: WIN32_ERROR = 5029u32;
15803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15804 pub const ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE: WIN32_ERROR = 5030u32;
15805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15806 pub const ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE: WIN32_ERROR = 5031u32;
15807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15808 pub const ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND: WIN32_ERROR = 5032u32;
15809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15810 pub const ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE: WIN32_ERROR = 5033u32;
15811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15812 pub const ERROR_QUORUM_OWNER_ALIVE: WIN32_ERROR = 5034u32;
15813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15814 pub const ERROR_NETWORK_NOT_AVAILABLE: WIN32_ERROR = 5035u32;
15815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15816 pub const ERROR_NODE_NOT_AVAILABLE: WIN32_ERROR = 5036u32;
15817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15818 pub const ERROR_ALL_NODES_NOT_AVAILABLE: WIN32_ERROR = 5037u32;
15819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15820 pub const ERROR_RESOURCE_FAILED: WIN32_ERROR = 5038u32;
15821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15822 pub const ERROR_CLUSTER_INVALID_NODE: WIN32_ERROR = 5039u32;
15823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15824 pub const ERROR_CLUSTER_NODE_EXISTS: WIN32_ERROR = 5040u32;
15825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15826 pub const ERROR_CLUSTER_JOIN_IN_PROGRESS: WIN32_ERROR = 5041u32;
15827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15828 pub const ERROR_CLUSTER_NODE_NOT_FOUND: WIN32_ERROR = 5042u32;
15829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15830 pub const ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND: WIN32_ERROR = 5043u32;
15831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15832 pub const ERROR_CLUSTER_NETWORK_EXISTS: WIN32_ERROR = 5044u32;
15833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15834 pub const ERROR_CLUSTER_NETWORK_NOT_FOUND: WIN32_ERROR = 5045u32;
15835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15836 pub const ERROR_CLUSTER_NETINTERFACE_EXISTS: WIN32_ERROR = 5046u32;
15837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15838 pub const ERROR_CLUSTER_NETINTERFACE_NOT_FOUND: WIN32_ERROR = 5047u32;
15839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15840 pub const ERROR_CLUSTER_INVALID_REQUEST: WIN32_ERROR = 5048u32;
15841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15842 pub const ERROR_CLUSTER_INVALID_NETWORK_PROVIDER: WIN32_ERROR = 5049u32;
15843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15844 pub const ERROR_CLUSTER_NODE_DOWN: WIN32_ERROR = 5050u32;
15845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15846 pub const ERROR_CLUSTER_NODE_UNREACHABLE: WIN32_ERROR = 5051u32;
15847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15848 pub const ERROR_CLUSTER_NODE_NOT_MEMBER: WIN32_ERROR = 5052u32;
15849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15850 pub const ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS: WIN32_ERROR = 5053u32;
15851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15852 pub const ERROR_CLUSTER_INVALID_NETWORK: WIN32_ERROR = 5054u32;
15853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15854 pub const ERROR_CLUSTER_NODE_UP: WIN32_ERROR = 5056u32;
15855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15856 pub const ERROR_CLUSTER_IPADDR_IN_USE: WIN32_ERROR = 5057u32;
15857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15858 pub const ERROR_CLUSTER_NODE_NOT_PAUSED: WIN32_ERROR = 5058u32;
15859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15860 pub const ERROR_CLUSTER_NO_SECURITY_CONTEXT: WIN32_ERROR = 5059u32;
15861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15862 pub const ERROR_CLUSTER_NETWORK_NOT_INTERNAL: WIN32_ERROR = 5060u32;
15863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15864 pub const ERROR_CLUSTER_NODE_ALREADY_UP: WIN32_ERROR = 5061u32;
15865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15866 pub const ERROR_CLUSTER_NODE_ALREADY_DOWN: WIN32_ERROR = 5062u32;
15867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15868 pub const ERROR_CLUSTER_NETWORK_ALREADY_ONLINE: WIN32_ERROR = 5063u32;
15869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15870 pub const ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE: WIN32_ERROR = 5064u32;
15871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15872 pub const ERROR_CLUSTER_NODE_ALREADY_MEMBER: WIN32_ERROR = 5065u32;
15873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15874 pub const ERROR_CLUSTER_LAST_INTERNAL_NETWORK: WIN32_ERROR = 5066u32;
15875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15876 pub const ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS: WIN32_ERROR = 5067u32;
15877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15878 pub const ERROR_INVALID_OPERATION_ON_QUORUM: WIN32_ERROR = 5068u32;
15879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15880 pub const ERROR_DEPENDENCY_NOT_ALLOWED: WIN32_ERROR = 5069u32;
15881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15882 pub const ERROR_CLUSTER_NODE_PAUSED: WIN32_ERROR = 5070u32;
15883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15884 pub const ERROR_NODE_CANT_HOST_RESOURCE: WIN32_ERROR = 5071u32;
15885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15886 pub const ERROR_CLUSTER_NODE_NOT_READY: WIN32_ERROR = 5072u32;
15887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15888 pub const ERROR_CLUSTER_NODE_SHUTTING_DOWN: WIN32_ERROR = 5073u32;
15889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15890 pub const ERROR_CLUSTER_JOIN_ABORTED: WIN32_ERROR = 5074u32;
15891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15892 pub const ERROR_CLUSTER_INCOMPATIBLE_VERSIONS: WIN32_ERROR = 5075u32;
15893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15894 pub const ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED: WIN32_ERROR = 5076u32;
15895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15896 pub const ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED: WIN32_ERROR = 5077u32;
15897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15898 pub const ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND: WIN32_ERROR = 5078u32;
15899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15900 pub const ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED: WIN32_ERROR = 5079u32;
15901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15902 pub const ERROR_CLUSTER_RESNAME_NOT_FOUND: WIN32_ERROR = 5080u32;
15903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15904 pub const ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED: WIN32_ERROR = 5081u32;
15905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15906 pub const ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST: WIN32_ERROR = 5082u32;
15907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15908 pub const ERROR_CLUSTER_DATABASE_SEQMISMATCH: WIN32_ERROR = 5083u32;
15909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15910 pub const ERROR_RESMON_INVALID_STATE: WIN32_ERROR = 5084u32;
15911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15912 pub const ERROR_CLUSTER_GUM_NOT_LOCKER: WIN32_ERROR = 5085u32;
15913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15914 pub const ERROR_QUORUM_DISK_NOT_FOUND: WIN32_ERROR = 5086u32;
15915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15916 pub const ERROR_DATABASE_BACKUP_CORRUPT: WIN32_ERROR = 5087u32;
15917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15918 pub const ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT: WIN32_ERROR = 5088u32;
15919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15920 pub const ERROR_RESOURCE_PROPERTY_UNCHANGEABLE: WIN32_ERROR = 5089u32;
15921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15922 pub const ERROR_NO_ADMIN_ACCESS_POINT: WIN32_ERROR = 5090u32;
15923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15924 pub const ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE: WIN32_ERROR = 5890u32;
15925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15926 pub const ERROR_CLUSTER_QUORUMLOG_NOT_FOUND: WIN32_ERROR = 5891u32;
15927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15928 pub const ERROR_CLUSTER_MEMBERSHIP_HALT: WIN32_ERROR = 5892u32;
15929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15930 pub const ERROR_CLUSTER_INSTANCE_ID_MISMATCH: WIN32_ERROR = 5893u32;
15931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15932 pub const ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP: WIN32_ERROR = 5894u32;
15933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15934 pub const ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH: WIN32_ERROR = 5895u32;
15935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15936 pub const ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP: WIN32_ERROR = 5896u32;
15937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15938 pub const ERROR_CLUSTER_PARAMETER_MISMATCH: WIN32_ERROR = 5897u32;
15939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15940 pub const ERROR_NODE_CANNOT_BE_CLUSTERED: WIN32_ERROR = 5898u32;
15941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15942 pub const ERROR_CLUSTER_WRONG_OS_VERSION: WIN32_ERROR = 5899u32;
15943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15944 pub const ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME: WIN32_ERROR = 5900u32;
15945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15946 pub const ERROR_CLUSCFG_ALREADY_COMMITTED: WIN32_ERROR = 5901u32;
15947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15948 pub const ERROR_CLUSCFG_ROLLBACK_FAILED: WIN32_ERROR = 5902u32;
15949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15950 pub const ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT: WIN32_ERROR = 5903u32;
15951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15952 pub const ERROR_CLUSTER_OLD_VERSION: WIN32_ERROR = 5904u32;
15953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15954 pub const ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME: WIN32_ERROR = 5905u32;
15955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15956 pub const ERROR_CLUSTER_NO_NET_ADAPTERS: WIN32_ERROR = 5906u32;
15957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15958 pub const ERROR_CLUSTER_POISONED: WIN32_ERROR = 5907u32;
15959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15960 pub const ERROR_CLUSTER_GROUP_MOVING: WIN32_ERROR = 5908u32;
15961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15962 pub const ERROR_CLUSTER_RESOURCE_TYPE_BUSY: WIN32_ERROR = 5909u32;
15963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15964 pub const ERROR_RESOURCE_CALL_TIMED_OUT: WIN32_ERROR = 5910u32;
15965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15966 pub const ERROR_INVALID_CLUSTER_IPV6_ADDRESS: WIN32_ERROR = 5911u32;
15967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15968 pub const ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION: WIN32_ERROR = 5912u32;
15969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15970 pub const ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS: WIN32_ERROR = 5913u32;
15971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15972 pub const ERROR_CLUSTER_PARTIAL_SEND: WIN32_ERROR = 5914u32;
15973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15974 pub const ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION: WIN32_ERROR = 5915u32;
15975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15976 pub const ERROR_CLUSTER_INVALID_STRING_TERMINATION: WIN32_ERROR = 5916u32;
15977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15978 pub const ERROR_CLUSTER_INVALID_STRING_FORMAT: WIN32_ERROR = 5917u32;
15979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15980 pub const ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS: WIN32_ERROR = 5918u32;
15981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15982 pub const ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS: WIN32_ERROR = 5919u32;
15983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15984 pub const ERROR_CLUSTER_NULL_DATA: WIN32_ERROR = 5920u32;
15985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15986 pub const ERROR_CLUSTER_PARTIAL_READ: WIN32_ERROR = 5921u32;
15987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15988 pub const ERROR_CLUSTER_PARTIAL_WRITE: WIN32_ERROR = 5922u32;
15989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15990 pub const ERROR_CLUSTER_CANT_DESERIALIZE_DATA: WIN32_ERROR = 5923u32;
15991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15992 pub const ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT: WIN32_ERROR = 5924u32;
15993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15994 pub const ERROR_CLUSTER_NO_QUORUM: WIN32_ERROR = 5925u32;
15995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15996 pub const ERROR_CLUSTER_INVALID_IPV6_NETWORK: WIN32_ERROR = 5926u32;
15997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15998 pub const ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK: WIN32_ERROR = 5927u32;
15999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16000 pub const ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP: WIN32_ERROR = 5928u32;
16001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16002 pub const ERROR_DEPENDENCY_TREE_TOO_COMPLEX: WIN32_ERROR = 5929u32;
16003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16004 pub const ERROR_EXCEPTION_IN_RESOURCE_CALL: WIN32_ERROR = 5930u32;
16005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16006 pub const ERROR_CLUSTER_RHS_FAILED_INITIALIZATION: WIN32_ERROR = 5931u32;
16007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16008 pub const ERROR_CLUSTER_NOT_INSTALLED: WIN32_ERROR = 5932u32;
16009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16010 pub const ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE: WIN32_ERROR = 5933u32;
16011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16012 pub const ERROR_CLUSTER_MAX_NODES_IN_CLUSTER: WIN32_ERROR = 5934u32;
16013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16014 pub const ERROR_CLUSTER_TOO_MANY_NODES: WIN32_ERROR = 5935u32;
16015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16016 pub const ERROR_CLUSTER_OBJECT_ALREADY_USED: WIN32_ERROR = 5936u32;
16017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16018 pub const ERROR_NONCORE_GROUPS_FOUND: WIN32_ERROR = 5937u32;
16019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16020 pub const ERROR_FILE_SHARE_RESOURCE_CONFLICT: WIN32_ERROR = 5938u32;
16021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16022 pub const ERROR_CLUSTER_EVICT_INVALID_REQUEST: WIN32_ERROR = 5939u32;
16023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16024 pub const ERROR_CLUSTER_SINGLETON_RESOURCE: WIN32_ERROR = 5940u32;
16025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16026 pub const ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE: WIN32_ERROR = 5941u32;
16027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16028 pub const ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED: WIN32_ERROR = 5942u32;
16029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16030 pub const ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR: WIN32_ERROR = 5943u32;
16031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16032 pub const ERROR_CLUSTER_GROUP_BUSY: WIN32_ERROR = 5944u32;
16033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16034 pub const ERROR_CLUSTER_NOT_SHARED_VOLUME: WIN32_ERROR = 5945u32;
16035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16036 pub const ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR: WIN32_ERROR = 5946u32;
16037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16038 pub const ERROR_CLUSTER_SHARED_VOLUMES_IN_USE: WIN32_ERROR = 5947u32;
16039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16040 pub const ERROR_CLUSTER_USE_SHARED_VOLUMES_API: WIN32_ERROR = 5948u32;
16041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16042 pub const ERROR_CLUSTER_BACKUP_IN_PROGRESS: WIN32_ERROR = 5949u32;
16043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16044 pub const ERROR_NON_CSV_PATH: WIN32_ERROR = 5950u32;
16045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16046 pub const ERROR_CSV_VOLUME_NOT_LOCAL: WIN32_ERROR = 5951u32;
16047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16048 pub const ERROR_CLUSTER_WATCHDOG_TERMINATING: WIN32_ERROR = 5952u32;
16049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16050 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES: WIN32_ERROR = 5953u32;
16051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16052 pub const ERROR_CLUSTER_INVALID_NODE_WEIGHT: WIN32_ERROR = 5954u32;
16053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16054 pub const ERROR_CLUSTER_RESOURCE_VETOED_CALL: WIN32_ERROR = 5955u32;
16055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16056 pub const ERROR_RESMON_SYSTEM_RESOURCES_LACKING: WIN32_ERROR = 5956u32;
16057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16058 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION: WIN32_ERROR = 5957u32;
16059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16060 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE: WIN32_ERROR = 5958u32;
16061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16062 pub const ERROR_CLUSTER_GROUP_QUEUED: WIN32_ERROR = 5959u32;
16063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16064 pub const ERROR_CLUSTER_RESOURCE_LOCKED_STATUS: WIN32_ERROR = 5960u32;
16065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16066 pub const ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED: WIN32_ERROR = 5961u32;
16067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16068 pub const ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS: WIN32_ERROR = 5962u32;
16069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16070 pub const ERROR_CLUSTER_DISK_NOT_CONNECTED: WIN32_ERROR = 5963u32;
16071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16072 pub const ERROR_DISK_NOT_CSV_CAPABLE: WIN32_ERROR = 5964u32;
16073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16074 pub const ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE: WIN32_ERROR = 5965u32;
16075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16076 pub const ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED: WIN32_ERROR = 5966u32;
16077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16078 pub const ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED: WIN32_ERROR = 5967u32;
16079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16080 pub const ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES: WIN32_ERROR = 5968u32;
16081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16082 pub const ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES: WIN32_ERROR = 5969u32;
16083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16084 pub const ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE: WIN32_ERROR = 5970u32;
16085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16086 pub const ERROR_CLUSTER_AFFINITY_CONFLICT: WIN32_ERROR = 5971u32;
16087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16088 pub const ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE: WIN32_ERROR = 5972u32;
16089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16090 pub const ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS: WIN32_ERROR = 5973u32;
16091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16092 pub const ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED: WIN32_ERROR = 5974u32;
16093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16094 pub const ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED: WIN32_ERROR = 5975u32;
16095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16096 pub const ERROR_CLUSTER_UPGRADE_IN_PROGRESS: WIN32_ERROR = 5976u32;
16097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16098 pub const ERROR_CLUSTER_UPGRADE_INCOMPLETE: WIN32_ERROR = 5977u32;
16099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16100 pub const ERROR_CLUSTER_NODE_IN_GRACE_PERIOD: WIN32_ERROR = 5978u32;
16101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16102 pub const ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT: WIN32_ERROR = 5979u32;
16103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16104 pub const ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER: WIN32_ERROR = 5980u32;
16105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16106 pub const ERROR_CLUSTER_RESOURCE_NOT_MONITORED: WIN32_ERROR = 5981u32;
16107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16108 pub const ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED: WIN32_ERROR = 5982u32;
16109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16110 pub const ERROR_CLUSTER_RESOURCE_IS_REPLICATED: WIN32_ERROR = 5983u32;
16111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16112 pub const ERROR_CLUSTER_NODE_ISOLATED: WIN32_ERROR = 5984u32;
16113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16114 pub const ERROR_CLUSTER_NODE_QUARANTINED: WIN32_ERROR = 5985u32;
16115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16116 pub const ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED: WIN32_ERROR = 5986u32;
16117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16118 pub const ERROR_CLUSTER_SPACE_DEGRADED: WIN32_ERROR = 5987u32;
16119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16120 pub const ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED: WIN32_ERROR = 5988u32;
16121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16122 pub const ERROR_CLUSTER_CSV_INVALID_HANDLE: WIN32_ERROR = 5989u32;
16123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16124 pub const ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR: WIN32_ERROR = 5990u32;
16125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16126 pub const ERROR_GROUPSET_NOT_AVAILABLE: WIN32_ERROR = 5991u32;
16127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16128 pub const ERROR_GROUPSET_NOT_FOUND: WIN32_ERROR = 5992u32;
16129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16130 pub const ERROR_GROUPSET_CANT_PROVIDE: WIN32_ERROR = 5993u32;
16131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16132 pub const ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND: WIN32_ERROR = 5994u32;
16133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16134 pub const ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY: WIN32_ERROR = 5995u32;
16135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16136 pub const ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION: WIN32_ERROR = 5996u32;
16137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16138 pub const ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS: WIN32_ERROR = 5997u32;
16139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16140 pub const ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME: WIN32_ERROR = 5998u32;
16141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16142 pub const ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE: WIN32_ERROR = 5999u32;
16143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16144 pub const ERROR_ENCRYPTION_FAILED: WIN32_ERROR = 6000u32;
16145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16146 pub const ERROR_DECRYPTION_FAILED: WIN32_ERROR = 6001u32;
16147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16148 pub const ERROR_FILE_ENCRYPTED: WIN32_ERROR = 6002u32;
16149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16150 pub const ERROR_NO_RECOVERY_POLICY: WIN32_ERROR = 6003u32;
16151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16152 pub const ERROR_NO_EFS: WIN32_ERROR = 6004u32;
16153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16154 pub const ERROR_WRONG_EFS: WIN32_ERROR = 6005u32;
16155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16156 pub const ERROR_NO_USER_KEYS: WIN32_ERROR = 6006u32;
16157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16158 pub const ERROR_FILE_NOT_ENCRYPTED: WIN32_ERROR = 6007u32;
16159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16160 pub const ERROR_NOT_EXPORT_FORMAT: WIN32_ERROR = 6008u32;
16161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16162 pub const ERROR_FILE_READ_ONLY: WIN32_ERROR = 6009u32;
16163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16164 pub const ERROR_DIR_EFS_DISALLOWED: WIN32_ERROR = 6010u32;
16165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16166 pub const ERROR_EFS_SERVER_NOT_TRUSTED: WIN32_ERROR = 6011u32;
16167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16168 pub const ERROR_BAD_RECOVERY_POLICY: WIN32_ERROR = 6012u32;
16169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16170 pub const ERROR_EFS_ALG_BLOB_TOO_BIG: WIN32_ERROR = 6013u32;
16171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16172 pub const ERROR_VOLUME_NOT_SUPPORT_EFS: WIN32_ERROR = 6014u32;
16173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16174 pub const ERROR_EFS_DISABLED: WIN32_ERROR = 6015u32;
16175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16176 pub const ERROR_EFS_VERSION_NOT_SUPPORT: WIN32_ERROR = 6016u32;
16177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16178 pub const ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE: WIN32_ERROR = 6017u32;
16179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16180 pub const ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER: WIN32_ERROR = 6018u32;
16181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16182 pub const ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: WIN32_ERROR = 6019u32;
16183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16184 pub const ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE: WIN32_ERROR = 6020u32;
16185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16186 pub const ERROR_CS_ENCRYPTION_FILE_NOT_CSE: WIN32_ERROR = 6021u32;
16187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16188 pub const ERROR_ENCRYPTION_POLICY_DENIES_OPERATION: WIN32_ERROR = 6022u32;
16189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16190 pub const ERROR_WIP_ENCRYPTION_FAILED: WIN32_ERROR = 6023u32;
16191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16192 pub const ERROR_NO_BROWSER_SERVERS_FOUND: WIN32_ERROR = 6118u32;
16193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16194 pub const ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM: WIN32_ERROR = 6250u32;
16195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16196 pub const ERROR_LOG_SECTOR_INVALID: WIN32_ERROR = 6600u32;
16197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16198 pub const ERROR_LOG_SECTOR_PARITY_INVALID: WIN32_ERROR = 6601u32;
16199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16200 pub const ERROR_LOG_SECTOR_REMAPPED: WIN32_ERROR = 6602u32;
16201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16202 pub const ERROR_LOG_BLOCK_INCOMPLETE: WIN32_ERROR = 6603u32;
16203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16204 pub const ERROR_LOG_INVALID_RANGE: WIN32_ERROR = 6604u32;
16205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16206 pub const ERROR_LOG_BLOCKS_EXHAUSTED: WIN32_ERROR = 6605u32;
16207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16208 pub const ERROR_LOG_READ_CONTEXT_INVALID: WIN32_ERROR = 6606u32;
16209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16210 pub const ERROR_LOG_RESTART_INVALID: WIN32_ERROR = 6607u32;
16211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16212 pub const ERROR_LOG_BLOCK_VERSION: WIN32_ERROR = 6608u32;
16213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16214 pub const ERROR_LOG_BLOCK_INVALID: WIN32_ERROR = 6609u32;
16215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16216 pub const ERROR_LOG_READ_MODE_INVALID: WIN32_ERROR = 6610u32;
16217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16218 pub const ERROR_LOG_NO_RESTART: WIN32_ERROR = 6611u32;
16219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16220 pub const ERROR_LOG_METADATA_CORRUPT: WIN32_ERROR = 6612u32;
16221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16222 pub const ERROR_LOG_METADATA_INVALID: WIN32_ERROR = 6613u32;
16223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16224 pub const ERROR_LOG_METADATA_INCONSISTENT: WIN32_ERROR = 6614u32;
16225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16226 pub const ERROR_LOG_RESERVATION_INVALID: WIN32_ERROR = 6615u32;
16227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16228 pub const ERROR_LOG_CANT_DELETE: WIN32_ERROR = 6616u32;
16229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16230 pub const ERROR_LOG_CONTAINER_LIMIT_EXCEEDED: WIN32_ERROR = 6617u32;
16231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16232 pub const ERROR_LOG_START_OF_LOG: WIN32_ERROR = 6618u32;
16233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16234 pub const ERROR_LOG_POLICY_ALREADY_INSTALLED: WIN32_ERROR = 6619u32;
16235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16236 pub const ERROR_LOG_POLICY_NOT_INSTALLED: WIN32_ERROR = 6620u32;
16237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16238 pub const ERROR_LOG_POLICY_INVALID: WIN32_ERROR = 6621u32;
16239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16240 pub const ERROR_LOG_POLICY_CONFLICT: WIN32_ERROR = 6622u32;
16241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16242 pub const ERROR_LOG_PINNED_ARCHIVE_TAIL: WIN32_ERROR = 6623u32;
16243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16244 pub const ERROR_LOG_RECORD_NONEXISTENT: WIN32_ERROR = 6624u32;
16245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16246 pub const ERROR_LOG_RECORDS_RESERVED_INVALID: WIN32_ERROR = 6625u32;
16247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16248 pub const ERROR_LOG_SPACE_RESERVED_INVALID: WIN32_ERROR = 6626u32;
16249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16250 pub const ERROR_LOG_TAIL_INVALID: WIN32_ERROR = 6627u32;
16251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16252 pub const ERROR_LOG_FULL: WIN32_ERROR = 6628u32;
16253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16254 pub const ERROR_COULD_NOT_RESIZE_LOG: WIN32_ERROR = 6629u32;
16255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16256 pub const ERROR_LOG_MULTIPLEXED: WIN32_ERROR = 6630u32;
16257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16258 pub const ERROR_LOG_DEDICATED: WIN32_ERROR = 6631u32;
16259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16260 pub const ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS: WIN32_ERROR = 6632u32;
16261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16262 pub const ERROR_LOG_ARCHIVE_IN_PROGRESS: WIN32_ERROR = 6633u32;
16263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16264 pub const ERROR_LOG_EPHEMERAL: WIN32_ERROR = 6634u32;
16265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16266 pub const ERROR_LOG_NOT_ENOUGH_CONTAINERS: WIN32_ERROR = 6635u32;
16267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16268 pub const ERROR_LOG_CLIENT_ALREADY_REGISTERED: WIN32_ERROR = 6636u32;
16269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16270 pub const ERROR_LOG_CLIENT_NOT_REGISTERED: WIN32_ERROR = 6637u32;
16271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16272 pub const ERROR_LOG_FULL_HANDLER_IN_PROGRESS: WIN32_ERROR = 6638u32;
16273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16274 pub const ERROR_LOG_CONTAINER_READ_FAILED: WIN32_ERROR = 6639u32;
16275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16276 pub const ERROR_LOG_CONTAINER_WRITE_FAILED: WIN32_ERROR = 6640u32;
16277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16278 pub const ERROR_LOG_CONTAINER_OPEN_FAILED: WIN32_ERROR = 6641u32;
16279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16280 pub const ERROR_LOG_CONTAINER_STATE_INVALID: WIN32_ERROR = 6642u32;
16281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16282 pub const ERROR_LOG_STATE_INVALID: WIN32_ERROR = 6643u32;
16283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16284 pub const ERROR_LOG_PINNED: WIN32_ERROR = 6644u32;
16285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16286 pub const ERROR_LOG_METADATA_FLUSH_FAILED: WIN32_ERROR = 6645u32;
16287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16288 pub const ERROR_LOG_INCONSISTENT_SECURITY: WIN32_ERROR = 6646u32;
16289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16290 pub const ERROR_LOG_APPENDED_FLUSH_FAILED: WIN32_ERROR = 6647u32;
16291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16292 pub const ERROR_LOG_PINNED_RESERVATION: WIN32_ERROR = 6648u32;
16293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16294 pub const ERROR_INVALID_TRANSACTION: WIN32_ERROR = 6700u32;
16295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16296 pub const ERROR_TRANSACTION_NOT_ACTIVE: WIN32_ERROR = 6701u32;
16297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16298 pub const ERROR_TRANSACTION_REQUEST_NOT_VALID: WIN32_ERROR = 6702u32;
16299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16300 pub const ERROR_TRANSACTION_NOT_REQUESTED: WIN32_ERROR = 6703u32;
16301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16302 pub const ERROR_TRANSACTION_ALREADY_ABORTED: WIN32_ERROR = 6704u32;
16303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16304 pub const ERROR_TRANSACTION_ALREADY_COMMITTED: WIN32_ERROR = 6705u32;
16305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16306 pub const ERROR_TM_INITIALIZATION_FAILED: WIN32_ERROR = 6706u32;
16307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16308 pub const ERROR_RESOURCEMANAGER_READ_ONLY: WIN32_ERROR = 6707u32;
16309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16310 pub const ERROR_TRANSACTION_NOT_JOINED: WIN32_ERROR = 6708u32;
16311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16312 pub const ERROR_TRANSACTION_SUPERIOR_EXISTS: WIN32_ERROR = 6709u32;
16313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16314 pub const ERROR_CRM_PROTOCOL_ALREADY_EXISTS: WIN32_ERROR = 6710u32;
16315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16316 pub const ERROR_TRANSACTION_PROPAGATION_FAILED: WIN32_ERROR = 6711u32;
16317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16318 pub const ERROR_CRM_PROTOCOL_NOT_FOUND: WIN32_ERROR = 6712u32;
16319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16320 pub const ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER: WIN32_ERROR = 6713u32;
16321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16322 pub const ERROR_CURRENT_TRANSACTION_NOT_VALID: WIN32_ERROR = 6714u32;
16323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16324 pub const ERROR_TRANSACTION_NOT_FOUND: WIN32_ERROR = 6715u32;
16325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16326 pub const ERROR_RESOURCEMANAGER_NOT_FOUND: WIN32_ERROR = 6716u32;
16327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16328 pub const ERROR_ENLISTMENT_NOT_FOUND: WIN32_ERROR = 6717u32;
16329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16330 pub const ERROR_TRANSACTIONMANAGER_NOT_FOUND: WIN32_ERROR = 6718u32;
16331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16332 pub const ERROR_TRANSACTIONMANAGER_NOT_ONLINE: WIN32_ERROR = 6719u32;
16333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16334 pub const ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION: WIN32_ERROR = 6720u32;
16335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16336 pub const ERROR_TRANSACTION_NOT_ROOT: WIN32_ERROR = 6721u32;
16337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16338 pub const ERROR_TRANSACTION_OBJECT_EXPIRED: WIN32_ERROR = 6722u32;
16339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16340 pub const ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED: WIN32_ERROR = 6723u32;
16341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16342 pub const ERROR_TRANSACTION_RECORD_TOO_LONG: WIN32_ERROR = 6724u32;
16343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16344 pub const ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED: WIN32_ERROR = 6725u32;
16345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16346 pub const ERROR_TRANSACTION_INTEGRITY_VIOLATED: WIN32_ERROR = 6726u32;
16347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16348 pub const ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH: WIN32_ERROR = 6727u32;
16349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16350 pub const ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT: WIN32_ERROR = 6728u32;
16351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16352 pub const ERROR_TRANSACTION_MUST_WRITETHROUGH: WIN32_ERROR = 6729u32;
16353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16354 pub const ERROR_TRANSACTION_NO_SUPERIOR: WIN32_ERROR = 6730u32;
16355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16356 pub const ERROR_HEURISTIC_DAMAGE_POSSIBLE: WIN32_ERROR = 6731u32;
16357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16358 pub const ERROR_TRANSACTIONAL_CONFLICT: WIN32_ERROR = 6800u32;
16359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16360 pub const ERROR_RM_NOT_ACTIVE: WIN32_ERROR = 6801u32;
16361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16362 pub const ERROR_RM_METADATA_CORRUPT: WIN32_ERROR = 6802u32;
16363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16364 pub const ERROR_DIRECTORY_NOT_RM: WIN32_ERROR = 6803u32;
16365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16366 pub const ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE: WIN32_ERROR = 6805u32;
16367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16368 pub const ERROR_LOG_RESIZE_INVALID_SIZE: WIN32_ERROR = 6806u32;
16369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16370 pub const ERROR_OBJECT_NO_LONGER_EXISTS: WIN32_ERROR = 6807u32;
16371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16372 pub const ERROR_STREAM_MINIVERSION_NOT_FOUND: WIN32_ERROR = 6808u32;
16373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16374 pub const ERROR_STREAM_MINIVERSION_NOT_VALID: WIN32_ERROR = 6809u32;
16375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16376 pub const ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION: WIN32_ERROR = 6810u32;
16377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16378 pub const ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT: WIN32_ERROR = 6811u32;
16379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16380 pub const ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS: WIN32_ERROR = 6812u32;
16381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16382 pub const ERROR_REMOTE_FILE_VERSION_MISMATCH: WIN32_ERROR = 6814u32;
16383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16384 pub const ERROR_HANDLE_NO_LONGER_VALID: WIN32_ERROR = 6815u32;
16385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16386 pub const ERROR_NO_TXF_METADATA: WIN32_ERROR = 6816u32;
16387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16388 pub const ERROR_LOG_CORRUPTION_DETECTED: WIN32_ERROR = 6817u32;
16389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16390 pub const ERROR_CANT_RECOVER_WITH_HANDLE_OPEN: WIN32_ERROR = 6818u32;
16391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16392 pub const ERROR_RM_DISCONNECTED: WIN32_ERROR = 6819u32;
16393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16394 pub const ERROR_ENLISTMENT_NOT_SUPERIOR: WIN32_ERROR = 6820u32;
16395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16396 pub const ERROR_RECOVERY_NOT_NEEDED: WIN32_ERROR = 6821u32;
16397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16398 pub const ERROR_RM_ALREADY_STARTED: WIN32_ERROR = 6822u32;
16399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16400 pub const ERROR_FILE_IDENTITY_NOT_PERSISTENT: WIN32_ERROR = 6823u32;
16401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16402 pub const ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY: WIN32_ERROR = 6824u32;
16403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16404 pub const ERROR_CANT_CROSS_RM_BOUNDARY: WIN32_ERROR = 6825u32;
16405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16406 pub const ERROR_TXF_DIR_NOT_EMPTY: WIN32_ERROR = 6826u32;
16407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16408 pub const ERROR_INDOUBT_TRANSACTIONS_EXIST: WIN32_ERROR = 6827u32;
16409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16410 pub const ERROR_TM_VOLATILE: WIN32_ERROR = 6828u32;
16411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16412 pub const ERROR_ROLLBACK_TIMER_EXPIRED: WIN32_ERROR = 6829u32;
16413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16414 pub const ERROR_TXF_ATTRIBUTE_CORRUPT: WIN32_ERROR = 6830u32;
16415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16416 pub const ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6831u32;
16417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16418 pub const ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED: WIN32_ERROR = 6832u32;
16419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16420 pub const ERROR_LOG_GROWTH_FAILED: WIN32_ERROR = 6833u32;
16421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16422 pub const ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE: WIN32_ERROR = 6834u32;
16423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16424 pub const ERROR_TXF_METADATA_ALREADY_PRESENT: WIN32_ERROR = 6835u32;
16425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16426 pub const ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET: WIN32_ERROR = 6836u32;
16427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16428 pub const ERROR_TRANSACTION_REQUIRED_PROMOTION: WIN32_ERROR = 6837u32;
16429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16430 pub const ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION: WIN32_ERROR = 6838u32;
16431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16432 pub const ERROR_TRANSACTIONS_NOT_FROZEN: WIN32_ERROR = 6839u32;
16433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16434 pub const ERROR_TRANSACTION_FREEZE_IN_PROGRESS: WIN32_ERROR = 6840u32;
16435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16436 pub const ERROR_NOT_SNAPSHOT_VOLUME: WIN32_ERROR = 6841u32;
16437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16438 pub const ERROR_NO_SAVEPOINT_WITH_OPEN_FILES: WIN32_ERROR = 6842u32;
16439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16440 pub const ERROR_DATA_LOST_REPAIR: WIN32_ERROR = 6843u32;
16441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16442 pub const ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6844u32;
16443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16444 pub const ERROR_TM_IDENTITY_MISMATCH: WIN32_ERROR = 6845u32;
16445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16446 pub const ERROR_FLOATED_SECTION: WIN32_ERROR = 6846u32;
16447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16448 pub const ERROR_CANNOT_ACCEPT_TRANSACTED_WORK: WIN32_ERROR = 6847u32;
16449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16450 pub const ERROR_CANNOT_ABORT_TRANSACTIONS: WIN32_ERROR = 6848u32;
16451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16452 pub const ERROR_BAD_CLUSTERS: WIN32_ERROR = 6849u32;
16453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16454 pub const ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6850u32;
16455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16456 pub const ERROR_VOLUME_DIRTY: WIN32_ERROR = 6851u32;
16457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16458 pub const ERROR_NO_LINK_TRACKING_IN_TRANSACTION: WIN32_ERROR = 6852u32;
16459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16460 pub const ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION: WIN32_ERROR = 6853u32;
16461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16462 pub const ERROR_EXPIRED_HANDLE: WIN32_ERROR = 6854u32;
16463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16464 pub const ERROR_TRANSACTION_NOT_ENLISTED: WIN32_ERROR = 6855u32;
16465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16466 pub const ERROR_CTX_WINSTATION_NAME_INVALID: WIN32_ERROR = 7001u32;
16467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16468 pub const ERROR_CTX_INVALID_PD: WIN32_ERROR = 7002u32;
16469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16470 pub const ERROR_CTX_PD_NOT_FOUND: WIN32_ERROR = 7003u32;
16471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16472 pub const ERROR_CTX_WD_NOT_FOUND: WIN32_ERROR = 7004u32;
16473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16474 pub const ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY: WIN32_ERROR = 7005u32;
16475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16476 pub const ERROR_CTX_SERVICE_NAME_COLLISION: WIN32_ERROR = 7006u32;
16477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16478 pub const ERROR_CTX_CLOSE_PENDING: WIN32_ERROR = 7007u32;
16479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16480 pub const ERROR_CTX_NO_OUTBUF: WIN32_ERROR = 7008u32;
16481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16482 pub const ERROR_CTX_MODEM_INF_NOT_FOUND: WIN32_ERROR = 7009u32;
16483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16484 pub const ERROR_CTX_INVALID_MODEMNAME: WIN32_ERROR = 7010u32;
16485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16486 pub const ERROR_CTX_MODEM_RESPONSE_ERROR: WIN32_ERROR = 7011u32;
16487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16488 pub const ERROR_CTX_MODEM_RESPONSE_TIMEOUT: WIN32_ERROR = 7012u32;
16489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16490 pub const ERROR_CTX_MODEM_RESPONSE_NO_CARRIER: WIN32_ERROR = 7013u32;
16491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16492 pub const ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE: WIN32_ERROR = 7014u32;
16493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16494 pub const ERROR_CTX_MODEM_RESPONSE_BUSY: WIN32_ERROR = 7015u32;
16495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16496 pub const ERROR_CTX_MODEM_RESPONSE_VOICE: WIN32_ERROR = 7016u32;
16497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16498 pub const ERROR_CTX_TD_ERROR: WIN32_ERROR = 7017u32;
16499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16500 pub const ERROR_CTX_WINSTATION_NOT_FOUND: WIN32_ERROR = 7022u32;
16501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16502 pub const ERROR_CTX_WINSTATION_ALREADY_EXISTS: WIN32_ERROR = 7023u32;
16503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16504 pub const ERROR_CTX_WINSTATION_BUSY: WIN32_ERROR = 7024u32;
16505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16506 pub const ERROR_CTX_BAD_VIDEO_MODE: WIN32_ERROR = 7025u32;
16507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16508 pub const ERROR_CTX_GRAPHICS_INVALID: WIN32_ERROR = 7035u32;
16509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16510 pub const ERROR_CTX_LOGON_DISABLED: WIN32_ERROR = 7037u32;
16511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16512 pub const ERROR_CTX_NOT_CONSOLE: WIN32_ERROR = 7038u32;
16513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16514 pub const ERROR_CTX_CLIENT_QUERY_TIMEOUT: WIN32_ERROR = 7040u32;
16515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16516 pub const ERROR_CTX_CONSOLE_DISCONNECT: WIN32_ERROR = 7041u32;
16517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16518 pub const ERROR_CTX_CONSOLE_CONNECT: WIN32_ERROR = 7042u32;
16519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16520 pub const ERROR_CTX_SHADOW_DENIED: WIN32_ERROR = 7044u32;
16521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16522 pub const ERROR_CTX_WINSTATION_ACCESS_DENIED: WIN32_ERROR = 7045u32;
16523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16524 pub const ERROR_CTX_INVALID_WD: WIN32_ERROR = 7049u32;
16525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16526 pub const ERROR_CTX_SHADOW_INVALID: WIN32_ERROR = 7050u32;
16527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16528 pub const ERROR_CTX_SHADOW_DISABLED: WIN32_ERROR = 7051u32;
16529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16530 pub const ERROR_CTX_CLIENT_LICENSE_IN_USE: WIN32_ERROR = 7052u32;
16531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16532 pub const ERROR_CTX_CLIENT_LICENSE_NOT_SET: WIN32_ERROR = 7053u32;
16533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16534 pub const ERROR_CTX_LICENSE_NOT_AVAILABLE: WIN32_ERROR = 7054u32;
16535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16536 pub const ERROR_CTX_LICENSE_CLIENT_INVALID: WIN32_ERROR = 7055u32;
16537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16538 pub const ERROR_CTX_LICENSE_EXPIRED: WIN32_ERROR = 7056u32;
16539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16540 pub const ERROR_CTX_SHADOW_NOT_RUNNING: WIN32_ERROR = 7057u32;
16541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16542 pub const ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE: WIN32_ERROR = 7058u32;
16543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16544 pub const ERROR_ACTIVATION_COUNT_EXCEEDED: WIN32_ERROR = 7059u32;
16545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16546 pub const ERROR_CTX_WINSTATIONS_DISABLED: WIN32_ERROR = 7060u32;
16547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16548 pub const ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED: WIN32_ERROR = 7061u32;
16549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16550 pub const ERROR_CTX_SESSION_IN_USE: WIN32_ERROR = 7062u32;
16551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16552 pub const ERROR_CTX_NO_FORCE_LOGOFF: WIN32_ERROR = 7063u32;
16553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16554 pub const ERROR_CTX_ACCOUNT_RESTRICTION: WIN32_ERROR = 7064u32;
16555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16556 pub const ERROR_RDP_PROTOCOL_ERROR: WIN32_ERROR = 7065u32;
16557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16558 pub const ERROR_CTX_CDM_CONNECT: WIN32_ERROR = 7066u32;
16559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16560 pub const ERROR_CTX_CDM_DISCONNECT: WIN32_ERROR = 7067u32;
16561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16562 pub const ERROR_CTX_SECURITY_LAYER_ERROR: WIN32_ERROR = 7068u32;
16563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16564 pub const ERROR_TS_INCOMPATIBLE_SESSIONS: WIN32_ERROR = 7069u32;
16565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16566 pub const ERROR_TS_VIDEO_SUBSYSTEM_ERROR: WIN32_ERROR = 7070u32;
16567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16568 pub const ERROR_DS_NOT_INSTALLED: WIN32_ERROR = 8200u32;
16569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16570 pub const ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY: WIN32_ERROR = 8201u32;
16571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16572 pub const ERROR_DS_NO_ATTRIBUTE_OR_VALUE: WIN32_ERROR = 8202u32;
16573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16574 pub const ERROR_DS_INVALID_ATTRIBUTE_SYNTAX: WIN32_ERROR = 8203u32;
16575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16576 pub const ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED: WIN32_ERROR = 8204u32;
16577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16578 pub const ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS: WIN32_ERROR = 8205u32;
16579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16580 pub const ERROR_DS_BUSY: WIN32_ERROR = 8206u32;
16581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16582 pub const ERROR_DS_UNAVAILABLE: WIN32_ERROR = 8207u32;
16583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16584 pub const ERROR_DS_NO_RIDS_ALLOCATED: WIN32_ERROR = 8208u32;
16585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16586 pub const ERROR_DS_NO_MORE_RIDS: WIN32_ERROR = 8209u32;
16587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16588 pub const ERROR_DS_INCORRECT_ROLE_OWNER: WIN32_ERROR = 8210u32;
16589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16590 pub const ERROR_DS_RIDMGR_INIT_ERROR: WIN32_ERROR = 8211u32;
16591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16592 pub const ERROR_DS_OBJ_CLASS_VIOLATION: WIN32_ERROR = 8212u32;
16593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16594 pub const ERROR_DS_CANT_ON_NON_LEAF: WIN32_ERROR = 8213u32;
16595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16596 pub const ERROR_DS_CANT_ON_RDN: WIN32_ERROR = 8214u32;
16597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16598 pub const ERROR_DS_CANT_MOD_OBJ_CLASS: WIN32_ERROR = 8215u32;
16599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16600 pub const ERROR_DS_CROSS_DOM_MOVE_ERROR: WIN32_ERROR = 8216u32;
16601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16602 pub const ERROR_DS_GC_NOT_AVAILABLE: WIN32_ERROR = 8217u32;
16603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16604 pub const ERROR_SHARED_POLICY: WIN32_ERROR = 8218u32;
16605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16606 pub const ERROR_POLICY_OBJECT_NOT_FOUND: WIN32_ERROR = 8219u32;
16607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16608 pub const ERROR_POLICY_ONLY_IN_DS: WIN32_ERROR = 8220u32;
16609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16610 pub const ERROR_PROMOTION_ACTIVE: WIN32_ERROR = 8221u32;
16611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16612 pub const ERROR_NO_PROMOTION_ACTIVE: WIN32_ERROR = 8222u32;
16613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16614 pub const ERROR_DS_OPERATIONS_ERROR: WIN32_ERROR = 8224u32;
16615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16616 pub const ERROR_DS_PROTOCOL_ERROR: WIN32_ERROR = 8225u32;
16617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16618 pub const ERROR_DS_TIMELIMIT_EXCEEDED: WIN32_ERROR = 8226u32;
16619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16620 pub const ERROR_DS_SIZELIMIT_EXCEEDED: WIN32_ERROR = 8227u32;
16621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16622 pub const ERROR_DS_ADMIN_LIMIT_EXCEEDED: WIN32_ERROR = 8228u32;
16623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16624 pub const ERROR_DS_COMPARE_FALSE: WIN32_ERROR = 8229u32;
16625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16626 pub const ERROR_DS_COMPARE_TRUE: WIN32_ERROR = 8230u32;
16627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16628 pub const ERROR_DS_AUTH_METHOD_NOT_SUPPORTED: WIN32_ERROR = 8231u32;
16629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16630 pub const ERROR_DS_STRONG_AUTH_REQUIRED: WIN32_ERROR = 8232u32;
16631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16632 pub const ERROR_DS_INAPPROPRIATE_AUTH: WIN32_ERROR = 8233u32;
16633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16634 pub const ERROR_DS_AUTH_UNKNOWN: WIN32_ERROR = 8234u32;
16635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16636 pub const ERROR_DS_REFERRAL: WIN32_ERROR = 8235u32;
16637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16638 pub const ERROR_DS_UNAVAILABLE_CRIT_EXTENSION: WIN32_ERROR = 8236u32;
16639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16640 pub const ERROR_DS_CONFIDENTIALITY_REQUIRED: WIN32_ERROR = 8237u32;
16641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16642 pub const ERROR_DS_INAPPROPRIATE_MATCHING: WIN32_ERROR = 8238u32;
16643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16644 pub const ERROR_DS_CONSTRAINT_VIOLATION: WIN32_ERROR = 8239u32;
16645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16646 pub const ERROR_DS_NO_SUCH_OBJECT: WIN32_ERROR = 8240u32;
16647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16648 pub const ERROR_DS_ALIAS_PROBLEM: WIN32_ERROR = 8241u32;
16649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16650 pub const ERROR_DS_INVALID_DN_SYNTAX: WIN32_ERROR = 8242u32;
16651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16652 pub const ERROR_DS_IS_LEAF: WIN32_ERROR = 8243u32;
16653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16654 pub const ERROR_DS_ALIAS_DEREF_PROBLEM: WIN32_ERROR = 8244u32;
16655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16656 pub const ERROR_DS_UNWILLING_TO_PERFORM: WIN32_ERROR = 8245u32;
16657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16658 pub const ERROR_DS_LOOP_DETECT: WIN32_ERROR = 8246u32;
16659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16660 pub const ERROR_DS_NAMING_VIOLATION: WIN32_ERROR = 8247u32;
16661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16662 pub const ERROR_DS_OBJECT_RESULTS_TOO_LARGE: WIN32_ERROR = 8248u32;
16663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16664 pub const ERROR_DS_AFFECTS_MULTIPLE_DSAS: WIN32_ERROR = 8249u32;
16665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16666 pub const ERROR_DS_SERVER_DOWN: WIN32_ERROR = 8250u32;
16667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16668 pub const ERROR_DS_LOCAL_ERROR: WIN32_ERROR = 8251u32;
16669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16670 pub const ERROR_DS_ENCODING_ERROR: WIN32_ERROR = 8252u32;
16671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16672 pub const ERROR_DS_DECODING_ERROR: WIN32_ERROR = 8253u32;
16673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16674 pub const ERROR_DS_FILTER_UNKNOWN: WIN32_ERROR = 8254u32;
16675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16676 pub const ERROR_DS_PARAM_ERROR: WIN32_ERROR = 8255u32;
16677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16678 pub const ERROR_DS_NOT_SUPPORTED: WIN32_ERROR = 8256u32;
16679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16680 pub const ERROR_DS_NO_RESULTS_RETURNED: WIN32_ERROR = 8257u32;
16681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16682 pub const ERROR_DS_CONTROL_NOT_FOUND: WIN32_ERROR = 8258u32;
16683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16684 pub const ERROR_DS_CLIENT_LOOP: WIN32_ERROR = 8259u32;
16685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16686 pub const ERROR_DS_REFERRAL_LIMIT_EXCEEDED: WIN32_ERROR = 8260u32;
16687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16688 pub const ERROR_DS_SORT_CONTROL_MISSING: WIN32_ERROR = 8261u32;
16689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16690 pub const ERROR_DS_OFFSET_RANGE_ERROR: WIN32_ERROR = 8262u32;
16691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16692 pub const ERROR_DS_RIDMGR_DISABLED: WIN32_ERROR = 8263u32;
16693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16694 pub const ERROR_DS_ROOT_MUST_BE_NC: WIN32_ERROR = 8301u32;
16695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16696 pub const ERROR_DS_ADD_REPLICA_INHIBITED: WIN32_ERROR = 8302u32;
16697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16698 pub const ERROR_DS_ATT_NOT_DEF_IN_SCHEMA: WIN32_ERROR = 8303u32;
16699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16700 pub const ERROR_DS_MAX_OBJ_SIZE_EXCEEDED: WIN32_ERROR = 8304u32;
16701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16702 pub const ERROR_DS_OBJ_STRING_NAME_EXISTS: WIN32_ERROR = 8305u32;
16703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16704 pub const ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA: WIN32_ERROR = 8306u32;
16705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16706 pub const ERROR_DS_RDN_DOESNT_MATCH_SCHEMA: WIN32_ERROR = 8307u32;
16707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16708 pub const ERROR_DS_NO_REQUESTED_ATTS_FOUND: WIN32_ERROR = 8308u32;
16709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16710 pub const ERROR_DS_USER_BUFFER_TO_SMALL: WIN32_ERROR = 8309u32;
16711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16712 pub const ERROR_DS_ATT_IS_NOT_ON_OBJ: WIN32_ERROR = 8310u32;
16713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16714 pub const ERROR_DS_ILLEGAL_MOD_OPERATION: WIN32_ERROR = 8311u32;
16715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16716 pub const ERROR_DS_OBJ_TOO_LARGE: WIN32_ERROR = 8312u32;
16717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16718 pub const ERROR_DS_BAD_INSTANCE_TYPE: WIN32_ERROR = 8313u32;
16719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16720 pub const ERROR_DS_MASTERDSA_REQUIRED: WIN32_ERROR = 8314u32;
16721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16722 pub const ERROR_DS_OBJECT_CLASS_REQUIRED: WIN32_ERROR = 8315u32;
16723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16724 pub const ERROR_DS_MISSING_REQUIRED_ATT: WIN32_ERROR = 8316u32;
16725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16726 pub const ERROR_DS_ATT_NOT_DEF_FOR_CLASS: WIN32_ERROR = 8317u32;
16727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16728 pub const ERROR_DS_ATT_ALREADY_EXISTS: WIN32_ERROR = 8318u32;
16729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16730 pub const ERROR_DS_CANT_ADD_ATT_VALUES: WIN32_ERROR = 8320u32;
16731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16732 pub const ERROR_DS_SINGLE_VALUE_CONSTRAINT: WIN32_ERROR = 8321u32;
16733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16734 pub const ERROR_DS_RANGE_CONSTRAINT: WIN32_ERROR = 8322u32;
16735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16736 pub const ERROR_DS_ATT_VAL_ALREADY_EXISTS: WIN32_ERROR = 8323u32;
16737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16738 pub const ERROR_DS_CANT_REM_MISSING_ATT: WIN32_ERROR = 8324u32;
16739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16740 pub const ERROR_DS_CANT_REM_MISSING_ATT_VAL: WIN32_ERROR = 8325u32;
16741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16742 pub const ERROR_DS_ROOT_CANT_BE_SUBREF: WIN32_ERROR = 8326u32;
16743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16744 pub const ERROR_DS_NO_CHAINING: WIN32_ERROR = 8327u32;
16745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16746 pub const ERROR_DS_NO_CHAINED_EVAL: WIN32_ERROR = 8328u32;
16747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16748 pub const ERROR_DS_NO_PARENT_OBJECT: WIN32_ERROR = 8329u32;
16749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16750 pub const ERROR_DS_PARENT_IS_AN_ALIAS: WIN32_ERROR = 8330u32;
16751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16752 pub const ERROR_DS_CANT_MIX_MASTER_AND_REPS: WIN32_ERROR = 8331u32;
16753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16754 pub const ERROR_DS_CHILDREN_EXIST: WIN32_ERROR = 8332u32;
16755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16756 pub const ERROR_DS_OBJ_NOT_FOUND: WIN32_ERROR = 8333u32;
16757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16758 pub const ERROR_DS_ALIASED_OBJ_MISSING: WIN32_ERROR = 8334u32;
16759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16760 pub const ERROR_DS_BAD_NAME_SYNTAX: WIN32_ERROR = 8335u32;
16761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16762 pub const ERROR_DS_ALIAS_POINTS_TO_ALIAS: WIN32_ERROR = 8336u32;
16763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16764 pub const ERROR_DS_CANT_DEREF_ALIAS: WIN32_ERROR = 8337u32;
16765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16766 pub const ERROR_DS_OUT_OF_SCOPE: WIN32_ERROR = 8338u32;
16767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16768 pub const ERROR_DS_OBJECT_BEING_REMOVED: WIN32_ERROR = 8339u32;
16769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16770 pub const ERROR_DS_CANT_DELETE_DSA_OBJ: WIN32_ERROR = 8340u32;
16771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16772 pub const ERROR_DS_GENERIC_ERROR: WIN32_ERROR = 8341u32;
16773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16774 pub const ERROR_DS_DSA_MUST_BE_INT_MASTER: WIN32_ERROR = 8342u32;
16775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16776 pub const ERROR_DS_CLASS_NOT_DSA: WIN32_ERROR = 8343u32;
16777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16778 pub const ERROR_DS_INSUFF_ACCESS_RIGHTS: WIN32_ERROR = 8344u32;
16779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16780 pub const ERROR_DS_ILLEGAL_SUPERIOR: WIN32_ERROR = 8345u32;
16781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16782 pub const ERROR_DS_ATTRIBUTE_OWNED_BY_SAM: WIN32_ERROR = 8346u32;
16783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16784 pub const ERROR_DS_NAME_TOO_MANY_PARTS: WIN32_ERROR = 8347u32;
16785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16786 pub const ERROR_DS_NAME_TOO_LONG: WIN32_ERROR = 8348u32;
16787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16788 pub const ERROR_DS_NAME_VALUE_TOO_LONG: WIN32_ERROR = 8349u32;
16789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16790 pub const ERROR_DS_NAME_UNPARSEABLE: WIN32_ERROR = 8350u32;
16791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16792 pub const ERROR_DS_NAME_TYPE_UNKNOWN: WIN32_ERROR = 8351u32;
16793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16794 pub const ERROR_DS_NOT_AN_OBJECT: WIN32_ERROR = 8352u32;
16795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16796 pub const ERROR_DS_SEC_DESC_TOO_SHORT: WIN32_ERROR = 8353u32;
16797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16798 pub const ERROR_DS_SEC_DESC_INVALID: WIN32_ERROR = 8354u32;
16799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16800 pub const ERROR_DS_NO_DELETED_NAME: WIN32_ERROR = 8355u32;
16801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16802 pub const ERROR_DS_SUBREF_MUST_HAVE_PARENT: WIN32_ERROR = 8356u32;
16803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16804 pub const ERROR_DS_NCNAME_MUST_BE_NC: WIN32_ERROR = 8357u32;
16805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16806 pub const ERROR_DS_CANT_ADD_SYSTEM_ONLY: WIN32_ERROR = 8358u32;
16807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16808 pub const ERROR_DS_CLASS_MUST_BE_CONCRETE: WIN32_ERROR = 8359u32;
16809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16810 pub const ERROR_DS_INVALID_DMD: WIN32_ERROR = 8360u32;
16811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16812 pub const ERROR_DS_OBJ_GUID_EXISTS: WIN32_ERROR = 8361u32;
16813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16814 pub const ERROR_DS_NOT_ON_BACKLINK: WIN32_ERROR = 8362u32;
16815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16816 pub const ERROR_DS_NO_CROSSREF_FOR_NC: WIN32_ERROR = 8363u32;
16817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16818 pub const ERROR_DS_SHUTTING_DOWN: WIN32_ERROR = 8364u32;
16819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16820 pub const ERROR_DS_UNKNOWN_OPERATION: WIN32_ERROR = 8365u32;
16821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16822 pub const ERROR_DS_INVALID_ROLE_OWNER: WIN32_ERROR = 8366u32;
16823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16824 pub const ERROR_DS_COULDNT_CONTACT_FSMO: WIN32_ERROR = 8367u32;
16825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16826 pub const ERROR_DS_CROSS_NC_DN_RENAME: WIN32_ERROR = 8368u32;
16827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16828 pub const ERROR_DS_CANT_MOD_SYSTEM_ONLY: WIN32_ERROR = 8369u32;
16829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16830 pub const ERROR_DS_REPLICATOR_ONLY: WIN32_ERROR = 8370u32;
16831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16832 pub const ERROR_DS_OBJ_CLASS_NOT_DEFINED: WIN32_ERROR = 8371u32;
16833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16834 pub const ERROR_DS_OBJ_CLASS_NOT_SUBCLASS: WIN32_ERROR = 8372u32;
16835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16836 pub const ERROR_DS_NAME_REFERENCE_INVALID: WIN32_ERROR = 8373u32;
16837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16838 pub const ERROR_DS_CROSS_REF_EXISTS: WIN32_ERROR = 8374u32;
16839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16840 pub const ERROR_DS_CANT_DEL_MASTER_CROSSREF: WIN32_ERROR = 8375u32;
16841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16842 pub const ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD: WIN32_ERROR = 8376u32;
16843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16844 pub const ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX: WIN32_ERROR = 8377u32;
16845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16846 pub const ERROR_DS_DUP_RDN: WIN32_ERROR = 8378u32;
16847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16848 pub const ERROR_DS_DUP_OID: WIN32_ERROR = 8379u32;
16849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16850 pub const ERROR_DS_DUP_MAPI_ID: WIN32_ERROR = 8380u32;
16851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16852 pub const ERROR_DS_DUP_SCHEMA_ID_GUID: WIN32_ERROR = 8381u32;
16853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16854 pub const ERROR_DS_DUP_LDAP_DISPLAY_NAME: WIN32_ERROR = 8382u32;
16855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16856 pub const ERROR_DS_SEMANTIC_ATT_TEST: WIN32_ERROR = 8383u32;
16857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16858 pub const ERROR_DS_SYNTAX_MISMATCH: WIN32_ERROR = 8384u32;
16859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16860 pub const ERROR_DS_EXISTS_IN_MUST_HAVE: WIN32_ERROR = 8385u32;
16861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16862 pub const ERROR_DS_EXISTS_IN_MAY_HAVE: WIN32_ERROR = 8386u32;
16863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16864 pub const ERROR_DS_NONEXISTENT_MAY_HAVE: WIN32_ERROR = 8387u32;
16865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16866 pub const ERROR_DS_NONEXISTENT_MUST_HAVE: WIN32_ERROR = 8388u32;
16867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16868 pub const ERROR_DS_AUX_CLS_TEST_FAIL: WIN32_ERROR = 8389u32;
16869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16870 pub const ERROR_DS_NONEXISTENT_POSS_SUP: WIN32_ERROR = 8390u32;
16871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16872 pub const ERROR_DS_SUB_CLS_TEST_FAIL: WIN32_ERROR = 8391u32;
16873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16874 pub const ERROR_DS_BAD_RDN_ATT_ID_SYNTAX: WIN32_ERROR = 8392u32;
16875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16876 pub const ERROR_DS_EXISTS_IN_AUX_CLS: WIN32_ERROR = 8393u32;
16877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16878 pub const ERROR_DS_EXISTS_IN_SUB_CLS: WIN32_ERROR = 8394u32;
16879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16880 pub const ERROR_DS_EXISTS_IN_POSS_SUP: WIN32_ERROR = 8395u32;
16881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16882 pub const ERROR_DS_RECALCSCHEMA_FAILED: WIN32_ERROR = 8396u32;
16883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16884 pub const ERROR_DS_TREE_DELETE_NOT_FINISHED: WIN32_ERROR = 8397u32;
16885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16886 pub const ERROR_DS_CANT_DELETE: WIN32_ERROR = 8398u32;
16887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16888 pub const ERROR_DS_ATT_SCHEMA_REQ_ID: WIN32_ERROR = 8399u32;
16889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16890 pub const ERROR_DS_BAD_ATT_SCHEMA_SYNTAX: WIN32_ERROR = 8400u32;
16891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16892 pub const ERROR_DS_CANT_CACHE_ATT: WIN32_ERROR = 8401u32;
16893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16894 pub const ERROR_DS_CANT_CACHE_CLASS: WIN32_ERROR = 8402u32;
16895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16896 pub const ERROR_DS_CANT_REMOVE_ATT_CACHE: WIN32_ERROR = 8403u32;
16897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16898 pub const ERROR_DS_CANT_REMOVE_CLASS_CACHE: WIN32_ERROR = 8404u32;
16899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16900 pub const ERROR_DS_CANT_RETRIEVE_DN: WIN32_ERROR = 8405u32;
16901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16902 pub const ERROR_DS_MISSING_SUPREF: WIN32_ERROR = 8406u32;
16903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16904 pub const ERROR_DS_CANT_RETRIEVE_INSTANCE: WIN32_ERROR = 8407u32;
16905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16906 pub const ERROR_DS_CODE_INCONSISTENCY: WIN32_ERROR = 8408u32;
16907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16908 pub const ERROR_DS_DATABASE_ERROR: WIN32_ERROR = 8409u32;
16909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16910 pub const ERROR_DS_GOVERNSID_MISSING: WIN32_ERROR = 8410u32;
16911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16912 pub const ERROR_DS_MISSING_EXPECTED_ATT: WIN32_ERROR = 8411u32;
16913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16914 pub const ERROR_DS_NCNAME_MISSING_CR_REF: WIN32_ERROR = 8412u32;
16915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16916 pub const ERROR_DS_SECURITY_CHECKING_ERROR: WIN32_ERROR = 8413u32;
16917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16918 pub const ERROR_DS_SCHEMA_NOT_LOADED: WIN32_ERROR = 8414u32;
16919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16920 pub const ERROR_DS_SCHEMA_ALLOC_FAILED: WIN32_ERROR = 8415u32;
16921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16922 pub const ERROR_DS_ATT_SCHEMA_REQ_SYNTAX: WIN32_ERROR = 8416u32;
16923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16924 pub const ERROR_DS_GCVERIFY_ERROR: WIN32_ERROR = 8417u32;
16925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16926 pub const ERROR_DS_DRA_SCHEMA_MISMATCH: WIN32_ERROR = 8418u32;
16927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16928 pub const ERROR_DS_CANT_FIND_DSA_OBJ: WIN32_ERROR = 8419u32;
16929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16930 pub const ERROR_DS_CANT_FIND_EXPECTED_NC: WIN32_ERROR = 8420u32;
16931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16932 pub const ERROR_DS_CANT_FIND_NC_IN_CACHE: WIN32_ERROR = 8421u32;
16933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16934 pub const ERROR_DS_CANT_RETRIEVE_CHILD: WIN32_ERROR = 8422u32;
16935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16936 pub const ERROR_DS_SECURITY_ILLEGAL_MODIFY: WIN32_ERROR = 8423u32;
16937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16938 pub const ERROR_DS_CANT_REPLACE_HIDDEN_REC: WIN32_ERROR = 8424u32;
16939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16940 pub const ERROR_DS_BAD_HIERARCHY_FILE: WIN32_ERROR = 8425u32;
16941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16942 pub const ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED: WIN32_ERROR = 8426u32;
16943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16944 pub const ERROR_DS_CONFIG_PARAM_MISSING: WIN32_ERROR = 8427u32;
16945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16946 pub const ERROR_DS_COUNTING_AB_INDICES_FAILED: WIN32_ERROR = 8428u32;
16947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16948 pub const ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED: WIN32_ERROR = 8429u32;
16949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16950 pub const ERROR_DS_INTERNAL_FAILURE: WIN32_ERROR = 8430u32;
16951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16952 pub const ERROR_DS_UNKNOWN_ERROR: WIN32_ERROR = 8431u32;
16953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16954 pub const ERROR_DS_ROOT_REQUIRES_CLASS_TOP: WIN32_ERROR = 8432u32;
16955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16956 pub const ERROR_DS_REFUSING_FSMO_ROLES: WIN32_ERROR = 8433u32;
16957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16958 pub const ERROR_DS_MISSING_FSMO_SETTINGS: WIN32_ERROR = 8434u32;
16959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16960 pub const ERROR_DS_UNABLE_TO_SURRENDER_ROLES: WIN32_ERROR = 8435u32;
16961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16962 pub const ERROR_DS_DRA_GENERIC: WIN32_ERROR = 8436u32;
16963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16964 pub const ERROR_DS_DRA_INVALID_PARAMETER: WIN32_ERROR = 8437u32;
16965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16966 pub const ERROR_DS_DRA_BUSY: WIN32_ERROR = 8438u32;
16967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16968 pub const ERROR_DS_DRA_BAD_DN: WIN32_ERROR = 8439u32;
16969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16970 pub const ERROR_DS_DRA_BAD_NC: WIN32_ERROR = 8440u32;
16971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16972 pub const ERROR_DS_DRA_DN_EXISTS: WIN32_ERROR = 8441u32;
16973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16974 pub const ERROR_DS_DRA_INTERNAL_ERROR: WIN32_ERROR = 8442u32;
16975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16976 pub const ERROR_DS_DRA_INCONSISTENT_DIT: WIN32_ERROR = 8443u32;
16977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16978 pub const ERROR_DS_DRA_CONNECTION_FAILED: WIN32_ERROR = 8444u32;
16979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16980 pub const ERROR_DS_DRA_BAD_INSTANCE_TYPE: WIN32_ERROR = 8445u32;
16981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16982 pub const ERROR_DS_DRA_OUT_OF_MEM: WIN32_ERROR = 8446u32;
16983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16984 pub const ERROR_DS_DRA_MAIL_PROBLEM: WIN32_ERROR = 8447u32;
16985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16986 pub const ERROR_DS_DRA_REF_ALREADY_EXISTS: WIN32_ERROR = 8448u32;
16987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16988 pub const ERROR_DS_DRA_REF_NOT_FOUND: WIN32_ERROR = 8449u32;
16989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16990 pub const ERROR_DS_DRA_OBJ_IS_REP_SOURCE: WIN32_ERROR = 8450u32;
16991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16992 pub const ERROR_DS_DRA_DB_ERROR: WIN32_ERROR = 8451u32;
16993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16994 pub const ERROR_DS_DRA_NO_REPLICA: WIN32_ERROR = 8452u32;
16995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16996 pub const ERROR_DS_DRA_ACCESS_DENIED: WIN32_ERROR = 8453u32;
16997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16998 pub const ERROR_DS_DRA_NOT_SUPPORTED: WIN32_ERROR = 8454u32;
16999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17000 pub const ERROR_DS_DRA_RPC_CANCELLED: WIN32_ERROR = 8455u32;
17001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17002 pub const ERROR_DS_DRA_SOURCE_DISABLED: WIN32_ERROR = 8456u32;
17003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17004 pub const ERROR_DS_DRA_SINK_DISABLED: WIN32_ERROR = 8457u32;
17005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17006 pub const ERROR_DS_DRA_NAME_COLLISION: WIN32_ERROR = 8458u32;
17007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17008 pub const ERROR_DS_DRA_SOURCE_REINSTALLED: WIN32_ERROR = 8459u32;
17009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17010 pub const ERROR_DS_DRA_MISSING_PARENT: WIN32_ERROR = 8460u32;
17011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17012 pub const ERROR_DS_DRA_PREEMPTED: WIN32_ERROR = 8461u32;
17013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17014 pub const ERROR_DS_DRA_ABANDON_SYNC: WIN32_ERROR = 8462u32;
17015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17016 pub const ERROR_DS_DRA_SHUTDOWN: WIN32_ERROR = 8463u32;
17017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17018 pub const ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET: WIN32_ERROR = 8464u32;
17019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17020 pub const ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA: WIN32_ERROR = 8465u32;
17021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17022 pub const ERROR_DS_DRA_EXTN_CONNECTION_FAILED: WIN32_ERROR = 8466u32;
17023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17024 pub const ERROR_DS_INSTALL_SCHEMA_MISMATCH: WIN32_ERROR = 8467u32;
17025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17026 pub const ERROR_DS_DUP_LINK_ID: WIN32_ERROR = 8468u32;
17027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17028 pub const ERROR_DS_NAME_ERROR_RESOLVING: WIN32_ERROR = 8469u32;
17029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17030 pub const ERROR_DS_NAME_ERROR_NOT_FOUND: WIN32_ERROR = 8470u32;
17031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17032 pub const ERROR_DS_NAME_ERROR_NOT_UNIQUE: WIN32_ERROR = 8471u32;
17033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17034 pub const ERROR_DS_NAME_ERROR_NO_MAPPING: WIN32_ERROR = 8472u32;
17035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17036 pub const ERROR_DS_NAME_ERROR_DOMAIN_ONLY: WIN32_ERROR = 8473u32;
17037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17038 pub const ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING: WIN32_ERROR = 8474u32;
17039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17040 pub const ERROR_DS_CONSTRUCTED_ATT_MOD: WIN32_ERROR = 8475u32;
17041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17042 pub const ERROR_DS_WRONG_OM_OBJ_CLASS: WIN32_ERROR = 8476u32;
17043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17044 pub const ERROR_DS_DRA_REPL_PENDING: WIN32_ERROR = 8477u32;
17045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17046 pub const ERROR_DS_DS_REQUIRED: WIN32_ERROR = 8478u32;
17047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17048 pub const ERROR_DS_INVALID_LDAP_DISPLAY_NAME: WIN32_ERROR = 8479u32;
17049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17050 pub const ERROR_DS_NON_BASE_SEARCH: WIN32_ERROR = 8480u32;
17051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17052 pub const ERROR_DS_CANT_RETRIEVE_ATTS: WIN32_ERROR = 8481u32;
17053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17054 pub const ERROR_DS_BACKLINK_WITHOUT_LINK: WIN32_ERROR = 8482u32;
17055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17056 pub const ERROR_DS_EPOCH_MISMATCH: WIN32_ERROR = 8483u32;
17057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17058 pub const ERROR_DS_SRC_NAME_MISMATCH: WIN32_ERROR = 8484u32;
17059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17060 pub const ERROR_DS_SRC_AND_DST_NC_IDENTICAL: WIN32_ERROR = 8485u32;
17061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17062 pub const ERROR_DS_DST_NC_MISMATCH: WIN32_ERROR = 8486u32;
17063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17064 pub const ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC: WIN32_ERROR = 8487u32;
17065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17066 pub const ERROR_DS_SRC_GUID_MISMATCH: WIN32_ERROR = 8488u32;
17067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17068 pub const ERROR_DS_CANT_MOVE_DELETED_OBJECT: WIN32_ERROR = 8489u32;
17069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17070 pub const ERROR_DS_PDC_OPERATION_IN_PROGRESS: WIN32_ERROR = 8490u32;
17071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17072 pub const ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD: WIN32_ERROR = 8491u32;
17073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17074 pub const ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION: WIN32_ERROR = 8492u32;
17075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17076 pub const ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS: WIN32_ERROR = 8493u32;
17077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17078 pub const ERROR_DS_NC_MUST_HAVE_NC_PARENT: WIN32_ERROR = 8494u32;
17079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17080 pub const ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE: WIN32_ERROR = 8495u32;
17081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17082 pub const ERROR_DS_DST_DOMAIN_NOT_NATIVE: WIN32_ERROR = 8496u32;
17083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17084 pub const ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER: WIN32_ERROR = 8497u32;
17085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17086 pub const ERROR_DS_CANT_MOVE_ACCOUNT_GROUP: WIN32_ERROR = 8498u32;
17087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17088 pub const ERROR_DS_CANT_MOVE_RESOURCE_GROUP: WIN32_ERROR = 8499u32;
17089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17090 pub const ERROR_DS_INVALID_SEARCH_FLAG: WIN32_ERROR = 8500u32;
17091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17092 pub const ERROR_DS_NO_TREE_DELETE_ABOVE_NC: WIN32_ERROR = 8501u32;
17093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17094 pub const ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE: WIN32_ERROR = 8502u32;
17095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17096 pub const ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE: WIN32_ERROR = 8503u32;
17097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17098 pub const ERROR_DS_SAM_INIT_FAILURE: WIN32_ERROR = 8504u32;
17099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17100 pub const ERROR_DS_SENSITIVE_GROUP_VIOLATION: WIN32_ERROR = 8505u32;
17101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17102 pub const ERROR_DS_CANT_MOD_PRIMARYGROUPID: WIN32_ERROR = 8506u32;
17103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17104 pub const ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD: WIN32_ERROR = 8507u32;
17105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17106 pub const ERROR_DS_NONSAFE_SCHEMA_CHANGE: WIN32_ERROR = 8508u32;
17107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17108 pub const ERROR_DS_SCHEMA_UPDATE_DISALLOWED: WIN32_ERROR = 8509u32;
17109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17110 pub const ERROR_DS_CANT_CREATE_UNDER_SCHEMA: WIN32_ERROR = 8510u32;
17111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17112 pub const ERROR_DS_INSTALL_NO_SRC_SCH_VERSION: WIN32_ERROR = 8511u32;
17113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17114 pub const ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE: WIN32_ERROR = 8512u32;
17115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17116 pub const ERROR_DS_INVALID_GROUP_TYPE: WIN32_ERROR = 8513u32;
17117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17118 pub const ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: WIN32_ERROR = 8514u32;
17119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17120 pub const ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: WIN32_ERROR = 8515u32;
17121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17122 pub const ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: WIN32_ERROR = 8516u32;
17123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17124 pub const ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: WIN32_ERROR = 8517u32;
17125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17126 pub const ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: WIN32_ERROR = 8518u32;
17127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17128 pub const ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: WIN32_ERROR = 8519u32;
17129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17130 pub const ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: WIN32_ERROR = 8520u32;
17131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17132 pub const ERROR_DS_HAVE_PRIMARY_MEMBERS: WIN32_ERROR = 8521u32;
17133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17134 pub const ERROR_DS_STRING_SD_CONVERSION_FAILED: WIN32_ERROR = 8522u32;
17135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17136 pub const ERROR_DS_NAMING_MASTER_GC: WIN32_ERROR = 8523u32;
17137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17138 pub const ERROR_DS_DNS_LOOKUP_FAILURE: WIN32_ERROR = 8524u32;
17139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17140 pub const ERROR_DS_COULDNT_UPDATE_SPNS: WIN32_ERROR = 8525u32;
17141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17142 pub const ERROR_DS_CANT_RETRIEVE_SD: WIN32_ERROR = 8526u32;
17143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17144 pub const ERROR_DS_KEY_NOT_UNIQUE: WIN32_ERROR = 8527u32;
17145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17146 pub const ERROR_DS_WRONG_LINKED_ATT_SYNTAX: WIN32_ERROR = 8528u32;
17147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17148 pub const ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD: WIN32_ERROR = 8529u32;
17149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17150 pub const ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY: WIN32_ERROR = 8530u32;
17151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17152 pub const ERROR_DS_CANT_START: WIN32_ERROR = 8531u32;
17153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17154 pub const ERROR_DS_INIT_FAILURE: WIN32_ERROR = 8532u32;
17155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17156 pub const ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION: WIN32_ERROR = 8533u32;
17157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17158 pub const ERROR_DS_SOURCE_DOMAIN_IN_FOREST: WIN32_ERROR = 8534u32;
17159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17160 pub const ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST: WIN32_ERROR = 8535u32;
17161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17162 pub const ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED: WIN32_ERROR = 8536u32;
17163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17164 pub const ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN: WIN32_ERROR = 8537u32;
17165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17166 pub const ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER: WIN32_ERROR = 8538u32;
17167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17168 pub const ERROR_DS_SRC_SID_EXISTS_IN_FOREST: WIN32_ERROR = 8539u32;
17169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17170 pub const ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH: WIN32_ERROR = 8540u32;
17171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17172 pub const ERROR_SAM_INIT_FAILURE: WIN32_ERROR = 8541u32;
17173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17174 pub const ERROR_DS_DRA_SCHEMA_INFO_SHIP: WIN32_ERROR = 8542u32;
17175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17176 pub const ERROR_DS_DRA_SCHEMA_CONFLICT: WIN32_ERROR = 8543u32;
17177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17178 pub const ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT: WIN32_ERROR = 8544u32;
17179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17180 pub const ERROR_DS_DRA_OBJ_NC_MISMATCH: WIN32_ERROR = 8545u32;
17181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17182 pub const ERROR_DS_NC_STILL_HAS_DSAS: WIN32_ERROR = 8546u32;
17183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17184 pub const ERROR_DS_GC_REQUIRED: WIN32_ERROR = 8547u32;
17185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17186 pub const ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY: WIN32_ERROR = 8548u32;
17187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17188 pub const ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS: WIN32_ERROR = 8549u32;
17189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17190 pub const ERROR_DS_CANT_ADD_TO_GC: WIN32_ERROR = 8550u32;
17191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17192 pub const ERROR_DS_NO_CHECKPOINT_WITH_PDC: WIN32_ERROR = 8551u32;
17193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17194 pub const ERROR_DS_SOURCE_AUDITING_NOT_ENABLED: WIN32_ERROR = 8552u32;
17195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17196 pub const ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC: WIN32_ERROR = 8553u32;
17197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17198 pub const ERROR_DS_INVALID_NAME_FOR_SPN: WIN32_ERROR = 8554u32;
17199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17200 pub const ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS: WIN32_ERROR = 8555u32;
17201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17202 pub const ERROR_DS_UNICODEPWD_NOT_IN_QUOTES: WIN32_ERROR = 8556u32;
17203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17204 pub const ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: WIN32_ERROR = 8557u32;
17205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17206 pub const ERROR_DS_MUST_BE_RUN_ON_DST_DC: WIN32_ERROR = 8558u32;
17207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17208 pub const ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER: WIN32_ERROR = 8559u32;
17209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17210 pub const ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ: WIN32_ERROR = 8560u32;
17211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17212 pub const ERROR_DS_INIT_FAILURE_CONSOLE: WIN32_ERROR = 8561u32;
17213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17214 pub const ERROR_DS_SAM_INIT_FAILURE_CONSOLE: WIN32_ERROR = 8562u32;
17215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17216 pub const ERROR_DS_FOREST_VERSION_TOO_HIGH: WIN32_ERROR = 8563u32;
17217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17218 pub const ERROR_DS_DOMAIN_VERSION_TOO_HIGH: WIN32_ERROR = 8564u32;
17219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17220 pub const ERROR_DS_FOREST_VERSION_TOO_LOW: WIN32_ERROR = 8565u32;
17221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17222 pub const ERROR_DS_DOMAIN_VERSION_TOO_LOW: WIN32_ERROR = 8566u32;
17223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17224 pub const ERROR_DS_INCOMPATIBLE_VERSION: WIN32_ERROR = 8567u32;
17225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17226 pub const ERROR_DS_LOW_DSA_VERSION: WIN32_ERROR = 8568u32;
17227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17228 pub const ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN: WIN32_ERROR = 8569u32;
17229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17230 pub const ERROR_DS_NOT_SUPPORTED_SORT_ORDER: WIN32_ERROR = 8570u32;
17231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17232 pub const ERROR_DS_NAME_NOT_UNIQUE: WIN32_ERROR = 8571u32;
17233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17234 pub const ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4: WIN32_ERROR = 8572u32;
17235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17236 pub const ERROR_DS_OUT_OF_VERSION_STORE: WIN32_ERROR = 8573u32;
17237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17238 pub const ERROR_DS_INCOMPATIBLE_CONTROLS_USED: WIN32_ERROR = 8574u32;
17239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17240 pub const ERROR_DS_NO_REF_DOMAIN: WIN32_ERROR = 8575u32;
17241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17242 pub const ERROR_DS_RESERVED_LINK_ID: WIN32_ERROR = 8576u32;
17243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17244 pub const ERROR_DS_LINK_ID_NOT_AVAILABLE: WIN32_ERROR = 8577u32;
17245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17246 pub const ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: WIN32_ERROR = 8578u32;
17247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17248 pub const ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE: WIN32_ERROR = 8579u32;
17249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17250 pub const ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC: WIN32_ERROR = 8580u32;
17251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17252 pub const ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG: WIN32_ERROR = 8581u32;
17253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17254 pub const ERROR_DS_MODIFYDN_WRONG_GRANDPARENT: WIN32_ERROR = 8582u32;
17255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17256 pub const ERROR_DS_NAME_ERROR_TRUST_REFERRAL: WIN32_ERROR = 8583u32;
17257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17258 pub const ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER: WIN32_ERROR = 8584u32;
17259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17260 pub const ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD: WIN32_ERROR = 8585u32;
17261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17262 pub const ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2: WIN32_ERROR = 8586u32;
17263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17264 pub const ERROR_DS_THREAD_LIMIT_EXCEEDED: WIN32_ERROR = 8587u32;
17265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17266 pub const ERROR_DS_NOT_CLOSEST: WIN32_ERROR = 8588u32;
17267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17268 pub const ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF: WIN32_ERROR = 8589u32;
17269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17270 pub const ERROR_DS_SINGLE_USER_MODE_FAILED: WIN32_ERROR = 8590u32;
17271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17272 pub const ERROR_DS_NTDSCRIPT_SYNTAX_ERROR: WIN32_ERROR = 8591u32;
17273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17274 pub const ERROR_DS_NTDSCRIPT_PROCESS_ERROR: WIN32_ERROR = 8592u32;
17275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17276 pub const ERROR_DS_DIFFERENT_REPL_EPOCHS: WIN32_ERROR = 8593u32;
17277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17278 pub const ERROR_DS_DRS_EXTENSIONS_CHANGED: WIN32_ERROR = 8594u32;
17279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17280 pub const ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR: WIN32_ERROR = 8595u32;
17281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17282 pub const ERROR_DS_NO_MSDS_INTID: WIN32_ERROR = 8596u32;
17283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17284 pub const ERROR_DS_DUP_MSDS_INTID: WIN32_ERROR = 8597u32;
17285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17286 pub const ERROR_DS_EXISTS_IN_RDNATTID: WIN32_ERROR = 8598u32;
17287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17288 pub const ERROR_DS_AUTHORIZATION_FAILED: WIN32_ERROR = 8599u32;
17289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17290 pub const ERROR_DS_INVALID_SCRIPT: WIN32_ERROR = 8600u32;
17291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17292 pub const ERROR_DS_REMOTE_CROSSREF_OP_FAILED: WIN32_ERROR = 8601u32;
17293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17294 pub const ERROR_DS_CROSS_REF_BUSY: WIN32_ERROR = 8602u32;
17295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17296 pub const ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN: WIN32_ERROR = 8603u32;
17297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17298 pub const ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC: WIN32_ERROR = 8604u32;
17299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17300 pub const ERROR_DS_DUPLICATE_ID_FOUND: WIN32_ERROR = 8605u32;
17301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17302 pub const ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT: WIN32_ERROR = 8606u32;
17303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17304 pub const ERROR_DS_GROUP_CONVERSION_ERROR: WIN32_ERROR = 8607u32;
17305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17306 pub const ERROR_DS_CANT_MOVE_APP_BASIC_GROUP: WIN32_ERROR = 8608u32;
17307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17308 pub const ERROR_DS_CANT_MOVE_APP_QUERY_GROUP: WIN32_ERROR = 8609u32;
17309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17310 pub const ERROR_DS_ROLE_NOT_VERIFIED: WIN32_ERROR = 8610u32;
17311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17312 pub const ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL: WIN32_ERROR = 8611u32;
17313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17314 pub const ERROR_DS_DOMAIN_RENAME_IN_PROGRESS: WIN32_ERROR = 8612u32;
17315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17316 pub const ERROR_DS_EXISTING_AD_CHILD_NC: WIN32_ERROR = 8613u32;
17317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17318 pub const ERROR_DS_REPL_LIFETIME_EXCEEDED: WIN32_ERROR = 8614u32;
17319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17320 pub const ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER: WIN32_ERROR = 8615u32;
17321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17322 pub const ERROR_DS_LDAP_SEND_QUEUE_FULL: WIN32_ERROR = 8616u32;
17323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17324 pub const ERROR_DS_DRA_OUT_SCHEDULE_WINDOW: WIN32_ERROR = 8617u32;
17325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17326 pub const ERROR_DS_POLICY_NOT_KNOWN: WIN32_ERROR = 8618u32;
17327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17328 pub const ERROR_NO_SITE_SETTINGS_OBJECT: WIN32_ERROR = 8619u32;
17329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17330 pub const ERROR_NO_SECRETS: WIN32_ERROR = 8620u32;
17331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17332 pub const ERROR_NO_WRITABLE_DC_FOUND: WIN32_ERROR = 8621u32;
17333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17334 pub const ERROR_DS_NO_SERVER_OBJECT: WIN32_ERROR = 8622u32;
17335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17336 pub const ERROR_DS_NO_NTDSA_OBJECT: WIN32_ERROR = 8623u32;
17337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17338 pub const ERROR_DS_NON_ASQ_SEARCH: WIN32_ERROR = 8624u32;
17339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17340 pub const ERROR_DS_AUDIT_FAILURE: WIN32_ERROR = 8625u32;
17341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17342 pub const ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE: WIN32_ERROR = 8626u32;
17343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17344 pub const ERROR_DS_INVALID_SEARCH_FLAG_TUPLE: WIN32_ERROR = 8627u32;
17345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17346 pub const ERROR_DS_HIERARCHY_TABLE_TOO_DEEP: WIN32_ERROR = 8628u32;
17347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17348 pub const ERROR_DS_DRA_CORRUPT_UTD_VECTOR: WIN32_ERROR = 8629u32;
17349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17350 pub const ERROR_DS_DRA_SECRETS_DENIED: WIN32_ERROR = 8630u32;
17351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17352 pub const ERROR_DS_RESERVED_MAPI_ID: WIN32_ERROR = 8631u32;
17353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17354 pub const ERROR_DS_MAPI_ID_NOT_AVAILABLE: WIN32_ERROR = 8632u32;
17355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17356 pub const ERROR_DS_DRA_MISSING_KRBTGT_SECRET: WIN32_ERROR = 8633u32;
17357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17358 pub const ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST: WIN32_ERROR = 8634u32;
17359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17360 pub const ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST: WIN32_ERROR = 8635u32;
17361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17362 pub const ERROR_INVALID_USER_PRINCIPAL_NAME: WIN32_ERROR = 8636u32;
17363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17364 pub const ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS: WIN32_ERROR = 8637u32;
17365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17366 pub const ERROR_DS_OID_NOT_FOUND: WIN32_ERROR = 8638u32;
17367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17368 pub const ERROR_DS_DRA_RECYCLED_TARGET: WIN32_ERROR = 8639u32;
17369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17370 pub const ERROR_DS_DISALLOWED_NC_REDIRECT: WIN32_ERROR = 8640u32;
17371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17372 pub const ERROR_DS_HIGH_ADLDS_FFL: WIN32_ERROR = 8641u32;
17373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17374 pub const ERROR_DS_HIGH_DSA_VERSION: WIN32_ERROR = 8642u32;
17375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17376 pub const ERROR_DS_LOW_ADLDS_FFL: WIN32_ERROR = 8643u32;
17377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17378 pub const ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION: WIN32_ERROR = 8644u32;
17379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17380 pub const ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED: WIN32_ERROR = 8645u32;
17381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17382 pub const ERROR_INCORRECT_ACCOUNT_TYPE: WIN32_ERROR = 8646u32;
17383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17384 pub const ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST: WIN32_ERROR = 8647u32;
17385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17386 pub const ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST: WIN32_ERROR = 8648u32;
17387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17388 pub const ERROR_DS_MISSING_FOREST_TRUST: WIN32_ERROR = 8649u32;
17389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17390 pub const ERROR_DS_VALUE_KEY_NOT_UNIQUE: WIN32_ERROR = 8650u32;
17391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17392 pub const ERROR_WEAK_WHFBKEY_BLOCKED: WIN32_ERROR = 8651u32;
17393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17394 pub const DNS_ERROR_RESPONSE_CODES_BASE: WIN32_ERROR = 9000u32;
17395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17396 pub const DNS_ERROR_RCODE_NO_ERROR: WIN32_ERROR = 0u32;
17397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17398 pub const DNS_ERROR_MASK: WIN32_ERROR = 9000u32;
17399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17400 pub const DNS_ERROR_RCODE_FORMAT_ERROR: WIN32_ERROR = 9001u32;
17401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17402 pub const DNS_ERROR_RCODE_SERVER_FAILURE: WIN32_ERROR = 9002u32;
17403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17404 pub const DNS_ERROR_RCODE_NAME_ERROR: WIN32_ERROR = 9003u32;
17405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17406 pub const DNS_ERROR_RCODE_NOT_IMPLEMENTED: WIN32_ERROR = 9004u32;
17407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17408 pub const DNS_ERROR_RCODE_REFUSED: WIN32_ERROR = 9005u32;
17409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17410 pub const DNS_ERROR_RCODE_YXDOMAIN: WIN32_ERROR = 9006u32;
17411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17412 pub const DNS_ERROR_RCODE_YXRRSET: WIN32_ERROR = 9007u32;
17413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17414 pub const DNS_ERROR_RCODE_NXRRSET: WIN32_ERROR = 9008u32;
17415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17416 pub const DNS_ERROR_RCODE_NOTAUTH: WIN32_ERROR = 9009u32;
17417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17418 pub const DNS_ERROR_RCODE_NOTZONE: WIN32_ERROR = 9010u32;
17419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17420 pub const DNS_ERROR_RCODE_BADSIG: WIN32_ERROR = 9016u32;
17421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17422 pub const DNS_ERROR_RCODE_BADKEY: WIN32_ERROR = 9017u32;
17423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17424 pub const DNS_ERROR_RCODE_BADTIME: WIN32_ERROR = 9018u32;
17425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17426 pub const DNS_ERROR_RCODE_LAST: WIN32_ERROR = 9018u32;
17427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17428 pub const DNS_ERROR_DNSSEC_BASE: WIN32_ERROR = 9100u32;
17429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17430 pub const DNS_ERROR_KEYMASTER_REQUIRED: WIN32_ERROR = 9101u32;
17431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17432 pub const DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE: WIN32_ERROR = 9102u32;
17433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17434 pub const DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1: WIN32_ERROR = 9103u32;
17435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17436 pub const DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS: WIN32_ERROR = 9104u32;
17437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17438 pub const DNS_ERROR_UNSUPPORTED_ALGORITHM: WIN32_ERROR = 9105u32;
17439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17440 pub const DNS_ERROR_INVALID_KEY_SIZE: WIN32_ERROR = 9106u32;
17441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17442 pub const DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE: WIN32_ERROR = 9107u32;
17443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17444 pub const DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION: WIN32_ERROR = 9108u32;
17445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17446 pub const DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR: WIN32_ERROR = 9109u32;
17447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17448 pub const DNS_ERROR_UNEXPECTED_CNG_ERROR: WIN32_ERROR = 9110u32;
17449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17450 pub const DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION: WIN32_ERROR = 9111u32;
17451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17452 pub const DNS_ERROR_KSP_NOT_ACCESSIBLE: WIN32_ERROR = 9112u32;
17453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17454 pub const DNS_ERROR_TOO_MANY_SKDS: WIN32_ERROR = 9113u32;
17455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17456 pub const DNS_ERROR_INVALID_ROLLOVER_PERIOD: WIN32_ERROR = 9114u32;
17457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17458 pub const DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET: WIN32_ERROR = 9115u32;
17459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17460 pub const DNS_ERROR_ROLLOVER_IN_PROGRESS: WIN32_ERROR = 9116u32;
17461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17462 pub const DNS_ERROR_STANDBY_KEY_NOT_PRESENT: WIN32_ERROR = 9117u32;
17463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17464 pub const DNS_ERROR_NOT_ALLOWED_ON_ZSK: WIN32_ERROR = 9118u32;
17465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17466 pub const DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD: WIN32_ERROR = 9119u32;
17467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17468 pub const DNS_ERROR_ROLLOVER_ALREADY_QUEUED: WIN32_ERROR = 9120u32;
17469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17470 pub const DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE: WIN32_ERROR = 9121u32;
17471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17472 pub const DNS_ERROR_BAD_KEYMASTER: WIN32_ERROR = 9122u32;
17473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17474 pub const DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD: WIN32_ERROR = 9123u32;
17475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17476 pub const DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT: WIN32_ERROR = 9124u32;
17477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17478 pub const DNS_ERROR_DNSSEC_IS_DISABLED: WIN32_ERROR = 9125u32;
17479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17480 pub const DNS_ERROR_INVALID_XML: WIN32_ERROR = 9126u32;
17481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17482 pub const DNS_ERROR_NO_VALID_TRUST_ANCHORS: WIN32_ERROR = 9127u32;
17483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17484 pub const DNS_ERROR_ROLLOVER_NOT_POKEABLE: WIN32_ERROR = 9128u32;
17485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17486 pub const DNS_ERROR_NSEC3_NAME_COLLISION: WIN32_ERROR = 9129u32;
17487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17488 pub const DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1: WIN32_ERROR = 9130u32;
17489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17490 pub const DNS_ERROR_PACKET_FMT_BASE: WIN32_ERROR = 9500u32;
17491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17492 pub const DNS_ERROR_BAD_PACKET: WIN32_ERROR = 9502u32;
17493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17494 pub const DNS_ERROR_NO_PACKET: WIN32_ERROR = 9503u32;
17495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17496 pub const DNS_ERROR_RCODE: WIN32_ERROR = 9504u32;
17497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17498 pub const DNS_ERROR_UNSECURE_PACKET: WIN32_ERROR = 9505u32;
17499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17500 pub const DNS_ERROR_NO_MEMORY: WIN32_ERROR = 14u32;
17501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17502 pub const DNS_ERROR_INVALID_NAME: WIN32_ERROR = 123u32;
17503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17504 pub const DNS_ERROR_INVALID_DATA: WIN32_ERROR = 13u32;
17505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17506 pub const DNS_ERROR_GENERAL_API_BASE: WIN32_ERROR = 9550u32;
17507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17508 pub const DNS_ERROR_INVALID_TYPE: WIN32_ERROR = 9551u32;
17509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17510 pub const DNS_ERROR_INVALID_IP_ADDRESS: WIN32_ERROR = 9552u32;
17511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17512 pub const DNS_ERROR_INVALID_PROPERTY: WIN32_ERROR = 9553u32;
17513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17514 pub const DNS_ERROR_TRY_AGAIN_LATER: WIN32_ERROR = 9554u32;
17515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17516 pub const DNS_ERROR_NOT_UNIQUE: WIN32_ERROR = 9555u32;
17517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17518 pub const DNS_ERROR_NON_RFC_NAME: WIN32_ERROR = 9556u32;
17519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17520 pub const DNS_ERROR_INVALID_NAME_CHAR: WIN32_ERROR = 9560u32;
17521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17522 pub const DNS_ERROR_NUMERIC_NAME: WIN32_ERROR = 9561u32;
17523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17524 pub const DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER: WIN32_ERROR = 9562u32;
17525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17526 pub const DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION: WIN32_ERROR = 9563u32;
17527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17528 pub const DNS_ERROR_CANNOT_FIND_ROOT_HINTS: WIN32_ERROR = 9564u32;
17529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17530 pub const DNS_ERROR_INCONSISTENT_ROOT_HINTS: WIN32_ERROR = 9565u32;
17531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17532 pub const DNS_ERROR_DWORD_VALUE_TOO_SMALL: WIN32_ERROR = 9566u32;
17533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17534 pub const DNS_ERROR_DWORD_VALUE_TOO_LARGE: WIN32_ERROR = 9567u32;
17535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17536 pub const DNS_ERROR_BACKGROUND_LOADING: WIN32_ERROR = 9568u32;
17537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17538 pub const DNS_ERROR_NOT_ALLOWED_ON_RODC: WIN32_ERROR = 9569u32;
17539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17540 pub const DNS_ERROR_NOT_ALLOWED_UNDER_DNAME: WIN32_ERROR = 9570u32;
17541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17542 pub const DNS_ERROR_DELEGATION_REQUIRED: WIN32_ERROR = 9571u32;
17543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17544 pub const DNS_ERROR_INVALID_POLICY_TABLE: WIN32_ERROR = 9572u32;
17545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17546 pub const DNS_ERROR_ADDRESS_REQUIRED: WIN32_ERROR = 9573u32;
17547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17548 pub const DNS_ERROR_ZONE_BASE: WIN32_ERROR = 9600u32;
17549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17550 pub const DNS_ERROR_ZONE_DOES_NOT_EXIST: WIN32_ERROR = 9601u32;
17551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17552 pub const DNS_ERROR_NO_ZONE_INFO: WIN32_ERROR = 9602u32;
17553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17554 pub const DNS_ERROR_INVALID_ZONE_OPERATION: WIN32_ERROR = 9603u32;
17555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17556 pub const DNS_ERROR_ZONE_CONFIGURATION_ERROR: WIN32_ERROR = 9604u32;
17557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17558 pub const DNS_ERROR_ZONE_HAS_NO_SOA_RECORD: WIN32_ERROR = 9605u32;
17559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17560 pub const DNS_ERROR_ZONE_HAS_NO_NS_RECORDS: WIN32_ERROR = 9606u32;
17561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17562 pub const DNS_ERROR_ZONE_LOCKED: WIN32_ERROR = 9607u32;
17563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17564 pub const DNS_ERROR_ZONE_CREATION_FAILED: WIN32_ERROR = 9608u32;
17565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17566 pub const DNS_ERROR_ZONE_ALREADY_EXISTS: WIN32_ERROR = 9609u32;
17567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17568 pub const DNS_ERROR_AUTOZONE_ALREADY_EXISTS: WIN32_ERROR = 9610u32;
17569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17570 pub const DNS_ERROR_INVALID_ZONE_TYPE: WIN32_ERROR = 9611u32;
17571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17572 pub const DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP: WIN32_ERROR = 9612u32;
17573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17574 pub const DNS_ERROR_ZONE_NOT_SECONDARY: WIN32_ERROR = 9613u32;
17575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17576 pub const DNS_ERROR_NEED_SECONDARY_ADDRESSES: WIN32_ERROR = 9614u32;
17577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17578 pub const DNS_ERROR_WINS_INIT_FAILED: WIN32_ERROR = 9615u32;
17579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17580 pub const DNS_ERROR_NEED_WINS_SERVERS: WIN32_ERROR = 9616u32;
17581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17582 pub const DNS_ERROR_NBSTAT_INIT_FAILED: WIN32_ERROR = 9617u32;
17583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17584 pub const DNS_ERROR_SOA_DELETE_INVALID: WIN32_ERROR = 9618u32;
17585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17586 pub const DNS_ERROR_FORWARDER_ALREADY_EXISTS: WIN32_ERROR = 9619u32;
17587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17588 pub const DNS_ERROR_ZONE_REQUIRES_MASTER_IP: WIN32_ERROR = 9620u32;
17589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17590 pub const DNS_ERROR_ZONE_IS_SHUTDOWN: WIN32_ERROR = 9621u32;
17591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17592 pub const DNS_ERROR_ZONE_LOCKED_FOR_SIGNING: WIN32_ERROR = 9622u32;
17593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17594 pub const DNS_ERROR_DATAFILE_BASE: WIN32_ERROR = 9650u32;
17595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17596 pub const DNS_ERROR_PRIMARY_REQUIRES_DATAFILE: WIN32_ERROR = 9651u32;
17597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17598 pub const DNS_ERROR_INVALID_DATAFILE_NAME: WIN32_ERROR = 9652u32;
17599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17600 pub const DNS_ERROR_DATAFILE_OPEN_FAILURE: WIN32_ERROR = 9653u32;
17601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17602 pub const DNS_ERROR_FILE_WRITEBACK_FAILED: WIN32_ERROR = 9654u32;
17603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17604 pub const DNS_ERROR_DATAFILE_PARSING: WIN32_ERROR = 9655u32;
17605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17606 pub const DNS_ERROR_DATABASE_BASE: WIN32_ERROR = 9700u32;
17607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17608 pub const DNS_ERROR_RECORD_DOES_NOT_EXIST: WIN32_ERROR = 9701u32;
17609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17610 pub const DNS_ERROR_RECORD_FORMAT: WIN32_ERROR = 9702u32;
17611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17612 pub const DNS_ERROR_NODE_CREATION_FAILED: WIN32_ERROR = 9703u32;
17613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17614 pub const DNS_ERROR_UNKNOWN_RECORD_TYPE: WIN32_ERROR = 9704u32;
17615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17616 pub const DNS_ERROR_RECORD_TIMED_OUT: WIN32_ERROR = 9705u32;
17617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17618 pub const DNS_ERROR_NAME_NOT_IN_ZONE: WIN32_ERROR = 9706u32;
17619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17620 pub const DNS_ERROR_CNAME_LOOP: WIN32_ERROR = 9707u32;
17621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17622 pub const DNS_ERROR_NODE_IS_CNAME: WIN32_ERROR = 9708u32;
17623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17624 pub const DNS_ERROR_CNAME_COLLISION: WIN32_ERROR = 9709u32;
17625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17626 pub const DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT: WIN32_ERROR = 9710u32;
17627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17628 pub const DNS_ERROR_RECORD_ALREADY_EXISTS: WIN32_ERROR = 9711u32;
17629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17630 pub const DNS_ERROR_SECONDARY_DATA: WIN32_ERROR = 9712u32;
17631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17632 pub const DNS_ERROR_NO_CREATE_CACHE_DATA: WIN32_ERROR = 9713u32;
17633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17634 pub const DNS_ERROR_NAME_DOES_NOT_EXIST: WIN32_ERROR = 9714u32;
17635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17636 pub const DNS_ERROR_DS_UNAVAILABLE: WIN32_ERROR = 9717u32;
17637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17638 pub const DNS_ERROR_DS_ZONE_ALREADY_EXISTS: WIN32_ERROR = 9718u32;
17639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17640 pub const DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE: WIN32_ERROR = 9719u32;
17641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17642 pub const DNS_ERROR_NODE_IS_DNAME: WIN32_ERROR = 9720u32;
17643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17644 pub const DNS_ERROR_DNAME_COLLISION: WIN32_ERROR = 9721u32;
17645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17646 pub const DNS_ERROR_ALIAS_LOOP: WIN32_ERROR = 9722u32;
17647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17648 pub const DNS_ERROR_OPERATION_BASE: WIN32_ERROR = 9750u32;
17649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17650 pub const DNS_ERROR_AXFR: WIN32_ERROR = 9752u32;
17651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17652 pub const DNS_ERROR_SECURE_BASE: WIN32_ERROR = 9800u32;
17653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17654 pub const DNS_ERROR_SETUP_BASE: WIN32_ERROR = 9850u32;
17655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17656 pub const DNS_ERROR_NO_TCPIP: WIN32_ERROR = 9851u32;
17657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17658 pub const DNS_ERROR_NO_DNS_SERVERS: WIN32_ERROR = 9852u32;
17659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17660 pub const DNS_ERROR_DP_BASE: WIN32_ERROR = 9900u32;
17661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17662 pub const DNS_ERROR_DP_DOES_NOT_EXIST: WIN32_ERROR = 9901u32;
17663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17664 pub const DNS_ERROR_DP_ALREADY_EXISTS: WIN32_ERROR = 9902u32;
17665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17666 pub const DNS_ERROR_DP_NOT_ENLISTED: WIN32_ERROR = 9903u32;
17667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17668 pub const DNS_ERROR_DP_ALREADY_ENLISTED: WIN32_ERROR = 9904u32;
17669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17670 pub const DNS_ERROR_DP_NOT_AVAILABLE: WIN32_ERROR = 9905u32;
17671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17672 pub const DNS_ERROR_DP_FSMO_ERROR: WIN32_ERROR = 9906u32;
17673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17674 pub const DNS_ERROR_RRL_NOT_ENABLED: WIN32_ERROR = 9911u32;
17675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17676 pub const DNS_ERROR_RRL_INVALID_WINDOW_SIZE: WIN32_ERROR = 9912u32;
17677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17678 pub const DNS_ERROR_RRL_INVALID_IPV4_PREFIX: WIN32_ERROR = 9913u32;
17679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17680 pub const DNS_ERROR_RRL_INVALID_IPV6_PREFIX: WIN32_ERROR = 9914u32;
17681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17682 pub const DNS_ERROR_RRL_INVALID_TC_RATE: WIN32_ERROR = 9915u32;
17683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17684 pub const DNS_ERROR_RRL_INVALID_LEAK_RATE: WIN32_ERROR = 9916u32;
17685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17686 pub const DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE: WIN32_ERROR = 9917u32;
17687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17688 pub const DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS: WIN32_ERROR = 9921u32;
17689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17690 pub const DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST: WIN32_ERROR = 9922u32;
17691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17692 pub const DNS_ERROR_VIRTUALIZATION_TREE_LOCKED: WIN32_ERROR = 9923u32;
17693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17694 pub const DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME: WIN32_ERROR = 9924u32;
17695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17696 pub const DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE: WIN32_ERROR = 9925u32;
17697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17698 pub const DNS_ERROR_ZONESCOPE_ALREADY_EXISTS: WIN32_ERROR = 9951u32;
17699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17700 pub const DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST: WIN32_ERROR = 9952u32;
17701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17702 pub const DNS_ERROR_DEFAULT_ZONESCOPE: WIN32_ERROR = 9953u32;
17703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17704 pub const DNS_ERROR_INVALID_ZONESCOPE_NAME: WIN32_ERROR = 9954u32;
17705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17706 pub const DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES: WIN32_ERROR = 9955u32;
17707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17708 pub const DNS_ERROR_LOAD_ZONESCOPE_FAILED: WIN32_ERROR = 9956u32;
17709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17710 pub const DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED: WIN32_ERROR = 9957u32;
17711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17712 pub const DNS_ERROR_INVALID_SCOPE_NAME: WIN32_ERROR = 9958u32;
17713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17714 pub const DNS_ERROR_SCOPE_DOES_NOT_EXIST: WIN32_ERROR = 9959u32;
17715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17716 pub const DNS_ERROR_DEFAULT_SCOPE: WIN32_ERROR = 9960u32;
17717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17718 pub const DNS_ERROR_INVALID_SCOPE_OPERATION: WIN32_ERROR = 9961u32;
17719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17720 pub const DNS_ERROR_SCOPE_LOCKED: WIN32_ERROR = 9962u32;
17721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17722 pub const DNS_ERROR_SCOPE_ALREADY_EXISTS: WIN32_ERROR = 9963u32;
17723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17724 pub const DNS_ERROR_POLICY_ALREADY_EXISTS: WIN32_ERROR = 9971u32;
17725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17726 pub const DNS_ERROR_POLICY_DOES_NOT_EXIST: WIN32_ERROR = 9972u32;
17727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17728 pub const DNS_ERROR_POLICY_INVALID_CRITERIA: WIN32_ERROR = 9973u32;
17729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17730 pub const DNS_ERROR_POLICY_INVALID_SETTINGS: WIN32_ERROR = 9974u32;
17731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17732 pub const DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED: WIN32_ERROR = 9975u32;
17733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17734 pub const DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST: WIN32_ERROR = 9976u32;
17735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17736 pub const DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS: WIN32_ERROR = 9977u32;
17737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17738 pub const DNS_ERROR_SUBNET_DOES_NOT_EXIST: WIN32_ERROR = 9978u32;
17739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17740 pub const DNS_ERROR_SUBNET_ALREADY_EXISTS: WIN32_ERROR = 9979u32;
17741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17742 pub const DNS_ERROR_POLICY_LOCKED: WIN32_ERROR = 9980u32;
17743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17744 pub const DNS_ERROR_POLICY_INVALID_WEIGHT: WIN32_ERROR = 9981u32;
17745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17746 pub const DNS_ERROR_POLICY_INVALID_NAME: WIN32_ERROR = 9982u32;
17747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17748 pub const DNS_ERROR_POLICY_MISSING_CRITERIA: WIN32_ERROR = 9983u32;
17749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17750 pub const DNS_ERROR_INVALID_CLIENT_SUBNET_NAME: WIN32_ERROR = 9984u32;
17751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17752 pub const DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID: WIN32_ERROR = 9985u32;
17753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17754 pub const DNS_ERROR_POLICY_SCOPE_MISSING: WIN32_ERROR = 9986u32;
17755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17756 pub const DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED: WIN32_ERROR = 9987u32;
17757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17758 pub const DNS_ERROR_SERVERSCOPE_IS_REFERENCED: WIN32_ERROR = 9988u32;
17759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17760 pub const DNS_ERROR_ZONESCOPE_IS_REFERENCED: WIN32_ERROR = 9989u32;
17761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17762 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET: WIN32_ERROR = 9990u32;
17763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17764 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL: WIN32_ERROR = 9991u32;
17765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17766 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL: WIN32_ERROR = 9992u32;
17767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17768 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE: WIN32_ERROR = 9993u32;
17769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17770 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN: WIN32_ERROR = 9994u32;
17771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17772 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE: WIN32_ERROR = 9995u32;
17773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17774 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY: WIN32_ERROR = 9996u32;
17775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17776 pub const ERROR_IPSEC_QM_POLICY_EXISTS: WIN32_ERROR = 13000u32;
17777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17778 pub const ERROR_IPSEC_QM_POLICY_NOT_FOUND: WIN32_ERROR = 13001u32;
17779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17780 pub const ERROR_IPSEC_QM_POLICY_IN_USE: WIN32_ERROR = 13002u32;
17781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17782 pub const ERROR_IPSEC_MM_POLICY_EXISTS: WIN32_ERROR = 13003u32;
17783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17784 pub const ERROR_IPSEC_MM_POLICY_NOT_FOUND: WIN32_ERROR = 13004u32;
17785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17786 pub const ERROR_IPSEC_MM_POLICY_IN_USE: WIN32_ERROR = 13005u32;
17787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17788 pub const ERROR_IPSEC_MM_FILTER_EXISTS: WIN32_ERROR = 13006u32;
17789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17790 pub const ERROR_IPSEC_MM_FILTER_NOT_FOUND: WIN32_ERROR = 13007u32;
17791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17792 pub const ERROR_IPSEC_TRANSPORT_FILTER_EXISTS: WIN32_ERROR = 13008u32;
17793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17794 pub const ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND: WIN32_ERROR = 13009u32;
17795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17796 pub const ERROR_IPSEC_MM_AUTH_EXISTS: WIN32_ERROR = 13010u32;
17797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17798 pub const ERROR_IPSEC_MM_AUTH_NOT_FOUND: WIN32_ERROR = 13011u32;
17799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17800 pub const ERROR_IPSEC_MM_AUTH_IN_USE: WIN32_ERROR = 13012u32;
17801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17802 pub const ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND: WIN32_ERROR = 13013u32;
17803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17804 pub const ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND: WIN32_ERROR = 13014u32;
17805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17806 pub const ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND: WIN32_ERROR = 13015u32;
17807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17808 pub const ERROR_IPSEC_TUNNEL_FILTER_EXISTS: WIN32_ERROR = 13016u32;
17809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17810 pub const ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND: WIN32_ERROR = 13017u32;
17811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17812 pub const ERROR_IPSEC_MM_FILTER_PENDING_DELETION: WIN32_ERROR = 13018u32;
17813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17814 pub const ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION: WIN32_ERROR = 13019u32;
17815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17816 pub const ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION: WIN32_ERROR = 13020u32;
17817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17818 pub const ERROR_IPSEC_MM_POLICY_PENDING_DELETION: WIN32_ERROR = 13021u32;
17819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17820 pub const ERROR_IPSEC_MM_AUTH_PENDING_DELETION: WIN32_ERROR = 13022u32;
17821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17822 pub const ERROR_IPSEC_QM_POLICY_PENDING_DELETION: WIN32_ERROR = 13023u32;
17823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17824 pub const ERROR_IPSEC_IKE_NEG_STATUS_BEGIN: WIN32_ERROR = 13800u32;
17825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17826 pub const ERROR_IPSEC_IKE_AUTH_FAIL: WIN32_ERROR = 13801u32;
17827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17828 pub const ERROR_IPSEC_IKE_ATTRIB_FAIL: WIN32_ERROR = 13802u32;
17829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17830 pub const ERROR_IPSEC_IKE_NEGOTIATION_PENDING: WIN32_ERROR = 13803u32;
17831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17832 pub const ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR: WIN32_ERROR = 13804u32;
17833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17834 pub const ERROR_IPSEC_IKE_TIMED_OUT: WIN32_ERROR = 13805u32;
17835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17836 pub const ERROR_IPSEC_IKE_NO_CERT: WIN32_ERROR = 13806u32;
17837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17838 pub const ERROR_IPSEC_IKE_SA_DELETED: WIN32_ERROR = 13807u32;
17839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17840 pub const ERROR_IPSEC_IKE_SA_REAPED: WIN32_ERROR = 13808u32;
17841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17842 pub const ERROR_IPSEC_IKE_MM_ACQUIRE_DROP: WIN32_ERROR = 13809u32;
17843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17844 pub const ERROR_IPSEC_IKE_QM_ACQUIRE_DROP: WIN32_ERROR = 13810u32;
17845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17846 pub const ERROR_IPSEC_IKE_QUEUE_DROP_MM: WIN32_ERROR = 13811u32;
17847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17848 pub const ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM: WIN32_ERROR = 13812u32;
17849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17850 pub const ERROR_IPSEC_IKE_DROP_NO_RESPONSE: WIN32_ERROR = 13813u32;
17851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17852 pub const ERROR_IPSEC_IKE_MM_DELAY_DROP: WIN32_ERROR = 13814u32;
17853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17854 pub const ERROR_IPSEC_IKE_QM_DELAY_DROP: WIN32_ERROR = 13815u32;
17855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17856 pub const ERROR_IPSEC_IKE_ERROR: WIN32_ERROR = 13816u32;
17857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17858 pub const ERROR_IPSEC_IKE_CRL_FAILED: WIN32_ERROR = 13817u32;
17859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17860 pub const ERROR_IPSEC_IKE_INVALID_KEY_USAGE: WIN32_ERROR = 13818u32;
17861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17862 pub const ERROR_IPSEC_IKE_INVALID_CERT_TYPE: WIN32_ERROR = 13819u32;
17863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17864 pub const ERROR_IPSEC_IKE_NO_PRIVATE_KEY: WIN32_ERROR = 13820u32;
17865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17866 pub const ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY: WIN32_ERROR = 13821u32;
17867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17868 pub const ERROR_IPSEC_IKE_DH_FAIL: WIN32_ERROR = 13822u32;
17869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17870 pub const ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED: WIN32_ERROR = 13823u32;
17871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17872 pub const ERROR_IPSEC_IKE_INVALID_HEADER: WIN32_ERROR = 13824u32;
17873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17874 pub const ERROR_IPSEC_IKE_NO_POLICY: WIN32_ERROR = 13825u32;
17875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17876 pub const ERROR_IPSEC_IKE_INVALID_SIGNATURE: WIN32_ERROR = 13826u32;
17877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17878 pub const ERROR_IPSEC_IKE_KERBEROS_ERROR: WIN32_ERROR = 13827u32;
17879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17880 pub const ERROR_IPSEC_IKE_NO_PUBLIC_KEY: WIN32_ERROR = 13828u32;
17881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17882 pub const ERROR_IPSEC_IKE_PROCESS_ERR: WIN32_ERROR = 13829u32;
17883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17884 pub const ERROR_IPSEC_IKE_PROCESS_ERR_SA: WIN32_ERROR = 13830u32;
17885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17886 pub const ERROR_IPSEC_IKE_PROCESS_ERR_PROP: WIN32_ERROR = 13831u32;
17887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17888 pub const ERROR_IPSEC_IKE_PROCESS_ERR_TRANS: WIN32_ERROR = 13832u32;
17889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17890 pub const ERROR_IPSEC_IKE_PROCESS_ERR_KE: WIN32_ERROR = 13833u32;
17891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17892 pub const ERROR_IPSEC_IKE_PROCESS_ERR_ID: WIN32_ERROR = 13834u32;
17893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17894 pub const ERROR_IPSEC_IKE_PROCESS_ERR_CERT: WIN32_ERROR = 13835u32;
17895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17896 pub const ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ: WIN32_ERROR = 13836u32;
17897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17898 pub const ERROR_IPSEC_IKE_PROCESS_ERR_HASH: WIN32_ERROR = 13837u32;
17899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17900 pub const ERROR_IPSEC_IKE_PROCESS_ERR_SIG: WIN32_ERROR = 13838u32;
17901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17902 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NONCE: WIN32_ERROR = 13839u32;
17903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17904 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY: WIN32_ERROR = 13840u32;
17905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17906 pub const ERROR_IPSEC_IKE_PROCESS_ERR_DELETE: WIN32_ERROR = 13841u32;
17907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17908 pub const ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR: WIN32_ERROR = 13842u32;
17909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17910 pub const ERROR_IPSEC_IKE_INVALID_PAYLOAD: WIN32_ERROR = 13843u32;
17911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17912 pub const ERROR_IPSEC_IKE_LOAD_SOFT_SA: WIN32_ERROR = 13844u32;
17913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17914 pub const ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN: WIN32_ERROR = 13845u32;
17915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17916 pub const ERROR_IPSEC_IKE_INVALID_COOKIE: WIN32_ERROR = 13846u32;
17917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17918 pub const ERROR_IPSEC_IKE_NO_PEER_CERT: WIN32_ERROR = 13847u32;
17919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17920 pub const ERROR_IPSEC_IKE_PEER_CRL_FAILED: WIN32_ERROR = 13848u32;
17921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17922 pub const ERROR_IPSEC_IKE_POLICY_CHANGE: WIN32_ERROR = 13849u32;
17923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17924 pub const ERROR_IPSEC_IKE_NO_MM_POLICY: WIN32_ERROR = 13850u32;
17925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17926 pub const ERROR_IPSEC_IKE_NOTCBPRIV: WIN32_ERROR = 13851u32;
17927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17928 pub const ERROR_IPSEC_IKE_SECLOADFAIL: WIN32_ERROR = 13852u32;
17929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17930 pub const ERROR_IPSEC_IKE_FAILSSPINIT: WIN32_ERROR = 13853u32;
17931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17932 pub const ERROR_IPSEC_IKE_FAILQUERYSSP: WIN32_ERROR = 13854u32;
17933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17934 pub const ERROR_IPSEC_IKE_SRVACQFAIL: WIN32_ERROR = 13855u32;
17935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17936 pub const ERROR_IPSEC_IKE_SRVQUERYCRED: WIN32_ERROR = 13856u32;
17937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17938 pub const ERROR_IPSEC_IKE_GETSPIFAIL: WIN32_ERROR = 13857u32;
17939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17940 pub const ERROR_IPSEC_IKE_INVALID_FILTER: WIN32_ERROR = 13858u32;
17941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17942 pub const ERROR_IPSEC_IKE_OUT_OF_MEMORY: WIN32_ERROR = 13859u32;
17943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17944 pub const ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED: WIN32_ERROR = 13860u32;
17945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17946 pub const ERROR_IPSEC_IKE_INVALID_POLICY: WIN32_ERROR = 13861u32;
17947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17948 pub const ERROR_IPSEC_IKE_UNKNOWN_DOI: WIN32_ERROR = 13862u32;
17949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17950 pub const ERROR_IPSEC_IKE_INVALID_SITUATION: WIN32_ERROR = 13863u32;
17951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17952 pub const ERROR_IPSEC_IKE_DH_FAILURE: WIN32_ERROR = 13864u32;
17953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17954 pub const ERROR_IPSEC_IKE_INVALID_GROUP: WIN32_ERROR = 13865u32;
17955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17956 pub const ERROR_IPSEC_IKE_ENCRYPT: WIN32_ERROR = 13866u32;
17957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17958 pub const ERROR_IPSEC_IKE_DECRYPT: WIN32_ERROR = 13867u32;
17959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17960 pub const ERROR_IPSEC_IKE_POLICY_MATCH: WIN32_ERROR = 13868u32;
17961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17962 pub const ERROR_IPSEC_IKE_UNSUPPORTED_ID: WIN32_ERROR = 13869u32;
17963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17964 pub const ERROR_IPSEC_IKE_INVALID_HASH: WIN32_ERROR = 13870u32;
17965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17966 pub const ERROR_IPSEC_IKE_INVALID_HASH_ALG: WIN32_ERROR = 13871u32;
17967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17968 pub const ERROR_IPSEC_IKE_INVALID_HASH_SIZE: WIN32_ERROR = 13872u32;
17969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17970 pub const ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG: WIN32_ERROR = 13873u32;
17971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17972 pub const ERROR_IPSEC_IKE_INVALID_AUTH_ALG: WIN32_ERROR = 13874u32;
17973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17974 pub const ERROR_IPSEC_IKE_INVALID_SIG: WIN32_ERROR = 13875u32;
17975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17976 pub const ERROR_IPSEC_IKE_LOAD_FAILED: WIN32_ERROR = 13876u32;
17977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17978 pub const ERROR_IPSEC_IKE_RPC_DELETE: WIN32_ERROR = 13877u32;
17979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17980 pub const ERROR_IPSEC_IKE_BENIGN_REINIT: WIN32_ERROR = 13878u32;
17981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17982 pub const ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY: WIN32_ERROR = 13879u32;
17983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17984 pub const ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION: WIN32_ERROR = 13880u32;
17985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17986 pub const ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN: WIN32_ERROR = 13881u32;
17987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17988 pub const ERROR_IPSEC_IKE_MM_LIMIT: WIN32_ERROR = 13882u32;
17989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17990 pub const ERROR_IPSEC_IKE_NEGOTIATION_DISABLED: WIN32_ERROR = 13883u32;
17991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17992 pub const ERROR_IPSEC_IKE_QM_LIMIT: WIN32_ERROR = 13884u32;
17993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17994 pub const ERROR_IPSEC_IKE_MM_EXPIRED: WIN32_ERROR = 13885u32;
17995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17996 pub const ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID: WIN32_ERROR = 13886u32;
17997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17998 pub const ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH: WIN32_ERROR = 13887u32;
17999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18000 pub const ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID: WIN32_ERROR = 13888u32;
18001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18002 pub const ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD: WIN32_ERROR = 13889u32;
18003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18004 pub const ERROR_IPSEC_IKE_DOS_COOKIE_SENT: WIN32_ERROR = 13890u32;
18005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18006 pub const ERROR_IPSEC_IKE_SHUTTING_DOWN: WIN32_ERROR = 13891u32;
18007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18008 pub const ERROR_IPSEC_IKE_CGA_AUTH_FAILED: WIN32_ERROR = 13892u32;
18009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18010 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NATOA: WIN32_ERROR = 13893u32;
18011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18012 pub const ERROR_IPSEC_IKE_INVALID_MM_FOR_QM: WIN32_ERROR = 13894u32;
18013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18014 pub const ERROR_IPSEC_IKE_QM_EXPIRED: WIN32_ERROR = 13895u32;
18015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18016 pub const ERROR_IPSEC_IKE_TOO_MANY_FILTERS: WIN32_ERROR = 13896u32;
18017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18018 pub const ERROR_IPSEC_IKE_NEG_STATUS_END: WIN32_ERROR = 13897u32;
18019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18020 pub const ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL: WIN32_ERROR = 13898u32;
18021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18022 pub const ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE: WIN32_ERROR = 13899u32;
18023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18024 pub const ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING: WIN32_ERROR = 13900u32;
18025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18026 pub const ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING: WIN32_ERROR = 13901u32;
18027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18028 pub const ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS: WIN32_ERROR = 13902u32;
18029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18030 pub const ERROR_IPSEC_IKE_RATELIMIT_DROP: WIN32_ERROR = 13903u32;
18031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18032 pub const ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE: WIN32_ERROR = 13904u32;
18033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18034 pub const ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE: WIN32_ERROR = 13905u32;
18035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18036 pub const ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE: WIN32_ERROR = 13906u32;
18037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18038 pub const ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY: WIN32_ERROR = 13907u32;
18039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18040 pub const ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE: WIN32_ERROR = 13908u32;
18041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18042 pub const ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END: WIN32_ERROR = 13909u32;
18043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18044 pub const ERROR_IPSEC_BAD_SPI: WIN32_ERROR = 13910u32;
18045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18046 pub const ERROR_IPSEC_SA_LIFETIME_EXPIRED: WIN32_ERROR = 13911u32;
18047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18048 pub const ERROR_IPSEC_WRONG_SA: WIN32_ERROR = 13912u32;
18049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18050 pub const ERROR_IPSEC_REPLAY_CHECK_FAILED: WIN32_ERROR = 13913u32;
18051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18052 pub const ERROR_IPSEC_INVALID_PACKET: WIN32_ERROR = 13914u32;
18053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18054 pub const ERROR_IPSEC_INTEGRITY_CHECK_FAILED: WIN32_ERROR = 13915u32;
18055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18056 pub const ERROR_IPSEC_CLEAR_TEXT_DROP: WIN32_ERROR = 13916u32;
18057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18058 pub const ERROR_IPSEC_AUTH_FIREWALL_DROP: WIN32_ERROR = 13917u32;
18059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18060 pub const ERROR_IPSEC_THROTTLE_DROP: WIN32_ERROR = 13918u32;
18061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18062 pub const ERROR_IPSEC_DOSP_BLOCK: WIN32_ERROR = 13925u32;
18063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18064 pub const ERROR_IPSEC_DOSP_RECEIVED_MULTICAST: WIN32_ERROR = 13926u32;
18065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18066 pub const ERROR_IPSEC_DOSP_INVALID_PACKET: WIN32_ERROR = 13927u32;
18067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18068 pub const ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED: WIN32_ERROR = 13928u32;
18069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18070 pub const ERROR_IPSEC_DOSP_MAX_ENTRIES: WIN32_ERROR = 13929u32;
18071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18072 pub const ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED: WIN32_ERROR = 13930u32;
18073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18074 pub const ERROR_IPSEC_DOSP_NOT_INSTALLED: WIN32_ERROR = 13931u32;
18075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18076 pub const ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES: WIN32_ERROR = 13932u32;
18077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18078 pub const ERROR_SXS_SECTION_NOT_FOUND: WIN32_ERROR = 14000u32;
18079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18080 pub const ERROR_SXS_CANT_GEN_ACTCTX: WIN32_ERROR = 14001u32;
18081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18082 pub const ERROR_SXS_INVALID_ACTCTXDATA_FORMAT: WIN32_ERROR = 14002u32;
18083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18084 pub const ERROR_SXS_ASSEMBLY_NOT_FOUND: WIN32_ERROR = 14003u32;
18085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18086 pub const ERROR_SXS_MANIFEST_FORMAT_ERROR: WIN32_ERROR = 14004u32;
18087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18088 pub const ERROR_SXS_MANIFEST_PARSE_ERROR: WIN32_ERROR = 14005u32;
18089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18090 pub const ERROR_SXS_ACTIVATION_CONTEXT_DISABLED: WIN32_ERROR = 14006u32;
18091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18092 pub const ERROR_SXS_KEY_NOT_FOUND: WIN32_ERROR = 14007u32;
18093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18094 pub const ERROR_SXS_VERSION_CONFLICT: WIN32_ERROR = 14008u32;
18095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18096 pub const ERROR_SXS_WRONG_SECTION_TYPE: WIN32_ERROR = 14009u32;
18097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18098 pub const ERROR_SXS_THREAD_QUERIES_DISABLED: WIN32_ERROR = 14010u32;
18099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18100 pub const ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET: WIN32_ERROR = 14011u32;
18101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18102 pub const ERROR_SXS_UNKNOWN_ENCODING_GROUP: WIN32_ERROR = 14012u32;
18103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18104 pub const ERROR_SXS_UNKNOWN_ENCODING: WIN32_ERROR = 14013u32;
18105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18106 pub const ERROR_SXS_INVALID_XML_NAMESPACE_URI: WIN32_ERROR = 14014u32;
18107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18108 pub const ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED: WIN32_ERROR = 14015u32;
18109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18110 pub const ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED: WIN32_ERROR = 14016u32;
18111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18112 pub const ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE: WIN32_ERROR = 14017u32;
18113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18114 pub const ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE: WIN32_ERROR = 14018u32;
18115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18116 pub const ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE: WIN32_ERROR = 14019u32;
18117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18118 pub const ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT: WIN32_ERROR = 14020u32;
18119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18120 pub const ERROR_SXS_DUPLICATE_DLL_NAME: WIN32_ERROR = 14021u32;
18121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18122 pub const ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME: WIN32_ERROR = 14022u32;
18123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18124 pub const ERROR_SXS_DUPLICATE_CLSID: WIN32_ERROR = 14023u32;
18125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18126 pub const ERROR_SXS_DUPLICATE_IID: WIN32_ERROR = 14024u32;
18127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18128 pub const ERROR_SXS_DUPLICATE_TLBID: WIN32_ERROR = 14025u32;
18129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18130 pub const ERROR_SXS_DUPLICATE_PROGID: WIN32_ERROR = 14026u32;
18131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18132 pub const ERROR_SXS_DUPLICATE_ASSEMBLY_NAME: WIN32_ERROR = 14027u32;
18133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18134 pub const ERROR_SXS_FILE_HASH_MISMATCH: WIN32_ERROR = 14028u32;
18135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18136 pub const ERROR_SXS_POLICY_PARSE_ERROR: WIN32_ERROR = 14029u32;
18137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18138 pub const ERROR_SXS_XML_E_MISSINGQUOTE: WIN32_ERROR = 14030u32;
18139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18140 pub const ERROR_SXS_XML_E_COMMENTSYNTAX: WIN32_ERROR = 14031u32;
18141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18142 pub const ERROR_SXS_XML_E_BADSTARTNAMECHAR: WIN32_ERROR = 14032u32;
18143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18144 pub const ERROR_SXS_XML_E_BADNAMECHAR: WIN32_ERROR = 14033u32;
18145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18146 pub const ERROR_SXS_XML_E_BADCHARINSTRING: WIN32_ERROR = 14034u32;
18147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18148 pub const ERROR_SXS_XML_E_XMLDECLSYNTAX: WIN32_ERROR = 14035u32;
18149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18150 pub const ERROR_SXS_XML_E_BADCHARDATA: WIN32_ERROR = 14036u32;
18151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18152 pub const ERROR_SXS_XML_E_MISSINGWHITESPACE: WIN32_ERROR = 14037u32;
18153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18154 pub const ERROR_SXS_XML_E_EXPECTINGTAGEND: WIN32_ERROR = 14038u32;
18155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18156 pub const ERROR_SXS_XML_E_MISSINGSEMICOLON: WIN32_ERROR = 14039u32;
18157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18158 pub const ERROR_SXS_XML_E_UNBALANCEDPAREN: WIN32_ERROR = 14040u32;
18159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18160 pub const ERROR_SXS_XML_E_INTERNALERROR: WIN32_ERROR = 14041u32;
18161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18162 pub const ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE: WIN32_ERROR = 14042u32;
18163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18164 pub const ERROR_SXS_XML_E_INCOMPLETE_ENCODING: WIN32_ERROR = 14043u32;
18165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18166 pub const ERROR_SXS_XML_E_MISSING_PAREN: WIN32_ERROR = 14044u32;
18167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18168 pub const ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE: WIN32_ERROR = 14045u32;
18169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18170 pub const ERROR_SXS_XML_E_MULTIPLE_COLONS: WIN32_ERROR = 14046u32;
18171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18172 pub const ERROR_SXS_XML_E_INVALID_DECIMAL: WIN32_ERROR = 14047u32;
18173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18174 pub const ERROR_SXS_XML_E_INVALID_HEXIDECIMAL: WIN32_ERROR = 14048u32;
18175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18176 pub const ERROR_SXS_XML_E_INVALID_UNICODE: WIN32_ERROR = 14049u32;
18177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18178 pub const ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK: WIN32_ERROR = 14050u32;
18179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18180 pub const ERROR_SXS_XML_E_UNEXPECTEDENDTAG: WIN32_ERROR = 14051u32;
18181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18182 pub const ERROR_SXS_XML_E_UNCLOSEDTAG: WIN32_ERROR = 14052u32;
18183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18184 pub const ERROR_SXS_XML_E_DUPLICATEATTRIBUTE: WIN32_ERROR = 14053u32;
18185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18186 pub const ERROR_SXS_XML_E_MULTIPLEROOTS: WIN32_ERROR = 14054u32;
18187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18188 pub const ERROR_SXS_XML_E_INVALIDATROOTLEVEL: WIN32_ERROR = 14055u32;
18189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18190 pub const ERROR_SXS_XML_E_BADXMLDECL: WIN32_ERROR = 14056u32;
18191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18192 pub const ERROR_SXS_XML_E_MISSINGROOT: WIN32_ERROR = 14057u32;
18193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18194 pub const ERROR_SXS_XML_E_UNEXPECTEDEOF: WIN32_ERROR = 14058u32;
18195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18196 pub const ERROR_SXS_XML_E_BADPEREFINSUBSET: WIN32_ERROR = 14059u32;
18197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18198 pub const ERROR_SXS_XML_E_UNCLOSEDSTARTTAG: WIN32_ERROR = 14060u32;
18199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18200 pub const ERROR_SXS_XML_E_UNCLOSEDENDTAG: WIN32_ERROR = 14061u32;
18201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18202 pub const ERROR_SXS_XML_E_UNCLOSEDSTRING: WIN32_ERROR = 14062u32;
18203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18204 pub const ERROR_SXS_XML_E_UNCLOSEDCOMMENT: WIN32_ERROR = 14063u32;
18205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18206 pub const ERROR_SXS_XML_E_UNCLOSEDDECL: WIN32_ERROR = 14064u32;
18207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18208 pub const ERROR_SXS_XML_E_UNCLOSEDCDATA: WIN32_ERROR = 14065u32;
18209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18210 pub const ERROR_SXS_XML_E_RESERVEDNAMESPACE: WIN32_ERROR = 14066u32;
18211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18212 pub const ERROR_SXS_XML_E_INVALIDENCODING: WIN32_ERROR = 14067u32;
18213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18214 pub const ERROR_SXS_XML_E_INVALIDSWITCH: WIN32_ERROR = 14068u32;
18215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18216 pub const ERROR_SXS_XML_E_BADXMLCASE: WIN32_ERROR = 14069u32;
18217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18218 pub const ERROR_SXS_XML_E_INVALID_STANDALONE: WIN32_ERROR = 14070u32;
18219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18220 pub const ERROR_SXS_XML_E_UNEXPECTED_STANDALONE: WIN32_ERROR = 14071u32;
18221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18222 pub const ERROR_SXS_XML_E_INVALID_VERSION: WIN32_ERROR = 14072u32;
18223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18224 pub const ERROR_SXS_XML_E_MISSINGEQUALS: WIN32_ERROR = 14073u32;
18225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18226 pub const ERROR_SXS_PROTECTION_RECOVERY_FAILED: WIN32_ERROR = 14074u32;
18227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18228 pub const ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT: WIN32_ERROR = 14075u32;
18229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18230 pub const ERROR_SXS_PROTECTION_CATALOG_NOT_VALID: WIN32_ERROR = 14076u32;
18231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18232 pub const ERROR_SXS_UNTRANSLATABLE_HRESULT: WIN32_ERROR = 14077u32;
18233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18234 pub const ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING: WIN32_ERROR = 14078u32;
18235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18236 pub const ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE: WIN32_ERROR = 14079u32;
18237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18238 pub const ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME: WIN32_ERROR = 14080u32;
18239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18240 pub const ERROR_SXS_ASSEMBLY_MISSING: WIN32_ERROR = 14081u32;
18241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18242 pub const ERROR_SXS_CORRUPT_ACTIVATION_STACK: WIN32_ERROR = 14082u32;
18243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18244 pub const ERROR_SXS_CORRUPTION: WIN32_ERROR = 14083u32;
18245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18246 pub const ERROR_SXS_EARLY_DEACTIVATION: WIN32_ERROR = 14084u32;
18247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18248 pub const ERROR_SXS_INVALID_DEACTIVATION: WIN32_ERROR = 14085u32;
18249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18250 pub const ERROR_SXS_MULTIPLE_DEACTIVATION: WIN32_ERROR = 14086u32;
18251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18252 pub const ERROR_SXS_PROCESS_TERMINATION_REQUESTED: WIN32_ERROR = 14087u32;
18253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18254 pub const ERROR_SXS_RELEASE_ACTIVATION_CONTEXT: WIN32_ERROR = 14088u32;
18255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18256 pub const ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY: WIN32_ERROR = 14089u32;
18257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18258 pub const ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE: WIN32_ERROR = 14090u32;
18259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18260 pub const ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME: WIN32_ERROR = 14091u32;
18261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18262 pub const ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE: WIN32_ERROR = 14092u32;
18263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18264 pub const ERROR_SXS_IDENTITY_PARSE_ERROR: WIN32_ERROR = 14093u32;
18265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18266 pub const ERROR_MALFORMED_SUBSTITUTION_STRING: WIN32_ERROR = 14094u32;
18267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18268 pub const ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN: WIN32_ERROR = 14095u32;
18269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18270 pub const ERROR_UNMAPPED_SUBSTITUTION_STRING: WIN32_ERROR = 14096u32;
18271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18272 pub const ERROR_SXS_ASSEMBLY_NOT_LOCKED: WIN32_ERROR = 14097u32;
18273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18274 pub const ERROR_SXS_COMPONENT_STORE_CORRUPT: WIN32_ERROR = 14098u32;
18275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18276 pub const ERROR_ADVANCED_INSTALLER_FAILED: WIN32_ERROR = 14099u32;
18277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18278 pub const ERROR_XML_ENCODING_MISMATCH: WIN32_ERROR = 14100u32;
18279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18280 pub const ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT: WIN32_ERROR = 14101u32;
18281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18282 pub const ERROR_SXS_IDENTITIES_DIFFERENT: WIN32_ERROR = 14102u32;
18283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18284 pub const ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT: WIN32_ERROR = 14103u32;
18285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18286 pub const ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY: WIN32_ERROR = 14104u32;
18287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18288 pub const ERROR_SXS_MANIFEST_TOO_BIG: WIN32_ERROR = 14105u32;
18289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18290 pub const ERROR_SXS_SETTING_NOT_REGISTERED: WIN32_ERROR = 14106u32;
18291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18292 pub const ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE: WIN32_ERROR = 14107u32;
18293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18294 pub const ERROR_SMI_PRIMITIVE_INSTALLER_FAILED: WIN32_ERROR = 14108u32;
18295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18296 pub const ERROR_GENERIC_COMMAND_FAILED: WIN32_ERROR = 14109u32;
18297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18298 pub const ERROR_SXS_FILE_HASH_MISSING: WIN32_ERROR = 14110u32;
18299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18300 pub const ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS: WIN32_ERROR = 14111u32;
18301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18302 pub const ERROR_EVT_INVALID_CHANNEL_PATH: WIN32_ERROR = 15000u32;
18303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18304 pub const ERROR_EVT_INVALID_QUERY: WIN32_ERROR = 15001u32;
18305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18306 pub const ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND: WIN32_ERROR = 15002u32;
18307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18308 pub const ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND: WIN32_ERROR = 15003u32;
18309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18310 pub const ERROR_EVT_INVALID_PUBLISHER_NAME: WIN32_ERROR = 15004u32;
18311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18312 pub const ERROR_EVT_INVALID_EVENT_DATA: WIN32_ERROR = 15005u32;
18313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18314 pub const ERROR_EVT_CHANNEL_NOT_FOUND: WIN32_ERROR = 15007u32;
18315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18316 pub const ERROR_EVT_MALFORMED_XML_TEXT: WIN32_ERROR = 15008u32;
18317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18318 pub const ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL: WIN32_ERROR = 15009u32;
18319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18320 pub const ERROR_EVT_CONFIGURATION_ERROR: WIN32_ERROR = 15010u32;
18321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18322 pub const ERROR_EVT_QUERY_RESULT_STALE: WIN32_ERROR = 15011u32;
18323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18324 pub const ERROR_EVT_QUERY_RESULT_INVALID_POSITION: WIN32_ERROR = 15012u32;
18325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18326 pub const ERROR_EVT_NON_VALIDATING_MSXML: WIN32_ERROR = 15013u32;
18327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18328 pub const ERROR_EVT_FILTER_ALREADYSCOPED: WIN32_ERROR = 15014u32;
18329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18330 pub const ERROR_EVT_FILTER_NOTELTSET: WIN32_ERROR = 15015u32;
18331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18332 pub const ERROR_EVT_FILTER_INVARG: WIN32_ERROR = 15016u32;
18333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18334 pub const ERROR_EVT_FILTER_INVTEST: WIN32_ERROR = 15017u32;
18335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18336 pub const ERROR_EVT_FILTER_INVTYPE: WIN32_ERROR = 15018u32;
18337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18338 pub const ERROR_EVT_FILTER_PARSEERR: WIN32_ERROR = 15019u32;
18339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18340 pub const ERROR_EVT_FILTER_UNSUPPORTEDOP: WIN32_ERROR = 15020u32;
18341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18342 pub const ERROR_EVT_FILTER_UNEXPECTEDTOKEN: WIN32_ERROR = 15021u32;
18343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18344 pub const ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL: WIN32_ERROR = 15022u32;
18345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18346 pub const ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE: WIN32_ERROR = 15023u32;
18347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18348 pub const ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE: WIN32_ERROR = 15024u32;
18349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18350 pub const ERROR_EVT_CHANNEL_CANNOT_ACTIVATE: WIN32_ERROR = 15025u32;
18351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18352 pub const ERROR_EVT_FILTER_TOO_COMPLEX: WIN32_ERROR = 15026u32;
18353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18354 pub const ERROR_EVT_MESSAGE_NOT_FOUND: WIN32_ERROR = 15027u32;
18355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18356 pub const ERROR_EVT_MESSAGE_ID_NOT_FOUND: WIN32_ERROR = 15028u32;
18357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18358 pub const ERROR_EVT_UNRESOLVED_VALUE_INSERT: WIN32_ERROR = 15029u32;
18359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18360 pub const ERROR_EVT_UNRESOLVED_PARAMETER_INSERT: WIN32_ERROR = 15030u32;
18361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18362 pub const ERROR_EVT_MAX_INSERTS_REACHED: WIN32_ERROR = 15031u32;
18363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18364 pub const ERROR_EVT_EVENT_DEFINITION_NOT_FOUND: WIN32_ERROR = 15032u32;
18365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18366 pub const ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND: WIN32_ERROR = 15033u32;
18367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18368 pub const ERROR_EVT_VERSION_TOO_OLD: WIN32_ERROR = 15034u32;
18369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18370 pub const ERROR_EVT_VERSION_TOO_NEW: WIN32_ERROR = 15035u32;
18371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18372 pub const ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY: WIN32_ERROR = 15036u32;
18373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18374 pub const ERROR_EVT_PUBLISHER_DISABLED: WIN32_ERROR = 15037u32;
18375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18376 pub const ERROR_EVT_FILTER_OUT_OF_RANGE: WIN32_ERROR = 15038u32;
18377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18378 pub const ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE: WIN32_ERROR = 15080u32;
18379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18380 pub const ERROR_EC_LOG_DISABLED: WIN32_ERROR = 15081u32;
18381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18382 pub const ERROR_EC_CIRCULAR_FORWARDING: WIN32_ERROR = 15082u32;
18383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18384 pub const ERROR_EC_CREDSTORE_FULL: WIN32_ERROR = 15083u32;
18385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18386 pub const ERROR_EC_CRED_NOT_FOUND: WIN32_ERROR = 15084u32;
18387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18388 pub const ERROR_EC_NO_ACTIVE_CHANNEL: WIN32_ERROR = 15085u32;
18389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18390 pub const ERROR_MUI_FILE_NOT_FOUND: WIN32_ERROR = 15100u32;
18391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18392 pub const ERROR_MUI_INVALID_FILE: WIN32_ERROR = 15101u32;
18393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18394 pub const ERROR_MUI_INVALID_RC_CONFIG: WIN32_ERROR = 15102u32;
18395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18396 pub const ERROR_MUI_INVALID_LOCALE_NAME: WIN32_ERROR = 15103u32;
18397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18398 pub const ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME: WIN32_ERROR = 15104u32;
18399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18400 pub const ERROR_MUI_FILE_NOT_LOADED: WIN32_ERROR = 15105u32;
18401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18402 pub const ERROR_RESOURCE_ENUM_USER_STOP: WIN32_ERROR = 15106u32;
18403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18404 pub const ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED: WIN32_ERROR = 15107u32;
18405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18406 pub const ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME: WIN32_ERROR = 15108u32;
18407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18408 pub const ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE: WIN32_ERROR = 15110u32;
18409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18410 pub const ERROR_MRM_INVALID_PRICONFIG: WIN32_ERROR = 15111u32;
18411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18412 pub const ERROR_MRM_INVALID_FILE_TYPE: WIN32_ERROR = 15112u32;
18413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18414 pub const ERROR_MRM_UNKNOWN_QUALIFIER: WIN32_ERROR = 15113u32;
18415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18416 pub const ERROR_MRM_INVALID_QUALIFIER_VALUE: WIN32_ERROR = 15114u32;
18417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18418 pub const ERROR_MRM_NO_CANDIDATE: WIN32_ERROR = 15115u32;
18419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18420 pub const ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE: WIN32_ERROR = 15116u32;
18421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18422 pub const ERROR_MRM_RESOURCE_TYPE_MISMATCH: WIN32_ERROR = 15117u32;
18423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18424 pub const ERROR_MRM_DUPLICATE_MAP_NAME: WIN32_ERROR = 15118u32;
18425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18426 pub const ERROR_MRM_DUPLICATE_ENTRY: WIN32_ERROR = 15119u32;
18427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18428 pub const ERROR_MRM_INVALID_RESOURCE_IDENTIFIER: WIN32_ERROR = 15120u32;
18429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18430 pub const ERROR_MRM_FILEPATH_TOO_LONG: WIN32_ERROR = 15121u32;
18431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18432 pub const ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE: WIN32_ERROR = 15122u32;
18433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18434 pub const ERROR_MRM_INVALID_PRI_FILE: WIN32_ERROR = 15126u32;
18435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18436 pub const ERROR_MRM_NAMED_RESOURCE_NOT_FOUND: WIN32_ERROR = 15127u32;
18437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18438 pub const ERROR_MRM_MAP_NOT_FOUND: WIN32_ERROR = 15135u32;
18439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18440 pub const ERROR_MRM_UNSUPPORTED_PROFILE_TYPE: WIN32_ERROR = 15136u32;
18441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18442 pub const ERROR_MRM_INVALID_QUALIFIER_OPERATOR: WIN32_ERROR = 15137u32;
18443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18444 pub const ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE: WIN32_ERROR = 15138u32;
18445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18446 pub const ERROR_MRM_AUTOMERGE_ENABLED: WIN32_ERROR = 15139u32;
18447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18448 pub const ERROR_MRM_TOO_MANY_RESOURCES: WIN32_ERROR = 15140u32;
18449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18450 pub const ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE: WIN32_ERROR = 15141u32;
18451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18452 pub const ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE: WIN32_ERROR = 15142u32;
18453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18454 pub const ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD: WIN32_ERROR = 15143u32;
18455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18456 pub const ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST: WIN32_ERROR = 15144u32;
18457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18458 pub const ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT: WIN32_ERROR = 15145u32;
18459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18460 pub const ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE: WIN32_ERROR = 15146u32;
18461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18462 pub const ERROR_MRM_GENERATION_COUNT_MISMATCH: WIN32_ERROR = 15147u32;
18463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18464 pub const ERROR_PRI_MERGE_VERSION_MISMATCH: WIN32_ERROR = 15148u32;
18465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18466 pub const ERROR_PRI_MERGE_MISSING_SCHEMA: WIN32_ERROR = 15149u32;
18467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18468 pub const ERROR_PRI_MERGE_LOAD_FILE_FAILED: WIN32_ERROR = 15150u32;
18469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18470 pub const ERROR_PRI_MERGE_ADD_FILE_FAILED: WIN32_ERROR = 15151u32;
18471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18472 pub const ERROR_PRI_MERGE_WRITE_FILE_FAILED: WIN32_ERROR = 15152u32;
18473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18474 pub const ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED: WIN32_ERROR = 15153u32;
18475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18476 pub const ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED: WIN32_ERROR = 15154u32;
18477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18478 pub const ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED: WIN32_ERROR = 15155u32;
18479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18480 pub const ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED: WIN32_ERROR = 15156u32;
18481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18482 pub const ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED: WIN32_ERROR = 15157u32;
18483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18484 pub const ERROR_PRI_MERGE_INVALID_FILE_NAME: WIN32_ERROR = 15158u32;
18485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18486 pub const ERROR_MRM_PACKAGE_NOT_FOUND: WIN32_ERROR = 15159u32;
18487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18488 pub const ERROR_MRM_MISSING_DEFAULT_LANGUAGE: WIN32_ERROR = 15160u32;
18489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18490 pub const ERROR_MCA_INVALID_CAPABILITIES_STRING: WIN32_ERROR = 15200u32;
18491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18492 pub const ERROR_MCA_INVALID_VCP_VERSION: WIN32_ERROR = 15201u32;
18493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18494 pub const ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION: WIN32_ERROR = 15202u32;
18495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18496 pub const ERROR_MCA_MCCS_VERSION_MISMATCH: WIN32_ERROR = 15203u32;
18497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18498 pub const ERROR_MCA_UNSUPPORTED_MCCS_VERSION: WIN32_ERROR = 15204u32;
18499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18500 pub const ERROR_MCA_INTERNAL_ERROR: WIN32_ERROR = 15205u32;
18501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18502 pub const ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED: WIN32_ERROR = 15206u32;
18503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18504 pub const ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE: WIN32_ERROR = 15207u32;
18505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18506 pub const ERROR_AMBIGUOUS_SYSTEM_DEVICE: WIN32_ERROR = 15250u32;
18507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18508 pub const ERROR_SYSTEM_DEVICE_NOT_FOUND: WIN32_ERROR = 15299u32;
18509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18510 pub const ERROR_HASH_NOT_SUPPORTED: WIN32_ERROR = 15300u32;
18511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18512 pub const ERROR_HASH_NOT_PRESENT: WIN32_ERROR = 15301u32;
18513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18514 pub const ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED: WIN32_ERROR = 15321u32;
18515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18516 pub const ERROR_GPIO_CLIENT_INFORMATION_INVALID: WIN32_ERROR = 15322u32;
18517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18518 pub const ERROR_GPIO_VERSION_NOT_SUPPORTED: WIN32_ERROR = 15323u32;
18519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18520 pub const ERROR_GPIO_INVALID_REGISTRATION_PACKET: WIN32_ERROR = 15324u32;
18521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18522 pub const ERROR_GPIO_OPERATION_DENIED: WIN32_ERROR = 15325u32;
18523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18524 pub const ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE: WIN32_ERROR = 15326u32;
18525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18526 pub const ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED: WIN32_ERROR = 15327u32;
18527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18528 pub const ERROR_CANNOT_SWITCH_RUNLEVEL: WIN32_ERROR = 15400u32;
18529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18530 pub const ERROR_INVALID_RUNLEVEL_SETTING: WIN32_ERROR = 15401u32;
18531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18532 pub const ERROR_RUNLEVEL_SWITCH_TIMEOUT: WIN32_ERROR = 15402u32;
18533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18534 pub const ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT: WIN32_ERROR = 15403u32;
18535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18536 pub const ERROR_RUNLEVEL_SWITCH_IN_PROGRESS: WIN32_ERROR = 15404u32;
18537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18538 pub const ERROR_SERVICES_FAILED_AUTOSTART: WIN32_ERROR = 15405u32;
18539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18540 pub const ERROR_COM_TASK_STOP_PENDING: WIN32_ERROR = 15501u32;
18541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18542 pub const ERROR_INSTALL_OPEN_PACKAGE_FAILED: WIN32_ERROR = 15600u32;
18543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18544 pub const ERROR_INSTALL_PACKAGE_NOT_FOUND: WIN32_ERROR = 15601u32;
18545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18546 pub const ERROR_INSTALL_INVALID_PACKAGE: WIN32_ERROR = 15602u32;
18547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18548 pub const ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED: WIN32_ERROR = 15603u32;
18549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18550 pub const ERROR_INSTALL_OUT_OF_DISK_SPACE: WIN32_ERROR = 15604u32;
18551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18552 pub const ERROR_INSTALL_NETWORK_FAILURE: WIN32_ERROR = 15605u32;
18553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18554 pub const ERROR_INSTALL_REGISTRATION_FAILURE: WIN32_ERROR = 15606u32;
18555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18556 pub const ERROR_INSTALL_DEREGISTRATION_FAILURE: WIN32_ERROR = 15607u32;
18557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18558 pub const ERROR_INSTALL_CANCEL: WIN32_ERROR = 15608u32;
18559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18560 pub const ERROR_INSTALL_FAILED: WIN32_ERROR = 15609u32;
18561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18562 pub const ERROR_REMOVE_FAILED: WIN32_ERROR = 15610u32;
18563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18564 pub const ERROR_PACKAGE_ALREADY_EXISTS: WIN32_ERROR = 15611u32;
18565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18566 pub const ERROR_NEEDS_REMEDIATION: WIN32_ERROR = 15612u32;
18567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18568 pub const ERROR_INSTALL_PREREQUISITE_FAILED: WIN32_ERROR = 15613u32;
18569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18570 pub const ERROR_PACKAGE_REPOSITORY_CORRUPTED: WIN32_ERROR = 15614u32;
18571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18572 pub const ERROR_INSTALL_POLICY_FAILURE: WIN32_ERROR = 15615u32;
18573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18574 pub const ERROR_PACKAGE_UPDATING: WIN32_ERROR = 15616u32;
18575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18576 pub const ERROR_DEPLOYMENT_BLOCKED_BY_POLICY: WIN32_ERROR = 15617u32;
18577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18578 pub const ERROR_PACKAGES_IN_USE: WIN32_ERROR = 15618u32;
18579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18580 pub const ERROR_RECOVERY_FILE_CORRUPT: WIN32_ERROR = 15619u32;
18581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18582 pub const ERROR_INVALID_STAGED_SIGNATURE: WIN32_ERROR = 15620u32;
18583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18584 pub const ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED: WIN32_ERROR = 15621u32;
18585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18586 pub const ERROR_INSTALL_PACKAGE_DOWNGRADE: WIN32_ERROR = 15622u32;
18587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18588 pub const ERROR_SYSTEM_NEEDS_REMEDIATION: WIN32_ERROR = 15623u32;
18589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18590 pub const ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN: WIN32_ERROR = 15624u32;
18591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18592 pub const ERROR_RESILIENCY_FILE_CORRUPT: WIN32_ERROR = 15625u32;
18593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18594 pub const ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING: WIN32_ERROR = 15626u32;
18595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18596 pub const ERROR_PACKAGE_MOVE_FAILED: WIN32_ERROR = 15627u32;
18597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18598 pub const ERROR_INSTALL_VOLUME_NOT_EMPTY: WIN32_ERROR = 15628u32;
18599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18600 pub const ERROR_INSTALL_VOLUME_OFFLINE: WIN32_ERROR = 15629u32;
18601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18602 pub const ERROR_INSTALL_VOLUME_CORRUPT: WIN32_ERROR = 15630u32;
18603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18604 pub const ERROR_NEEDS_REGISTRATION: WIN32_ERROR = 15631u32;
18605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18606 pub const ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE: WIN32_ERROR = 15632u32;
18607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18608 pub const ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED: WIN32_ERROR = 15633u32;
18609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18610 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE: WIN32_ERROR = 15634u32;
18611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18612 pub const ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM: WIN32_ERROR = 15635u32;
18613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18614 pub const ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING: WIN32_ERROR = 15636u32;
18615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18616 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE: WIN32_ERROR = 15637u32;
18617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18618 pub const ERROR_PACKAGE_STAGING_ONHOLD: WIN32_ERROR = 15638u32;
18619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18620 pub const ERROR_INSTALL_INVALID_RELATED_SET_UPDATE: WIN32_ERROR = 15639u32;
18621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18622 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY: WIN32_ERROR = 15640u32;
18623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18624 pub const ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF: WIN32_ERROR = 15641u32;
18625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18626 pub const ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED: WIN32_ERROR = 15642u32;
18627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18628 pub const ERROR_PACKAGES_REPUTATION_CHECK_FAILED: WIN32_ERROR = 15643u32;
18629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18630 pub const ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT: WIN32_ERROR = 15644u32;
18631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18632 pub const ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED: WIN32_ERROR = 15645u32;
18633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18634 pub const ERROR_APPINSTALLER_ACTIVATION_BLOCKED: WIN32_ERROR = 15646u32;
18635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18636 pub const ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED: WIN32_ERROR = 15647u32;
18637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18638 pub const ERROR_APPX_RAW_DATA_WRITE_FAILED: WIN32_ERROR = 15648u32;
18639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18640 pub const ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE: WIN32_ERROR = 15649u32;
18641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18642 pub const ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE: WIN32_ERROR = 15650u32;
18643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18644 pub const ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY: WIN32_ERROR = 15651u32;
18645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18646 pub const ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY: WIN32_ERROR = 15652u32;
18647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18648 pub const ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER: WIN32_ERROR = 15653u32;
18649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18650 pub const ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED: WIN32_ERROR = 15654u32;
18651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18652 pub const ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE: WIN32_ERROR = 15655u32;
18653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18654 pub const ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES: WIN32_ERROR = 15656u32;
18655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18656 pub const ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED: WIN32_ERROR = 15657u32;
18657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18658 pub const ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST: WIN32_ERROR = 15658u32;
18659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18660 pub const ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT: WIN32_ERROR = 15659u32;
18661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18662 pub const ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE: WIN32_ERROR = 15660u32;
18663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18664 pub const ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE: WIN32_ERROR = 15661u32;
18665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18666 pub const ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED: WIN32_ERROR = 15662u32;
18667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18668 pub const ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY: WIN32_ERROR = 15663u32;
18669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18670 pub const ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS: WIN32_ERROR = 15664u32;
18671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18672 pub const ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED: WIN32_ERROR = 15665u32;
18673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18674 pub const ERROR_MACHINE_SCOPE_NOT_ALLOWED: WIN32_ERROR = 15666u32;
18675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18676 pub const ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED: WIN32_ERROR = 15667u32;
18677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18678 pub const ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE: WIN32_ERROR = 15668u32;
18679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18680 pub const ERROR_PACKAGE_NOT_REGISTERED_FOR_USER: WIN32_ERROR = 15669u32;
18681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18682 pub const ERROR_STATE_LOAD_STORE_FAILED: WIN32_ERROR = 15800u32;
18683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18684 pub const ERROR_STATE_GET_VERSION_FAILED: WIN32_ERROR = 15801u32;
18685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18686 pub const ERROR_STATE_SET_VERSION_FAILED: WIN32_ERROR = 15802u32;
18687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18688 pub const ERROR_STATE_STRUCTURED_RESET_FAILED: WIN32_ERROR = 15803u32;
18689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18690 pub const ERROR_STATE_OPEN_CONTAINER_FAILED: WIN32_ERROR = 15804u32;
18691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18692 pub const ERROR_STATE_CREATE_CONTAINER_FAILED: WIN32_ERROR = 15805u32;
18693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18694 pub const ERROR_STATE_DELETE_CONTAINER_FAILED: WIN32_ERROR = 15806u32;
18695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18696 pub const ERROR_STATE_READ_SETTING_FAILED: WIN32_ERROR = 15807u32;
18697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18698 pub const ERROR_STATE_WRITE_SETTING_FAILED: WIN32_ERROR = 15808u32;
18699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18700 pub const ERROR_STATE_DELETE_SETTING_FAILED: WIN32_ERROR = 15809u32;
18701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18702 pub const ERROR_STATE_QUERY_SETTING_FAILED: WIN32_ERROR = 15810u32;
18703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18704 pub const ERROR_STATE_READ_COMPOSITE_SETTING_FAILED: WIN32_ERROR = 15811u32;
18705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18706 pub const ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED: WIN32_ERROR = 15812u32;
18707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18708 pub const ERROR_STATE_ENUMERATE_CONTAINER_FAILED: WIN32_ERROR = 15813u32;
18709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18710 pub const ERROR_STATE_ENUMERATE_SETTINGS_FAILED: WIN32_ERROR = 15814u32;
18711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18712 pub const ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15815u32;
18713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18714 pub const ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15816u32;
18715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18716 pub const ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15817u32;
18717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18718 pub const ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15818u32;
18719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18720 pub const ERROR_API_UNAVAILABLE: WIN32_ERROR = 15841u32;
18721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18722 pub const ERROR_NDIS_INTERFACE_CLOSING: WIN32_ERROR = 2150891522u32;
18723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18724 pub const ERROR_NDIS_BAD_VERSION: WIN32_ERROR = 2150891524u32;
18725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18726 pub const ERROR_NDIS_BAD_CHARACTERISTICS: WIN32_ERROR = 2150891525u32;
18727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18728 pub const ERROR_NDIS_ADAPTER_NOT_FOUND: WIN32_ERROR = 2150891526u32;
18729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18730 pub const ERROR_NDIS_OPEN_FAILED: WIN32_ERROR = 2150891527u32;
18731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18732 pub const ERROR_NDIS_DEVICE_FAILED: WIN32_ERROR = 2150891528u32;
18733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18734 pub const ERROR_NDIS_MULTICAST_FULL: WIN32_ERROR = 2150891529u32;
18735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18736 pub const ERROR_NDIS_MULTICAST_EXISTS: WIN32_ERROR = 2150891530u32;
18737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18738 pub const ERROR_NDIS_MULTICAST_NOT_FOUND: WIN32_ERROR = 2150891531u32;
18739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18740 pub const ERROR_NDIS_REQUEST_ABORTED: WIN32_ERROR = 2150891532u32;
18741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18742 pub const ERROR_NDIS_RESET_IN_PROGRESS: WIN32_ERROR = 2150891533u32;
18743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18744 pub const ERROR_NDIS_NOT_SUPPORTED: WIN32_ERROR = 2150891707u32;
18745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18746 pub const ERROR_NDIS_INVALID_PACKET: WIN32_ERROR = 2150891535u32;
18747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18748 pub const ERROR_NDIS_ADAPTER_NOT_READY: WIN32_ERROR = 2150891537u32;
18749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18750 pub const ERROR_NDIS_INVALID_LENGTH: WIN32_ERROR = 2150891540u32;
18751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18752 pub const ERROR_NDIS_INVALID_DATA: WIN32_ERROR = 2150891541u32;
18753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18754 pub const ERROR_NDIS_BUFFER_TOO_SHORT: WIN32_ERROR = 2150891542u32;
18755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18756 pub const ERROR_NDIS_INVALID_OID: WIN32_ERROR = 2150891543u32;
18757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18758 pub const ERROR_NDIS_ADAPTER_REMOVED: WIN32_ERROR = 2150891544u32;
18759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18760 pub const ERROR_NDIS_UNSUPPORTED_MEDIA: WIN32_ERROR = 2150891545u32;
18761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18762 pub const ERROR_NDIS_GROUP_ADDRESS_IN_USE: WIN32_ERROR = 2150891546u32;
18763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18764 pub const ERROR_NDIS_FILE_NOT_FOUND: WIN32_ERROR = 2150891547u32;
18765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18766 pub const ERROR_NDIS_ERROR_READING_FILE: WIN32_ERROR = 2150891548u32;
18767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18768 pub const ERROR_NDIS_ALREADY_MAPPED: WIN32_ERROR = 2150891549u32;
18769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18770 pub const ERROR_NDIS_RESOURCE_CONFLICT: WIN32_ERROR = 2150891550u32;
18771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18772 pub const ERROR_NDIS_MEDIA_DISCONNECTED: WIN32_ERROR = 2150891551u32;
18773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18774 pub const ERROR_NDIS_INVALID_ADDRESS: WIN32_ERROR = 2150891554u32;
18775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18776 pub const ERROR_NDIS_INVALID_DEVICE_REQUEST: WIN32_ERROR = 2150891536u32;
18777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18778 pub const ERROR_NDIS_PAUSED: WIN32_ERROR = 2150891562u32;
18779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18780 pub const ERROR_NDIS_INTERFACE_NOT_FOUND: WIN32_ERROR = 2150891563u32;
18781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18782 pub const ERROR_NDIS_UNSUPPORTED_REVISION: WIN32_ERROR = 2150891564u32;
18783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18784 pub const ERROR_NDIS_INVALID_PORT: WIN32_ERROR = 2150891565u32;
18785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18786 pub const ERROR_NDIS_INVALID_PORT_STATE: WIN32_ERROR = 2150891566u32;
18787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18788 pub const ERROR_NDIS_LOW_POWER_STATE: WIN32_ERROR = 2150891567u32;
18789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18790 pub const ERROR_NDIS_REINIT_REQUIRED: WIN32_ERROR = 2150891568u32;
18791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18792 pub const ERROR_NDIS_NO_QUEUES: WIN32_ERROR = 2150891569u32;
18793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18794 pub const ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED: WIN32_ERROR = 2150899712u32;
18795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18796 pub const ERROR_NDIS_DOT11_MEDIA_IN_USE: WIN32_ERROR = 2150899713u32;
18797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18798 pub const ERROR_NDIS_DOT11_POWER_STATE_INVALID: WIN32_ERROR = 2150899714u32;
18799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18800 pub const ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL: WIN32_ERROR = 2150899715u32;
18801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18802 pub const ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL: WIN32_ERROR = 2150899716u32;
18803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18804 pub const ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE: WIN32_ERROR = 2150899717u32;
18805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18806 pub const ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE: WIN32_ERROR = 2150899718u32;
18807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18808 pub const ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED: WIN32_ERROR = 2150899719u32;
18809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18810 pub const ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED: WIN32_ERROR = 2150899720u32;
18811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18812 pub const ERROR_NDIS_INDICATION_REQUIRED: WIN32_ERROR = 3407873u32;
18813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18814 pub const ERROR_NDIS_OFFLOAD_POLICY: WIN32_ERROR = 3224637455u32;
18815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18816 pub const ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED: WIN32_ERROR = 3224637458u32;
18817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18818 pub const ERROR_NDIS_OFFLOAD_PATH_REJECTED: WIN32_ERROR = 3224637459u32;
18819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18820 pub const ERROR_HV_INVALID_HYPERCALL_CODE: WIN32_ERROR = 3224698882u32;
18821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18822 pub const ERROR_HV_INVALID_HYPERCALL_INPUT: WIN32_ERROR = 3224698883u32;
18823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18824 pub const ERROR_HV_INVALID_ALIGNMENT: WIN32_ERROR = 3224698884u32;
18825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18826 pub const ERROR_HV_INVALID_PARAMETER: WIN32_ERROR = 3224698885u32;
18827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18828 pub const ERROR_HV_ACCESS_DENIED: WIN32_ERROR = 3224698886u32;
18829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18830 pub const ERROR_HV_INVALID_PARTITION_STATE: WIN32_ERROR = 3224698887u32;
18831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18832 pub const ERROR_HV_OPERATION_DENIED: WIN32_ERROR = 3224698888u32;
18833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18834 pub const ERROR_HV_UNKNOWN_PROPERTY: WIN32_ERROR = 3224698889u32;
18835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18836 pub const ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE: WIN32_ERROR = 3224698890u32;
18837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18838 pub const ERROR_HV_INSUFFICIENT_MEMORY: WIN32_ERROR = 3224698891u32;
18839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18840 pub const ERROR_HV_PARTITION_TOO_DEEP: WIN32_ERROR = 3224698892u32;
18841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18842 pub const ERROR_HV_INVALID_PARTITION_ID: WIN32_ERROR = 3224698893u32;
18843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18844 pub const ERROR_HV_INVALID_VP_INDEX: WIN32_ERROR = 3224698894u32;
18845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18846 pub const ERROR_HV_INVALID_PORT_ID: WIN32_ERROR = 3224698897u32;
18847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18848 pub const ERROR_HV_INVALID_CONNECTION_ID: WIN32_ERROR = 3224698898u32;
18849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18850 pub const ERROR_HV_INSUFFICIENT_BUFFERS: WIN32_ERROR = 3224698899u32;
18851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18852 pub const ERROR_HV_NOT_ACKNOWLEDGED: WIN32_ERROR = 3224698900u32;
18853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18854 pub const ERROR_HV_INVALID_VP_STATE: WIN32_ERROR = 3224698901u32;
18855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18856 pub const ERROR_HV_ACKNOWLEDGED: WIN32_ERROR = 3224698902u32;
18857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18858 pub const ERROR_HV_INVALID_SAVE_RESTORE_STATE: WIN32_ERROR = 3224698903u32;
18859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18860 pub const ERROR_HV_INVALID_SYNIC_STATE: WIN32_ERROR = 3224698904u32;
18861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18862 pub const ERROR_HV_OBJECT_IN_USE: WIN32_ERROR = 3224698905u32;
18863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18864 pub const ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO: WIN32_ERROR = 3224698906u32;
18865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18866 pub const ERROR_HV_NO_DATA: WIN32_ERROR = 3224698907u32;
18867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18868 pub const ERROR_HV_INACTIVE: WIN32_ERROR = 3224698908u32;
18869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18870 pub const ERROR_HV_NO_RESOURCES: WIN32_ERROR = 3224698909u32;
18871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18872 pub const ERROR_HV_FEATURE_UNAVAILABLE: WIN32_ERROR = 3224698910u32;
18873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18874 pub const ERROR_HV_INSUFFICIENT_BUFFER: WIN32_ERROR = 3224698931u32;
18875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18876 pub const ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS: WIN32_ERROR = 3224698936u32;
18877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18878 pub const ERROR_HV_CPUID_FEATURE_VALIDATION: WIN32_ERROR = 3224698940u32;
18879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18880 pub const ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION: WIN32_ERROR = 3224698941u32;
18881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18882 pub const ERROR_HV_PROCESSOR_STARTUP_TIMEOUT: WIN32_ERROR = 3224698942u32;
18883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18884 pub const ERROR_HV_SMX_ENABLED: WIN32_ERROR = 3224698943u32;
18885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18886 pub const ERROR_HV_INVALID_LP_INDEX: WIN32_ERROR = 3224698945u32;
18887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18888 pub const ERROR_HV_INVALID_REGISTER_VALUE: WIN32_ERROR = 3224698960u32;
18889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18890 pub const ERROR_HV_INVALID_VTL_STATE: WIN32_ERROR = 3224698961u32;
18891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18892 pub const ERROR_HV_NX_NOT_DETECTED: WIN32_ERROR = 3224698965u32;
18893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18894 pub const ERROR_HV_INVALID_DEVICE_ID: WIN32_ERROR = 3224698967u32;
18895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18896 pub const ERROR_HV_INVALID_DEVICE_STATE: WIN32_ERROR = 3224698968u32;
18897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18898 pub const ERROR_HV_PENDING_PAGE_REQUESTS: WIN32_ERROR = 3473497u32;
18899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18900 pub const ERROR_HV_PAGE_REQUEST_INVALID: WIN32_ERROR = 3224698976u32;
18901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18902 pub const ERROR_HV_INVALID_CPU_GROUP_ID: WIN32_ERROR = 3224698991u32;
18903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18904 pub const ERROR_HV_INVALID_CPU_GROUP_STATE: WIN32_ERROR = 3224698992u32;
18905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18906 pub const ERROR_HV_OPERATION_FAILED: WIN32_ERROR = 3224698993u32;
18907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18908 pub const ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE: WIN32_ERROR = 3224698994u32;
18909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18910 pub const ERROR_HV_INSUFFICIENT_ROOT_MEMORY: WIN32_ERROR = 3224698995u32;
18911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18912 pub const ERROR_HV_EVENT_BUFFER_ALREADY_FREED: WIN32_ERROR = 3224698996u32;
18913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18914 pub const ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY: WIN32_ERROR = 3224698997u32;
18915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18916 pub const ERROR_HV_DEVICE_NOT_IN_DOMAIN: WIN32_ERROR = 3224698998u32;
18917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18918 pub const ERROR_HV_NESTED_VM_EXIT: WIN32_ERROR = 3224698999u32;
18919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18920 pub const ERROR_HV_MSR_ACCESS_FAILED: WIN32_ERROR = 3224699008u32;
18921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18922 pub const ERROR_HV_NOT_PRESENT: WIN32_ERROR = 3224702976u32;
18923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18924 pub const ERROR_VID_DUPLICATE_HANDLER: WIN32_ERROR = 3224829953u32;
18925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18926 pub const ERROR_VID_TOO_MANY_HANDLERS: WIN32_ERROR = 3224829954u32;
18927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18928 pub const ERROR_VID_QUEUE_FULL: WIN32_ERROR = 3224829955u32;
18929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18930 pub const ERROR_VID_HANDLER_NOT_PRESENT: WIN32_ERROR = 3224829956u32;
18931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18932 pub const ERROR_VID_INVALID_OBJECT_NAME: WIN32_ERROR = 3224829957u32;
18933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18934 pub const ERROR_VID_PARTITION_NAME_TOO_LONG: WIN32_ERROR = 3224829958u32;
18935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18936 pub const ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG: WIN32_ERROR = 3224829959u32;
18937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18938 pub const ERROR_VID_PARTITION_ALREADY_EXISTS: WIN32_ERROR = 3224829960u32;
18939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18940 pub const ERROR_VID_PARTITION_DOES_NOT_EXIST: WIN32_ERROR = 3224829961u32;
18941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18942 pub const ERROR_VID_PARTITION_NAME_NOT_FOUND: WIN32_ERROR = 3224829962u32;
18943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18944 pub const ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS: WIN32_ERROR = 3224829963u32;
18945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18946 pub const ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT: WIN32_ERROR = 3224829964u32;
18947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18948 pub const ERROR_VID_MB_STILL_REFERENCED: WIN32_ERROR = 3224829965u32;
18949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18950 pub const ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED: WIN32_ERROR = 3224829966u32;
18951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18952 pub const ERROR_VID_INVALID_NUMA_SETTINGS: WIN32_ERROR = 3224829967u32;
18953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18954 pub const ERROR_VID_INVALID_NUMA_NODE_INDEX: WIN32_ERROR = 3224829968u32;
18955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18956 pub const ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED: WIN32_ERROR = 3224829969u32;
18957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18958 pub const ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE: WIN32_ERROR = 3224829970u32;
18959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18960 pub const ERROR_VID_PAGE_RANGE_OVERFLOW: WIN32_ERROR = 3224829971u32;
18961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18962 pub const ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE: WIN32_ERROR = 3224829972u32;
18963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18964 pub const ERROR_VID_INVALID_GPA_RANGE_HANDLE: WIN32_ERROR = 3224829973u32;
18965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18966 pub const ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE: WIN32_ERROR = 3224829974u32;
18967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18968 pub const ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED: WIN32_ERROR = 3224829975u32;
18969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18970 pub const ERROR_VID_INVALID_PPM_HANDLE: WIN32_ERROR = 3224829976u32;
18971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18972 pub const ERROR_VID_MBPS_ARE_LOCKED: WIN32_ERROR = 3224829977u32;
18973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18974 pub const ERROR_VID_MESSAGE_QUEUE_CLOSED: WIN32_ERROR = 3224829978u32;
18975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18976 pub const ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED: WIN32_ERROR = 3224829979u32;
18977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18978 pub const ERROR_VID_STOP_PENDING: WIN32_ERROR = 3224829980u32;
18979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18980 pub const ERROR_VID_INVALID_PROCESSOR_STATE: WIN32_ERROR = 3224829981u32;
18981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18982 pub const ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT: WIN32_ERROR = 3224829982u32;
18983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18984 pub const ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED: WIN32_ERROR = 3224829983u32;
18985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18986 pub const ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET: WIN32_ERROR = 3224829984u32;
18987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18988 pub const ERROR_VID_MMIO_RANGE_DESTROYED: WIN32_ERROR = 3224829985u32;
18989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18990 pub const ERROR_VID_INVALID_CHILD_GPA_PAGE_SET: WIN32_ERROR = 3224829986u32;
18991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18992 pub const ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED: WIN32_ERROR = 3224829987u32;
18993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18994 pub const ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL: WIN32_ERROR = 3224829988u32;
18995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18996 pub const ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE: WIN32_ERROR = 3224829989u32;
18997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18998 pub const ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT: WIN32_ERROR = 3224829990u32;
18999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19000 pub const ERROR_VID_SAVED_STATE_CORRUPT: WIN32_ERROR = 3224829991u32;
19001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19002 pub const ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM: WIN32_ERROR = 3224829992u32;
19003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19004 pub const ERROR_VID_SAVED_STATE_INCOMPATIBLE: WIN32_ERROR = 3224829993u32;
19005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19006 pub const ERROR_VID_VTL_ACCESS_DENIED: WIN32_ERROR = 3224829994u32;
19007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19008 pub const ERROR_VMCOMPUTE_TERMINATED_DURING_START: WIN32_ERROR = 3224830208u32;
19009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19010 pub const ERROR_VMCOMPUTE_IMAGE_MISMATCH: WIN32_ERROR = 3224830209u32;
19011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19012 pub const ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED: WIN32_ERROR = 3224830210u32;
19013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19014 pub const ERROR_VMCOMPUTE_OPERATION_PENDING: WIN32_ERROR = 3224830211u32;
19015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19016 pub const ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS: WIN32_ERROR = 3224830212u32;
19017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19018 pub const ERROR_VMCOMPUTE_INVALID_STATE: WIN32_ERROR = 3224830213u32;
19019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19020 pub const ERROR_VMCOMPUTE_UNEXPECTED_EXIT: WIN32_ERROR = 3224830214u32;
19021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19022 pub const ERROR_VMCOMPUTE_TERMINATED: WIN32_ERROR = 3224830215u32;
19023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19024 pub const ERROR_VMCOMPUTE_CONNECT_FAILED: WIN32_ERROR = 3224830216u32;
19025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19026 pub const ERROR_VMCOMPUTE_TIMEOUT: WIN32_ERROR = 3224830217u32;
19027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19028 pub const ERROR_VMCOMPUTE_CONNECTION_CLOSED: WIN32_ERROR = 3224830218u32;
19029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19030 pub const ERROR_VMCOMPUTE_UNKNOWN_MESSAGE: WIN32_ERROR = 3224830219u32;
19031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19032 pub const ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION: WIN32_ERROR = 3224830220u32;
19033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19034 pub const ERROR_VMCOMPUTE_INVALID_JSON: WIN32_ERROR = 3224830221u32;
19035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19036 pub const ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND: WIN32_ERROR = 3224830222u32;
19037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19038 pub const ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS: WIN32_ERROR = 3224830223u32;
19039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19040 pub const ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED: WIN32_ERROR = 3224830224u32;
19041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19042 pub const ERROR_VMCOMPUTE_PROTOCOL_ERROR: WIN32_ERROR = 3224830225u32;
19043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19044 pub const ERROR_VMCOMPUTE_INVALID_LAYER: WIN32_ERROR = 3224830226u32;
19045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19046 pub const ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED: WIN32_ERROR = 3224830227u32;
19047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19048 pub const ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND: WIN32_ERROR = 3224830464u32;
19049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19050 pub const ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED: WIN32_ERROR = 2151088129u32;
19051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19052 pub const ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND: WIN32_ERROR = 3224830976u32;
19053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19054 pub const ERROR_VSMB_SAVED_STATE_CORRUPT: WIN32_ERROR = 3224830977u32;
19055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19056 pub const ERROR_VOLMGR_INCOMPLETE_REGENERATION: WIN32_ERROR = 2151153665u32;
19057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19058 pub const ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION: WIN32_ERROR = 2151153666u32;
19059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19060 pub const ERROR_VOLMGR_DATABASE_FULL: WIN32_ERROR = 3224895489u32;
19061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19062 pub const ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED: WIN32_ERROR = 3224895490u32;
19063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19064 pub const ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC: WIN32_ERROR = 3224895491u32;
19065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19066 pub const ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED: WIN32_ERROR = 3224895492u32;
19067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19068 pub const ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME: WIN32_ERROR = 3224895493u32;
19069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19070 pub const ERROR_VOLMGR_DISK_DUPLICATE: WIN32_ERROR = 3224895494u32;
19071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19072 pub const ERROR_VOLMGR_DISK_DYNAMIC: WIN32_ERROR = 3224895495u32;
19073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19074 pub const ERROR_VOLMGR_DISK_ID_INVALID: WIN32_ERROR = 3224895496u32;
19075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19076 pub const ERROR_VOLMGR_DISK_INVALID: WIN32_ERROR = 3224895497u32;
19077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19078 pub const ERROR_VOLMGR_DISK_LAST_VOTER: WIN32_ERROR = 3224895498u32;
19079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19080 pub const ERROR_VOLMGR_DISK_LAYOUT_INVALID: WIN32_ERROR = 3224895499u32;
19081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19082 pub const ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS: WIN32_ERROR = 3224895500u32;
19083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19084 pub const ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED: WIN32_ERROR = 3224895501u32;
19085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19086 pub const ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL: WIN32_ERROR = 3224895502u32;
19087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19088 pub const ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS: WIN32_ERROR = 3224895503u32;
19089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19090 pub const ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS: WIN32_ERROR = 3224895504u32;
19091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19092 pub const ERROR_VOLMGR_DISK_MISSING: WIN32_ERROR = 3224895505u32;
19093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19094 pub const ERROR_VOLMGR_DISK_NOT_EMPTY: WIN32_ERROR = 3224895506u32;
19095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19096 pub const ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE: WIN32_ERROR = 3224895507u32;
19097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19098 pub const ERROR_VOLMGR_DISK_REVECTORING_FAILED: WIN32_ERROR = 3224895508u32;
19099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19100 pub const ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID: WIN32_ERROR = 3224895509u32;
19101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19102 pub const ERROR_VOLMGR_DISK_SET_NOT_CONTAINED: WIN32_ERROR = 3224895510u32;
19103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19104 pub const ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS: WIN32_ERROR = 3224895511u32;
19105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19106 pub const ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES: WIN32_ERROR = 3224895512u32;
19107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19108 pub const ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED: WIN32_ERROR = 3224895513u32;
19109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19110 pub const ERROR_VOLMGR_EXTENT_ALREADY_USED: WIN32_ERROR = 3224895514u32;
19111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19112 pub const ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS: WIN32_ERROR = 3224895515u32;
19113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19114 pub const ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION: WIN32_ERROR = 3224895516u32;
19115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19116 pub const ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED: WIN32_ERROR = 3224895517u32;
19117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19118 pub const ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION: WIN32_ERROR = 3224895518u32;
19119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19120 pub const ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH: WIN32_ERROR = 3224895519u32;
19121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19122 pub const ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED: WIN32_ERROR = 3224895520u32;
19123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19124 pub const ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID: WIN32_ERROR = 3224895521u32;
19125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19126 pub const ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS: WIN32_ERROR = 3224895522u32;
19127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19128 pub const ERROR_VOLMGR_MEMBER_IN_SYNC: WIN32_ERROR = 3224895523u32;
19129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19130 pub const ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE: WIN32_ERROR = 3224895524u32;
19131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19132 pub const ERROR_VOLMGR_MEMBER_INDEX_INVALID: WIN32_ERROR = 3224895525u32;
19133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19134 pub const ERROR_VOLMGR_MEMBER_MISSING: WIN32_ERROR = 3224895526u32;
19135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19136 pub const ERROR_VOLMGR_MEMBER_NOT_DETACHED: WIN32_ERROR = 3224895527u32;
19137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19138 pub const ERROR_VOLMGR_MEMBER_REGENERATING: WIN32_ERROR = 3224895528u32;
19139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19140 pub const ERROR_VOLMGR_ALL_DISKS_FAILED: WIN32_ERROR = 3224895529u32;
19141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19142 pub const ERROR_VOLMGR_NO_REGISTERED_USERS: WIN32_ERROR = 3224895530u32;
19143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19144 pub const ERROR_VOLMGR_NO_SUCH_USER: WIN32_ERROR = 3224895531u32;
19145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19146 pub const ERROR_VOLMGR_NOTIFICATION_RESET: WIN32_ERROR = 3224895532u32;
19147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19148 pub const ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID: WIN32_ERROR = 3224895533u32;
19149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19150 pub const ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID: WIN32_ERROR = 3224895534u32;
19151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19152 pub const ERROR_VOLMGR_PACK_DUPLICATE: WIN32_ERROR = 3224895535u32;
19153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19154 pub const ERROR_VOLMGR_PACK_ID_INVALID: WIN32_ERROR = 3224895536u32;
19155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19156 pub const ERROR_VOLMGR_PACK_INVALID: WIN32_ERROR = 3224895537u32;
19157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19158 pub const ERROR_VOLMGR_PACK_NAME_INVALID: WIN32_ERROR = 3224895538u32;
19159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19160 pub const ERROR_VOLMGR_PACK_OFFLINE: WIN32_ERROR = 3224895539u32;
19161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19162 pub const ERROR_VOLMGR_PACK_HAS_QUORUM: WIN32_ERROR = 3224895540u32;
19163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19164 pub const ERROR_VOLMGR_PACK_WITHOUT_QUORUM: WIN32_ERROR = 3224895541u32;
19165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19166 pub const ERROR_VOLMGR_PARTITION_STYLE_INVALID: WIN32_ERROR = 3224895542u32;
19167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19168 pub const ERROR_VOLMGR_PARTITION_UPDATE_FAILED: WIN32_ERROR = 3224895543u32;
19169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19170 pub const ERROR_VOLMGR_PLEX_IN_SYNC: WIN32_ERROR = 3224895544u32;
19171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19172 pub const ERROR_VOLMGR_PLEX_INDEX_DUPLICATE: WIN32_ERROR = 3224895545u32;
19173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19174 pub const ERROR_VOLMGR_PLEX_INDEX_INVALID: WIN32_ERROR = 3224895546u32;
19175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19176 pub const ERROR_VOLMGR_PLEX_LAST_ACTIVE: WIN32_ERROR = 3224895547u32;
19177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19178 pub const ERROR_VOLMGR_PLEX_MISSING: WIN32_ERROR = 3224895548u32;
19179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19180 pub const ERROR_VOLMGR_PLEX_REGENERATING: WIN32_ERROR = 3224895549u32;
19181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19182 pub const ERROR_VOLMGR_PLEX_TYPE_INVALID: WIN32_ERROR = 3224895550u32;
19183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19184 pub const ERROR_VOLMGR_PLEX_NOT_RAID5: WIN32_ERROR = 3224895551u32;
19185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19186 pub const ERROR_VOLMGR_PLEX_NOT_SIMPLE: WIN32_ERROR = 3224895552u32;
19187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19188 pub const ERROR_VOLMGR_STRUCTURE_SIZE_INVALID: WIN32_ERROR = 3224895553u32;
19189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19190 pub const ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS: WIN32_ERROR = 3224895554u32;
19191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19192 pub const ERROR_VOLMGR_TRANSACTION_IN_PROGRESS: WIN32_ERROR = 3224895555u32;
19193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19194 pub const ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE: WIN32_ERROR = 3224895556u32;
19195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19196 pub const ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK: WIN32_ERROR = 3224895557u32;
19197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19198 pub const ERROR_VOLMGR_VOLUME_ID_INVALID: WIN32_ERROR = 3224895558u32;
19199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19200 pub const ERROR_VOLMGR_VOLUME_LENGTH_INVALID: WIN32_ERROR = 3224895559u32;
19201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19202 pub const ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE: WIN32_ERROR = 3224895560u32;
19203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19204 pub const ERROR_VOLMGR_VOLUME_NOT_MIRRORED: WIN32_ERROR = 3224895561u32;
19205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19206 pub const ERROR_VOLMGR_VOLUME_NOT_RETAINED: WIN32_ERROR = 3224895562u32;
19207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19208 pub const ERROR_VOLMGR_VOLUME_OFFLINE: WIN32_ERROR = 3224895563u32;
19209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19210 pub const ERROR_VOLMGR_VOLUME_RETAINED: WIN32_ERROR = 3224895564u32;
19211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19212 pub const ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID: WIN32_ERROR = 3224895565u32;
19213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19214 pub const ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE: WIN32_ERROR = 3224895566u32;
19215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19216 pub const ERROR_VOLMGR_BAD_BOOT_DISK: WIN32_ERROR = 3224895567u32;
19217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19218 pub const ERROR_VOLMGR_PACK_CONFIG_OFFLINE: WIN32_ERROR = 3224895568u32;
19219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19220 pub const ERROR_VOLMGR_PACK_CONFIG_ONLINE: WIN32_ERROR = 3224895569u32;
19221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19222 pub const ERROR_VOLMGR_NOT_PRIMARY_PACK: WIN32_ERROR = 3224895570u32;
19223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19224 pub const ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED: WIN32_ERROR = 3224895571u32;
19225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19226 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID: WIN32_ERROR = 3224895572u32;
19227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19228 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID: WIN32_ERROR = 3224895573u32;
19229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19230 pub const ERROR_VOLMGR_VOLUME_MIRRORED: WIN32_ERROR = 3224895574u32;
19231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19232 pub const ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED: WIN32_ERROR = 3224895575u32;
19233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19234 pub const ERROR_VOLMGR_NO_VALID_LOG_COPIES: WIN32_ERROR = 3224895576u32;
19235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19236 pub const ERROR_VOLMGR_PRIMARY_PACK_PRESENT: WIN32_ERROR = 3224895577u32;
19237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19238 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID: WIN32_ERROR = 3224895578u32;
19239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19240 pub const ERROR_VOLMGR_MIRROR_NOT_SUPPORTED: WIN32_ERROR = 3224895579u32;
19241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19242 pub const ERROR_VOLMGR_RAID5_NOT_SUPPORTED: WIN32_ERROR = 3224895580u32;
19243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19244 pub const ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED: WIN32_ERROR = 2151219201u32;
19245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19246 pub const ERROR_BCD_TOO_MANY_ELEMENTS: WIN32_ERROR = 3224961026u32;
19247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19248 pub const ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED: WIN32_ERROR = 2151219203u32;
19249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19250 pub const ERROR_VHD_DRIVE_FOOTER_MISSING: WIN32_ERROR = 3225026561u32;
19251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19252 pub const ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH: WIN32_ERROR = 3225026562u32;
19253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19254 pub const ERROR_VHD_DRIVE_FOOTER_CORRUPT: WIN32_ERROR = 3225026563u32;
19255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19256 pub const ERROR_VHD_FORMAT_UNKNOWN: WIN32_ERROR = 3225026564u32;
19257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19258 pub const ERROR_VHD_FORMAT_UNSUPPORTED_VERSION: WIN32_ERROR = 3225026565u32;
19259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19260 pub const ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH: WIN32_ERROR = 3225026566u32;
19261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19262 pub const ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION: WIN32_ERROR = 3225026567u32;
19263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19264 pub const ERROR_VHD_SPARSE_HEADER_CORRUPT: WIN32_ERROR = 3225026568u32;
19265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19266 pub const ERROR_VHD_BLOCK_ALLOCATION_FAILURE: WIN32_ERROR = 3225026569u32;
19267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19268 pub const ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT: WIN32_ERROR = 3225026570u32;
19269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19270 pub const ERROR_VHD_INVALID_BLOCK_SIZE: WIN32_ERROR = 3225026571u32;
19271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19272 pub const ERROR_VHD_BITMAP_MISMATCH: WIN32_ERROR = 3225026572u32;
19273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19274 pub const ERROR_VHD_PARENT_VHD_NOT_FOUND: WIN32_ERROR = 3225026573u32;
19275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19276 pub const ERROR_VHD_CHILD_PARENT_ID_MISMATCH: WIN32_ERROR = 3225026574u32;
19277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19278 pub const ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH: WIN32_ERROR = 3225026575u32;
19279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19280 pub const ERROR_VHD_METADATA_READ_FAILURE: WIN32_ERROR = 3225026576u32;
19281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19282 pub const ERROR_VHD_METADATA_WRITE_FAILURE: WIN32_ERROR = 3225026577u32;
19283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19284 pub const ERROR_VHD_INVALID_SIZE: WIN32_ERROR = 3225026578u32;
19285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19286 pub const ERROR_VHD_INVALID_FILE_SIZE: WIN32_ERROR = 3225026579u32;
19287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19288 pub const ERROR_VIRTDISK_PROVIDER_NOT_FOUND: WIN32_ERROR = 3225026580u32;
19289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19290 pub const ERROR_VIRTDISK_NOT_VIRTUAL_DISK: WIN32_ERROR = 3225026581u32;
19291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19292 pub const ERROR_VHD_PARENT_VHD_ACCESS_DENIED: WIN32_ERROR = 3225026582u32;
19293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19294 pub const ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH: WIN32_ERROR = 3225026583u32;
19295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19296 pub const ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED: WIN32_ERROR = 3225026584u32;
19297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19298 pub const ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT: WIN32_ERROR = 3225026585u32;
19299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19300 pub const ERROR_VIRTUAL_DISK_LIMITATION: WIN32_ERROR = 3225026586u32;
19301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19302 pub const ERROR_VHD_INVALID_TYPE: WIN32_ERROR = 3225026587u32;
19303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19304 pub const ERROR_VHD_INVALID_STATE: WIN32_ERROR = 3225026588u32;
19305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19306 pub const ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE: WIN32_ERROR = 3225026589u32;
19307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19308 pub const ERROR_VIRTDISK_DISK_ALREADY_OWNED: WIN32_ERROR = 3225026590u32;
19309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19310 pub const ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE: WIN32_ERROR = 3225026591u32;
19311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19312 pub const ERROR_CTLOG_TRACKING_NOT_INITIALIZED: WIN32_ERROR = 3225026592u32;
19313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19314 pub const ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE: WIN32_ERROR = 3225026593u32;
19315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19316 pub const ERROR_CTLOG_VHD_CHANGED_OFFLINE: WIN32_ERROR = 3225026594u32;
19317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19318 pub const ERROR_CTLOG_INVALID_TRACKING_STATE: WIN32_ERROR = 3225026595u32;
19319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19320 pub const ERROR_CTLOG_INCONSISTENT_TRACKING_FILE: WIN32_ERROR = 3225026596u32;
19321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19322 pub const ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA: WIN32_ERROR = 3225026597u32;
19323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19324 pub const ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE: WIN32_ERROR = 3225026598u32;
19325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19326 pub const ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE: WIN32_ERROR = 3225026599u32;
19327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19328 pub const ERROR_VHD_METADATA_FULL: WIN32_ERROR = 3225026600u32;
19329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19330 pub const ERROR_VHD_INVALID_CHANGE_TRACKING_ID: WIN32_ERROR = 3225026601u32;
19331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19332 pub const ERROR_VHD_CHANGE_TRACKING_DISABLED: WIN32_ERROR = 3225026602u32;
19333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19334 pub const ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION: WIN32_ERROR = 3225026608u32;
19335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19336 pub const ERROR_QUERY_STORAGE_ERROR: WIN32_ERROR = 2151284737u32;
19337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19338 pub const WINCODEC_ERR_ALREADYLOCKED: ::windows_sys::core::HRESULT = -2003292403i32;
19339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19340 pub const WINCODEC_ERR_BADHEADER: ::windows_sys::core::HRESULT = -2003292319i32;
19341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19342 pub const WINCODEC_ERR_BADIMAGE: ::windows_sys::core::HRESULT = -2003292320i32;
19343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19344 pub const WINCODEC_ERR_BADMETADATAHEADER: ::windows_sys::core::HRESULT = -2003292317i32;
19345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19346 pub const WINCODEC_ERR_BADSTREAMDATA: ::windows_sys::core::HRESULT = -2003292304i32;
19347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19348 pub const WINCODEC_ERR_CODECNOTHUMBNAIL: ::windows_sys::core::HRESULT = -2003292348i32;
19349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19350 pub const WINCODEC_ERR_CODECPRESENT: ::windows_sys::core::HRESULT = -2003292349i32;
19351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19352 pub const WINCODEC_ERR_CODECTOOMANYSCANLINES: ::windows_sys::core::HRESULT = -2003292346i32;
19353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19354 pub const WINCODEC_ERR_COMPONENTINITIALIZEFAILURE: ::windows_sys::core::HRESULT = -2003292277i32;
19355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19356 pub const WINCODEC_ERR_COMPONENTNOTFOUND: ::windows_sys::core::HRESULT = -2003292336i32;
19357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19358 pub const WINCODEC_ERR_DUPLICATEMETADATAPRESENT: ::windows_sys::core::HRESULT = -2003292275i32;
19359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19360 pub const WINCODEC_ERR_FRAMEMISSING: ::windows_sys::core::HRESULT = -2003292318i32;
19361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19362 pub const WINCODEC_ERR_IMAGESIZEOUTOFRANGE: ::windows_sys::core::HRESULT = -2003292335i32;
19363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19364 pub const WINCODEC_ERR_INSUFFICIENTBUFFER: ::windows_sys::core::HRESULT = -2003292276i32;
19365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19366 pub const WINCODEC_ERR_INTERNALERROR: ::windows_sys::core::HRESULT = -2003292344i32;
19367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19368 pub const WINCODEC_ERR_INVALIDJPEGSCANINDEX: ::windows_sys::core::HRESULT = -2003292266i32;
19369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19370 pub const WINCODEC_ERR_INVALIDPROGRESSIVELEVEL: ::windows_sys::core::HRESULT = -2003292267i32;
19371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19372 pub const WINCODEC_ERR_INVALIDQUERYCHARACTER: ::windows_sys::core::HRESULT = -2003292269i32;
19373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19374 pub const WINCODEC_ERR_INVALIDQUERYREQUEST: ::windows_sys::core::HRESULT = -2003292272i32;
19375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19376 pub const WINCODEC_ERR_INVALIDREGISTRATION: ::windows_sys::core::HRESULT = -2003292278i32;
19377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19378 pub const WINCODEC_ERR_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2003292404i32;
19379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19380 pub const WINCODEC_ERR_PALETTEUNAVAILABLE: ::windows_sys::core::HRESULT = -2003292347i32;
19381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19382 pub const WINCODEC_ERR_PROPERTYNOTFOUND: ::windows_sys::core::HRESULT = -2003292352i32;
19383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19384 pub const WINCODEC_ERR_PROPERTYNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003292351i32;
19385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19386 pub const WINCODEC_ERR_PROPERTYSIZE: ::windows_sys::core::HRESULT = -2003292350i32;
19387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19388 pub const WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE: ::windows_sys::core::HRESULT = -2003292274i32;
19389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19390 pub const WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT: ::windows_sys::core::HRESULT = -2003292270i32;
19391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19392 pub const WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS: ::windows_sys::core::HRESULT = -2003292343i32;
19393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19394 pub const WINCODEC_ERR_STREAMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2003292301i32;
19395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19396 pub const WINCODEC_ERR_STREAMREAD: ::windows_sys::core::HRESULT = -2003292302i32;
19397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19398 pub const WINCODEC_ERR_STREAMWRITE: ::windows_sys::core::HRESULT = -2003292303i32;
19399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19400 pub const WINCODEC_ERR_TOOMUCHMETADATA: ::windows_sys::core::HRESULT = -2003292334i32;
19401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19402 pub const WINCODEC_ERR_UNEXPECTEDMETADATATYPE: ::windows_sys::core::HRESULT = -2003292271i32;
19403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19404 pub const WINCODEC_ERR_UNEXPECTEDSIZE: ::windows_sys::core::HRESULT = -2003292273i32;
19405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19406 pub const WINCODEC_ERR_UNKNOWNIMAGEFORMAT: ::windows_sys::core::HRESULT = -2003292409i32;
19407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19408 pub const WINCODEC_ERR_UNSUPPORTEDOPERATION: ::windows_sys::core::HRESULT = -2003292287i32;
19409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19410 pub const WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT: ::windows_sys::core::HRESULT = -2003292288i32;
19411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19412 pub const WINCODEC_ERR_UNSUPPORTEDVERSION: ::windows_sys::core::HRESULT = -2003292405i32;
19413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19414 pub const WINCODEC_ERR_VALUEOUTOFRANGE: ::windows_sys::core::HRESULT = -2003292411i32;
19415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19416 pub const WINCODEC_ERR_WIN32ERROR: ::windows_sys::core::HRESULT = -2003292268i32;
19417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19418 pub const WINCODEC_ERR_WRONGSTATE: ::windows_sys::core::HRESULT = -2003292412i32;
19419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19420 pub const WININET_E_ASYNC_THREAD_FAILED: ::windows_sys::core::HRESULT = -2147012849i32;
19421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19422 pub const WININET_E_BAD_AUTO_PROXY_SCRIPT: ::windows_sys::core::HRESULT = -2147012730i32;
19423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19424 pub const WININET_E_BAD_OPTION_LENGTH: ::windows_sys::core::HRESULT = -2147012886i32;
19425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19426 pub const WININET_E_BAD_REGISTRY_PARAMETER: ::windows_sys::core::HRESULT = -2147012874i32;
19427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19428 pub const WININET_E_CANNOT_CONNECT: ::windows_sys::core::HRESULT = -2147012867i32;
19429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19430 pub const WININET_E_CHG_POST_IS_NON_SECURE: ::windows_sys::core::HRESULT = -2147012854i32;
19431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19432 pub const WININET_E_CLIENT_AUTH_CERT_NEEDED: ::windows_sys::core::HRESULT = -2147012852i32;
19433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19434 pub const WININET_E_CLIENT_AUTH_NOT_SETUP: ::windows_sys::core::HRESULT = -2147012850i32;
19435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19436 pub const WININET_E_CONNECTION_ABORTED: ::windows_sys::core::HRESULT = -2147012866i32;
19437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19438 pub const WININET_E_CONNECTION_RESET: ::windows_sys::core::HRESULT = -2147012865i32;
19439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19440 pub const WININET_E_COOKIE_DECLINED: ::windows_sys::core::HRESULT = -2147012734i32;
19441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19442 pub const WININET_E_COOKIE_NEEDS_CONFIRMATION: ::windows_sys::core::HRESULT = -2147012735i32;
19443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19444 pub const WININET_E_DECODING_FAILED: ::windows_sys::core::HRESULT = -2147012721i32;
19445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19446 pub const WININET_E_DIALOG_PENDING: ::windows_sys::core::HRESULT = -2147012847i32;
19447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19448 pub const WININET_E_DISCONNECTED: ::windows_sys::core::HRESULT = -2147012733i32;
19449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19450 pub const WININET_E_DOWNLEVEL_SERVER: ::windows_sys::core::HRESULT = -2147012745i32;
19451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19452 pub const WININET_E_EXTENDED_ERROR: ::windows_sys::core::HRESULT = -2147012893i32;
19453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19454 pub const WININET_E_FAILED_DUETOSECURITYCHECK: ::windows_sys::core::HRESULT = -2147012725i32;
19455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19456 pub const WININET_E_FORCE_RETRY: ::windows_sys::core::HRESULT = -2147012864i32;
19457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19458 pub const WININET_E_HANDLE_EXISTS: ::windows_sys::core::HRESULT = -2147012860i32;
19459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19460 pub const WININET_E_HEADER_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2147012741i32;
19461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19462 pub const WININET_E_HEADER_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012746i32;
19463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19464 pub const WININET_E_HTTPS_HTTP_SUBMIT_REDIR: ::windows_sys::core::HRESULT = -2147012844i32;
19465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19466 pub const WININET_E_HTTPS_TO_HTTP_ON_REDIR: ::windows_sys::core::HRESULT = -2147012856i32;
19467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19468 pub const WININET_E_HTTP_TO_HTTPS_ON_REDIR: ::windows_sys::core::HRESULT = -2147012857i32;
19469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19470 pub const WININET_E_INCORRECT_FORMAT: ::windows_sys::core::HRESULT = -2147012869i32;
19471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19472 pub const WININET_E_INCORRECT_HANDLE_STATE: ::windows_sys::core::HRESULT = -2147012877i32;
19473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19474 pub const WININET_E_INCORRECT_HANDLE_TYPE: ::windows_sys::core::HRESULT = -2147012878i32;
19475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19476 pub const WININET_E_INCORRECT_PASSWORD: ::windows_sys::core::HRESULT = -2147012882i32;
19477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19478 pub const WININET_E_INCORRECT_USER_NAME: ::windows_sys::core::HRESULT = -2147012883i32;
19479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19480 pub const WININET_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2147012892i32;
19481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19482 pub const WININET_E_INVALID_CA: ::windows_sys::core::HRESULT = -2147012851i32;
19483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19484 pub const WININET_E_INVALID_HEADER: ::windows_sys::core::HRESULT = -2147012743i32;
19485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19486 pub const WININET_E_INVALID_OPERATION: ::windows_sys::core::HRESULT = -2147012880i32;
19487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19488 pub const WININET_E_INVALID_OPTION: ::windows_sys::core::HRESULT = -2147012887i32;
19489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19490 pub const WININET_E_INVALID_PROXY_REQUEST: ::windows_sys::core::HRESULT = -2147012863i32;
19491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19492 pub const WININET_E_INVALID_QUERY_REQUEST: ::windows_sys::core::HRESULT = -2147012742i32;
19493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19494 pub const WININET_E_INVALID_SERVER_RESPONSE: ::windows_sys::core::HRESULT = -2147012744i32;
19495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19496 pub const WININET_E_INVALID_URL: ::windows_sys::core::HRESULT = -2147012891i32;
19497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19498 pub const WININET_E_ITEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012868i32;
19499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19500 pub const WININET_E_LOGIN_FAILURE: ::windows_sys::core::HRESULT = -2147012881i32;
19501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19502 pub const WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY: ::windows_sys::core::HRESULT = -2147012722i32;
19503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19504 pub const WININET_E_MIXED_SECURITY: ::windows_sys::core::HRESULT = -2147012855i32;
19505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19506 pub const WININET_E_NAME_NOT_RESOLVED: ::windows_sys::core::HRESULT = -2147012889i32;
19507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19508 pub const WININET_E_NEED_UI: ::windows_sys::core::HRESULT = -2147012862i32;
19509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19510 pub const WININET_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2147012724i32;
19511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19512 pub const WININET_E_NOT_PROXY_REQUEST: ::windows_sys::core::HRESULT = -2147012876i32;
19513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19514 pub const WININET_E_NOT_REDIRECTED: ::windows_sys::core::HRESULT = -2147012736i32;
19515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19516 pub const WININET_E_NO_CALLBACK: ::windows_sys::core::HRESULT = -2147012871i32;
19517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19518 pub const WININET_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2147012872i32;
19519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19520 pub const WININET_E_NO_DIRECT_ACCESS: ::windows_sys::core::HRESULT = -2147012873i32;
19521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19522 pub const WININET_E_NO_NEW_CONTAINERS: ::windows_sys::core::HRESULT = -2147012845i32;
19523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19524 pub const WININET_E_OPERATION_CANCELLED: ::windows_sys::core::HRESULT = -2147012879i32;
19525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19526 pub const WININET_E_OPTION_NOT_SETTABLE: ::windows_sys::core::HRESULT = -2147012885i32;
19527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19528 pub const WININET_E_OUT_OF_HANDLES: ::windows_sys::core::HRESULT = -2147012895i32;
19529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19530 pub const WININET_E_POST_IS_NON_SECURE: ::windows_sys::core::HRESULT = -2147012853i32;
19531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19532 pub const WININET_E_PROTOCOL_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012888i32;
19533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19534 pub const WININET_E_PROXY_SERVER_UNREACHABLE: ::windows_sys::core::HRESULT = -2147012731i32;
19535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19536 pub const WININET_E_REDIRECT_FAILED: ::windows_sys::core::HRESULT = -2147012740i32;
19537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19538 pub const WININET_E_REDIRECT_NEEDS_CONFIRMATION: ::windows_sys::core::HRESULT = -2147012728i32;
19539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19540 pub const WININET_E_REDIRECT_SCHEME_CHANGE: ::windows_sys::core::HRESULT = -2147012848i32;
19541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19542 pub const WININET_E_REGISTRY_VALUE_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012875i32;
19543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19544 pub const WININET_E_REQUEST_PENDING: ::windows_sys::core::HRESULT = -2147012870i32;
19545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19546 pub const WININET_E_RETRY_DIALOG: ::windows_sys::core::HRESULT = -2147012846i32;
19547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19548 pub const WININET_E_SECURITY_CHANNEL_ERROR: ::windows_sys::core::HRESULT = -2147012739i32;
19549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19550 pub const WININET_E_SEC_CERT_CN_INVALID: ::windows_sys::core::HRESULT = -2147012858i32;
19551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19552 pub const WININET_E_SEC_CERT_DATE_INVALID: ::windows_sys::core::HRESULT = -2147012859i32;
19553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19554 pub const WININET_E_SEC_CERT_ERRORS: ::windows_sys::core::HRESULT = -2147012841i32;
19555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19556 pub const WININET_E_SEC_CERT_REVOKED: ::windows_sys::core::HRESULT = -2147012726i32;
19557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19558 pub const WININET_E_SEC_CERT_REV_FAILED: ::windows_sys::core::HRESULT = -2147012839i32;
19559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19560 pub const WININET_E_SEC_INVALID_CERT: ::windows_sys::core::HRESULT = -2147012727i32;
19561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19562 pub const WININET_E_SERVER_UNREACHABLE: ::windows_sys::core::HRESULT = -2147012732i32;
19563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19564 pub const WININET_E_SHUTDOWN: ::windows_sys::core::HRESULT = -2147012884i32;
19565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19566 pub const WININET_E_TCPIP_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147012737i32;
19567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19568 pub const WININET_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147012894i32;
19569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19570 pub const WININET_E_UNABLE_TO_CACHE_FILE: ::windows_sys::core::HRESULT = -2147012738i32;
19571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19572 pub const WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT: ::windows_sys::core::HRESULT = -2147012729i32;
19573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19574 pub const WININET_E_UNRECOGNIZED_SCHEME: ::windows_sys::core::HRESULT = -2147012890i32;
19575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19576 pub const WINML_ERR_INVALID_BINDING: ::windows_sys::core::HRESULT = -2003828734i32;
19577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19578 pub const WINML_ERR_INVALID_DEVICE: ::windows_sys::core::HRESULT = -2003828735i32;
19579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19580 pub const WINML_ERR_SIZE_MISMATCH: ::windows_sys::core::HRESULT = -2003828732i32;
19581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19582 pub const WINML_ERR_VALUE_NOTFOUND: ::windows_sys::core::HRESULT = -2003828733i32;
19583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19584 pub const WINVER: u32 = 1280u32;
19585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19586 pub const WINVER_MAXVER: u32 = 2560u32;
19587 pub type WPARAM = usize;
19588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19589 pub const WPN_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143420137i32;
19590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19591 pub const WPN_E_ALL_URL_NOT_COMPLETED: ::windows_sys::core::HRESULT = -2143419901i32;
19592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19593 pub const WPN_E_CALLBACK_ALREADY_REGISTERED: ::windows_sys::core::HRESULT = -2143419898i32;
19594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19595 pub const WPN_E_CHANNEL_CLOSED: ::windows_sys::core::HRESULT = -2143420160i32;
19596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19597 pub const WPN_E_CHANNEL_REQUEST_NOT_COMPLETE: ::windows_sys::core::HRESULT = -2143420159i32;
19598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19599 pub const WPN_E_CLOUD_AUTH_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420134i32;
19600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19601 pub const WPN_E_CLOUD_DISABLED: ::windows_sys::core::HRESULT = -2143420151i32;
19602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19603 pub const WPN_E_CLOUD_DISABLED_FOR_APP: ::windows_sys::core::HRESULT = -2143419893i32;
19604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19605 pub const WPN_E_CLOUD_INCAPABLE: ::windows_sys::core::HRESULT = -2143420144i32;
19606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19607 pub const WPN_E_CLOUD_SERVICE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420133i32;
19608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19609 pub const WPN_E_DEV_ID_SIZE: ::windows_sys::core::HRESULT = -2143420128i32;
19610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19611 pub const WPN_E_DUPLICATE_CHANNEL: ::windows_sys::core::HRESULT = -2143420156i32;
19612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19613 pub const WPN_E_DUPLICATE_REGISTRATION: ::windows_sys::core::HRESULT = -2143420136i32;
19614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19615 pub const WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION: ::windows_sys::core::HRESULT = -2143420132i32;
19616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19617 pub const WPN_E_GROUP_ALPHANUMERIC: ::windows_sys::core::HRESULT = -2143419894i32;
19618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19619 pub const WPN_E_GROUP_SIZE: ::windows_sys::core::HRESULT = -2143419895i32;
19620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19621 pub const WPN_E_IMAGE_NOT_FOUND_IN_CACHE: ::windows_sys::core::HRESULT = -2143419902i32;
19622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19623 pub const WPN_E_INTERNET_INCAPABLE: ::windows_sys::core::HRESULT = -2143420141i32;
19624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19625 pub const WPN_E_INVALID_APP: ::windows_sys::core::HRESULT = -2143420158i32;
19626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19627 pub const WPN_E_INVALID_CLOUD_IMAGE: ::windows_sys::core::HRESULT = -2143419900i32;
19628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19629 pub const WPN_E_INVALID_HTTP_STATUS_CODE: ::windows_sys::core::HRESULT = -2143420117i32;
19630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19631 pub const WPN_E_NOTIFICATION_DISABLED: ::windows_sys::core::HRESULT = -2143420143i32;
19632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19633 pub const WPN_E_NOTIFICATION_HIDDEN: ::windows_sys::core::HRESULT = -2143420153i32;
19634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19635 pub const WPN_E_NOTIFICATION_ID_MATCHED: ::windows_sys::core::HRESULT = -2143419899i32;
19636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19637 pub const WPN_E_NOTIFICATION_INCAPABLE: ::windows_sys::core::HRESULT = -2143420142i32;
19638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19639 pub const WPN_E_NOTIFICATION_NOT_POSTED: ::windows_sys::core::HRESULT = -2143420152i32;
19640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19641 pub const WPN_E_NOTIFICATION_POSTED: ::windows_sys::core::HRESULT = -2143420154i32;
19642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19643 pub const WPN_E_NOTIFICATION_SIZE: ::windows_sys::core::HRESULT = -2143420139i32;
19644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19645 pub const WPN_E_NOTIFICATION_TYPE_DISABLED: ::windows_sys::core::HRESULT = -2143420140i32;
19646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19647 pub const WPN_E_OUTSTANDING_CHANNEL_REQUEST: ::windows_sys::core::HRESULT = -2143420157i32;
19648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19649 pub const WPN_E_OUT_OF_SESSION: ::windows_sys::core::HRESULT = -2143419904i32;
19650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19651 pub const WPN_E_PLATFORM_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420155i32;
19652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19653 pub const WPN_E_POWER_SAVE: ::windows_sys::core::HRESULT = -2143419903i32;
19654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19655 pub const WPN_E_PUSH_NOTIFICATION_INCAPABLE: ::windows_sys::core::HRESULT = -2143420135i32;
19656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19657 pub const WPN_E_STORAGE_LOCKED: ::windows_sys::core::HRESULT = -2143419896i32;
19658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19659 pub const WPN_E_TAG_ALPHANUMERIC: ::windows_sys::core::HRESULT = -2143420118i32;
19660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19661 pub const WPN_E_TAG_SIZE: ::windows_sys::core::HRESULT = -2143420138i32;
19662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19663 pub const WPN_E_TOAST_NOTIFICATION_DROPPED: ::windows_sys::core::HRESULT = -2143419897i32;
19664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19665 pub const WS_E_ADDRESS_IN_USE: ::windows_sys::core::HRESULT = -2143485941i32;
19666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19667 pub const WS_E_ADDRESS_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143485940i32;
19668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19669 pub const WS_E_ENDPOINT_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143485947i32;
19670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19671 pub const WS_E_ENDPOINT_ACTION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143485935i32;
19672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19673 pub const WS_E_ENDPOINT_DISCONNECTED: ::windows_sys::core::HRESULT = -2143485932i32;
19674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19675 pub const WS_E_ENDPOINT_FAILURE: ::windows_sys::core::HRESULT = -2143485937i32;
19676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19677 pub const WS_E_ENDPOINT_FAULT_RECEIVED: ::windows_sys::core::HRESULT = -2143485933i32;
19678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19679 pub const WS_E_ENDPOINT_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143485938i32;
19680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19681 pub const WS_E_ENDPOINT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143485939i32;
19682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19683 pub const WS_E_ENDPOINT_TOO_BUSY: ::windows_sys::core::HRESULT = -2143485934i32;
19684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19685 pub const WS_E_ENDPOINT_UNREACHABLE: ::windows_sys::core::HRESULT = -2143485936i32;
19686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19687 pub const WS_E_INVALID_ENDPOINT_URL: ::windows_sys::core::HRESULT = -2143485920i32;
19688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19689 pub const WS_E_INVALID_FORMAT: ::windows_sys::core::HRESULT = -2143485952i32;
19690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19691 pub const WS_E_INVALID_OPERATION: ::windows_sys::core::HRESULT = -2143485949i32;
19692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19693 pub const WS_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143485929i32;
19694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19695 pub const WS_E_NO_TRANSLATION_AVAILABLE: ::windows_sys::core::HRESULT = -2143485943i32;
19696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19697 pub const WS_E_NUMERIC_OVERFLOW: ::windows_sys::core::HRESULT = -2143485950i32;
19698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19699 pub const WS_E_OBJECT_FAULTED: ::windows_sys::core::HRESULT = -2143485951i32;
19700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19701 pub const WS_E_OPERATION_ABANDONED: ::windows_sys::core::HRESULT = -2143485945i32;
19702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19703 pub const WS_E_OPERATION_ABORTED: ::windows_sys::core::HRESULT = -2143485948i32;
19704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19705 pub const WS_E_OPERATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2143485946i32;
19706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19707 pub const WS_E_OTHER: ::windows_sys::core::HRESULT = -2143485919i32;
19708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19709 pub const WS_E_PROXY_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143485930i32;
19710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19711 pub const WS_E_PROXY_FAILURE: ::windows_sys::core::HRESULT = -2143485931i32;
19712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19713 pub const WS_E_PROXY_REQUIRES_BASIC_AUTH: ::windows_sys::core::HRESULT = -2143485928i32;
19714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19715 pub const WS_E_PROXY_REQUIRES_DIGEST_AUTH: ::windows_sys::core::HRESULT = -2143485927i32;
19716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19717 pub const WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH: ::windows_sys::core::HRESULT = -2143485925i32;
19718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19719 pub const WS_E_PROXY_REQUIRES_NTLM_AUTH: ::windows_sys::core::HRESULT = -2143485926i32;
19720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19721 pub const WS_E_QUOTA_EXCEEDED: ::windows_sys::core::HRESULT = -2143485944i32;
19722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19723 pub const WS_E_SECURITY_SYSTEM_FAILURE: ::windows_sys::core::HRESULT = -2143485917i32;
19724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19725 pub const WS_E_SECURITY_TOKEN_EXPIRED: ::windows_sys::core::HRESULT = -2143485918i32;
19726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19727 pub const WS_E_SECURITY_VERIFICATION_FAILURE: ::windows_sys::core::HRESULT = -2143485942i32;
19728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19729 pub const WS_E_SERVER_REQUIRES_BASIC_AUTH: ::windows_sys::core::HRESULT = -2143485924i32;
19730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19731 pub const WS_E_SERVER_REQUIRES_DIGEST_AUTH: ::windows_sys::core::HRESULT = -2143485923i32;
19732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19733 pub const WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH: ::windows_sys::core::HRESULT = -2143485921i32;
19734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19735 pub const WS_E_SERVER_REQUIRES_NTLM_AUTH: ::windows_sys::core::HRESULT = -2143485922i32;
19736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19737 pub const WS_S_ASYNC: ::windows_sys::core::HRESULT = 3997696i32;
19738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19739 pub const WS_S_END: ::windows_sys::core::HRESULT = 3997697i32;
19740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19741 pub const XACT_E_ABORTED: ::windows_sys::core::HRESULT = -2147168231i32;
19742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19743 pub const XACT_E_ABORTING: ::windows_sys::core::HRESULT = -2147168215i32;
19744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19745 pub const XACT_E_ALREADYINPROGRESS: ::windows_sys::core::HRESULT = -2147168232i32;
19746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19747 pub const XACT_E_ALREADYOTHERSINGLEPHASE: ::windows_sys::core::HRESULT = -2147168256i32;
19748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19749 pub const XACT_E_CANTRETAIN: ::windows_sys::core::HRESULT = -2147168255i32;
19750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19751 pub const XACT_E_CLERKEXISTS: ::windows_sys::core::HRESULT = -2147168127i32;
19752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19753 pub const XACT_E_CLERKNOTFOUND: ::windows_sys::core::HRESULT = -2147168128i32;
19754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19755 pub const XACT_E_COMMITFAILED: ::windows_sys::core::HRESULT = -2147168254i32;
19756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19757 pub const XACT_E_COMMITPREVENTED: ::windows_sys::core::HRESULT = -2147168253i32;
19758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19759 pub const XACT_E_CONNECTION_DENIED: ::windows_sys::core::HRESULT = -2147168227i32;
19760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19761 pub const XACT_E_CONNECTION_DOWN: ::windows_sys::core::HRESULT = -2147168228i32;
19762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19763 pub const XACT_E_DEST_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147168222i32;
19764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19765 pub const XACT_E_FIRST: u32 = 2147799040u32;
19766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19767 pub const XACT_E_HEURISTICABORT: ::windows_sys::core::HRESULT = -2147168252i32;
19768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19769 pub const XACT_E_HEURISTICCOMMIT: ::windows_sys::core::HRESULT = -2147168251i32;
19770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19771 pub const XACT_E_HEURISTICDAMAGE: ::windows_sys::core::HRESULT = -2147168250i32;
19772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19773 pub const XACT_E_HEURISTICDANGER: ::windows_sys::core::HRESULT = -2147168249i32;
19774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19775 pub const XACT_E_INDOUBT: ::windows_sys::core::HRESULT = -2147168234i32;
19776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19777 pub const XACT_E_INVALIDCOOKIE: ::windows_sys::core::HRESULT = -2147168235i32;
19778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19779 pub const XACT_E_INVALIDLSN: ::windows_sys::core::HRESULT = -2147168124i32;
19780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19781 pub const XACT_E_ISOLATIONLEVEL: ::windows_sys::core::HRESULT = -2147168248i32;
19782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19783 pub const XACT_E_LAST: u32 = 2147799083u32;
19784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19785 pub const XACT_E_LOGFULL: ::windows_sys::core::HRESULT = -2147168230i32;
19786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19787 pub const XACT_E_LU_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168212i32;
19788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19789 pub const XACT_E_NETWORK_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168220i32;
19790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19791 pub const XACT_E_NOASYNC: ::windows_sys::core::HRESULT = -2147168247i32;
19792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19793 pub const XACT_E_NOENLIST: ::windows_sys::core::HRESULT = -2147168246i32;
19794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19795 pub const XACT_E_NOIMPORTOBJECT: ::windows_sys::core::HRESULT = -2147168236i32;
19796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19797 pub const XACT_E_NOISORETAIN: ::windows_sys::core::HRESULT = -2147168245i32;
19798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19799 pub const XACT_E_NORESOURCE: ::windows_sys::core::HRESULT = -2147168244i32;
19800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19801 pub const XACT_E_NOTCURRENT: ::windows_sys::core::HRESULT = -2147168243i32;
19802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19803 pub const XACT_E_NOTIMEOUT: ::windows_sys::core::HRESULT = -2147168233i32;
19804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19805 pub const XACT_E_NOTRANSACTION: ::windows_sys::core::HRESULT = -2147168242i32;
19806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19807 pub const XACT_E_NOTSUPPORTED: ::windows_sys::core::HRESULT = -2147168241i32;
19808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19809 pub const XACT_E_PARTNER_NETWORK_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168219i32;
19810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19811 pub const XACT_E_PULL_COMM_FAILURE: ::windows_sys::core::HRESULT = -2147168213i32;
19812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19813 pub const XACT_E_PUSH_COMM_FAILURE: ::windows_sys::core::HRESULT = -2147168214i32;
19814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19815 pub const XACT_E_RECOVERYINPROGRESS: ::windows_sys::core::HRESULT = -2147168126i32;
19816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19817 pub const XACT_E_REENLISTTIMEOUT: ::windows_sys::core::HRESULT = -2147168226i32;
19818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19819 pub const XACT_E_REPLAYREQUEST: ::windows_sys::core::HRESULT = -2147168123i32;
19820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19821 pub const XACT_E_TIP_CONNECT_FAILED: ::windows_sys::core::HRESULT = -2147168225i32;
19822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19823 pub const XACT_E_TIP_DISABLED: ::windows_sys::core::HRESULT = -2147168221i32;
19824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19825 pub const XACT_E_TIP_PROTOCOL_ERROR: ::windows_sys::core::HRESULT = -2147168224i32;
19826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19827 pub const XACT_E_TIP_PULL_FAILED: ::windows_sys::core::HRESULT = -2147168223i32;
19828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19829 pub const XACT_E_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147168229i32;
19830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19831 pub const XACT_E_TRANSACTIONCLOSED: ::windows_sys::core::HRESULT = -2147168125i32;
19832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19833 pub const XACT_E_UNABLE_TO_LOAD_DTC_PROXY: ::windows_sys::core::HRESULT = -2147168216i32;
19834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19835 pub const XACT_E_UNABLE_TO_READ_DTC_CONFIG: ::windows_sys::core::HRESULT = -2147168217i32;
19836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19837 pub const XACT_E_UNKNOWNRMGRID: ::windows_sys::core::HRESULT = -2147168240i32;
19838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19839 pub const XACT_E_WRONGSTATE: ::windows_sys::core::HRESULT = -2147168239i32;
19840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19841 pub const XACT_E_WRONGUOW: ::windows_sys::core::HRESULT = -2147168238i32;
19842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19843 pub const XACT_E_XA_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168218i32;
19844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19845 pub const XACT_E_XTIONEXISTS: ::windows_sys::core::HRESULT = -2147168237i32;
19846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19847 pub const XACT_S_ABORTING: ::windows_sys::core::HRESULT = 315400i32;
19848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19849 pub const XACT_S_ALLNORETAIN: ::windows_sys::core::HRESULT = 315399i32;
19850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19851 pub const XACT_S_ASYNC: ::windows_sys::core::HRESULT = 315392i32;
19852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19853 pub const XACT_S_DEFECT: ::windows_sys::core::HRESULT = 315393i32;
19854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19855 pub const XACT_S_FIRST: u32 = 315392u32;
19856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19857 pub const XACT_S_LAST: u32 = 315408u32;
19858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19859 pub const XACT_S_LASTRESOURCEMANAGER: ::windows_sys::core::HRESULT = 315408i32;
19860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19861 pub const XACT_S_LOCALLY_OK: ::windows_sys::core::HRESULT = 315402i32;
19862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19863 pub const XACT_S_MADECHANGESCONTENT: ::windows_sys::core::HRESULT = 315397i32;
19864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19865 pub const XACT_S_MADECHANGESINFORM: ::windows_sys::core::HRESULT = 315398i32;
19866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19867 pub const XACT_S_OKINFORM: ::windows_sys::core::HRESULT = 315396i32;
19868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19869 pub const XACT_S_READONLY: ::windows_sys::core::HRESULT = 315394i32;
19870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19871 pub const XACT_S_SINGLEPHASE: ::windows_sys::core::HRESULT = 315401i32;
19872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19873 pub const XACT_S_SOMENORETAIN: ::windows_sys::core::HRESULT = 315395i32;
19874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19875 pub const XENROLL_E_CANNOT_ADD_ROOT_CERT: ::windows_sys::core::HRESULT = -2146873343i32;
19876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19877 pub const XENROLL_E_KEYSPEC_SMIME_MISMATCH: ::windows_sys::core::HRESULT = -2146873339i32;
19878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19879 pub const XENROLL_E_KEY_NOT_EXPORTABLE: ::windows_sys::core::HRESULT = -2146873344i32;
19880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19881 pub const XENROLL_E_RESPONSE_KA_HASH_MISMATCH: ::windows_sys::core::HRESULT = -2146873340i32;
19882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19883 pub const XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND: ::windows_sys::core::HRESULT = -2146873342i32;
19884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19885 pub const XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH: ::windows_sys::core::HRESULT = -2146873341i32;
19886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19887 pub const _WIN32_IE_MAXVER: u32 = 2560u32;
19888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19889 pub const _WIN32_MAXVER: u32 = 2560u32;
19890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19891 pub const _WIN32_WINDOWS_MAXVER: u32 = 2560u32;
19892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19893 pub const _WIN32_WINNT_MAXVER: u32 = 2560u32;