]> git.proxmox.com Git - rustc.git/blob - vendor/windows-sys/src/Windows/Win32/Foundation/mod.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / windows-sys / src / Windows / Win32 / Foundation / mod.rs
1 #[link(name = "windows")]
2 extern "system" {
3 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4 pub fn CloseHandle(hobject: HANDLE) -> BOOL;
5 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6 pub fn CompareObjectHandles(hfirstobjecthandle: HANDLE, hsecondobjecthandle: HANDLE) -> BOOL;
7 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8 pub fn DuplicateHandle(hsourceprocesshandle: HANDLE, hsourcehandle: HANDLE, htargetprocesshandle: HANDLE, lptargethandle: *mut HANDLE, dwdesiredaccess: u32, binherithandle: BOOL, dwoptions: DUPLICATE_HANDLE_OPTIONS) -> BOOL;
9 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10 pub fn GetHandleInformation(hobject: HANDLE, lpdwflags: *mut u32) -> BOOL;
11 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12 pub fn GetLastError() -> WIN32_ERROR;
13 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14 pub fn RtlNtStatusToDosError(status: NTSTATUS) -> u32;
15 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16 pub fn SetHandleInformation(hobject: HANDLE, dwmask: u32, dwflags: HANDLE_FLAGS) -> BOOL;
17 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18 pub fn SetLastError(dwerrcode: WIN32_ERROR);
19 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
20 pub fn SetLastErrorEx(dwerrcode: WIN32_ERROR, dwtype: u32);
21 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
22 pub fn SysAddRefString(bstrstring: BSTR) -> ::windows_sys::core::HRESULT;
23 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
24 pub fn SysAllocString(psz: ::windows_sys::core::PCWSTR) -> BSTR;
25 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
26 pub fn SysAllocStringByteLen(psz: ::windows_sys::core::PCSTR, len: u32) -> BSTR;
27 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
28 pub fn SysAllocStringLen(strin: ::windows_sys::core::PCWSTR, ui: u32) -> BSTR;
29 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
30 pub fn SysFreeString(bstrstring: BSTR);
31 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
32 pub fn SysReAllocString(pbstr: *mut BSTR, psz: ::windows_sys::core::PCWSTR) -> i32;
33 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
34 pub fn SysReAllocStringLen(pbstr: *mut BSTR, psz: ::windows_sys::core::PCWSTR, len: u32) -> i32;
35 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
36 pub fn SysReleaseString(bstrstring: BSTR);
37 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
38 pub fn SysStringByteLen(bstr: BSTR) -> u32;
39 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
40 pub fn SysStringLen(pbstr: BSTR) -> u32;
41 }
42 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
43 pub const APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID: i32 = 15705i32;
44 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
45 pub const APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED: i32 = 15704i32;
46 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
47 pub const APPMODEL_ERROR_NO_APPLICATION: i32 = 15703i32;
48 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
49 pub const APPMODEL_ERROR_NO_MUTABLE_DIRECTORY: i32 = 15707i32;
50 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
51 pub const APPMODEL_ERROR_NO_PACKAGE: i32 = 15700i32;
52 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
53 pub const APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT: i32 = 15702i32;
54 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
55 pub const APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE: i32 = 15706i32;
56 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
57 pub const APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT: i32 = 15701i32;
58 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
59 pub const APPX_E_BLOCK_HASH_INVALID: ::windows_sys::core::HRESULT = -2146958841i32;
60 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
61 pub const APPX_E_CORRUPT_CONTENT: ::windows_sys::core::HRESULT = -2146958842i32;
62 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
63 pub const APPX_E_DELTA_APPENDED_PACKAGE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958832i32;
64 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
65 pub const APPX_E_DELTA_BASELINE_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2146958835i32;
66 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
67 pub const APPX_E_DELTA_PACKAGE_MISSING_FILE: ::windows_sys::core::HRESULT = -2146958834i32;
68 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
69 pub const APPX_E_FILE_COMPRESSION_MISMATCH: ::windows_sys::core::HRESULT = -2146958828i32;
70 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
71 pub const APPX_E_INTERLEAVING_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958847i32;
72 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
73 pub const APPX_E_INVALID_APPINSTALLER: ::windows_sys::core::HRESULT = -2146958836i32;
74 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
75 pub const APPX_E_INVALID_BLOCKMAP: ::windows_sys::core::HRESULT = -2146958843i32;
76 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
77 pub const APPX_E_INVALID_CONTENTGROUPMAP: ::windows_sys::core::HRESULT = -2146958837i32;
78 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
79 pub const APPX_E_INVALID_DELTA_PACKAGE: ::windows_sys::core::HRESULT = -2146958833i32;
80 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
81 pub const APPX_E_INVALID_ENCRYPTION_EXCLUSION_FILE_LIST: ::windows_sys::core::HRESULT = -2146958826i32;
82 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
83 pub const APPX_E_INVALID_KEY_INFO: ::windows_sys::core::HRESULT = -2146958838i32;
84 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
85 pub const APPX_E_INVALID_MANIFEST: ::windows_sys::core::HRESULT = -2146958844i32;
86 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
87 pub const APPX_E_INVALID_PACKAGESIGNCONFIG: ::windows_sys::core::HRESULT = -2146958830i32;
88 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
89 pub const APPX_E_INVALID_PACKAGE_FOLDER_ACLS: ::windows_sys::core::HRESULT = -2146958825i32;
90 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
91 pub const APPX_E_INVALID_PACKAGING_LAYOUT: ::windows_sys::core::HRESULT = -2146958831i32;
92 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
93 pub const APPX_E_INVALID_PAYLOAD_PACKAGE_EXTENSION: ::windows_sys::core::HRESULT = -2146958827i32;
94 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
95 pub const APPX_E_INVALID_PUBLISHER_BRIDGING: ::windows_sys::core::HRESULT = -2146958824i32;
96 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
97 pub const APPX_E_INVALID_SIP_CLIENT_DATA: ::windows_sys::core::HRESULT = -2146958839i32;
98 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
99 pub const APPX_E_MISSING_REQUIRED_FILE: ::windows_sys::core::HRESULT = -2146958845i32;
100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
101 pub const APPX_E_PACKAGING_INTERNAL: ::windows_sys::core::HRESULT = -2146958848i32;
102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
103 pub const APPX_E_RELATIONSHIPS_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958846i32;
104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
105 pub const APPX_E_REQUESTED_RANGE_TOO_LARGE: ::windows_sys::core::HRESULT = -2146958840i32;
106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
107 pub const APPX_E_RESOURCESPRI_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146958829i32;
108 #[repr(C)]
109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
110 pub struct APP_LOCAL_DEVICE_ID {
111 pub value: [u8; 32],
112 }
113 impl ::core::marker::Copy for APP_LOCAL_DEVICE_ID {}
114 impl ::core::clone::Clone for APP_LOCAL_DEVICE_ID {
115 fn clone(&self) -> Self {
116 *self
117 }
118 }
119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
120 pub const APP_LOCAL_DEVICE_ID_SIZE: u32 = 32u32;
121 pub type BOOL = i32;
122 pub type BOOLEAN = u8;
123 pub type BSTR = *mut u16;
124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
125 pub const BT_E_SPURIOUS_ACTIVATION: ::windows_sys::core::HRESULT = -2146958592i32;
126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
127 pub const CACHE_E_FIRST: i32 = -2147221136i32;
128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
129 pub const CACHE_E_LAST: i32 = -2147221121i32;
130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
131 pub const CACHE_E_NOCACHE_UPDATED: ::windows_sys::core::HRESULT = -2147221136i32;
132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
133 pub const CACHE_S_FIRST: i32 = 262512i32;
134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
135 pub const CACHE_S_FORMATETC_NOTSUPPORTED: ::windows_sys::core::HRESULT = 262512i32;
136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
137 pub const CACHE_S_LAST: i32 = 262527i32;
138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
139 pub const CACHE_S_SAMECACHE: ::windows_sys::core::HRESULT = 262513i32;
140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
141 pub const CACHE_S_SOMECACHES_NOTUPDATED: ::windows_sys::core::HRESULT = 262514i32;
142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
143 pub const CAT_E_CATIDNOEXIST: ::windows_sys::core::HRESULT = -2147221152i32;
144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
145 pub const CAT_E_FIRST: i32 = -2147221152i32;
146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
147 pub const CAT_E_LAST: i32 = -2147221151i32;
148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
149 pub const CAT_E_NODESCRIPTION: ::windows_sys::core::HRESULT = -2147221151i32;
150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
151 pub const CERTSRV_E_ADMIN_DENIED_REQUEST: ::windows_sys::core::HRESULT = -2146877420i32;
152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
153 pub const CERTSRV_E_ALIGNMENT_FAULT: ::windows_sys::core::HRESULT = -2146877424i32;
154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
155 pub const CERTSRV_E_ARCHIVED_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2146875388i32;
156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
157 pub const CERTSRV_E_ARCHIVED_KEY_UNEXPECTED: ::windows_sys::core::HRESULT = -2146875376i32;
158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
159 pub const CERTSRV_E_BAD_RENEWAL_CERT_ATTRIBUTE: ::windows_sys::core::HRESULT = -2146877426i32;
160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
161 pub const CERTSRV_E_BAD_RENEWAL_SUBJECT: ::windows_sys::core::HRESULT = -2146875386i32;
162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
163 pub const CERTSRV_E_BAD_REQUESTSTATUS: ::windows_sys::core::HRESULT = -2146877437i32;
164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
165 pub const CERTSRV_E_BAD_REQUESTSUBJECT: ::windows_sys::core::HRESULT = -2146877439i32;
166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
167 pub const CERTSRV_E_BAD_REQUEST_KEY_ARCHIVAL: ::windows_sys::core::HRESULT = -2146877428i32;
168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
169 pub const CERTSRV_E_BAD_TEMPLATE_VERSION: ::windows_sys::core::HRESULT = -2146875385i32;
170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
171 pub const CERTSRV_E_CERT_TYPE_OVERLAP: ::windows_sys::core::HRESULT = -2146875372i32;
172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
173 pub const CERTSRV_E_CORRUPT_KEY_ATTESTATION: ::windows_sys::core::HRESULT = -2146875365i32;
174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
175 pub const CERTSRV_E_DOWNLEVEL_DC_SSL_OR_UPGRADE: ::windows_sys::core::HRESULT = -2146877421i32;
176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
177 pub const CERTSRV_E_ENCODING_LENGTH: ::windows_sys::core::HRESULT = -2146877433i32;
178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
179 pub const CERTSRV_E_ENCRYPTION_CERT_REQUIRED: ::windows_sys::core::HRESULT = -2146877416i32;
180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
181 pub const CERTSRV_E_ENROLL_DENIED: ::windows_sys::core::HRESULT = -2146877423i32;
182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
183 pub const CERTSRV_E_EXPIRED_CHALLENGE: ::windows_sys::core::HRESULT = -2146875364i32;
184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
185 pub const CERTSRV_E_INVALID_ATTESTATION: ::windows_sys::core::HRESULT = -2146875367i32;
186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
187 pub const CERTSRV_E_INVALID_CA_CERTIFICATE: ::windows_sys::core::HRESULT = -2146877435i32;
188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
189 pub const CERTSRV_E_INVALID_EK: ::windows_sys::core::HRESULT = -2146875369i32;
190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
191 pub const CERTSRV_E_INVALID_IDBINDING: ::windows_sys::core::HRESULT = -2146875368i32;
192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
193 pub const CERTSRV_E_INVALID_REQUESTID: ::windows_sys::core::HRESULT = -2146875362i32;
194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
195 pub const CERTSRV_E_INVALID_RESPONSE: ::windows_sys::core::HRESULT = -2146875363i32;
196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
197 pub const CERTSRV_E_ISSUANCE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875380i32;
198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
199 pub const CERTSRV_E_KEY_ARCHIVAL_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2146877430i32;
200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
201 pub const CERTSRV_E_KEY_ATTESTATION: ::windows_sys::core::HRESULT = -2146875366i32;
202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
203 pub const CERTSRV_E_KEY_ATTESTATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146877417i32;
204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
205 pub const CERTSRV_E_KEY_LENGTH: ::windows_sys::core::HRESULT = -2146875375i32;
206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
207 pub const CERTSRV_E_NO_CAADMIN_DEFINED: ::windows_sys::core::HRESULT = -2146877427i32;
208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
209 pub const CERTSRV_E_NO_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875391i32;
210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
211 pub const CERTSRV_E_NO_DB_SESSIONS: ::windows_sys::core::HRESULT = -2146877425i32;
212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
213 pub const CERTSRV_E_NO_POLICY_SERVER: ::windows_sys::core::HRESULT = -2146877419i32;
214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
215 pub const CERTSRV_E_NO_REQUEST: ::windows_sys::core::HRESULT = -2146877438i32;
216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
217 pub const CERTSRV_E_NO_VALID_KRA: ::windows_sys::core::HRESULT = -2146877429i32;
218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
219 pub const CERTSRV_E_PENDING_CLIENT_RESPONSE: ::windows_sys::core::HRESULT = -2146875360i32;
220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
221 pub const CERTSRV_E_PROPERTY_EMPTY: ::windows_sys::core::HRESULT = -2146877436i32;
222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
223 pub const CERTSRV_E_RENEWAL_BAD_PUBLIC_KEY: ::windows_sys::core::HRESULT = -2146875370i32;
224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
225 pub const CERTSRV_E_REQUEST_PRECERTIFICATE_MISMATCH: ::windows_sys::core::HRESULT = -2146875361i32;
226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
227 pub const CERTSRV_E_RESTRICTEDOFFICER: ::windows_sys::core::HRESULT = -2146877431i32;
228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
229 pub const CERTSRV_E_ROLECONFLICT: ::windows_sys::core::HRESULT = -2146877432i32;
230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
231 pub const CERTSRV_E_SERVER_SUSPENDED: ::windows_sys::core::HRESULT = -2146877434i32;
232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
233 pub const CERTSRV_E_SIGNATURE_COUNT: ::windows_sys::core::HRESULT = -2146875382i32;
234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
235 pub const CERTSRV_E_SIGNATURE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875383i32;
236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
237 pub const CERTSRV_E_SIGNATURE_REJECTED: ::windows_sys::core::HRESULT = -2146875381i32;
238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
239 pub const CERTSRV_E_SMIME_REQUIRED: ::windows_sys::core::HRESULT = -2146875387i32;
240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
241 pub const CERTSRV_E_SUBJECT_ALT_NAME_REQUIRED: ::windows_sys::core::HRESULT = -2146875389i32;
242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
243 pub const CERTSRV_E_SUBJECT_DIRECTORY_GUID_REQUIRED: ::windows_sys::core::HRESULT = -2146875378i32;
244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
245 pub const CERTSRV_E_SUBJECT_DNS_REQUIRED: ::windows_sys::core::HRESULT = -2146875377i32;
246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
247 pub const CERTSRV_E_SUBJECT_EMAIL_REQUIRED: ::windows_sys::core::HRESULT = -2146875374i32;
248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
249 pub const CERTSRV_E_SUBJECT_UPN_REQUIRED: ::windows_sys::core::HRESULT = -2146875379i32;
250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
251 pub const CERTSRV_E_TEMPLATE_CONFLICT: ::windows_sys::core::HRESULT = -2146875390i32;
252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
253 pub const CERTSRV_E_TEMPLATE_DENIED: ::windows_sys::core::HRESULT = -2146877422i32;
254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
255 pub const CERTSRV_E_TEMPLATE_POLICY_REQUIRED: ::windows_sys::core::HRESULT = -2146875384i32;
256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
257 pub const CERTSRV_E_TOO_MANY_SIGNATURES: ::windows_sys::core::HRESULT = -2146875371i32;
258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
259 pub const CERTSRV_E_UNKNOWN_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875373i32;
260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
261 pub const CERTSRV_E_UNSUPPORTED_CERT_TYPE: ::windows_sys::core::HRESULT = -2146875392i32;
262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
263 pub const CERTSRV_E_WEAK_SIGNATURE_OR_KEY: ::windows_sys::core::HRESULT = -2146877418i32;
264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
265 pub const CERT_E_CHAINING: ::windows_sys::core::HRESULT = -2146762486i32;
266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
267 pub const CERT_E_CN_NO_MATCH: ::windows_sys::core::HRESULT = -2146762481i32;
268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
269 pub const CERT_E_CRITICAL: ::windows_sys::core::HRESULT = -2146762491i32;
270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
271 pub const CERT_E_EXPIRED: ::windows_sys::core::HRESULT = -2146762495i32;
272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
273 pub const CERT_E_INVALID_NAME: ::windows_sys::core::HRESULT = -2146762476i32;
274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
275 pub const CERT_E_INVALID_POLICY: ::windows_sys::core::HRESULT = -2146762477i32;
276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
277 pub const CERT_E_ISSUERCHAINING: ::windows_sys::core::HRESULT = -2146762489i32;
278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
279 pub const CERT_E_MALFORMED: ::windows_sys::core::HRESULT = -2146762488i32;
280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
281 pub const CERT_E_PATHLENCONST: ::windows_sys::core::HRESULT = -2146762492i32;
282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
283 pub const CERT_E_PURPOSE: ::windows_sys::core::HRESULT = -2146762490i32;
284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
285 pub const CERT_E_REVOCATION_FAILURE: ::windows_sys::core::HRESULT = -2146762482i32;
286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
287 pub const CERT_E_REVOKED: ::windows_sys::core::HRESULT = -2146762484i32;
288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
289 pub const CERT_E_ROLE: ::windows_sys::core::HRESULT = -2146762493i32;
290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
291 pub const CERT_E_UNTRUSTEDCA: ::windows_sys::core::HRESULT = -2146762478i32;
292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
293 pub const CERT_E_UNTRUSTEDROOT: ::windows_sys::core::HRESULT = -2146762487i32;
294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
295 pub const CERT_E_UNTRUSTEDTESTROOT: ::windows_sys::core::HRESULT = -2146762483i32;
296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
297 pub const CERT_E_VALIDITYPERIODNESTING: ::windows_sys::core::HRESULT = -2146762494i32;
298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
299 pub const CERT_E_WRONG_USAGE: ::windows_sys::core::HRESULT = -2146762480i32;
300 pub type CHAR = u8;
301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
302 pub const CI_CORRUPT_CATALOG: ::windows_sys::core::HRESULT = -1073473535i32;
303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
304 pub const CI_CORRUPT_DATABASE: ::windows_sys::core::HRESULT = -1073473536i32;
305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
306 pub const CI_CORRUPT_FILTER_BUFFER: ::windows_sys::core::HRESULT = -1073473529i32;
307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
308 pub const CI_E_ALREADY_INITIALIZED: ::windows_sys::core::HRESULT = -2147215350i32;
309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
310 pub const CI_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147215348i32;
311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
312 pub const CI_E_CARDINALITY_MISMATCH: ::windows_sys::core::HRESULT = -2147215321i32;
313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
314 pub const CI_E_CLIENT_FILTER_ABORT: ::windows_sys::core::HRESULT = -1073473500i32;
315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
316 pub const CI_E_CONFIG_DISK_FULL: ::windows_sys::core::HRESULT = -2147215320i32;
317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
318 pub const CI_E_DISK_FULL: ::windows_sys::core::HRESULT = -2147215343i32;
319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
320 pub const CI_E_DISTRIBUTED_GROUPBY_UNSUPPORTED: ::windows_sys::core::HRESULT = -2147215319i32;
321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
322 pub const CI_E_DUPLICATE_NOTIFICATION: ::windows_sys::core::HRESULT = -2147215337i32;
323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
324 pub const CI_E_ENUMERATION_STARTED: ::windows_sys::core::HRESULT = -1073473502i32;
325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
326 pub const CI_E_FILTERING_DISABLED: ::windows_sys::core::HRESULT = -2147215344i32;
327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
328 pub const CI_E_INVALID_FLAGS_COMBINATION: ::windows_sys::core::HRESULT = -2147215335i32;
329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
330 pub const CI_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2147215345i32;
331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
332 pub const CI_E_LOGON_FAILURE: ::windows_sys::core::HRESULT = -2147215332i32;
333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
334 pub const CI_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2147215339i32;
335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
336 pub const CI_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2147215349i32;
337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
338 pub const CI_E_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147215328i32;
339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
340 pub const CI_E_NO_CATALOG: ::windows_sys::core::HRESULT = -2147215331i32;
341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
342 pub const CI_E_OUTOFSEQ_INCREMENT_DATA: ::windows_sys::core::HRESULT = -2147215334i32;
343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
344 pub const CI_E_PROPERTY_NOT_CACHED: ::windows_sys::core::HRESULT = -2147215347i32;
345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
346 pub const CI_E_PROPERTY_TOOLARGE: ::windows_sys::core::HRESULT = -1073473501i32;
347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
348 pub const CI_E_SHARING_VIOLATION: ::windows_sys::core::HRESULT = -2147215333i32;
349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
350 pub const CI_E_SHUTDOWN: ::windows_sys::core::HRESULT = -2147215342i32;
351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
352 pub const CI_E_STRANGE_PAGEORSECTOR_SIZE: ::windows_sys::core::HRESULT = -2147215330i32;
353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
354 pub const CI_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147215329i32;
355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
356 pub const CI_E_UPDATES_DISABLED: ::windows_sys::core::HRESULT = -2147215336i32;
357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
358 pub const CI_E_USE_DEFAULT_PID: ::windows_sys::core::HRESULT = -2147215338i32;
359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
360 pub const CI_E_WORKID_NOTVALID: ::windows_sys::core::HRESULT = -2147215341i32;
361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
362 pub const CI_INCORRECT_VERSION: ::windows_sys::core::HRESULT = -1073473503i32;
363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
364 pub const CI_INVALID_INDEX: ::windows_sys::core::HRESULT = -1073473528i32;
365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
366 pub const CI_INVALID_PARTITION: ::windows_sys::core::HRESULT = -1073473534i32;
367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
368 pub const CI_INVALID_PRIORITY: ::windows_sys::core::HRESULT = -1073473533i32;
369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
370 pub const CI_NO_CATALOG: ::windows_sys::core::HRESULT = -1073473530i32;
371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
372 pub const CI_NO_STARTING_KEY: ::windows_sys::core::HRESULT = -1073473532i32;
373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
374 pub const CI_OUT_OF_INDEX_IDS: ::windows_sys::core::HRESULT = -1073473531i32;
375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
376 pub const CI_PROPSTORE_INCONSISTENCY: ::windows_sys::core::HRESULT = -1073473527i32;
377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
378 pub const CI_S_CAT_STOPPED: ::windows_sys::core::HRESULT = 268326i32;
379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
380 pub const CI_S_END_OF_ENUMERATION: ::windows_sys::core::HRESULT = 268308i32;
381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
382 pub const CI_S_NO_DOCSTORE: ::windows_sys::core::HRESULT = 268325i32;
383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
384 pub const CI_S_WORKID_DELETED: ::windows_sys::core::HRESULT = 268302i32;
385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
386 pub const CLASSFACTORY_E_FIRST: i32 = -2147221232i32;
387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
388 pub const CLASSFACTORY_E_LAST: i32 = -2147221217i32;
389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
390 pub const CLASSFACTORY_S_FIRST: i32 = 262416i32;
391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
392 pub const CLASSFACTORY_S_LAST: i32 = 262431i32;
393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
394 pub const CLASS_E_CLASSNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147221231i32;
395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
396 pub const CLASS_E_NOAGGREGATION: ::windows_sys::core::HRESULT = -2147221232i32;
397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
398 pub const CLASS_E_NOTLICENSED: ::windows_sys::core::HRESULT = -2147221230i32;
399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
400 pub const CLIENTSITE_E_FIRST: i32 = -2147221104i32;
401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
402 pub const CLIENTSITE_E_LAST: i32 = -2147221089i32;
403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
404 pub const CLIENTSITE_S_FIRST: i32 = 262544i32;
405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
406 pub const CLIENTSITE_S_LAST: i32 = 262559i32;
407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
408 pub const CLIPBRD_E_BAD_DATA: ::windows_sys::core::HRESULT = -2147221037i32;
409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
410 pub const CLIPBRD_E_CANT_CLOSE: ::windows_sys::core::HRESULT = -2147221036i32;
411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
412 pub const CLIPBRD_E_CANT_EMPTY: ::windows_sys::core::HRESULT = -2147221039i32;
413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
414 pub const CLIPBRD_E_CANT_OPEN: ::windows_sys::core::HRESULT = -2147221040i32;
415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
416 pub const CLIPBRD_E_CANT_SET: ::windows_sys::core::HRESULT = -2147221038i32;
417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
418 pub const CLIPBRD_E_FIRST: i32 = -2147221040i32;
419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
420 pub const CLIPBRD_E_LAST: i32 = -2147221025i32;
421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
422 pub const CLIPBRD_S_FIRST: i32 = 262608i32;
423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
424 pub const CLIPBRD_S_LAST: i32 = 262623i32;
425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
426 pub const COMADMIN_E_ALREADYINSTALLED: ::windows_sys::core::HRESULT = -2146368508i32;
427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
428 pub const COMADMIN_E_AMBIGUOUS_APPLICATION_NAME: ::windows_sys::core::HRESULT = -2146368420i32;
429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
430 pub const COMADMIN_E_AMBIGUOUS_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368419i32;
431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
432 pub const COMADMIN_E_APPDIRNOTFOUND: ::windows_sys::core::HRESULT = -2146368481i32;
433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
434 pub const COMADMIN_E_APPLICATIONEXISTS: ::windows_sys::core::HRESULT = -2146368501i32;
435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
436 pub const COMADMIN_E_APPLID_MATCHES_CLSID: ::windows_sys::core::HRESULT = -2146368442i32;
437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
438 pub const COMADMIN_E_APP_FILE_READFAIL: ::windows_sys::core::HRESULT = -2146368504i32;
439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
440 pub const COMADMIN_E_APP_FILE_VERSION: ::windows_sys::core::HRESULT = -2146368503i32;
441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
442 pub const COMADMIN_E_APP_FILE_WRITEFAIL: ::windows_sys::core::HRESULT = -2146368505i32;
443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
444 pub const COMADMIN_E_APP_NOT_RUNNING: ::windows_sys::core::HRESULT = -2146367478i32;
445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
446 pub const COMADMIN_E_AUTHENTICATIONLEVEL: ::windows_sys::core::HRESULT = -2146368493i32;
447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
448 pub const COMADMIN_E_BADPATH: ::windows_sys::core::HRESULT = -2146368502i32;
449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
450 pub const COMADMIN_E_BADREGISTRYLIBID: ::windows_sys::core::HRESULT = -2146368482i32;
451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
452 pub const COMADMIN_E_BADREGISTRYPROGID: ::windows_sys::core::HRESULT = -2146368494i32;
453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
454 pub const COMADMIN_E_BASEPARTITION_REQUIRED_IN_SET: ::windows_sys::core::HRESULT = -2146367457i32;
455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
456 pub const COMADMIN_E_BASE_PARTITION_ONLY: ::windows_sys::core::HRESULT = -2146368432i32;
457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
458 pub const COMADMIN_E_CANNOT_ALIAS_EVENTCLASS: ::windows_sys::core::HRESULT = -2146367456i32;
459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
460 pub const COMADMIN_E_CANTCOPYFILE: ::windows_sys::core::HRESULT = -2146368499i32;
461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
462 pub const COMADMIN_E_CANTMAKEINPROCSERVICE: ::windows_sys::core::HRESULT = -2146367468i32;
463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
464 pub const COMADMIN_E_CANTRECYCLELIBRARYAPPS: ::windows_sys::core::HRESULT = -2146367473i32;
465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
466 pub const COMADMIN_E_CANTRECYCLESERVICEAPPS: ::windows_sys::core::HRESULT = -2146367471i32;
467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
468 pub const COMADMIN_E_CANT_SUBSCRIBE_TO_COMPONENT: ::windows_sys::core::HRESULT = -2146368435i32;
469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
470 pub const COMADMIN_E_CAN_NOT_EXPORT_APP_PROXY: ::windows_sys::core::HRESULT = -2146368438i32;
471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
472 pub const COMADMIN_E_CAN_NOT_EXPORT_SYS_APP: ::windows_sys::core::HRESULT = -2146368436i32;
473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
474 pub const COMADMIN_E_CAN_NOT_START_APP: ::windows_sys::core::HRESULT = -2146368437i32;
475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
476 pub const COMADMIN_E_CAT_BITNESSMISMATCH: ::windows_sys::core::HRESULT = -2146368382i32;
477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
478 pub const COMADMIN_E_CAT_DUPLICATE_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368425i32;
479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
480 pub const COMADMIN_E_CAT_IMPORTED_COMPONENTS_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2146368421i32;
481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
482 pub const COMADMIN_E_CAT_INVALID_PARTITION_NAME: ::windows_sys::core::HRESULT = -2146368424i32;
483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
484 pub const COMADMIN_E_CAT_PARTITION_IN_USE: ::windows_sys::core::HRESULT = -2146368423i32;
485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
486 pub const COMADMIN_E_CAT_PAUSE_RESUME_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146368379i32;
487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
488 pub const COMADMIN_E_CAT_SERVERFAULT: ::windows_sys::core::HRESULT = -2146368378i32;
489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
490 pub const COMADMIN_E_CAT_UNACCEPTABLEBITNESS: ::windows_sys::core::HRESULT = -2146368381i32;
491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
492 pub const COMADMIN_E_CAT_WRONGAPPBITNESS: ::windows_sys::core::HRESULT = -2146368380i32;
493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
494 pub const COMADMIN_E_CLSIDORIIDMISMATCH: ::windows_sys::core::HRESULT = -2146368488i32;
495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
496 pub const COMADMIN_E_COMPFILE_BADTLB: ::windows_sys::core::HRESULT = -2146368472i32;
497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
498 pub const COMADMIN_E_COMPFILE_CLASSNOTAVAIL: ::windows_sys::core::HRESULT = -2146368473i32;
499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
500 pub const COMADMIN_E_COMPFILE_DOESNOTEXIST: ::windows_sys::core::HRESULT = -2146368476i32;
501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
502 pub const COMADMIN_E_COMPFILE_GETCLASSOBJ: ::windows_sys::core::HRESULT = -2146368474i32;
503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
504 pub const COMADMIN_E_COMPFILE_LOADDLLFAIL: ::windows_sys::core::HRESULT = -2146368475i32;
505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
506 pub const COMADMIN_E_COMPFILE_NOREGISTRAR: ::windows_sys::core::HRESULT = -2146368460i32;
507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
508 pub const COMADMIN_E_COMPFILE_NOTINSTALLABLE: ::windows_sys::core::HRESULT = -2146368471i32;
509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
510 pub const COMADMIN_E_COMPONENTEXISTS: ::windows_sys::core::HRESULT = -2146368455i32;
511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
512 pub const COMADMIN_E_COMP_MOVE_BAD_DEST: ::windows_sys::core::HRESULT = -2146368466i32;
513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
514 pub const COMADMIN_E_COMP_MOVE_DEST: ::windows_sys::core::HRESULT = -2146367459i32;
515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
516 pub const COMADMIN_E_COMP_MOVE_LOCKED: ::windows_sys::core::HRESULT = -2146368467i32;
517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
518 pub const COMADMIN_E_COMP_MOVE_PRIVATE: ::windows_sys::core::HRESULT = -2146367458i32;
519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
520 pub const COMADMIN_E_COMP_MOVE_SOURCE: ::windows_sys::core::HRESULT = -2146367460i32;
521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
522 pub const COMADMIN_E_COREQCOMPINSTALLED: ::windows_sys::core::HRESULT = -2146368459i32;
523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
524 pub const COMADMIN_E_DEFAULT_PARTITION_NOT_IN_SET: ::windows_sys::core::HRESULT = -2146367466i32;
525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
526 pub const COMADMIN_E_DLLLOADFAILED: ::windows_sys::core::HRESULT = -2146368483i32;
527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
528 pub const COMADMIN_E_DLLREGISTERSERVER: ::windows_sys::core::HRESULT = -2146368486i32;
529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
530 pub const COMADMIN_E_EVENTCLASS_CANT_BE_SUBSCRIBER: ::windows_sys::core::HRESULT = -2146368434i32;
531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
532 pub const COMADMIN_E_FILE_PARTITION_DUPLICATE_FILES: ::windows_sys::core::HRESULT = -2146368422i32;
533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
534 pub const COMADMIN_E_INVALIDUSERIDS: ::windows_sys::core::HRESULT = -2146368496i32;
535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
536 pub const COMADMIN_E_INVALID_PARTITION: ::windows_sys::core::HRESULT = -2146367477i32;
537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
538 pub const COMADMIN_E_KEYMISSING: ::windows_sys::core::HRESULT = -2146368509i32;
539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
540 pub const COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_1_0_FORMAT: ::windows_sys::core::HRESULT = -2146367462i32;
541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
542 pub const COMADMIN_E_LEGACYCOMPS_NOT_ALLOWED_IN_NONBASE_PARTITIONS: ::windows_sys::core::HRESULT = -2146367461i32;
543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
544 pub const COMADMIN_E_LIB_APP_PROXY_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2146368433i32;
545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
546 pub const COMADMIN_E_MIG_SCHEMANOTFOUND: ::windows_sys::core::HRESULT = -2146368383i32;
547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
548 pub const COMADMIN_E_MIG_VERSIONNOTSUPPORTED: ::windows_sys::core::HRESULT = -2146368384i32;
549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
550 pub const COMADMIN_E_NOREGISTRYCLSID: ::windows_sys::core::HRESULT = -2146368495i32;
551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
552 pub const COMADMIN_E_NOSERVERSHARE: ::windows_sys::core::HRESULT = -2146368485i32;
553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
554 pub const COMADMIN_E_NOTCHANGEABLE: ::windows_sys::core::HRESULT = -2146368470i32;
555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
556 pub const COMADMIN_E_NOTDELETEABLE: ::windows_sys::core::HRESULT = -2146368469i32;
557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
558 pub const COMADMIN_E_NOTINREGISTRY: ::windows_sys::core::HRESULT = -2146368450i32;
559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
560 pub const COMADMIN_E_NOUSER: ::windows_sys::core::HRESULT = -2146368497i32;
561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
562 pub const COMADMIN_E_OBJECTERRORS: ::windows_sys::core::HRESULT = -2146368511i32;
563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
564 pub const COMADMIN_E_OBJECTEXISTS: ::windows_sys::core::HRESULT = -2146368456i32;
565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
566 pub const COMADMIN_E_OBJECTINVALID: ::windows_sys::core::HRESULT = -2146368510i32;
567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
568 pub const COMADMIN_E_OBJECTNOTPOOLABLE: ::windows_sys::core::HRESULT = -2146368449i32;
569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
570 pub const COMADMIN_E_OBJECT_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146367479i32;
571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
572 pub const COMADMIN_E_OBJECT_PARENT_MISSING: ::windows_sys::core::HRESULT = -2146367480i32;
573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
574 pub const COMADMIN_E_PARTITIONS_DISABLED: ::windows_sys::core::HRESULT = -2146367452i32;
575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
576 pub const COMADMIN_E_PARTITION_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367464i32;
577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
578 pub const COMADMIN_E_PARTITION_MSI_ONLY: ::windows_sys::core::HRESULT = -2146367463i32;
579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
580 pub const COMADMIN_E_PAUSEDPROCESSMAYNOTBERECYCLED: ::windows_sys::core::HRESULT = -2146367469i32;
581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
582 pub const COMADMIN_E_PRIVATE_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367455i32;
583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
584 pub const COMADMIN_E_PROCESSALREADYRECYCLED: ::windows_sys::core::HRESULT = -2146367470i32;
585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
586 pub const COMADMIN_E_PROGIDINUSEBYCLSID: ::windows_sys::core::HRESULT = -2146367467i32;
587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
588 pub const COMADMIN_E_PROPERTYSAVEFAILED: ::windows_sys::core::HRESULT = -2146368457i32;
589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
590 pub const COMADMIN_E_PROPERTY_OVERFLOW: ::windows_sys::core::HRESULT = -2146368452i32;
591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
592 pub const COMADMIN_E_RECYCLEDPROCESSMAYNOTBEPAUSED: ::windows_sys::core::HRESULT = -2146367465i32;
593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
594 pub const COMADMIN_E_REGDB_ALREADYRUNNING: ::windows_sys::core::HRESULT = -2146368395i32;
595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
596 pub const COMADMIN_E_REGDB_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2146368398i32;
597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
598 pub const COMADMIN_E_REGDB_NOTOPEN: ::windows_sys::core::HRESULT = -2146368397i32;
599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
600 pub const COMADMIN_E_REGDB_SYSTEMERR: ::windows_sys::core::HRESULT = -2146368396i32;
601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
602 pub const COMADMIN_E_REGFILE_CORRUPT: ::windows_sys::core::HRESULT = -2146368453i32;
603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
604 pub const COMADMIN_E_REGISTERTLB: ::windows_sys::core::HRESULT = -2146368464i32;
605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
606 pub const COMADMIN_E_REGISTRARFAILED: ::windows_sys::core::HRESULT = -2146368477i32;
607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
608 pub const COMADMIN_E_REGISTRY_ACCESSDENIED: ::windows_sys::core::HRESULT = -2146367453i32;
609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
610 pub const COMADMIN_E_REMOTEINTERFACE: ::windows_sys::core::HRESULT = -2146368487i32;
611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
612 pub const COMADMIN_E_REQUIRES_DIFFERENT_PLATFORM: ::windows_sys::core::HRESULT = -2146368439i32;
613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
614 pub const COMADMIN_E_ROLEEXISTS: ::windows_sys::core::HRESULT = -2146368500i32;
615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
616 pub const COMADMIN_E_ROLE_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146368441i32;
617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
618 pub const COMADMIN_E_SAFERINVALID: ::windows_sys::core::HRESULT = -2146367454i32;
619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
620 pub const COMADMIN_E_SERVICENOTINSTALLED: ::windows_sys::core::HRESULT = -2146368458i32;
621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
622 pub const COMADMIN_E_SESSION: ::windows_sys::core::HRESULT = -2146368468i32;
623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
624 pub const COMADMIN_E_START_APP_DISABLED: ::windows_sys::core::HRESULT = -2146368431i32;
625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
626 pub const COMADMIN_E_START_APP_NEEDS_COMPONENTS: ::windows_sys::core::HRESULT = -2146368440i32;
627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
628 pub const COMADMIN_E_SVCAPP_NOT_POOLABLE_OR_RECYCLABLE: ::windows_sys::core::HRESULT = -2146367475i32;
629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
630 pub const COMADMIN_E_SYSTEMAPP: ::windows_sys::core::HRESULT = -2146368461i32;
631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
632 pub const COMADMIN_E_USERPASSWDNOTVALID: ::windows_sys::core::HRESULT = -2146368492i32;
633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
634 pub const COMADMIN_E_USER_IN_SET: ::windows_sys::core::HRESULT = -2146367474i32;
635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
636 pub const COMQC_E_APPLICATION_NOT_QUEUED: ::windows_sys::core::HRESULT = -2146368000i32;
637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
638 pub const COMQC_E_BAD_MESSAGE: ::windows_sys::core::HRESULT = -2146367996i32;
639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
640 pub const COMQC_E_NO_IPERSISTSTREAM: ::windows_sys::core::HRESULT = -2146367997i32;
641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
642 pub const COMQC_E_NO_QUEUEABLE_INTERFACES: ::windows_sys::core::HRESULT = -2146367999i32;
643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
644 pub const COMQC_E_QUEUING_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2146367998i32;
645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
646 pub const COMQC_E_UNAUTHENTICATED: ::windows_sys::core::HRESULT = -2146367995i32;
647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
648 pub const COMQC_E_UNTRUSTED_ENQUEUER: ::windows_sys::core::HRESULT = -2146367994i32;
649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
650 pub const CONTEXT_E_ABORTED: ::windows_sys::core::HRESULT = -2147164158i32;
651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
652 pub const CONTEXT_E_ABORTING: ::windows_sys::core::HRESULT = -2147164157i32;
653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
654 pub const CONTEXT_E_FIRST: i32 = -2147164160i32;
655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
656 pub const CONTEXT_E_LAST: i32 = -2147164113i32;
657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
658 pub const CONTEXT_E_NOCONTEXT: ::windows_sys::core::HRESULT = -2147164156i32;
659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
660 pub const CONTEXT_E_NOJIT: ::windows_sys::core::HRESULT = -2147164122i32;
661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
662 pub const CONTEXT_E_NOTRANSACTION: ::windows_sys::core::HRESULT = -2147164121i32;
663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
664 pub const CONTEXT_E_OLDREF: ::windows_sys::core::HRESULT = -2147164153i32;
665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
666 pub const CONTEXT_E_ROLENOTFOUND: ::windows_sys::core::HRESULT = -2147164148i32;
667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
668 pub const CONTEXT_E_SYNCH_TIMEOUT: ::windows_sys::core::HRESULT = -2147164154i32;
669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
670 pub const CONTEXT_E_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147164145i32;
671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
672 pub const CONTEXT_E_WOULD_DEADLOCK: ::windows_sys::core::HRESULT = -2147164155i32;
673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
674 pub const CONTEXT_S_FIRST: i32 = 319488i32;
675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
676 pub const CONTEXT_S_LAST: i32 = 319535i32;
677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
678 pub const CONTROL_C_EXIT: NTSTATUS = -1073741510i32;
679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
680 pub const CONVERT10_E_FIRST: i32 = -2147221056i32;
681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
682 pub const CONVERT10_E_LAST: i32 = -2147221041i32;
683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
684 pub const CONVERT10_E_OLESTREAM_BITMAP_TO_DIB: ::windows_sys::core::HRESULT = -2147221053i32;
685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
686 pub const CONVERT10_E_OLESTREAM_FMT: ::windows_sys::core::HRESULT = -2147221054i32;
687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
688 pub const CONVERT10_E_OLESTREAM_GET: ::windows_sys::core::HRESULT = -2147221056i32;
689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
690 pub const CONVERT10_E_OLESTREAM_PUT: ::windows_sys::core::HRESULT = -2147221055i32;
691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
692 pub const CONVERT10_E_STG_DIB_TO_BITMAP: ::windows_sys::core::HRESULT = -2147221050i32;
693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
694 pub const CONVERT10_E_STG_FMT: ::windows_sys::core::HRESULT = -2147221052i32;
695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
696 pub const CONVERT10_E_STG_NO_STD_STREAM: ::windows_sys::core::HRESULT = -2147221051i32;
697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
698 pub const CONVERT10_S_FIRST: i32 = 262592i32;
699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
700 pub const CONVERT10_S_LAST: i32 = 262607i32;
701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
702 pub const CONVERT10_S_NO_PRESENTATION: ::windows_sys::core::HRESULT = 262592i32;
703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
704 pub const CO_E_ACCESSCHECKFAILED: ::windows_sys::core::HRESULT = -2147417814i32;
705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
706 pub const CO_E_ACESINWRONGORDER: ::windows_sys::core::HRESULT = -2147417798i32;
707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
708 pub const CO_E_ACNOTINITIALIZED: ::windows_sys::core::HRESULT = -2147417793i32;
709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
710 pub const CO_E_ACTIVATIONFAILED: ::windows_sys::core::HRESULT = -2147164127i32;
711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
712 pub const CO_E_ACTIVATIONFAILED_CATALOGERROR: ::windows_sys::core::HRESULT = -2147164125i32;
713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
714 pub const CO_E_ACTIVATIONFAILED_EVENTLOGGED: ::windows_sys::core::HRESULT = -2147164126i32;
715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
716 pub const CO_E_ACTIVATIONFAILED_TIMEOUT: ::windows_sys::core::HRESULT = -2147164124i32;
717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
718 pub const CO_E_ALREADYINITIALIZED: ::windows_sys::core::HRESULT = -2147221007i32;
719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
720 pub const CO_E_APPDIDNTREG: ::windows_sys::core::HRESULT = -2147220994i32;
721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
722 pub const CO_E_APPNOTFOUND: ::windows_sys::core::HRESULT = -2147221003i32;
723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
724 pub const CO_E_APPSINGLEUSE: ::windows_sys::core::HRESULT = -2147221002i32;
725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
726 pub const CO_E_ASYNC_WORK_REJECTED: ::windows_sys::core::HRESULT = -2147467223i32;
727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
728 pub const CO_E_ATTEMPT_TO_CREATE_OUTSIDE_CLIENT_CONTEXT: ::windows_sys::core::HRESULT = -2147467228i32;
729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
730 pub const CO_E_BAD_PATH: ::windows_sys::core::HRESULT = -2146959356i32;
731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
732 pub const CO_E_BAD_SERVER_NAME: ::windows_sys::core::HRESULT = -2147467244i32;
733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
734 pub const CO_E_CALL_OUT_OF_TX_SCOPE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2147164112i32;
735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
736 pub const CO_E_CANCEL_DISABLED: ::windows_sys::core::HRESULT = -2147417792i32;
737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
738 pub const CO_E_CANTDETERMINECLASS: ::windows_sys::core::HRESULT = -2147221006i32;
739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
740 pub const CO_E_CANT_REMOTE: ::windows_sys::core::HRESULT = -2147467245i32;
741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
742 pub const CO_E_CLASSSTRING: ::windows_sys::core::HRESULT = -2147221005i32;
743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
744 pub const CO_E_CLASS_CREATE_FAILED: ::windows_sys::core::HRESULT = -2146959359i32;
745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
746 pub const CO_E_CLASS_DISABLED: ::windows_sys::core::HRESULT = -2147467225i32;
747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
748 pub const CO_E_CLRNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147467224i32;
749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
750 pub const CO_E_CLSREG_INCONSISTENT: ::windows_sys::core::HRESULT = -2147467233i32;
751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
752 pub const CO_E_CONVERSIONFAILED: ::windows_sys::core::HRESULT = -2147417810i32;
753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
754 pub const CO_E_CREATEPROCESS_FAILURE: ::windows_sys::core::HRESULT = -2147467240i32;
755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
756 pub const CO_E_DBERROR: ::windows_sys::core::HRESULT = -2147164117i32;
757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
758 pub const CO_E_DECODEFAILED: ::windows_sys::core::HRESULT = -2147417795i32;
759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
760 pub const CO_E_DLLNOTFOUND: ::windows_sys::core::HRESULT = -2147221000i32;
761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
762 pub const CO_E_ELEVATION_DISABLED: ::windows_sys::core::HRESULT = -2146959337i32;
763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
764 pub const CO_E_ERRORINAPP: ::windows_sys::core::HRESULT = -2147221001i32;
765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
766 pub const CO_E_ERRORINDLL: ::windows_sys::core::HRESULT = -2147220999i32;
767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
768 pub const CO_E_EXCEEDSYSACLLIMIT: ::windows_sys::core::HRESULT = -2147417799i32;
769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
770 pub const CO_E_EXIT_TRANSACTION_SCOPE_NOT_CALLED: ::windows_sys::core::HRESULT = -2147164111i32;
771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
772 pub const CO_E_FAILEDTOCLOSEHANDLE: ::windows_sys::core::HRESULT = -2147417800i32;
773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
774 pub const CO_E_FAILEDTOCREATEFILE: ::windows_sys::core::HRESULT = -2147417801i32;
775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
776 pub const CO_E_FAILEDTOGENUUID: ::windows_sys::core::HRESULT = -2147417802i32;
777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
778 pub const CO_E_FAILEDTOGETSECCTX: ::windows_sys::core::HRESULT = -2147417820i32;
779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
780 pub const CO_E_FAILEDTOGETTOKENINFO: ::windows_sys::core::HRESULT = -2147417818i32;
781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
782 pub const CO_E_FAILEDTOGETWINDIR: ::windows_sys::core::HRESULT = -2147417804i32;
783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
784 pub const CO_E_FAILEDTOIMPERSONATE: ::windows_sys::core::HRESULT = -2147417821i32;
785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
786 pub const CO_E_FAILEDTOOPENPROCESSTOKEN: ::windows_sys::core::HRESULT = -2147417796i32;
787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
788 pub const CO_E_FAILEDTOOPENTHREADTOKEN: ::windows_sys::core::HRESULT = -2147417819i32;
789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
790 pub const CO_E_FAILEDTOQUERYCLIENTBLANKET: ::windows_sys::core::HRESULT = -2147417816i32;
791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
792 pub const CO_E_FAILEDTOSETDACL: ::windows_sys::core::HRESULT = -2147417815i32;
793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
794 pub const CO_E_FIRST: i32 = -2147221008i32;
795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
796 pub const CO_E_IIDREG_INCONSISTENT: ::windows_sys::core::HRESULT = -2147467232i32;
797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
798 pub const CO_E_IIDSTRING: ::windows_sys::core::HRESULT = -2147221004i32;
799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
800 pub const CO_E_INCOMPATIBLESTREAMVERSION: ::windows_sys::core::HRESULT = -2147417797i32;
801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
802 pub const CO_E_INITIALIZATIONFAILED: ::windows_sys::core::HRESULT = -2147164123i32;
803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
804 pub const CO_E_INIT_CLASS_CACHE: ::windows_sys::core::HRESULT = -2147467255i32;
805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
806 pub const CO_E_INIT_MEMORY_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467256i32;
807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
808 pub const CO_E_INIT_ONLY_SINGLE_THREADED: ::windows_sys::core::HRESULT = -2147467246i32;
809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
810 pub const CO_E_INIT_RPC_CHANNEL: ::windows_sys::core::HRESULT = -2147467254i32;
811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
812 pub const CO_E_INIT_SCM_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2147467247i32;
813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
814 pub const CO_E_INIT_SCM_FILE_MAPPING_EXISTS: ::windows_sys::core::HRESULT = -2147467249i32;
815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
816 pub const CO_E_INIT_SCM_MAP_VIEW_OF_FILE: ::windows_sys::core::HRESULT = -2147467248i32;
817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
818 pub const CO_E_INIT_SCM_MUTEX_EXISTS: ::windows_sys::core::HRESULT = -2147467250i32;
819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
820 pub const CO_E_INIT_SHARED_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467257i32;
821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
822 pub const CO_E_INIT_TLS: ::windows_sys::core::HRESULT = -2147467258i32;
823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
824 pub const CO_E_INIT_TLS_CHANNEL_CONTROL: ::windows_sys::core::HRESULT = -2147467252i32;
825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
826 pub const CO_E_INIT_TLS_SET_CHANNEL_CONTROL: ::windows_sys::core::HRESULT = -2147467253i32;
827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
828 pub const CO_E_INIT_UNACCEPTED_USER_ALLOCATOR: ::windows_sys::core::HRESULT = -2147467251i32;
829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
830 pub const CO_E_INVALIDSID: ::windows_sys::core::HRESULT = -2147417811i32;
831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
832 pub const CO_E_ISOLEVELMISMATCH: ::windows_sys::core::HRESULT = -2147164113i32;
833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
834 pub const CO_E_LAST: i32 = -2147220993i32;
835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
836 pub const CO_E_LAUNCH_PERMSSION_DENIED: ::windows_sys::core::HRESULT = -2147467237i32;
837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
838 pub const CO_E_LOOKUPACCNAMEFAILED: ::windows_sys::core::HRESULT = -2147417806i32;
839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
840 pub const CO_E_LOOKUPACCSIDFAILED: ::windows_sys::core::HRESULT = -2147417808i32;
841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
842 pub const CO_E_MALFORMED_SPN: ::windows_sys::core::HRESULT = -2147467213i32;
843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
844 pub const CO_E_MISSING_DISPLAYNAME: ::windows_sys::core::HRESULT = -2146959339i32;
845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
846 pub const CO_E_MSI_ERROR: ::windows_sys::core::HRESULT = -2147467229i32;
847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
848 pub const CO_E_NETACCESSAPIFAILED: ::windows_sys::core::HRESULT = -2147417813i32;
849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
850 pub const CO_E_NOCOOKIES: ::windows_sys::core::HRESULT = -2147164118i32;
851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
852 pub const CO_E_NOIISINTRINSICS: ::windows_sys::core::HRESULT = -2147164119i32;
853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
854 pub const CO_E_NOMATCHINGNAMEFOUND: ::windows_sys::core::HRESULT = -2147417807i32;
855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
856 pub const CO_E_NOMATCHINGSIDFOUND: ::windows_sys::core::HRESULT = -2147417809i32;
857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
858 pub const CO_E_NOSYNCHRONIZATION: ::windows_sys::core::HRESULT = -2147164114i32;
859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
860 pub const CO_E_NOTCONSTRUCTED: ::windows_sys::core::HRESULT = -2147164115i32;
861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
862 pub const CO_E_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2147221008i32;
863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
864 pub const CO_E_NOTPOOLED: ::windows_sys::core::HRESULT = -2147164116i32;
865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
866 pub const CO_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2147467231i32;
867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
868 pub const CO_E_NO_SECCTX_IN_ACTIVATE: ::windows_sys::core::HRESULT = -2147467221i32;
869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
870 pub const CO_E_OBJISREG: ::windows_sys::core::HRESULT = -2147220996i32;
871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
872 pub const CO_E_OBJNOTCONNECTED: ::windows_sys::core::HRESULT = -2147220995i32;
873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
874 pub const CO_E_OBJNOTREG: ::windows_sys::core::HRESULT = -2147220997i32;
875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
876 pub const CO_E_OBJSRV_RPC_FAILURE: ::windows_sys::core::HRESULT = -2146959354i32;
877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
878 pub const CO_E_OLE1DDE_DISABLED: ::windows_sys::core::HRESULT = -2147467242i32;
879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
880 pub const CO_E_PATHTOOLONG: ::windows_sys::core::HRESULT = -2147417803i32;
881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
882 pub const CO_E_PREMATURE_STUB_RUNDOWN: ::windows_sys::core::HRESULT = -2147467211i32;
883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
884 pub const CO_E_RELEASED: ::windows_sys::core::HRESULT = -2147220993i32;
885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
886 pub const CO_E_RELOAD_DLL: ::windows_sys::core::HRESULT = -2147467230i32;
887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
888 pub const CO_E_REMOTE_COMMUNICATION_FAILURE: ::windows_sys::core::HRESULT = -2147467235i32;
889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
890 pub const CO_E_RUNAS_CREATEPROCESS_FAILURE: ::windows_sys::core::HRESULT = -2147467239i32;
891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
892 pub const CO_E_RUNAS_LOGON_FAILURE: ::windows_sys::core::HRESULT = -2147467238i32;
893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
894 pub const CO_E_RUNAS_SYNTAX: ::windows_sys::core::HRESULT = -2147467241i32;
895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
896 pub const CO_E_RUNAS_VALUE_MUST_BE_AAA: ::windows_sys::core::HRESULT = -2146959338i32;
897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
898 pub const CO_E_SCM_ERROR: ::windows_sys::core::HRESULT = -2146959358i32;
899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
900 pub const CO_E_SCM_RPC_FAILURE: ::windows_sys::core::HRESULT = -2146959357i32;
901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
902 pub const CO_E_SERVER_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2146959355i32;
903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
904 pub const CO_E_SERVER_INIT_TIMEOUT: ::windows_sys::core::HRESULT = -2147467222i32;
905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
906 pub const CO_E_SERVER_NOT_PAUSED: ::windows_sys::core::HRESULT = -2147467226i32;
907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
908 pub const CO_E_SERVER_PAUSED: ::windows_sys::core::HRESULT = -2147467227i32;
909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
910 pub const CO_E_SERVER_START_TIMEOUT: ::windows_sys::core::HRESULT = -2147467234i32;
911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
912 pub const CO_E_SERVER_STOPPING: ::windows_sys::core::HRESULT = -2146959352i32;
913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
914 pub const CO_E_SETSERLHNDLFAILED: ::windows_sys::core::HRESULT = -2147417805i32;
915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
916 pub const CO_E_START_SERVICE_FAILURE: ::windows_sys::core::HRESULT = -2147467236i32;
917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
918 pub const CO_E_SXS_CONFIG: ::windows_sys::core::HRESULT = -2147467214i32;
919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
920 pub const CO_E_THREADINGMODEL_CHANGED: ::windows_sys::core::HRESULT = -2147164120i32;
921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
922 pub const CO_E_THREADPOOL_CONFIG: ::windows_sys::core::HRESULT = -2147467215i32;
923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
924 pub const CO_E_TRACKER_CONFIG: ::windows_sys::core::HRESULT = -2147467216i32;
925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
926 pub const CO_E_TRUSTEEDOESNTMATCHCLIENT: ::windows_sys::core::HRESULT = -2147417817i32;
927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
928 pub const CO_E_UNREVOKED_REGISTRATION_ON_APARTMENT_SHUTDOWN: ::windows_sys::core::HRESULT = -2147467212i32;
929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
930 pub const CO_E_WRONGOSFORAPP: ::windows_sys::core::HRESULT = -2147220998i32;
931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
932 pub const CO_E_WRONGTRUSTEENAMESYNTAX: ::windows_sys::core::HRESULT = -2147417812i32;
933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
934 pub const CO_E_WRONG_SERVER_IDENTITY: ::windows_sys::core::HRESULT = -2147467243i32;
935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
936 pub const CO_S_FIRST: i32 = 262640i32;
937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
938 pub const CO_S_LAST: i32 = 262655i32;
939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
940 pub const CO_S_MACHINENAMENOTFOUND: ::windows_sys::core::HRESULT = 524307i32;
941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
942 pub const CO_S_NOTALLINTERFACES: ::windows_sys::core::HRESULT = 524306i32;
943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
944 pub const CRYPT_E_ALREADY_DECRYPTED: ::windows_sys::core::HRESULT = -2146889719i32;
945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
946 pub const CRYPT_E_ASN1_BADARGS: ::windows_sys::core::HRESULT = -2146881271i32;
947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
948 pub const CRYPT_E_ASN1_BADPDU: ::windows_sys::core::HRESULT = -2146881272i32;
949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
950 pub const CRYPT_E_ASN1_BADREAL: ::windows_sys::core::HRESULT = -2146881270i32;
951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
952 pub const CRYPT_E_ASN1_BADTAG: ::windows_sys::core::HRESULT = -2146881269i32;
953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
954 pub const CRYPT_E_ASN1_CHOICE: ::windows_sys::core::HRESULT = -2146881268i32;
955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
956 pub const CRYPT_E_ASN1_CONSTRAINT: ::windows_sys::core::HRESULT = -2146881275i32;
957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
958 pub const CRYPT_E_ASN1_CORRUPT: ::windows_sys::core::HRESULT = -2146881277i32;
959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
960 pub const CRYPT_E_ASN1_EOD: ::windows_sys::core::HRESULT = -2146881278i32;
961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
962 pub const CRYPT_E_ASN1_ERROR: ::windows_sys::core::HRESULT = -2146881280i32;
963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
964 pub const CRYPT_E_ASN1_EXTENDED: ::windows_sys::core::HRESULT = -2146881023i32;
965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
966 pub const CRYPT_E_ASN1_INTERNAL: ::windows_sys::core::HRESULT = -2146881279i32;
967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
968 pub const CRYPT_E_ASN1_LARGE: ::windows_sys::core::HRESULT = -2146881276i32;
969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
970 pub const CRYPT_E_ASN1_MEMORY: ::windows_sys::core::HRESULT = -2146881274i32;
971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
972 pub const CRYPT_E_ASN1_NOEOD: ::windows_sys::core::HRESULT = -2146881022i32;
973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
974 pub const CRYPT_E_ASN1_NYI: ::windows_sys::core::HRESULT = -2146881228i32;
975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
976 pub const CRYPT_E_ASN1_OVERFLOW: ::windows_sys::core::HRESULT = -2146881273i32;
977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
978 pub const CRYPT_E_ASN1_PDU_TYPE: ::windows_sys::core::HRESULT = -2146881229i32;
979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
980 pub const CRYPT_E_ASN1_RULE: ::windows_sys::core::HRESULT = -2146881267i32;
981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
982 pub const CRYPT_E_ASN1_UTF8: ::windows_sys::core::HRESULT = -2146881266i32;
983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
984 pub const CRYPT_E_ATTRIBUTES_MISSING: ::windows_sys::core::HRESULT = -2146889713i32;
985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
986 pub const CRYPT_E_AUTH_ATTR_MISSING: ::windows_sys::core::HRESULT = -2146889722i32;
987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
988 pub const CRYPT_E_BAD_ENCODE: ::windows_sys::core::HRESULT = -2146885630i32;
989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
990 pub const CRYPT_E_BAD_LEN: ::windows_sys::core::HRESULT = -2146885631i32;
991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
992 pub const CRYPT_E_BAD_MSG: ::windows_sys::core::HRESULT = -2146885619i32;
993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
994 pub const CRYPT_E_CONTROL_TYPE: ::windows_sys::core::HRESULT = -2146889716i32;
995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
996 pub const CRYPT_E_DELETED_PREV: ::windows_sys::core::HRESULT = -2146885624i32;
997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
998 pub const CRYPT_E_EXISTS: ::windows_sys::core::HRESULT = -2146885627i32;
999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1000 pub const CRYPT_E_FILERESIZED: ::windows_sys::core::HRESULT = -2146885595i32;
1001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1002 pub const CRYPT_E_FILE_ERROR: ::windows_sys::core::HRESULT = -2146885629i32;
1003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1004 pub const CRYPT_E_HASH_VALUE: ::windows_sys::core::HRESULT = -2146889721i32;
1005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1006 pub const CRYPT_E_INVALID_IA5_STRING: ::windows_sys::core::HRESULT = -2146885598i32;
1007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1008 pub const CRYPT_E_INVALID_INDEX: ::windows_sys::core::HRESULT = -2146889720i32;
1009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1010 pub const CRYPT_E_INVALID_MSG_TYPE: ::windows_sys::core::HRESULT = -2146889724i32;
1011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1012 pub const CRYPT_E_INVALID_NUMERIC_STRING: ::windows_sys::core::HRESULT = -2146885600i32;
1013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1014 pub const CRYPT_E_INVALID_PRINTABLE_STRING: ::windows_sys::core::HRESULT = -2146885599i32;
1015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1016 pub const CRYPT_E_INVALID_X500_STRING: ::windows_sys::core::HRESULT = -2146885597i32;
1017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1018 pub const CRYPT_E_ISSUER_SERIALNUMBER: ::windows_sys::core::HRESULT = -2146889715i32;
1019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1020 pub const CRYPT_E_MISSING_PUBKEY_PARA: ::windows_sys::core::HRESULT = -2146885588i32;
1021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1022 pub const CRYPT_E_MSG_ERROR: ::windows_sys::core::HRESULT = -2146889727i32;
1023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1024 pub const CRYPT_E_NOT_CHAR_STRING: ::windows_sys::core::HRESULT = -2146885596i32;
1025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1026 pub const CRYPT_E_NOT_DECRYPTED: ::windows_sys::core::HRESULT = -2146889718i32;
1027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1028 pub const CRYPT_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2146885628i32;
1029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1030 pub const CRYPT_E_NOT_IN_CTL: ::windows_sys::core::HRESULT = -2146885590i32;
1031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1032 pub const CRYPT_E_NOT_IN_REVOCATION_DATABASE: ::windows_sys::core::HRESULT = -2146885612i32;
1033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1034 pub const CRYPT_E_NO_DECRYPT_CERT: ::windows_sys::core::HRESULT = -2146885620i32;
1035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1036 pub const CRYPT_E_NO_KEY_PROPERTY: ::windows_sys::core::HRESULT = -2146885621i32;
1037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1038 pub const CRYPT_E_NO_MATCH: ::windows_sys::core::HRESULT = -2146885623i32;
1039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1040 pub const CRYPT_E_NO_PROVIDER: ::windows_sys::core::HRESULT = -2146885626i32;
1041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1042 pub const CRYPT_E_NO_REVOCATION_CHECK: ::windows_sys::core::HRESULT = -2146885614i32;
1043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1044 pub const CRYPT_E_NO_REVOCATION_DLL: ::windows_sys::core::HRESULT = -2146885615i32;
1045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1046 pub const CRYPT_E_NO_SIGNER: ::windows_sys::core::HRESULT = -2146885618i32;
1047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1048 pub const CRYPT_E_NO_TRUSTED_SIGNER: ::windows_sys::core::HRESULT = -2146885589i32;
1049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1050 pub const CRYPT_E_NO_VERIFY_USAGE_CHECK: ::windows_sys::core::HRESULT = -2146885592i32;
1051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1052 pub const CRYPT_E_NO_VERIFY_USAGE_DLL: ::windows_sys::core::HRESULT = -2146885593i32;
1053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1054 pub const CRYPT_E_OBJECT_LOCATOR_OBJECT_NOT_FOUND: ::windows_sys::core::HRESULT = -2146885587i32;
1055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1056 pub const CRYPT_E_OID_FORMAT: ::windows_sys::core::HRESULT = -2146889725i32;
1057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1058 pub const CRYPT_E_OSS_ERROR: ::windows_sys::core::HRESULT = -2146881536i32;
1059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1060 pub const CRYPT_E_PENDING_CLOSE: ::windows_sys::core::HRESULT = -2146885617i32;
1061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1062 pub const CRYPT_E_RECIPIENT_NOT_FOUND: ::windows_sys::core::HRESULT = -2146889717i32;
1063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1064 pub const CRYPT_E_REVOCATION_OFFLINE: ::windows_sys::core::HRESULT = -2146885613i32;
1065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1066 pub const CRYPT_E_REVOKED: ::windows_sys::core::HRESULT = -2146885616i32;
1067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1068 pub const CRYPT_E_SECURITY_SETTINGS: ::windows_sys::core::HRESULT = -2146885594i32;
1069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1070 pub const CRYPT_E_SELF_SIGNED: ::windows_sys::core::HRESULT = -2146885625i32;
1071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1072 pub const CRYPT_E_SIGNER_NOT_FOUND: ::windows_sys::core::HRESULT = -2146889714i32;
1073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1074 pub const CRYPT_E_STREAM_INSUFFICIENT_DATA: ::windows_sys::core::HRESULT = -2146889711i32;
1075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1076 pub const CRYPT_E_STREAM_MSG_NOT_READY: ::windows_sys::core::HRESULT = -2146889712i32;
1077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1078 pub const CRYPT_E_UNEXPECTED_ENCODING: ::windows_sys::core::HRESULT = -2146889723i32;
1079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1080 pub const CRYPT_E_UNEXPECTED_MSG_TYPE: ::windows_sys::core::HRESULT = -2146885622i32;
1081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1082 pub const CRYPT_E_UNKNOWN_ALGO: ::windows_sys::core::HRESULT = -2146889726i32;
1083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1084 pub const CRYPT_E_VERIFY_USAGE_OFFLINE: ::windows_sys::core::HRESULT = -2146885591i32;
1085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1086 pub const CRYPT_I_NEW_PROTECTION_REQUIRED: ::windows_sys::core::HRESULT = 593938i32;
1087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1088 pub const CS_E_ADMIN_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2147221139i32;
1089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1090 pub const CS_E_CLASS_NOTFOUND: ::windows_sys::core::HRESULT = -2147221146i32;
1091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1092 pub const CS_E_FIRST: i32 = -2147221148i32;
1093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1094 pub const CS_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2147221137i32;
1095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1096 pub const CS_E_INVALID_PATH: ::windows_sys::core::HRESULT = -2147221141i32;
1097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1098 pub const CS_E_INVALID_VERSION: ::windows_sys::core::HRESULT = -2147221145i32;
1099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1100 pub const CS_E_LAST: i32 = -2147221137i32;
1101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1102 pub const CS_E_NETWORK_ERROR: ::windows_sys::core::HRESULT = -2147221140i32;
1103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1104 pub const CS_E_NOT_DELETABLE: ::windows_sys::core::HRESULT = -2147221147i32;
1105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1106 pub const CS_E_NO_CLASSSTORE: ::windows_sys::core::HRESULT = -2147221144i32;
1107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1108 pub const CS_E_OBJECT_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2147221142i32;
1109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1110 pub const CS_E_OBJECT_NOTFOUND: ::windows_sys::core::HRESULT = -2147221143i32;
1111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1112 pub const CS_E_PACKAGE_NOTFOUND: ::windows_sys::core::HRESULT = -2147221148i32;
1113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1114 pub const CS_E_SCHEMA_MISMATCH: ::windows_sys::core::HRESULT = -2147221138i32;
1115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1116 pub const D2DERR_BAD_NUMBER: ::windows_sys::core::HRESULT = -2003238895i32;
1117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1118 pub const D2DERR_BITMAP_BOUND_AS_TARGET: ::windows_sys::core::HRESULT = -2003238875i32;
1119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1120 pub const D2DERR_BITMAP_CANNOT_DRAW: ::windows_sys::core::HRESULT = -2003238879i32;
1121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1122 pub const D2DERR_CYCLIC_GRAPH: ::windows_sys::core::HRESULT = -2003238880i32;
1123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1124 pub const D2DERR_DISPLAY_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003238903i32;
1125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1126 pub const D2DERR_DISPLAY_STATE_INVALID: ::windows_sys::core::HRESULT = -2003238906i32;
1127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1128 pub const D2DERR_EFFECT_IS_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2003238872i32;
1129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1130 pub const D2DERR_EXCEEDS_MAX_BITMAP_SIZE: ::windows_sys::core::HRESULT = -2003238883i32;
1131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1132 pub const D2DERR_INCOMPATIBLE_BRUSH_TYPES: ::windows_sys::core::HRESULT = -2003238888i32;
1133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1134 pub const D2DERR_INSUFFICIENT_DEVICE_CAPABILITIES: ::windows_sys::core::HRESULT = -2003238874i32;
1135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1136 pub const D2DERR_INTERMEDIATE_TOO_LARGE: ::windows_sys::core::HRESULT = -2003238873i32;
1137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1138 pub const D2DERR_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2003238904i32;
1139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1140 pub const D2DERR_INVALID_CALL: ::windows_sys::core::HRESULT = -2003238902i32;
1141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1142 pub const D2DERR_INVALID_GLYPH_IMAGE: ::windows_sys::core::HRESULT = -2003238866i32;
1143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1144 pub const D2DERR_INVALID_GRAPH_CONFIGURATION: ::windows_sys::core::HRESULT = -2003238882i32;
1145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1146 pub const D2DERR_INVALID_INTERNAL_GRAPH_CONFIGURATION: ::windows_sys::core::HRESULT = -2003238881i32;
1147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1148 pub const D2DERR_INVALID_PROPERTY: ::windows_sys::core::HRESULT = -2003238871i32;
1149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1150 pub const D2DERR_INVALID_TARGET: ::windows_sys::core::HRESULT = -2003238876i32;
1151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1152 pub const D2DERR_LAYER_ALREADY_IN_USE: ::windows_sys::core::HRESULT = -2003238893i32;
1153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1154 pub const D2DERR_MAX_TEXTURE_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2003238897i32;
1155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1156 pub const D2DERR_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2003238910i32;
1157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1158 pub const D2DERR_NO_HARDWARE_DEVICE: ::windows_sys::core::HRESULT = -2003238901i32;
1159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1160 pub const D2DERR_NO_SUBPROPERTIES: ::windows_sys::core::HRESULT = -2003238870i32;
1161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1162 pub const D2DERR_ORIGINAL_TARGET_NOT_BOUND: ::windows_sys::core::HRESULT = -2003238877i32;
1163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1164 pub const D2DERR_OUTSTANDING_BITMAP_REFERENCES: ::windows_sys::core::HRESULT = -2003238878i32;
1165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1166 pub const D2DERR_POP_CALL_DID_NOT_MATCH_PUSH: ::windows_sys::core::HRESULT = -2003238892i32;
1167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1168 pub const D2DERR_PRINT_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003238868i32;
1169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1170 pub const D2DERR_PRINT_JOB_CLOSED: ::windows_sys::core::HRESULT = -2003238869i32;
1171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1172 pub const D2DERR_PUSH_POP_UNBALANCED: ::windows_sys::core::HRESULT = -2003238890i32;
1173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1174 pub const D2DERR_RECREATE_TARGET: ::windows_sys::core::HRESULT = -2003238900i32;
1175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1176 pub const D2DERR_RENDER_TARGET_HAS_LAYER_OR_CLIPRECT: ::windows_sys::core::HRESULT = -2003238889i32;
1177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1178 pub const D2DERR_SCANNER_FAILED: ::windows_sys::core::HRESULT = -2003238908i32;
1179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1180 pub const D2DERR_SCREEN_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2003238907i32;
1181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1182 pub const D2DERR_SHADER_COMPILE_FAILED: ::windows_sys::core::HRESULT = -2003238898i32;
1183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1184 pub const D2DERR_TARGET_NOT_GDI_COMPATIBLE: ::windows_sys::core::HRESULT = -2003238886i32;
1185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1186 pub const D2DERR_TEXT_EFFECT_IS_WRONG_TYPE: ::windows_sys::core::HRESULT = -2003238885i32;
1187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1188 pub const D2DERR_TEXT_RENDERER_NOT_RELEASED: ::windows_sys::core::HRESULT = -2003238884i32;
1189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1190 pub const D2DERR_TOO_MANY_SHADER_ELEMENTS: ::windows_sys::core::HRESULT = -2003238899i32;
1191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1192 pub const D2DERR_TOO_MANY_TRANSFORM_INPUTS: ::windows_sys::core::HRESULT = -2003238867i32;
1193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1194 pub const D2DERR_UNSUPPORTED_OPERATION: ::windows_sys::core::HRESULT = -2003238909i32;
1195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1196 pub const D2DERR_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2003238896i32;
1197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1198 pub const D2DERR_WIN32_ERROR: ::windows_sys::core::HRESULT = -2003238887i32;
1199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1200 pub const D2DERR_WRONG_FACTORY: ::windows_sys::core::HRESULT = -2003238894i32;
1201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1202 pub const D2DERR_WRONG_RESOURCE_DOMAIN: ::windows_sys::core::HRESULT = -2003238891i32;
1203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1204 pub const D2DERR_WRONG_STATE: ::windows_sys::core::HRESULT = -2003238911i32;
1205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1206 pub const D2DERR_ZERO_VECTOR: ::windows_sys::core::HRESULT = -2003238905i32;
1207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1208 pub const D3D10_ERROR_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2005336062i32;
1209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1210 pub const D3D10_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS: ::windows_sys::core::HRESULT = -2005336063i32;
1211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1212 pub const D3D11_ERROR_DEFERRED_CONTEXT_MAP_WITHOUT_INITIAL_DISCARD: ::windows_sys::core::HRESULT = -2005139452i32;
1213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1214 pub const D3D11_ERROR_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2005139454i32;
1215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1216 pub const D3D11_ERROR_TOO_MANY_UNIQUE_STATE_OBJECTS: ::windows_sys::core::HRESULT = -2005139455i32;
1217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1218 pub const D3D11_ERROR_TOO_MANY_UNIQUE_VIEW_OBJECTS: ::windows_sys::core::HRESULT = -2005139453i32;
1219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1220 pub const D3D12_ERROR_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2005008383i32;
1221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1222 pub const D3D12_ERROR_DRIVER_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2005008382i32;
1223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1224 pub const D3D12_ERROR_INVALID_REDIST: ::windows_sys::core::HRESULT = -2005008381i32;
1225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1226 pub const DATA_E_FIRST: i32 = -2147221200i32;
1227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1228 pub const DATA_E_LAST: i32 = -2147221185i32;
1229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1230 pub const DATA_S_FIRST: i32 = 262448i32;
1231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1232 pub const DATA_S_LAST: i32 = 262463i32;
1233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1234 pub const DATA_S_SAMEFORMATETC: ::windows_sys::core::HRESULT = 262448i32;
1235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1236 pub const DBG_APP_NOT_IDLE: NTSTATUS = -1073676286i32;
1237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1238 pub const DBG_COMMAND_EXCEPTION: NTSTATUS = 1073807369i32;
1239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1240 pub const DBG_CONTINUE: NTSTATUS = 65538i32;
1241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1242 pub const DBG_CONTROL_BREAK: NTSTATUS = 1073807368i32;
1243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1244 pub const DBG_CONTROL_C: NTSTATUS = 1073807365i32;
1245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1246 pub const DBG_EXCEPTION_HANDLED: NTSTATUS = 65537i32;
1247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1248 pub const DBG_EXCEPTION_NOT_HANDLED: NTSTATUS = -2147418111i32;
1249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1250 pub const DBG_NO_STATE_CHANGE: NTSTATUS = -1073676287i32;
1251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1252 pub const DBG_PRINTEXCEPTION_C: NTSTATUS = 1073807366i32;
1253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1254 pub const DBG_PRINTEXCEPTION_WIDE_C: NTSTATUS = 1073807370i32;
1255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1256 pub const DBG_REPLY_LATER: NTSTATUS = 1073807361i32;
1257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1258 pub const DBG_RIPEXCEPTION: NTSTATUS = 1073807367i32;
1259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1260 pub const DBG_TERMINATE_PROCESS: NTSTATUS = 1073807364i32;
1261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1262 pub const DBG_TERMINATE_THREAD: NTSTATUS = 1073807363i32;
1263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1264 pub const DBG_UNABLE_TO_PROVIDE_HANDLE: NTSTATUS = 1073807362i32;
1265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1266 pub const DCOMPOSITION_ERROR_SURFACE_BEING_RENDERED: ::windows_sys::core::HRESULT = -2003302399i32;
1267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1268 pub const DCOMPOSITION_ERROR_SURFACE_NOT_BEING_RENDERED: ::windows_sys::core::HRESULT = -2003302398i32;
1269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1270 pub const DCOMPOSITION_ERROR_WINDOW_ALREADY_COMPOSED: ::windows_sys::core::HRESULT = -2003302400i32;
1271 #[repr(C)]
1272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1273 pub struct DECIMAL {
1274 pub wReserved: u16,
1275 pub Anonymous1: DECIMAL_0,
1276 pub Hi32: u32,
1277 pub Anonymous2: DECIMAL_1,
1278 }
1279 impl ::core::marker::Copy for DECIMAL {}
1280 impl ::core::clone::Clone for DECIMAL {
1281 fn clone(&self) -> Self {
1282 *self
1283 }
1284 }
1285 #[repr(C)]
1286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1287 pub union DECIMAL_0 {
1288 pub Anonymous: DECIMAL_0_0,
1289 pub signscale: u16,
1290 }
1291 impl ::core::marker::Copy for DECIMAL_0 {}
1292 impl ::core::clone::Clone for DECIMAL_0 {
1293 fn clone(&self) -> Self {
1294 *self
1295 }
1296 }
1297 #[repr(C)]
1298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1299 pub struct DECIMAL_0_0 {
1300 pub scale: u8,
1301 pub sign: u8,
1302 }
1303 impl ::core::marker::Copy for DECIMAL_0_0 {}
1304 impl ::core::clone::Clone for DECIMAL_0_0 {
1305 fn clone(&self) -> Self {
1306 *self
1307 }
1308 }
1309 #[repr(C)]
1310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1311 pub union DECIMAL_1 {
1312 pub Anonymous: DECIMAL_1_0,
1313 pub Lo64: u64,
1314 }
1315 impl ::core::marker::Copy for DECIMAL_1 {}
1316 impl ::core::clone::Clone for DECIMAL_1 {
1317 fn clone(&self) -> Self {
1318 *self
1319 }
1320 }
1321 #[repr(C)]
1322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1323 pub struct DECIMAL_1_0 {
1324 pub Lo32: u32,
1325 pub Mid32: u32,
1326 }
1327 impl ::core::marker::Copy for DECIMAL_1_0 {}
1328 impl ::core::clone::Clone for DECIMAL_1_0 {
1329 fn clone(&self) -> Self {
1330 *self
1331 }
1332 }
1333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1334 pub const DIGSIG_E_CRYPTO: ::windows_sys::core::HRESULT = -2146762744i32;
1335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1336 pub const DIGSIG_E_DECODE: ::windows_sys::core::HRESULT = -2146762746i32;
1337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1338 pub const DIGSIG_E_ENCODE: ::windows_sys::core::HRESULT = -2146762747i32;
1339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1340 pub const DIGSIG_E_EXTENSIBILITY: ::windows_sys::core::HRESULT = -2146762745i32;
1341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1342 pub const DISP_E_ARRAYISLOCKED: ::windows_sys::core::HRESULT = -2147352563i32;
1343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1344 pub const DISP_E_BADCALLEE: ::windows_sys::core::HRESULT = -2147352560i32;
1345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1346 pub const DISP_E_BADINDEX: ::windows_sys::core::HRESULT = -2147352565i32;
1347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1348 pub const DISP_E_BADPARAMCOUNT: ::windows_sys::core::HRESULT = -2147352562i32;
1349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1350 pub const DISP_E_BADVARTYPE: ::windows_sys::core::HRESULT = -2147352568i32;
1351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1352 pub const DISP_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147352557i32;
1353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1354 pub const DISP_E_DIVBYZERO: ::windows_sys::core::HRESULT = -2147352558i32;
1355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1356 pub const DISP_E_EXCEPTION: ::windows_sys::core::HRESULT = -2147352567i32;
1357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1358 pub const DISP_E_MEMBERNOTFOUND: ::windows_sys::core::HRESULT = -2147352573i32;
1359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1360 pub const DISP_E_NONAMEDARGS: ::windows_sys::core::HRESULT = -2147352569i32;
1361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1362 pub const DISP_E_NOTACOLLECTION: ::windows_sys::core::HRESULT = -2147352559i32;
1363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1364 pub const DISP_E_OVERFLOW: ::windows_sys::core::HRESULT = -2147352566i32;
1365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1366 pub const DISP_E_PARAMNOTFOUND: ::windows_sys::core::HRESULT = -2147352572i32;
1367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1368 pub const DISP_E_PARAMNOTOPTIONAL: ::windows_sys::core::HRESULT = -2147352561i32;
1369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1370 pub const DISP_E_TYPEMISMATCH: ::windows_sys::core::HRESULT = -2147352571i32;
1371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1372 pub const DISP_E_UNKNOWNINTERFACE: ::windows_sys::core::HRESULT = -2147352575i32;
1373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1374 pub const DISP_E_UNKNOWNLCID: ::windows_sys::core::HRESULT = -2147352564i32;
1375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1376 pub const DISP_E_UNKNOWNNAME: ::windows_sys::core::HRESULT = -2147352570i32;
1377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1378 pub const DM_COPY: u32 = 2u32;
1379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1380 pub const DM_IN_BUFFER: u32 = 8u32;
1381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1382 pub const DM_IN_PROMPT: u32 = 4u32;
1383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1384 pub const DM_MODIFY: u32 = 8u32;
1385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1386 pub const DM_OUT_BUFFER: u32 = 2u32;
1387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1388 pub const DM_OUT_DEFAULT: u32 = 1u32;
1389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1390 pub const DM_PROMPT: u32 = 4u32;
1391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1392 pub const DM_UPDATE: u32 = 1u32;
1393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1394 pub const DNS_INFO_ADDED_LOCAL_WINS: i32 = 9753i32;
1395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1396 pub const DNS_INFO_AXFR_COMPLETE: i32 = 9751i32;
1397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1398 pub const DNS_INFO_NO_RECORDS: i32 = 9501i32;
1399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1400 pub const DNS_REQUEST_PENDING: i32 = 9506i32;
1401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1402 pub const DNS_STATUS_CONTINUE_NEEDED: i32 = 9801i32;
1403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1404 pub const DNS_STATUS_DOTTED_NAME: i32 = 9558i32;
1405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1406 pub const DNS_STATUS_FQDN: i32 = 9557i32;
1407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1408 pub const DNS_STATUS_SINGLE_PART_NAME: i32 = 9559i32;
1409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1410 pub const DNS_WARNING_DOMAIN_UNDELETED: i32 = 9716i32;
1411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1412 pub const DNS_WARNING_PTR_CREATE_FAILED: i32 = 9715i32;
1413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1414 pub const DRAGDROP_E_ALREADYREGISTERED: ::windows_sys::core::HRESULT = -2147221247i32;
1415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1416 pub const DRAGDROP_E_CONCURRENT_DRAG_ATTEMPTED: ::windows_sys::core::HRESULT = -2147221245i32;
1417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1418 pub const DRAGDROP_E_FIRST: i32 = -2147221248i32;
1419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1420 pub const DRAGDROP_E_INVALIDHWND: ::windows_sys::core::HRESULT = -2147221246i32;
1421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1422 pub const DRAGDROP_E_LAST: i32 = -2147221233i32;
1423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1424 pub const DRAGDROP_E_NOTREGISTERED: ::windows_sys::core::HRESULT = -2147221248i32;
1425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1426 pub const DRAGDROP_S_CANCEL: ::windows_sys::core::HRESULT = 262401i32;
1427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1428 pub const DRAGDROP_S_DROP: ::windows_sys::core::HRESULT = 262400i32;
1429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1430 pub const DRAGDROP_S_FIRST: i32 = 262400i32;
1431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1432 pub const DRAGDROP_S_LAST: i32 = 262415i32;
1433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1434 pub const DRAGDROP_S_USEDEFAULTCURSORS: ::windows_sys::core::HRESULT = 262402i32;
1435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1436 pub type DUPLICATE_HANDLE_OPTIONS = u32;
1437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1438 pub const DUPLICATE_CLOSE_SOURCE: DUPLICATE_HANDLE_OPTIONS = 1u32;
1439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1440 pub const DUPLICATE_SAME_ACCESS: DUPLICATE_HANDLE_OPTIONS = 2u32;
1441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1442 pub const DV_E_CLIPFORMAT: ::windows_sys::core::HRESULT = -2147221398i32;
1443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1444 pub const DV_E_DVASPECT: ::windows_sys::core::HRESULT = -2147221397i32;
1445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1446 pub const DV_E_DVTARGETDEVICE: ::windows_sys::core::HRESULT = -2147221403i32;
1447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1448 pub const DV_E_DVTARGETDEVICE_SIZE: ::windows_sys::core::HRESULT = -2147221396i32;
1449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1450 pub const DV_E_FORMATETC: ::windows_sys::core::HRESULT = -2147221404i32;
1451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1452 pub const DV_E_LINDEX: ::windows_sys::core::HRESULT = -2147221400i32;
1453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1454 pub const DV_E_NOIVIEWOBJECT: ::windows_sys::core::HRESULT = -2147221395i32;
1455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1456 pub const DV_E_STATDATA: ::windows_sys::core::HRESULT = -2147221401i32;
1457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1458 pub const DV_E_STGMEDIUM: ::windows_sys::core::HRESULT = -2147221402i32;
1459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1460 pub const DV_E_TYMED: ::windows_sys::core::HRESULT = -2147221399i32;
1461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1462 pub const DWMERR_CATASTROPHIC_FAILURE: ::windows_sys::core::HRESULT = -2003302654i32;
1463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1464 pub const DWMERR_STATE_TRANSITION_FAILED: ::windows_sys::core::HRESULT = -2003302656i32;
1465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1466 pub const DWMERR_THEME_FAILED: ::windows_sys::core::HRESULT = -2003302655i32;
1467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1468 pub const DWM_E_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144980987i32;
1469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1470 pub const DWM_E_COMPOSITIONDISABLED: ::windows_sys::core::HRESULT = -2144980991i32;
1471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1472 pub const DWM_E_NOT_QUEUING_PRESENTS: ::windows_sys::core::HRESULT = -2144980988i32;
1473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1474 pub const DWM_E_NO_REDIRECTION_SURFACE_AVAILABLE: ::windows_sys::core::HRESULT = -2144980989i32;
1475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1476 pub const DWM_E_REMOTING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144980990i32;
1477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1478 pub const DWM_E_TEXTURE_TOO_LARGE: ::windows_sys::core::HRESULT = -2144980985i32;
1479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1480 pub const DWM_S_GDI_REDIRECTION_SURFACE: ::windows_sys::core::HRESULT = 2502661i32;
1481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1482 pub const DWM_S_GDI_REDIRECTION_SURFACE_BLT_VIA_GDI: ::windows_sys::core::HRESULT = 2502664i32;
1483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1484 pub const DWRITE_E_ALREADYREGISTERED: ::windows_sys::core::HRESULT = -2003283962i32;
1485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1486 pub const DWRITE_E_CACHEFORMAT: ::windows_sys::core::HRESULT = -2003283961i32;
1487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1488 pub const DWRITE_E_CACHEVERSION: ::windows_sys::core::HRESULT = -2003283960i32;
1489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1490 pub const DWRITE_E_FILEACCESS: ::windows_sys::core::HRESULT = -2003283964i32;
1491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1492 pub const DWRITE_E_FILEFORMAT: ::windows_sys::core::HRESULT = -2003283968i32;
1493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1494 pub const DWRITE_E_FILENOTFOUND: ::windows_sys::core::HRESULT = -2003283965i32;
1495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1496 pub const DWRITE_E_FLOWDIRECTIONCONFLICTS: ::windows_sys::core::HRESULT = -2003283957i32;
1497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1498 pub const DWRITE_E_FONTCOLLECTIONOBSOLETE: ::windows_sys::core::HRESULT = -2003283963i32;
1499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1500 pub const DWRITE_E_NOCOLOR: ::windows_sys::core::HRESULT = -2003283956i32;
1501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1502 pub const DWRITE_E_NOFONT: ::windows_sys::core::HRESULT = -2003283966i32;
1503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1504 pub const DWRITE_E_TEXTRENDERERINCOMPATIBLE: ::windows_sys::core::HRESULT = -2003283958i32;
1505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1506 pub const DWRITE_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2003283967i32;
1507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1508 pub const DWRITE_E_UNSUPPORTEDOPERATION: ::windows_sys::core::HRESULT = -2003283959i32;
1509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1510 pub const DXCORE_ERROR_EVENT_NOT_UNREGISTERED: ::windows_sys::core::HRESULT = -2004877311i32;
1511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1512 pub const DXGI_DDI_ERR_NONEXCLUSIVE: ::windows_sys::core::HRESULT = -2005204989i32;
1513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1514 pub const DXGI_DDI_ERR_UNSUPPORTED: ::windows_sys::core::HRESULT = -2005204990i32;
1515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1516 pub const DXGI_DDI_ERR_WASSTILLDRAWING: ::windows_sys::core::HRESULT = -2005204991i32;
1517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1518 pub const DXGI_STATUS_CLIPPED: ::windows_sys::core::HRESULT = 142213122i32;
1519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1520 pub const DXGI_STATUS_DDA_WAS_STILL_DRAWING: ::windows_sys::core::HRESULT = 142213130i32;
1521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1522 pub const DXGI_STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE: ::windows_sys::core::HRESULT = 142213126i32;
1523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1524 pub const DXGI_STATUS_MODE_CHANGED: ::windows_sys::core::HRESULT = 142213127i32;
1525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1526 pub const DXGI_STATUS_MODE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = 142213128i32;
1527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1528 pub const DXGI_STATUS_NO_DESKTOP_ACCESS: ::windows_sys::core::HRESULT = 142213125i32;
1529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1530 pub const DXGI_STATUS_NO_REDIRECTION: ::windows_sys::core::HRESULT = 142213124i32;
1531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1532 pub const DXGI_STATUS_OCCLUDED: ::windows_sys::core::HRESULT = 142213121i32;
1533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1534 pub const DXGI_STATUS_PRESENT_REQUIRED: ::windows_sys::core::HRESULT = 142213167i32;
1535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1536 pub const DXGI_STATUS_UNOCCLUDED: ::windows_sys::core::HRESULT = 142213129i32;
1537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1538 pub const EAS_E_ADMINS_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913080i32;
1539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1540 pub const EAS_E_ADMINS_HAVE_BLANK_PASSWORD: ::windows_sys::core::HRESULT = -2141913081i32;
1541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1542 pub const EAS_E_CONNECTED_ADMINS_NEED_TO_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913077i32;
1543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1544 pub const EAS_E_CURRENT_CONNECTED_USER_NEED_TO_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913075i32;
1545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1546 pub const EAS_E_CURRENT_USER_HAS_BLANK_PASSWORD: ::windows_sys::core::HRESULT = -2141913084i32;
1547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1548 pub const EAS_E_LOCAL_CONTROLLED_USERS_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913079i32;
1549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1550 pub const EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CONNECTED_ADMINS: ::windows_sys::core::HRESULT = -2141913078i32;
1551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1552 pub const EAS_E_PASSWORD_POLICY_NOT_ENFORCEABLE_FOR_CURRENT_CONNECTED_USER: ::windows_sys::core::HRESULT = -2141913076i32;
1553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1554 pub const EAS_E_POLICY_COMPLIANT_WITH_ACTIONS: ::windows_sys::core::HRESULT = -2141913086i32;
1555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1556 pub const EAS_E_POLICY_NOT_MANAGED_BY_OS: ::windows_sys::core::HRESULT = -2141913087i32;
1557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1558 pub const EAS_E_REQUESTED_POLICY_NOT_ENFORCEABLE: ::windows_sys::core::HRESULT = -2141913085i32;
1559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1560 pub const EAS_E_REQUESTED_POLICY_PASSWORD_EXPIRATION_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2141913083i32;
1561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1562 pub const EAS_E_USER_CANNOT_CHANGE_PASSWORD: ::windows_sys::core::HRESULT = -2141913082i32;
1563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1564 pub const ENUM_E_FIRST: i32 = -2147221072i32;
1565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1566 pub const ENUM_E_LAST: i32 = -2147221057i32;
1567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1568 pub const ENUM_S_FIRST: i32 = 262576i32;
1569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1570 pub const ENUM_S_LAST: i32 = 262591i32;
1571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1572 pub const EPT_NT_CANT_CREATE: NTSTATUS = -1073610676i32;
1573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1574 pub const EPT_NT_CANT_PERFORM_OP: NTSTATUS = -1073610699i32;
1575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1576 pub const EPT_NT_INVALID_ENTRY: NTSTATUS = -1073610700i32;
1577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1578 pub const EPT_NT_NOT_REGISTERED: NTSTATUS = -1073610698i32;
1579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1580 pub const ERROR_ALLOWED_PORT_TYPE_RESTRICTION: u32 = 941u32;
1581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1582 pub const ERROR_ALL_SIDS_FILTERED: ::windows_sys::core::HRESULT = -1073151998i32;
1583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1584 pub const ERROR_ALREADY_CONNECTED: u32 = 901u32;
1585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1586 pub const ERROR_ALREADY_CONNECTING: u32 = 910u32;
1587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1588 pub const ERROR_ATTRIBUTE_NOT_PRESENT: ::windows_sys::core::HRESULT = -2138898422i32;
1589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1590 pub const ERROR_AUDITING_DISABLED: ::windows_sys::core::HRESULT = -1073151999i32;
1591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1592 pub const ERROR_AUTHENTICATOR_MISMATCH: u32 = 955u32;
1593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1594 pub const ERROR_AUTH_PROTOCOL_REJECTED: u32 = 917u32;
1595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1596 pub const ERROR_AUTH_PROTOCOL_RESTRICTION: u32 = 942u32;
1597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1598 pub const ERROR_AUTH_SERVER_TIMEOUT: u32 = 930u32;
1599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1600 pub const ERROR_BAP_DISCONNECTED: u32 = 936u32;
1601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1602 pub const ERROR_BAP_REQUIRED: u32 = 943u32;
1603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1604 pub const ERROR_BIZRULES_NOT_ENABLED: ::windows_sys::core::HRESULT = -1073151997i32;
1605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1606 pub const ERROR_CLIENT_INTERFACE_ALREADY_EXISTS: u32 = 915u32;
1607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1608 pub const ERROR_CLIP_DEVICE_LICENSE_MISSING: ::windows_sys::core::HRESULT = -1058406397i32;
1609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1610 pub const ERROR_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID: ::windows_sys::core::HRESULT = -1058406395i32;
1611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1612 pub const ERROR_CLIP_LICENSE_DEVICE_ID_MISMATCH: ::windows_sys::core::HRESULT = -1058406390i32;
1613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1614 pub const ERROR_CLIP_LICENSE_EXPIRED: ::windows_sys::core::HRESULT = -1058406394i32;
1615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1616 pub const ERROR_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE: ::windows_sys::core::HRESULT = -1058406391i32;
1617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1618 pub const ERROR_CLIP_LICENSE_INVALID_SIGNATURE: ::windows_sys::core::HRESULT = -1058406396i32;
1619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1620 pub const ERROR_CLIP_LICENSE_NOT_FOUND: ::windows_sys::core::HRESULT = -1058406398i32;
1621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1622 pub const ERROR_CLIP_LICENSE_NOT_SIGNED: ::windows_sys::core::HRESULT = -1058406392i32;
1623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1624 pub const ERROR_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE: ::windows_sys::core::HRESULT = -1058406393i32;
1625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1626 pub const ERROR_CRED_REQUIRES_CONFIRMATION: ::windows_sys::core::HRESULT = -2146865127i32;
1627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1628 pub const ERROR_DBG_ATTACH_PROCESS_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949310i32;
1629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1630 pub const ERROR_DBG_CONNECT_SERVER_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949309i32;
1631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1632 pub const ERROR_DBG_CREATE_PROCESS_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949311i32;
1633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1634 pub const ERROR_DBG_START_SERVER_FAILURE_LOCKDOWN: ::windows_sys::core::HRESULT = -2135949308i32;
1635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1636 pub const ERROR_DDM_NOT_RUNNING: u32 = 903u32;
1637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1638 pub const ERROR_DIALIN_HOURS_RESTRICTION: u32 = 940u32;
1639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1640 pub const ERROR_DIALOUT_HOURS_RESTRICTION: u32 = 944u32;
1641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1642 pub const ERROR_FLT_ALREADY_ENLISTED: ::windows_sys::core::HRESULT = -2145452005i32;
1643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1644 pub const ERROR_FLT_CBDQ_DISABLED: ::windows_sys::core::HRESULT = -2145452018i32;
1645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1646 pub const ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452010i32;
1647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1648 pub const ERROR_FLT_CONTEXT_ALREADY_DEFINED: ::windows_sys::core::HRESULT = -2145452030i32;
1649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1650 pub const ERROR_FLT_CONTEXT_ALREADY_LINKED: ::windows_sys::core::HRESULT = -2145452004i32;
1651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1652 pub const ERROR_FLT_DELETING_OBJECT: ::windows_sys::core::HRESULT = -2145452021i32;
1653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1654 pub const ERROR_FLT_DISALLOW_FAST_IO: ::windows_sys::core::HRESULT = -2145452028i32;
1655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1656 pub const ERROR_FLT_DO_NOT_ATTACH: ::windows_sys::core::HRESULT = -2145452017i32;
1657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1658 pub const ERROR_FLT_DO_NOT_DETACH: ::windows_sys::core::HRESULT = -2145452016i32;
1659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1660 pub const ERROR_FLT_DUPLICATE_ENTRY: ::windows_sys::core::HRESULT = -2145452019i32;
1661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1662 pub const ERROR_FLT_FILTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452013i32;
1663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1664 pub const ERROR_FLT_FILTER_NOT_READY: ::windows_sys::core::HRESULT = -2145452024i32;
1665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1666 pub const ERROR_FLT_INSTANCE_ALTITUDE_COLLISION: ::windows_sys::core::HRESULT = -2145452015i32;
1667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1668 pub const ERROR_FLT_INSTANCE_NAME_COLLISION: ::windows_sys::core::HRESULT = -2145452014i32;
1669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1670 pub const ERROR_FLT_INSTANCE_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452011i32;
1671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1672 pub const ERROR_FLT_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2145452022i32;
1673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1674 pub const ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST: ::windows_sys::core::HRESULT = -2145452029i32;
1675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1676 pub const ERROR_FLT_INVALID_CONTEXT_REGISTRATION: ::windows_sys::core::HRESULT = -2145452009i32;
1677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1678 pub const ERROR_FLT_INVALID_NAME_REQUEST: ::windows_sys::core::HRESULT = -2145452027i32;
1679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1680 pub const ERROR_FLT_IO_COMPLETE: ::windows_sys::core::HRESULT = 2031617i32;
1681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1682 pub const ERROR_FLT_MUST_BE_NONPAGED_POOL: ::windows_sys::core::HRESULT = -2145452020i32;
1683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1684 pub const ERROR_FLT_NAME_CACHE_MISS: ::windows_sys::core::HRESULT = -2145452008i32;
1685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1686 pub const ERROR_FLT_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2145452025i32;
1687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1688 pub const ERROR_FLT_NOT_SAFE_TO_POST_OPERATION: ::windows_sys::core::HRESULT = -2145452026i32;
1689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1690 pub const ERROR_FLT_NO_DEVICE_OBJECT: ::windows_sys::core::HRESULT = -2145452007i32;
1691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1692 pub const ERROR_FLT_NO_HANDLER_DEFINED: ::windows_sys::core::HRESULT = -2145452031i32;
1693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1694 pub const ERROR_FLT_NO_WAITER_FOR_REPLY: ::windows_sys::core::HRESULT = -2145452000i32;
1695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1696 pub const ERROR_FLT_POST_OPERATION_CLEANUP: ::windows_sys::core::HRESULT = -2145452023i32;
1697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1698 pub const ERROR_FLT_REGISTRATION_BUSY: ::windows_sys::core::HRESULT = -2145451997i32;
1699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1700 pub const ERROR_FLT_VOLUME_ALREADY_MOUNTED: ::windows_sys::core::HRESULT = -2145452006i32;
1701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1702 pub const ERROR_FLT_VOLUME_NOT_FOUND: ::windows_sys::core::HRESULT = -2145452012i32;
1703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1704 pub const ERROR_FLT_WCOS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2145451996i32;
1705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1706 pub const ERROR_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED: ::windows_sys::core::HRESULT = -1071242181i32;
1707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1708 pub const ERROR_GRAPHICS_ADAPTER_CHAIN_NOT_READY: ::windows_sys::core::HRESULT = -1071242189i32;
1709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1710 pub const ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE: ::windows_sys::core::HRESULT = -1071242456i32;
1711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1712 pub const ERROR_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET: ::windows_sys::core::HRESULT = -1071242455i32;
1713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1714 pub const ERROR_GRAPHICS_ADAPTER_WAS_RESET: ::windows_sys::core::HRESULT = -1071243261i32;
1715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1716 pub const ERROR_GRAPHICS_ALLOCATION_BUSY: ::windows_sys::core::HRESULT = -1071243006i32;
1717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1718 pub const ERROR_GRAPHICS_ALLOCATION_CLOSED: ::windows_sys::core::HRESULT = -1071242990i32;
1719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1720 pub const ERROR_GRAPHICS_ALLOCATION_CONTENT_LOST: ::windows_sys::core::HRESULT = -1071242986i32;
1721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1722 pub const ERROR_GRAPHICS_ALLOCATION_INVALID: ::windows_sys::core::HRESULT = -1071243002i32;
1723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1724 pub const ERROR_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION: ::windows_sys::core::HRESULT = -1071242406i32;
1725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1726 pub const ERROR_GRAPHICS_CANNOTCOLORCONVERT: ::windows_sys::core::HRESULT = -1071243256i32;
1727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1728 pub const ERROR_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN: ::windows_sys::core::HRESULT = -1071242429i32;
1729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1730 pub const ERROR_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION: ::windows_sys::core::HRESULT = -1071242999i32;
1731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1732 pub const ERROR_GRAPHICS_CANT_LOCK_MEMORY: ::windows_sys::core::HRESULT = -1071243007i32;
1733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1734 pub const ERROR_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION: ::windows_sys::core::HRESULT = -1071242991i32;
1735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1736 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_ENUMERATED: ::windows_sys::core::HRESULT = -1071242190i32;
1737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1738 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_POWERED_ON: ::windows_sys::core::HRESULT = -1071242187i32;
1739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1740 pub const ERROR_GRAPHICS_CHAINLINKS_NOT_STARTED: ::windows_sys::core::HRESULT = -1071242188i32;
1741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1742 pub const ERROR_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242239i32;
1743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1744 pub const ERROR_GRAPHICS_CLIENTVIDPN_NOT_SET: ::windows_sys::core::HRESULT = -1071242404i32;
1745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1746 pub const ERROR_GRAPHICS_COPP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241983i32;
1747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1748 pub const ERROR_GRAPHICS_DATASET_IS_EMPTY: ::windows_sys::core::HRESULT = 2499403i32;
1749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1750 pub const ERROR_GRAPHICS_DDCCI_CURRENT_CURRENT_VALUE_GREATER_THAN_MAXIMUM_VALUE: ::windows_sys::core::HRESULT = -1071241768i32;
1751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1752 pub const ERROR_GRAPHICS_DDCCI_INVALID_DATA: ::windows_sys::core::HRESULT = -1071241851i32;
1753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1754 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM: ::windows_sys::core::HRESULT = -1071241845i32;
1755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1756 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND: ::windows_sys::core::HRESULT = -1071241847i32;
1757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1758 pub const ERROR_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH: ::windows_sys::core::HRESULT = -1071241846i32;
1759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1760 pub const ERROR_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE: ::windows_sys::core::HRESULT = -1071241850i32;
1761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1762 pub const ERROR_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241852i32;
1763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1764 pub const ERROR_GRAPHICS_DEPENDABLE_CHILD_STATUS: ::windows_sys::core::HRESULT = 1076241468i32;
1765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1766 pub const ERROR_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP: ::windows_sys::core::HRESULT = -1071241758i32;
1767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1768 pub const ERROR_GRAPHICS_DRIVER_MISMATCH: ::windows_sys::core::HRESULT = -1071243255i32;
1769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1770 pub const ERROR_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION: ::windows_sys::core::HRESULT = -1071242459i32;
1771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1772 pub const ERROR_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242465i32;
1773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1774 pub const ERROR_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET: ::windows_sys::core::HRESULT = -1071242467i32;
1775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1776 pub const ERROR_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242424i32;
1777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1778 pub const ERROR_GRAPHICS_GPU_EXCEPTION_ON_DEVICE: ::windows_sys::core::HRESULT = -1071242752i32;
1779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1780 pub const ERROR_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -1071241855i32;
1781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1782 pub const ERROR_GRAPHICS_I2C_ERROR_RECEIVING_DATA: ::windows_sys::core::HRESULT = -1071241853i32;
1783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1784 pub const ERROR_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA: ::windows_sys::core::HRESULT = -1071241854i32;
1785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1786 pub const ERROR_GRAPHICS_I2C_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241856i32;
1787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1788 pub const ERROR_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT: ::windows_sys::core::HRESULT = -1071242411i32;
1789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1790 pub const ERROR_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE: ::windows_sys::core::HRESULT = -1071242186i32;
1791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1792 pub const ERROR_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN: ::windows_sys::core::HRESULT = -1071243246i32;
1793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1794 pub const ERROR_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED: ::windows_sys::core::HRESULT = -1071243245i32;
1795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1796 pub const ERROR_GRAPHICS_INSUFFICIENT_DMA_BUFFER: ::windows_sys::core::HRESULT = -1071243263i32;
1797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1798 pub const ERROR_GRAPHICS_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241753i32;
1799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1800 pub const ERROR_GRAPHICS_INVALID_ACTIVE_REGION: ::windows_sys::core::HRESULT = -1071242485i32;
1801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1802 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_HANDLE: ::windows_sys::core::HRESULT = -1071242988i32;
1803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1804 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_INSTANCE: ::windows_sys::core::HRESULT = -1071242989i32;
1805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1806 pub const ERROR_GRAPHICS_INVALID_ALLOCATION_USAGE: ::windows_sys::core::HRESULT = -1071242992i32;
1807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1808 pub const ERROR_GRAPHICS_INVALID_CLIENT_TYPE: ::windows_sys::core::HRESULT = -1071242405i32;
1809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1810 pub const ERROR_GRAPHICS_INVALID_COLORBASIS: ::windows_sys::core::HRESULT = -1071242434i32;
1811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1812 pub const ERROR_GRAPHICS_INVALID_COPYPROTECTION_TYPE: ::windows_sys::core::HRESULT = -1071242417i32;
1813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1814 pub const ERROR_GRAPHICS_INVALID_DISPLAY_ADAPTER: ::windows_sys::core::HRESULT = -1071243262i32;
1815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1816 pub const ERROR_GRAPHICS_INVALID_DRIVER_MODEL: ::windows_sys::core::HRESULT = -1071243260i32;
1817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1818 pub const ERROR_GRAPHICS_INVALID_FREQUENCY: ::windows_sys::core::HRESULT = -1071242486i32;
1819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1820 pub const ERROR_GRAPHICS_INVALID_GAMMA_RAMP: ::windows_sys::core::HRESULT = -1071242425i32;
1821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1822 pub const ERROR_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM: ::windows_sys::core::HRESULT = -1071242410i32;
1823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1824 pub const ERROR_GRAPHICS_INVALID_MONITORDESCRIPTOR: ::windows_sys::core::HRESULT = -1071242453i32;
1825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1826 pub const ERROR_GRAPHICS_INVALID_MONITORDESCRIPTORSET: ::windows_sys::core::HRESULT = -1071242454i32;
1827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1828 pub const ERROR_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN: ::windows_sys::core::HRESULT = -1071242409i32;
1829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1830 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE: ::windows_sys::core::HRESULT = -1071242468i32;
1831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1832 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET: ::windows_sys::core::HRESULT = -1071242469i32;
1833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1834 pub const ERROR_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT: ::windows_sys::core::HRESULT = -1071242408i32;
1835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1836 pub const ERROR_GRAPHICS_INVALID_MONITOR_SOURCEMODESET: ::windows_sys::core::HRESULT = -1071242463i32;
1837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1838 pub const ERROR_GRAPHICS_INVALID_MONITOR_SOURCE_MODE: ::windows_sys::core::HRESULT = -1071242462i32;
1839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1840 pub const ERROR_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION: ::windows_sys::core::HRESULT = -1071242427i32;
1841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1842 pub const ERROR_GRAPHICS_INVALID_PATH_CONTENT_TYPE: ::windows_sys::core::HRESULT = -1071242418i32;
1843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1844 pub const ERROR_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL: ::windows_sys::core::HRESULT = -1071242428i32;
1845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1846 pub const ERROR_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE: ::windows_sys::core::HRESULT = -1071241844i32;
1847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1848 pub const ERROR_GRAPHICS_INVALID_PIXELFORMAT: ::windows_sys::core::HRESULT = -1071242435i32;
1849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1850 pub const ERROR_GRAPHICS_INVALID_PIXELVALUEACCESSMODE: ::windows_sys::core::HRESULT = -1071242433i32;
1851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1852 pub const ERROR_GRAPHICS_INVALID_POINTER: ::windows_sys::core::HRESULT = -1071241756i32;
1853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1854 pub const ERROR_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE: ::windows_sys::core::HRESULT = -1071242438i32;
1855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1856 pub const ERROR_GRAPHICS_INVALID_SCANLINE_ORDERING: ::windows_sys::core::HRESULT = -1071242414i32;
1857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1858 pub const ERROR_GRAPHICS_INVALID_STRIDE: ::windows_sys::core::HRESULT = -1071242436i32;
1859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1860 pub const ERROR_GRAPHICS_INVALID_TOTAL_REGION: ::windows_sys::core::HRESULT = -1071242484i32;
1861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1862 pub const ERROR_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET: ::windows_sys::core::HRESULT = -1071242475i32;
1863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1864 pub const ERROR_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET: ::windows_sys::core::HRESULT = -1071242474i32;
1865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1866 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE: ::windows_sys::core::HRESULT = -1071242492i32;
1867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1868 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE: ::windows_sys::core::HRESULT = -1071242480i32;
1869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1870 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET: ::windows_sys::core::HRESULT = -1071242491i32;
1871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1872 pub const ERROR_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE: ::windows_sys::core::HRESULT = -1071242479i32;
1873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1874 pub const ERROR_GRAPHICS_INVALID_VIDPN: ::windows_sys::core::HRESULT = -1071242493i32;
1875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1876 pub const ERROR_GRAPHICS_INVALID_VIDPN_PRESENT_PATH: ::windows_sys::core::HRESULT = -1071242471i32;
1877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1878 pub const ERROR_GRAPHICS_INVALID_VIDPN_SOURCEMODESET: ::windows_sys::core::HRESULT = -1071242488i32;
1879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1880 pub const ERROR_GRAPHICS_INVALID_VIDPN_TARGETMODESET: ::windows_sys::core::HRESULT = -1071242487i32;
1881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1882 pub const ERROR_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE: ::windows_sys::core::HRESULT = -1071242449i32;
1883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1884 pub const ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242496i32;
1885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1886 pub const ERROR_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON: ::windows_sys::core::HRESULT = -1071242419i32;
1887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1888 pub const ERROR_GRAPHICS_INVALID_VISIBLEREGION_SIZE: ::windows_sys::core::HRESULT = -1071242437i32;
1889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1890 pub const ERROR_GRAPHICS_LEADLINK_NOT_ENUMERATED: ::windows_sys::core::HRESULT = -1071242191i32;
1891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1892 pub const ERROR_GRAPHICS_LEADLINK_START_DEFERRED: ::windows_sys::core::HRESULT = 1076241463i32;
1893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1894 pub const ERROR_GRAPHICS_MAX_NUM_PATHS_REACHED: ::windows_sys::core::HRESULT = -1071242407i32;
1895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1896 pub const ERROR_GRAPHICS_MCA_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241848i32;
1897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1898 pub const ERROR_GRAPHICS_MCA_INVALID_CAPABILITIES_STRING: ::windows_sys::core::HRESULT = -1071241849i32;
1899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1900 pub const ERROR_GRAPHICS_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED: ::windows_sys::core::HRESULT = -1071241762i32;
1901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1902 pub const ERROR_GRAPHICS_MCA_INVALID_VCP_VERSION: ::windows_sys::core::HRESULT = -1071241767i32;
1903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1904 pub const ERROR_GRAPHICS_MCA_MCCS_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -1071241765i32;
1905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1906 pub const ERROR_GRAPHICS_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION: ::windows_sys::core::HRESULT = -1071241766i32;
1907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1908 pub const ERROR_GRAPHICS_MCA_UNSUPPORTED_COLOR_TEMPERATURE: ::windows_sys::core::HRESULT = -1071241761i32;
1909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1910 pub const ERROR_GRAPHICS_MCA_UNSUPPORTED_MCCS_VERSION: ::windows_sys::core::HRESULT = -1071241764i32;
1911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1912 pub const ERROR_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241757i32;
1913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1914 pub const ERROR_GRAPHICS_MODE_ALREADY_IN_MODESET: ::windows_sys::core::HRESULT = -1071242476i32;
1915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1916 pub const ERROR_GRAPHICS_MODE_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242460i32;
1917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1918 pub const ERROR_GRAPHICS_MODE_NOT_IN_MODESET: ::windows_sys::core::HRESULT = -1071242422i32;
1919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1920 pub const ERROR_GRAPHICS_MODE_NOT_PINNED: ::windows_sys::core::HRESULT = 2499335i32;
1921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1922 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242451i32;
1923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1924 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242450i32;
1925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1926 pub const ERROR_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET: ::windows_sys::core::HRESULT = -1071242452i32;
1927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1928 pub const ERROR_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER: ::windows_sys::core::HRESULT = -1071242444i32;
1929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1930 pub const ERROR_GRAPHICS_MONITOR_NOT_CONNECTED: ::windows_sys::core::HRESULT = -1071242440i32;
1931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1932 pub const ERROR_GRAPHICS_MONITOR_NO_LONGER_EXISTS: ::windows_sys::core::HRESULT = -1071241843i32;
1933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1934 pub const ERROR_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242423i32;
1935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1936 pub const ERROR_GRAPHICS_NOT_A_LINKED_ADAPTER: ::windows_sys::core::HRESULT = -1071242192i32;
1937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1938 pub const ERROR_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER: ::windows_sys::core::HRESULT = -1071243264i32;
1939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1940 pub const ERROR_GRAPHICS_NOT_POST_DEVICE_DRIVER: ::windows_sys::core::HRESULT = -1071242184i32;
1941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1942 pub const ERROR_GRAPHICS_NO_ACTIVE_VIDPN: ::windows_sys::core::HRESULT = -1071242442i32;
1943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1944 pub const ERROR_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS: ::windows_sys::core::HRESULT = -1071242412i32;
1945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1946 pub const ERROR_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET: ::windows_sys::core::HRESULT = -1071242445i32;
1947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1948 pub const ERROR_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME: ::windows_sys::core::HRESULT = -1071241759i32;
1949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1950 pub const ERROR_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT: ::windows_sys::core::HRESULT = -1071242431i32;
1951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1952 pub const ERROR_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE: ::windows_sys::core::HRESULT = -1071241755i32;
1953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1954 pub const ERROR_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET: ::windows_sys::core::HRESULT = 2499404i32;
1955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1956 pub const ERROR_GRAPHICS_NO_PREFERRED_MODE: ::windows_sys::core::HRESULT = 2499358i32;
1957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1958 pub const ERROR_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN: ::windows_sys::core::HRESULT = -1071242461i32;
1959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1960 pub const ERROR_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242470i32;
1961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1962 pub const ERROR_GRAPHICS_NO_VIDEO_MEMORY: ::windows_sys::core::HRESULT = -1071243008i32;
1963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1964 pub const ERROR_GRAPHICS_NO_VIDPNMGR: ::windows_sys::core::HRESULT = -1071242443i32;
1965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1966 pub const ERROR_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED: ::windows_sys::core::HRESULT = -1071241760i32;
1967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1968 pub const ERROR_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE: ::windows_sys::core::HRESULT = -1071241960i32;
1969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1970 pub const ERROR_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241954i32;
1971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1972 pub const ERROR_GRAPHICS_OPM_HDCP_SRM_NEVER_SET: ::windows_sys::core::HRESULT = -1071241962i32;
1973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1974 pub const ERROR_GRAPHICS_OPM_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -1071241973i32;
1975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1976 pub const ERROR_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST: ::windows_sys::core::HRESULT = -1071241951i32;
1977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1978 pub const ERROR_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS: ::windows_sys::core::HRESULT = -1071241981i32;
1979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1980 pub const ERROR_GRAPHICS_OPM_INVALID_HANDLE: ::windows_sys::core::HRESULT = -1071241972i32;
1981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1982 pub const ERROR_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST: ::windows_sys::core::HRESULT = -1071241955i32;
1983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1984 pub const ERROR_GRAPHICS_OPM_INVALID_SRM: ::windows_sys::core::HRESULT = -1071241966i32;
1985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1986 pub const ERROR_GRAPHICS_OPM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241984i32;
1987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1988 pub const ERROR_GRAPHICS_OPM_NO_VIDEO_OUTPUTS_EXIST: ::windows_sys::core::HRESULT = -1071241979i32;
1989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1990 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP: ::windows_sys::core::HRESULT = -1071241964i32;
1991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1992 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA: ::windows_sys::core::HRESULT = -1071241963i32;
1993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1994 pub const ERROR_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP: ::windows_sys::core::HRESULT = -1071241965i32;
1995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1996 pub const ERROR_GRAPHICS_OPM_RESOLUTION_TOO_HIGH: ::windows_sys::core::HRESULT = -1071241961i32;
1997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
1998 pub const ERROR_GRAPHICS_OPM_SESSION_TYPE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = -1071241957i32;
1999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2000 pub const ERROR_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241952i32;
2001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2002 pub const ERROR_GRAPHICS_OPM_SPANNING_MODE_ENABLED: ::windows_sys::core::HRESULT = -1071241969i32;
2003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2004 pub const ERROR_GRAPHICS_OPM_THEATER_MODE_ENABLED: ::windows_sys::core::HRESULT = -1071241968i32;
2005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2006 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS: ::windows_sys::core::HRESULT = -1071241956i32;
2007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2008 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS: ::windows_sys::core::HRESULT = -1071241953i32;
2009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2010 pub const ERROR_GRAPHICS_OPM_VIDEO_OUTPUT_NO_LONGER_EXISTS: ::windows_sys::core::HRESULT = -1071241958i32;
2011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2012 pub const ERROR_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL: ::windows_sys::core::HRESULT = -1071241754i32;
2013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2014 pub const ERROR_GRAPHICS_PARTIAL_DATA_POPULATED: ::windows_sys::core::HRESULT = 1076240394i32;
2015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2016 pub const ERROR_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242477i32;
2017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2018 pub const ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED: ::windows_sys::core::HRESULT = 2499409i32;
2019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2020 pub const ERROR_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242426i32;
2021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2022 pub const ERROR_GRAPHICS_PATH_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242457i32;
2023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2024 pub const ERROR_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET: ::windows_sys::core::HRESULT = -1071242478i32;
2025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2026 pub const ERROR_GRAPHICS_POLLING_TOO_FREQUENTLY: ::windows_sys::core::HRESULT = 1076241465i32;
2027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2028 pub const ERROR_GRAPHICS_PRESENT_BUFFER_NOT_BOUND: ::windows_sys::core::HRESULT = -1071243248i32;
2029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2030 pub const ERROR_GRAPHICS_PRESENT_DENIED: ::windows_sys::core::HRESULT = -1071243257i32;
2031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2032 pub const ERROR_GRAPHICS_PRESENT_INVALID_WINDOW: ::windows_sys::core::HRESULT = -1071243249i32;
2033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2034 pub const ERROR_GRAPHICS_PRESENT_MODE_CHANGED: ::windows_sys::core::HRESULT = -1071243259i32;
2035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2036 pub const ERROR_GRAPHICS_PRESENT_OCCLUDED: ::windows_sys::core::HRESULT = -1071243258i32;
2037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2038 pub const ERROR_GRAPHICS_PRESENT_REDIRECTION_DISABLED: ::windows_sys::core::HRESULT = -1071243253i32;
2039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2040 pub const ERROR_GRAPHICS_PRESENT_UNOCCLUDED: ::windows_sys::core::HRESULT = -1071243252i32;
2041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2042 pub const ERROR_GRAPHICS_PVP_HFS_FAILED: ::windows_sys::core::HRESULT = -1071241967i32;
2043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2044 pub const ERROR_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH: ::windows_sys::core::HRESULT = -1071241970i32;
2045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2046 pub const ERROR_GRAPHICS_RESOURCES_NOT_RELATED: ::windows_sys::core::HRESULT = -1071242448i32;
2047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2048 pub const ERROR_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS: ::windows_sys::core::HRESULT = -1071249944i32;
2049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2050 pub const ERROR_GRAPHICS_SKIP_ALLOCATION_PREPARATION: ::windows_sys::core::HRESULT = 1076240897i32;
2051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2052 pub const ERROR_GRAPHICS_SOURCE_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242473i32;
2053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2054 pub const ERROR_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242447i32;
2055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2056 pub const ERROR_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242439i32;
2057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2058 pub const ERROR_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = -1071242240i32;
2059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2060 pub const ERROR_GRAPHICS_STALE_MODESET: ::windows_sys::core::HRESULT = -1071242464i32;
2061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2062 pub const ERROR_GRAPHICS_STALE_VIDPN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242441i32;
2063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2064 pub const ERROR_GRAPHICS_START_DEFERRED: ::windows_sys::core::HRESULT = 1076241466i32;
2065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2066 pub const ERROR_GRAPHICS_TARGET_ALREADY_IN_SET: ::windows_sys::core::HRESULT = -1071242472i32;
2067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2068 pub const ERROR_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE: ::windows_sys::core::HRESULT = -1071242446i32;
2069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2070 pub const ERROR_GRAPHICS_TARGET_NOT_IN_TOPOLOGY: ::windows_sys::core::HRESULT = -1071242432i32;
2071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2072 pub const ERROR_GRAPHICS_TOO_MANY_REFERENCES: ::windows_sys::core::HRESULT = -1071243005i32;
2073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2074 pub const ERROR_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED: ::windows_sys::core::HRESULT = -1071242413i32;
2075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2076 pub const ERROR_GRAPHICS_TRY_AGAIN_LATER: ::windows_sys::core::HRESULT = -1071243004i32;
2077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2078 pub const ERROR_GRAPHICS_TRY_AGAIN_NOW: ::windows_sys::core::HRESULT = -1071243003i32;
2079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2080 pub const ERROR_GRAPHICS_UAB_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071241982i32;
2081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2082 pub const ERROR_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -1071242416i32;
2083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2084 pub const ERROR_GRAPHICS_UNKNOWN_CHILD_STATUS: ::windows_sys::core::HRESULT = 1076241455i32;
2085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2086 pub const ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE: ::windows_sys::core::HRESULT = -1071243001i32;
2087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2088 pub const ERROR_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED: ::windows_sys::core::HRESULT = -1071243000i32;
2089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2090 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_COMPOSITION_WINDOW_DPI_MESSAGE: ::windows_sys::core::HRESULT = -1071243242i32;
2091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2092 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_CREATE_SUPERWETINK_MESSAGE: ::windows_sys::core::HRESULT = -1071243244i32;
2093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2094 pub const ERROR_GRAPHICS_VAIL_FAILED_TO_SEND_DESTROY_SUPERWETINK_MESSAGE: ::windows_sys::core::HRESULT = -1071243243i32;
2095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2096 pub const ERROR_GRAPHICS_VAIL_STATE_CHANGED: ::windows_sys::core::HRESULT = -1071243247i32;
2097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2098 pub const ERROR_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES: ::windows_sys::core::HRESULT = -1071242458i32;
2099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2100 pub const ERROR_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242490i32;
2101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2102 pub const ERROR_GRAPHICS_VIDPN_SOURCE_IN_USE: ::windows_sys::core::HRESULT = -1071242430i32;
2103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2104 pub const ERROR_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242494i32;
2105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2106 pub const ERROR_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1071242495i32;
2107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2108 pub const ERROR_GRAPHICS_WINDOWDC_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -1071243251i32;
2109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2110 pub const ERROR_GRAPHICS_WINDOWLESS_PRESENT_DISABLED: ::windows_sys::core::HRESULT = -1071243250i32;
2111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2112 pub const ERROR_GRAPHICS_WRONG_ALLOCATION_DEVICE: ::windows_sys::core::HRESULT = -1071242987i32;
2113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2114 pub const ERROR_HUNG_DISPLAY_DRIVER_THREAD: ::windows_sys::core::HRESULT = -2144993279i32;
2115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2116 pub const ERROR_IDLE_DISCONNECTED: u32 = 926u32;
2117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2118 pub const ERROR_INTERFACE_ALREADY_EXISTS: u32 = 904u32;
2119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2120 pub const ERROR_INTERFACE_CONFIGURATION: u32 = 912u32;
2121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2122 pub const ERROR_INTERFACE_CONNECTED: u32 = 908u32;
2123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2124 pub const ERROR_INTERFACE_DISABLED: u32 = 916u32;
2125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2126 pub const ERROR_INTERFACE_DISCONNECTED: u32 = 929u32;
2127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2128 pub const ERROR_INTERFACE_HAS_NO_DEVICES: u32 = 925u32;
2129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2130 pub const ERROR_INTERFACE_NOT_CONNECTED: u32 = 906u32;
2131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2132 pub const ERROR_INTERFACE_UNREACHABLE: u32 = 927u32;
2133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2134 pub const ERROR_INVALID_ATTRIBUTE_LENGTH: u32 = 953u32;
2135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2136 pub const ERROR_INVALID_PACKET: u32 = 954u32;
2137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2138 pub const ERROR_INVALID_PACKET_LENGTH_OR_ID: u32 = 952u32;
2139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2140 pub const ERROR_INVALID_RADIUS_RESPONSE: u32 = 939u32;
2141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2142 pub const ERROR_INVALID_SIGNATURE: u32 = 950u32;
2143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2144 pub const ERROR_INVALID_SIGNATURE_LENGTH: u32 = 949u32;
2145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2146 pub const ERROR_IO_PREEMPTED: ::windows_sys::core::HRESULT = -1996423167i32;
2147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2148 pub const ERROR_MAX_CLIENT_INTERFACE_LIMIT: u32 = 935u32;
2149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2150 pub const ERROR_MAX_LAN_INTERFACE_LIMIT: u32 = 933u32;
2151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2152 pub const ERROR_MAX_WAN_INTERFACE_LIMIT: u32 = 934u32;
2153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2154 pub const ERROR_MONITOR_INVALID_DESCRIPTOR_CHECKSUM: ::windows_sys::core::HRESULT = -1071247357i32;
2155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2156 pub const ERROR_MONITOR_INVALID_DETAILED_TIMING_BLOCK: ::windows_sys::core::HRESULT = -1071247351i32;
2157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2158 pub const ERROR_MONITOR_INVALID_MANUFACTURE_DATE: ::windows_sys::core::HRESULT = -1071247350i32;
2159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2160 pub const ERROR_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK: ::windows_sys::core::HRESULT = -1071247354i32;
2161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2162 pub const ERROR_MONITOR_INVALID_STANDARD_TIMING_BLOCK: ::windows_sys::core::HRESULT = -1071247356i32;
2163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2164 pub const ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK: ::windows_sys::core::HRESULT = -1071247353i32;
2165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2166 pub const ERROR_MONITOR_NO_DESCRIPTOR: ::windows_sys::core::HRESULT = 2494465i32;
2167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2168 pub const ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA: ::windows_sys::core::HRESULT = -1071247352i32;
2169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2170 pub const ERROR_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT: ::windows_sys::core::HRESULT = 2494466i32;
2171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2172 pub const ERROR_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED: ::windows_sys::core::HRESULT = -1071247355i32;
2173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2174 pub const ERROR_NOT_A_TIERED_VOLUME: ::windows_sys::core::HRESULT = -2138898423i32;
2175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2176 pub const ERROR_NOT_CLIENT_PORT: u32 = 913u32;
2177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2178 pub const ERROR_NOT_ROUTER_PORT: u32 = 914u32;
2179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2180 pub const ERROR_NO_APPLICABLE_APP_LICENSES_FOUND: ::windows_sys::core::HRESULT = -1058406399i32;
2181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2182 pub const ERROR_NO_AUTH_PROTOCOL_AVAILABLE: u32 = 918u32;
2183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2184 pub const ERROR_NO_INTERFACE_CREDENTIALS_SET: u32 = 909u32;
2185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2186 pub const ERROR_NO_RADIUS_SERVERS: u32 = 938u32;
2187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2188 pub const ERROR_NO_SIGNATURE: u32 = 951u32;
2189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2190 pub const ERROR_NO_SUCH_INTERFACE: u32 = 905u32;
2191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2192 pub const ERROR_PEER_REFUSED_AUTH: u32 = 919u32;
2193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2194 pub const ERROR_PORT_LIMIT_REACHED: u32 = 931u32;
2195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2196 pub const ERROR_PPP_SESSION_TIMEOUT: u32 = 932u32;
2197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2198 pub const ERROR_PROTOCOL_ALREADY_INSTALLED: u32 = 948u32;
2199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2200 pub const ERROR_PROTOCOL_STOP_PENDING: u32 = 907u32;
2201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2202 pub const ERROR_QUIC_ALPN_NEG_FAILURE: ::windows_sys::core::HRESULT = -2143223801i32;
2203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2204 pub const ERROR_QUIC_CONNECTION_IDLE: ::windows_sys::core::HRESULT = -2143223803i32;
2205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2206 pub const ERROR_QUIC_CONNECTION_TIMEOUT: ::windows_sys::core::HRESULT = -2143223802i32;
2207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2208 pub const ERROR_QUIC_HANDSHAKE_FAILURE: ::windows_sys::core::HRESULT = -2143223808i32;
2209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2210 pub const ERROR_QUIC_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2143223805i32;
2211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2212 pub const ERROR_QUIC_PROTOCOL_VIOLATION: ::windows_sys::core::HRESULT = -2143223804i32;
2213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2214 pub const ERROR_QUIC_USER_CANCELED: ::windows_sys::core::HRESULT = -2143223806i32;
2215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2216 pub const ERROR_QUIC_VER_NEG_FAILURE: ::windows_sys::core::HRESULT = -2143223807i32;
2217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2218 pub const ERROR_REMOTEACCESS_NOT_CONFIGURED: u32 = 956u32;
2219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2220 pub const ERROR_REMOTE_ACCT_DISABLED: u32 = 922u32;
2221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2222 pub const ERROR_REMOTE_AUTHENTICATION_FAILURE: u32 = 924u32;
2223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2224 pub const ERROR_REMOTE_NO_DIALIN_PERMISSION: u32 = 920u32;
2225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2226 pub const ERROR_REMOTE_PASSWD_EXPIRED: u32 = 921u32;
2227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2228 pub const ERROR_REMOTE_RESTRICTED_LOGON_HOURS: u32 = 923u32;
2229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2230 pub const ERROR_ROUTER_CONFIG_INCOMPATIBLE: u32 = 945u32;
2231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2232 pub const ERROR_ROUTER_STOPPED: u32 = 900u32;
2233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2234 pub const ERROR_SECCORE_INVALID_COMMAND: ::windows_sys::core::HRESULT = -1058537472i32;
2235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2236 pub const ERROR_SERVICE_IS_PAUSED: u32 = 928u32;
2237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2238 pub const ERROR_SMB_BAD_CLUSTER_DIALECT: ::windows_sys::core::HRESULT = -1067646975i32;
2239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2240 pub const ERROR_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP: ::windows_sys::core::HRESULT = -1067646976i32;
2241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2242 pub const ERROR_SMB_NO_SIGNING_ALGORITHM_OVERLAP: ::windows_sys::core::HRESULT = -1067646974i32;
2243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2244 pub const ERROR_SPACES_ALLOCATION_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344818i32;
2245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2246 pub const ERROR_SPACES_CACHE_FULL: ::windows_sys::core::HRESULT = -2132344794i32;
2247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2248 pub const ERROR_SPACES_CORRUPT_METADATA: ::windows_sys::core::HRESULT = -2132344808i32;
2249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2250 pub const ERROR_SPACES_DRIVE_LOST_DATA: ::windows_sys::core::HRESULT = -2132344801i32;
2251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2252 pub const ERROR_SPACES_DRIVE_NOT_READY: ::windows_sys::core::HRESULT = -2132344803i32;
2253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2254 pub const ERROR_SPACES_DRIVE_OPERATIONAL_STATE_INVALID: ::windows_sys::core::HRESULT = -2132344814i32;
2255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2256 pub const ERROR_SPACES_DRIVE_REDUNDANCY_INVALID: ::windows_sys::core::HRESULT = -2132344826i32;
2257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2258 pub const ERROR_SPACES_DRIVE_SECTOR_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344828i32;
2259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2260 pub const ERROR_SPACES_DRIVE_SPLIT: ::windows_sys::core::HRESULT = -2132344802i32;
2261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2262 pub const ERROR_SPACES_DRT_FULL: ::windows_sys::core::HRESULT = -2132344807i32;
2263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2264 pub const ERROR_SPACES_ENCLOSURE_AWARE_INVALID: ::windows_sys::core::HRESULT = -2132344817i32;
2265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2266 pub const ERROR_SPACES_ENTRY_INCOMPLETE: ::windows_sys::core::HRESULT = -2132344813i32;
2267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2268 pub const ERROR_SPACES_ENTRY_INVALID: ::windows_sys::core::HRESULT = -2132344812i32;
2269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2270 pub const ERROR_SPACES_EXTENDED_ERROR: ::windows_sys::core::HRESULT = -2132344820i32;
2271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2272 pub const ERROR_SPACES_FAULT_DOMAIN_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344831i32;
2273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2274 pub const ERROR_SPACES_FLUSH_METADATA: ::windows_sys::core::HRESULT = -2132344795i32;
2275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2276 pub const ERROR_SPACES_INCONSISTENCY: ::windows_sys::core::HRESULT = -2132344806i32;
2277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2278 pub const ERROR_SPACES_INTERLEAVE_LENGTH_INVALID: ::windows_sys::core::HRESULT = -2132344823i32;
2279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2280 pub const ERROR_SPACES_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2132344830i32;
2281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2282 pub const ERROR_SPACES_LOG_NOT_READY: ::windows_sys::core::HRESULT = -2132344805i32;
2283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2284 pub const ERROR_SPACES_MAP_REQUIRED: ::windows_sys::core::HRESULT = -2132344810i32;
2285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2286 pub const ERROR_SPACES_MARK_DIRTY: ::windows_sys::core::HRESULT = -2132344800i32;
2287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2288 pub const ERROR_SPACES_NOT_ENOUGH_DRIVES: ::windows_sys::core::HRESULT = -2132344821i32;
2289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2290 pub const ERROR_SPACES_NO_REDUNDANCY: ::windows_sys::core::HRESULT = -2132344804i32;
2291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2292 pub const ERROR_SPACES_NUMBER_OF_COLUMNS_INVALID: ::windows_sys::core::HRESULT = -2132344822i32;
2293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2294 pub const ERROR_SPACES_NUMBER_OF_DATA_COPIES_INVALID: ::windows_sys::core::HRESULT = -2132344825i32;
2295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2296 pub const ERROR_SPACES_NUMBER_OF_GROUPS_INVALID: ::windows_sys::core::HRESULT = -2132344815i32;
2297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2298 pub const ERROR_SPACES_PARITY_LAYOUT_INVALID: ::windows_sys::core::HRESULT = -2132344824i32;
2299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2300 pub const ERROR_SPACES_POOL_WAS_DELETED: ::windows_sys::core::HRESULT = 15138817i32;
2301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2302 pub const ERROR_SPACES_PROVISIONING_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344819i32;
2303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2304 pub const ERROR_SPACES_RESILIENCY_TYPE_INVALID: ::windows_sys::core::HRESULT = -2132344829i32;
2305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2306 pub const ERROR_SPACES_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2132344809i32;
2307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2308 pub const ERROR_SPACES_UPDATE_COLUMN_STATE: ::windows_sys::core::HRESULT = -2132344811i32;
2309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2310 pub const ERROR_SPACES_WRITE_CACHE_SIZE_INVALID: ::windows_sys::core::HRESULT = -2132344816i32;
2311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2312 pub const ERROR_SVHDX_ERROR_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -1067647232i32;
2313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2314 pub const ERROR_SVHDX_ERROR_STORED: ::windows_sys::core::HRESULT = -1067712512i32;
2315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2316 pub const ERROR_SVHDX_NO_INITIATOR: ::windows_sys::core::HRESULT = -1067647221i32;
2317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2318 pub const ERROR_SVHDX_RESERVATION_CONFLICT: ::windows_sys::core::HRESULT = -1067647225i32;
2319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2320 pub const ERROR_SVHDX_UNIT_ATTENTION_AVAILABLE: ::windows_sys::core::HRESULT = -1067647231i32;
2321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2322 pub const ERROR_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED: ::windows_sys::core::HRESULT = -1067647230i32;
2323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2324 pub const ERROR_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED: ::windows_sys::core::HRESULT = -1067647226i32;
2325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2326 pub const ERROR_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED: ::windows_sys::core::HRESULT = -1067647227i32;
2327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2328 pub const ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED: ::windows_sys::core::HRESULT = -1067647229i32;
2329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2330 pub const ERROR_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED: ::windows_sys::core::HRESULT = -1067647228i32;
2331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2332 pub const ERROR_SVHDX_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -1067647223i32;
2333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2334 pub const ERROR_SVHDX_WRONG_FILE_TYPE: ::windows_sys::core::HRESULT = -1067647224i32;
2335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2336 pub const ERROR_TIERING_ALREADY_PROCESSING: ::windows_sys::core::HRESULT = -2138898426i32;
2337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2338 pub const ERROR_TIERING_CANNOT_PIN_OBJECT: ::windows_sys::core::HRESULT = -2138898425i32;
2339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2340 pub const ERROR_TIERING_FILE_IS_NOT_PINNED: ::windows_sys::core::HRESULT = -2138898424i32;
2341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2342 pub const ERROR_TIERING_INVALID_FILE_ID: ::windows_sys::core::HRESULT = -2138898428i32;
2343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2344 pub const ERROR_TIERING_NOT_SUPPORTED_ON_VOLUME: ::windows_sys::core::HRESULT = -2138898431i32;
2345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2346 pub const ERROR_TIERING_STORAGE_TIER_NOT_FOUND: ::windows_sys::core::HRESULT = -2138898429i32;
2347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2348 pub const ERROR_TIERING_VOLUME_DISMOUNT_IN_PROGRESS: ::windows_sys::core::HRESULT = -2138898430i32;
2349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2350 pub const ERROR_TIERING_WRONG_CLUSTER_NODE: ::windows_sys::core::HRESULT = -2138898427i32;
2351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2352 pub const ERROR_UNKNOWN_PROTOCOL_ID: u32 = 902u32;
2353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2354 pub const ERROR_UPDATE_IN_PROGRESS: u32 = 911u32;
2355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2356 pub const ERROR_USER_LIMIT: u32 = 937u32;
2357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2358 pub const ERROR_VHDSET_BACKING_STORAGE_NOT_FOUND: ::windows_sys::core::HRESULT = -1067647220i32;
2359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2360 pub const ERROR_VHD_SHARED: ::windows_sys::core::HRESULT = -1067647222i32;
2361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2362 pub const ERROR_VOLSNAP_ACTIVATION_TIMEOUT: ::windows_sys::core::HRESULT = -2138963966i32;
2363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2364 pub const ERROR_VOLSNAP_BOOTFILE_NOT_VALID: ::windows_sys::core::HRESULT = -2138963967i32;
2365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2366 pub const ERROR_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT: ::windows_sys::core::HRESULT = -2138963965i32;
2367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2368 pub const EVENT_E_ALL_SUBSCRIBERS_FAILED: ::windows_sys::core::HRESULT = -2147220991i32;
2369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2370 pub const EVENT_E_CANT_MODIFY_OR_DELETE_CONFIGURED_OBJECT: ::windows_sys::core::HRESULT = -2147220978i32;
2371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2372 pub const EVENT_E_CANT_MODIFY_OR_DELETE_UNCONFIGURED_OBJECT: ::windows_sys::core::HRESULT = -2147220979i32;
2373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2374 pub const EVENT_E_COMPLUS_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147220980i32;
2375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2376 pub const EVENT_E_FIRST: i32 = -2147220992i32;
2377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2378 pub const EVENT_E_INTERNALERROR: ::windows_sys::core::HRESULT = -2147220986i32;
2379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2380 pub const EVENT_E_INTERNALEXCEPTION: ::windows_sys::core::HRESULT = -2147220987i32;
2381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2382 pub const EVENT_E_INVALID_EVENT_CLASS_PARTITION: ::windows_sys::core::HRESULT = -2147220977i32;
2383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2384 pub const EVENT_E_INVALID_PER_USER_SID: ::windows_sys::core::HRESULT = -2147220985i32;
2385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2386 pub const EVENT_E_LAST: i32 = -2147220961i32;
2387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2388 pub const EVENT_E_MISSING_EVENTCLASS: ::windows_sys::core::HRESULT = -2147220982i32;
2389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2390 pub const EVENT_E_NOT_ALL_REMOVED: ::windows_sys::core::HRESULT = -2147220981i32;
2391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2392 pub const EVENT_E_PER_USER_SID_NOT_LOGGED_ON: ::windows_sys::core::HRESULT = -2147220976i32;
2393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2394 pub const EVENT_E_QUERYFIELD: ::windows_sys::core::HRESULT = -2147220988i32;
2395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2396 pub const EVENT_E_QUERYSYNTAX: ::windows_sys::core::HRESULT = -2147220989i32;
2397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2398 pub const EVENT_E_TOO_MANY_METHODS: ::windows_sys::core::HRESULT = -2147220983i32;
2399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2400 pub const EVENT_E_USER_EXCEPTION: ::windows_sys::core::HRESULT = -2147220984i32;
2401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2402 pub const EVENT_S_FIRST: i32 = 262656i32;
2403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2404 pub const EVENT_S_LAST: i32 = 262687i32;
2405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2406 pub const EVENT_S_NOSUBSCRIBERS: ::windows_sys::core::HRESULT = 262658i32;
2407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2408 pub const EVENT_S_SOME_SUBSCRIBERS_FAILED: ::windows_sys::core::HRESULT = 262656i32;
2409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2410 pub const EXCEPTION_ACCESS_VIOLATION: NTSTATUS = -1073741819i32;
2411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2412 pub const EXCEPTION_ARRAY_BOUNDS_EXCEEDED: NTSTATUS = -1073741684i32;
2413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2414 pub const EXCEPTION_BREAKPOINT: NTSTATUS = -2147483645i32;
2415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2416 pub const EXCEPTION_DATATYPE_MISALIGNMENT: NTSTATUS = -2147483646i32;
2417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2418 pub const EXCEPTION_FLT_DENORMAL_OPERAND: NTSTATUS = -1073741683i32;
2419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2420 pub const EXCEPTION_FLT_DIVIDE_BY_ZERO: NTSTATUS = -1073741682i32;
2421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2422 pub const EXCEPTION_FLT_INEXACT_RESULT: NTSTATUS = -1073741681i32;
2423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2424 pub const EXCEPTION_FLT_INVALID_OPERATION: NTSTATUS = -1073741680i32;
2425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2426 pub const EXCEPTION_FLT_OVERFLOW: NTSTATUS = -1073741679i32;
2427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2428 pub const EXCEPTION_FLT_STACK_CHECK: NTSTATUS = -1073741678i32;
2429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2430 pub const EXCEPTION_FLT_UNDERFLOW: NTSTATUS = -1073741677i32;
2431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2432 pub const EXCEPTION_GUARD_PAGE: NTSTATUS = -2147483647i32;
2433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2434 pub const EXCEPTION_ILLEGAL_INSTRUCTION: NTSTATUS = -1073741795i32;
2435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2436 pub const EXCEPTION_INT_DIVIDE_BY_ZERO: NTSTATUS = -1073741676i32;
2437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2438 pub const EXCEPTION_INT_OVERFLOW: NTSTATUS = -1073741675i32;
2439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2440 pub const EXCEPTION_INVALID_DISPOSITION: NTSTATUS = -1073741786i32;
2441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2442 pub const EXCEPTION_INVALID_HANDLE: NTSTATUS = -1073741816i32;
2443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2444 pub const EXCEPTION_IN_PAGE_ERROR: NTSTATUS = -1073741818i32;
2445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2446 pub const EXCEPTION_NONCONTINUABLE_EXCEPTION: NTSTATUS = -1073741787i32;
2447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2448 pub const EXCEPTION_POSSIBLE_DEADLOCK: NTSTATUS = -1073741420i32;
2449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2450 pub const EXCEPTION_PRIV_INSTRUCTION: NTSTATUS = -1073741674i32;
2451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2452 pub const EXCEPTION_SINGLE_STEP: NTSTATUS = -2147483644i32;
2453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2454 pub const EXCEPTION_STACK_OVERFLOW: NTSTATUS = -1073741571i32;
2455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2456 pub const E_ABORT: ::windows_sys::core::HRESULT = -2147467260i32;
2457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2458 pub const E_ACCESSDENIED: ::windows_sys::core::HRESULT = -2147024891i32;
2459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2460 pub const E_APPLICATION_ACTIVATION_EXEC_FAILURE: ::windows_sys::core::HRESULT = -2144927141i32;
2461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2462 pub const E_APPLICATION_ACTIVATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2144927142i32;
2463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2464 pub const E_APPLICATION_EXITING: ::windows_sys::core::HRESULT = -2147483622i32;
2465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2466 pub const E_APPLICATION_MANAGER_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144927145i32;
2467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2468 pub const E_APPLICATION_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2144927148i32;
2469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2470 pub const E_APPLICATION_TEMPORARY_LICENSE_ERROR: ::windows_sys::core::HRESULT = -2144927140i32;
2471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2472 pub const E_APPLICATION_TRIAL_LICENSE_EXPIRED: ::windows_sys::core::HRESULT = -2144927139i32;
2473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2474 pub const E_APPLICATION_VIEW_EXITING: ::windows_sys::core::HRESULT = -2147483621i32;
2475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2476 pub const E_ASYNC_OPERATION_NOT_STARTED: ::windows_sys::core::HRESULT = -2147483623i32;
2477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2478 pub const E_AUDIO_ENGINE_NODE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140798975i32;
2479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2480 pub const E_BLUETOOTH_ATT_ATTRIBUTE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140864502i32;
2481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2482 pub const E_BLUETOOTH_ATT_ATTRIBUTE_NOT_LONG: ::windows_sys::core::HRESULT = -2140864501i32;
2483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2484 pub const E_BLUETOOTH_ATT_INSUFFICIENT_AUTHENTICATION: ::windows_sys::core::HRESULT = -2140864507i32;
2485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2486 pub const E_BLUETOOTH_ATT_INSUFFICIENT_AUTHORIZATION: ::windows_sys::core::HRESULT = -2140864504i32;
2487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2488 pub const E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION: ::windows_sys::core::HRESULT = -2140864497i32;
2489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2490 pub const E_BLUETOOTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE: ::windows_sys::core::HRESULT = -2140864500i32;
2491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2492 pub const E_BLUETOOTH_ATT_INSUFFICIENT_RESOURCES: ::windows_sys::core::HRESULT = -2140864495i32;
2493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2494 pub const E_BLUETOOTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH: ::windows_sys::core::HRESULT = -2140864499i32;
2495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2496 pub const E_BLUETOOTH_ATT_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2140864511i32;
2497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2498 pub const E_BLUETOOTH_ATT_INVALID_OFFSET: ::windows_sys::core::HRESULT = -2140864505i32;
2499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2500 pub const E_BLUETOOTH_ATT_INVALID_PDU: ::windows_sys::core::HRESULT = -2140864508i32;
2501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2502 pub const E_BLUETOOTH_ATT_PREPARE_QUEUE_FULL: ::windows_sys::core::HRESULT = -2140864503i32;
2503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2504 pub const E_BLUETOOTH_ATT_READ_NOT_PERMITTED: ::windows_sys::core::HRESULT = -2140864510i32;
2505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2506 pub const E_BLUETOOTH_ATT_REQUEST_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140864506i32;
2507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2508 pub const E_BLUETOOTH_ATT_UNKNOWN_ERROR: ::windows_sys::core::HRESULT = -2140860416i32;
2509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2510 pub const E_BLUETOOTH_ATT_UNLIKELY: ::windows_sys::core::HRESULT = -2140864498i32;
2511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2512 pub const E_BLUETOOTH_ATT_UNSUPPORTED_GROUP_TYPE: ::windows_sys::core::HRESULT = -2140864496i32;
2513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2514 pub const E_BLUETOOTH_ATT_WRITE_NOT_PERMITTED: ::windows_sys::core::HRESULT = -2140864509i32;
2515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2516 pub const E_BOUNDS: ::windows_sys::core::HRESULT = -2147483637i32;
2517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2518 pub const E_CHANGED_STATE: ::windows_sys::core::HRESULT = -2147483636i32;
2519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2520 pub const E_ELEVATED_ACTIVATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927151i32;
2521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2522 pub const E_FAIL: ::windows_sys::core::HRESULT = -2147467259i32;
2523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2524 pub const E_FULL_ADMIN_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927149i32;
2525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2526 pub const E_HANDLE: ::windows_sys::core::HRESULT = -2147024890i32;
2527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2528 pub const E_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140798973i32;
2529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2530 pub const E_HDAUDIO_EMPTY_CONNECTION_LIST: ::windows_sys::core::HRESULT = -2140798974i32;
2531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2532 pub const E_HDAUDIO_NO_LOGICAL_DEVICES_CREATED: ::windows_sys::core::HRESULT = -2140798972i32;
2533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2534 pub const E_HDAUDIO_NULL_LINKED_LIST_ENTRY: ::windows_sys::core::HRESULT = -2140798971i32;
2535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2536 pub const E_ILLEGAL_DELEGATE_ASSIGNMENT: ::windows_sys::core::HRESULT = -2147483624i32;
2537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2538 pub const E_ILLEGAL_METHOD_CALL: ::windows_sys::core::HRESULT = -2147483634i32;
2539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2540 pub const E_ILLEGAL_STATE_CHANGE: ::windows_sys::core::HRESULT = -2147483635i32;
2541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2542 pub const E_INVALIDARG: ::windows_sys::core::HRESULT = -2147024809i32;
2543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2544 pub const E_INVALID_PROTOCOL_FORMAT: ::windows_sys::core::HRESULT = -2089418750i32;
2545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2546 pub const E_INVALID_PROTOCOL_OPERATION: ::windows_sys::core::HRESULT = -2089418751i32;
2547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2548 pub const E_MBN_BAD_SIM: ::windows_sys::core::HRESULT = -2141945342i32;
2549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2550 pub const E_MBN_CONTEXT_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2141945343i32;
2551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2552 pub const E_MBN_DATA_CLASS_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2141945341i32;
2553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2554 pub const E_MBN_DEFAULT_PROFILE_EXIST: ::windows_sys::core::HRESULT = -2141945319i32;
2555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2556 pub const E_MBN_FAILURE: ::windows_sys::core::HRESULT = -2141945326i32;
2557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2558 pub const E_MBN_INVALID_ACCESS_STRING: ::windows_sys::core::HRESULT = -2141945340i32;
2559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2560 pub const E_MBN_INVALID_CACHE: ::windows_sys::core::HRESULT = -2141945332i32;
2561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2562 pub const E_MBN_INVALID_PROFILE: ::windows_sys::core::HRESULT = -2141945320i32;
2563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2564 pub const E_MBN_MAX_ACTIVATED_CONTEXTS: ::windows_sys::core::HRESULT = -2141945339i32;
2565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2566 pub const E_MBN_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2141945331i32;
2567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2568 pub const E_MBN_PACKET_SVC_DETACHED: ::windows_sys::core::HRESULT = -2141945338i32;
2569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2570 pub const E_MBN_PIN_DISABLED: ::windows_sys::core::HRESULT = -2141945327i32;
2571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2572 pub const E_MBN_PIN_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945329i32;
2573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2574 pub const E_MBN_PIN_REQUIRED: ::windows_sys::core::HRESULT = -2141945328i32;
2575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2576 pub const E_MBN_PROVIDERS_NOT_FOUND: ::windows_sys::core::HRESULT = -2141945330i32;
2577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2578 pub const E_MBN_PROVIDER_NOT_VISIBLE: ::windows_sys::core::HRESULT = -2141945337i32;
2579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2580 pub const E_MBN_RADIO_POWER_OFF: ::windows_sys::core::HRESULT = -2141945336i32;
2581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2582 pub const E_MBN_SERVICE_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2141945335i32;
2583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2584 pub const E_MBN_SIM_NOT_INSERTED: ::windows_sys::core::HRESULT = -2141945334i32;
2585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2586 pub const E_MBN_SMS_ENCODING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945312i32;
2587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2588 pub const E_MBN_SMS_FILTER_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945311i32;
2589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2590 pub const E_MBN_SMS_FORMAT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945305i32;
2591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2592 pub const E_MBN_SMS_INVALID_MEMORY_INDEX: ::windows_sys::core::HRESULT = -2141945310i32;
2593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2594 pub const E_MBN_SMS_LANG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2141945309i32;
2595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2596 pub const E_MBN_SMS_MEMORY_FAILURE: ::windows_sys::core::HRESULT = -2141945308i32;
2597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2598 pub const E_MBN_SMS_MEMORY_FULL: ::windows_sys::core::HRESULT = -2141945303i32;
2599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2600 pub const E_MBN_SMS_NETWORK_TIMEOUT: ::windows_sys::core::HRESULT = -2141945307i32;
2601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2602 pub const E_MBN_SMS_OPERATION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2141945304i32;
2603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2604 pub const E_MBN_SMS_UNKNOWN_SMSC_ADDRESS: ::windows_sys::core::HRESULT = -2141945306i32;
2605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2606 pub const E_MBN_VOICE_CALL_IN_PROGRESS: ::windows_sys::core::HRESULT = -2141945333i32;
2607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2608 pub const E_MONITOR_RESOLUTION_TOO_LOW: ::windows_sys::core::HRESULT = -2144927152i32;
2609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2610 pub const E_MULTIPLE_EXTENSIONS_FOR_APPLICATION: ::windows_sys::core::HRESULT = -2144927147i32;
2611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2612 pub const E_MULTIPLE_PACKAGES_FOR_FAMILY: ::windows_sys::core::HRESULT = -2144927146i32;
2613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2614 pub const E_NOINTERFACE: ::windows_sys::core::HRESULT = -2147467262i32;
2615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2616 pub const E_NOTIMPL: ::windows_sys::core::HRESULT = -2147467263i32;
2617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2618 pub const E_OUTOFMEMORY: ::windows_sys::core::HRESULT = -2147024882i32;
2619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2620 pub const E_POINTER: ::windows_sys::core::HRESULT = -2147467261i32;
2621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2622 pub const E_PROTOCOL_EXTENSIONS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418749i32;
2623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2624 pub const E_PROTOCOL_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418747i32;
2625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2626 pub const E_SKYDRIVE_FILE_NOT_UPLOADED: ::windows_sys::core::HRESULT = -2144927133i32;
2627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2628 pub const E_SKYDRIVE_ROOT_TARGET_CANNOT_INDEX: ::windows_sys::core::HRESULT = -2144927134i32;
2629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2630 pub const E_SKYDRIVE_ROOT_TARGET_FILE_SYSTEM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927136i32;
2631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2632 pub const E_SKYDRIVE_ROOT_TARGET_OVERLAP: ::windows_sys::core::HRESULT = -2144927135i32;
2633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2634 pub const E_SKYDRIVE_ROOT_TARGET_VOLUME_ROOT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144927131i32;
2635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2636 pub const E_SKYDRIVE_UPDATE_AVAILABILITY_FAIL: ::windows_sys::core::HRESULT = -2144927132i32;
2637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2638 pub const E_STRING_NOT_NULL_TERMINATED: ::windows_sys::core::HRESULT = -2147483625i32;
2639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2640 pub const E_SUBPROTOCOL_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2089418748i32;
2641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2642 pub const E_SYNCENGINE_CLIENT_UPDATE_NEEDED: ::windows_sys::core::HRESULT = -2013081594i32;
2643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2644 pub const E_SYNCENGINE_FILE_IDENTIFIER_UNKNOWN: ::windows_sys::core::HRESULT = -2013085694i32;
2645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2646 pub const E_SYNCENGINE_FILE_SIZE_EXCEEDS_REMAINING_QUOTA: ::windows_sys::core::HRESULT = -2013089790i32;
2647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2648 pub const E_SYNCENGINE_FILE_SIZE_OVER_LIMIT: ::windows_sys::core::HRESULT = -2013089791i32;
2649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2650 pub const E_SYNCENGINE_FILE_SYNC_PARTNER_ERROR: ::windows_sys::core::HRESULT = -2013089787i32;
2651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2652 pub const E_SYNCENGINE_FOLDER_INACCESSIBLE: ::windows_sys::core::HRESULT = -2013081599i32;
2653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2654 pub const E_SYNCENGINE_FOLDER_IN_REDIRECTION: ::windows_sys::core::HRESULT = -2013081589i32;
2655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2656 pub const E_SYNCENGINE_FOLDER_ITEM_COUNT_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013089788i32;
2657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2658 pub const E_SYNCENGINE_PATH_LENGTH_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013081596i32;
2659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2660 pub const E_SYNCENGINE_PROXY_AUTHENTICATION_REQUIRED: ::windows_sys::core::HRESULT = -2013081593i32;
2661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2662 pub const E_SYNCENGINE_REMOTE_PATH_LENGTH_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2013081595i32;
2663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2664 pub const E_SYNCENGINE_REQUEST_BLOCKED_BY_SERVICE: ::windows_sys::core::HRESULT = -2013085690i32;
2665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2666 pub const E_SYNCENGINE_REQUEST_BLOCKED_DUE_TO_CLIENT_ERROR: ::windows_sys::core::HRESULT = -2013085689i32;
2667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2668 pub const E_SYNCENGINE_SERVICE_AUTHENTICATION_FAILED: ::windows_sys::core::HRESULT = -2013085693i32;
2669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2670 pub const E_SYNCENGINE_SERVICE_RETURNED_UNEXPECTED_SIZE: ::windows_sys::core::HRESULT = -2013085691i32;
2671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2672 pub const E_SYNCENGINE_STORAGE_SERVICE_BLOCKED: ::windows_sys::core::HRESULT = -2013081590i32;
2673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2674 pub const E_SYNCENGINE_STORAGE_SERVICE_PROVISIONING_FAILED: ::windows_sys::core::HRESULT = -2013081592i32;
2675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2676 pub const E_SYNCENGINE_SYNC_PAUSED_BY_SERVICE: ::windows_sys::core::HRESULT = -2013089786i32;
2677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2678 pub const E_SYNCENGINE_UNKNOWN_SERVICE_ERROR: ::windows_sys::core::HRESULT = -2013085692i32;
2679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2680 pub const E_SYNCENGINE_UNSUPPORTED_FILE_NAME: ::windows_sys::core::HRESULT = -2013089789i32;
2681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2682 pub const E_SYNCENGINE_UNSUPPORTED_FOLDER_NAME: ::windows_sys::core::HRESULT = -2013081598i32;
2683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2684 pub const E_SYNCENGINE_UNSUPPORTED_MARKET: ::windows_sys::core::HRESULT = -2013081597i32;
2685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2686 pub const E_SYNCENGINE_UNSUPPORTED_REPARSE_POINT: ::windows_sys::core::HRESULT = -2013081591i32;
2687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2688 pub const E_UAC_DISABLED: ::windows_sys::core::HRESULT = -2144927150i32;
2689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2690 pub const E_UNEXPECTED: ::windows_sys::core::HRESULT = -2147418113i32;
2691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2692 pub const FACILTIY_MUI_ERROR_CODE: u32 = 11u32;
2693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2694 pub type FARPROC = ::core::option::Option<unsafe extern "system" fn() -> isize>;
2695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2696 pub const FA_E_HOMEGROUP_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144927198i32;
2697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2698 pub const FA_E_MAX_PERSISTED_ITEMS_REACHED: ::windows_sys::core::HRESULT = -2144927200i32;
2699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2700 pub const FDAEMON_E_CHANGEUPDATEFAILED: ::windows_sys::core::HRESULT = -2147215740i32;
2701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2702 pub const FDAEMON_E_FATALERROR: ::windows_sys::core::HRESULT = -2147215742i32;
2703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2704 pub const FDAEMON_E_LOWRESOURCE: ::windows_sys::core::HRESULT = -2147215743i32;
2705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2706 pub const FDAEMON_E_NOWORDLIST: ::windows_sys::core::HRESULT = -2147215737i32;
2707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2708 pub const FDAEMON_E_PARTITIONDELETED: ::windows_sys::core::HRESULT = -2147215741i32;
2709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2710 pub const FDAEMON_E_TOOMANYFILTEREDBLOCKS: ::windows_sys::core::HRESULT = -2147215736i32;
2711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2712 pub const FDAEMON_E_WORDLISTCOMMITFAILED: ::windows_sys::core::HRESULT = -2147215738i32;
2713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2714 pub const FDAEMON_W_EMPTYWORDLIST: ::windows_sys::core::HRESULT = 267909i32;
2715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2716 pub const FDAEMON_W_WORDLISTFULL: ::windows_sys::core::HRESULT = 267904i32;
2717 #[repr(C)]
2718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2719 pub struct FILETIME {
2720 pub dwLowDateTime: u32,
2721 pub dwHighDateTime: u32,
2722 }
2723 impl ::core::marker::Copy for FILETIME {}
2724 impl ::core::clone::Clone for FILETIME {
2725 fn clone(&self) -> Self {
2726 *self
2727 }
2728 }
2729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2730 pub const FILTER_E_ALREADY_OPEN: ::windows_sys::core::HRESULT = -2147215562i32;
2731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2732 pub const FILTER_E_CONTENTINDEXCORRUPT: ::windows_sys::core::HRESULT = -1073473740i32;
2733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2734 pub const FILTER_E_IN_USE: ::windows_sys::core::HRESULT = -2147215560i32;
2735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2736 pub const FILTER_E_NOT_OPEN: ::windows_sys::core::HRESULT = -2147215559i32;
2737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2738 pub const FILTER_E_NO_SUCH_PROPERTY: ::windows_sys::core::HRESULT = -2147215557i32;
2739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2740 pub const FILTER_E_OFFLINE: ::windows_sys::core::HRESULT = -2147215555i32;
2741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2742 pub const FILTER_E_PARTIALLY_FILTERED: ::windows_sys::core::HRESULT = -2147215554i32;
2743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2744 pub const FILTER_E_TOO_BIG: ::windows_sys::core::HRESULT = -2147215568i32;
2745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2746 pub const FILTER_E_UNREACHABLE: ::windows_sys::core::HRESULT = -2147215561i32;
2747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2748 pub const FILTER_S_CONTENTSCAN_DELAYED: ::windows_sys::core::HRESULT = 268083i32;
2749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2750 pub const FILTER_S_DISK_FULL: ::windows_sys::core::HRESULT = 268085i32;
2751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2752 pub const FILTER_S_FULL_CONTENTSCAN_IMMEDIATE: ::windows_sys::core::HRESULT = 268082i32;
2753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2754 pub const FILTER_S_NO_PROPSETS: ::windows_sys::core::HRESULT = 268090i32;
2755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2756 pub const FILTER_S_NO_SECURITY_DESCRIPTOR: ::windows_sys::core::HRESULT = 268092i32;
2757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2758 pub const FILTER_S_PARTIAL_CONTENTSCAN_IMMEDIATE: ::windows_sys::core::HRESULT = 268081i32;
2759 #[repr(C)]
2760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2761 pub struct FLOAT128 {
2762 pub LowPart: i64,
2763 pub HighPart: i64,
2764 }
2765 impl ::core::marker::Copy for FLOAT128 {}
2766 impl ::core::clone::Clone for FLOAT128 {
2767 fn clone(&self) -> Self {
2768 *self
2769 }
2770 }
2771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2772 pub const FRS_ERR_AUTHENTICATION: i32 = 8008i32;
2773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2774 pub const FRS_ERR_CHILD_TO_PARENT_COMM: i32 = 8011i32;
2775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2776 pub const FRS_ERR_INSUFFICIENT_PRIV: i32 = 8007i32;
2777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2778 pub const FRS_ERR_INTERNAL: i32 = 8005i32;
2779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2780 pub const FRS_ERR_INTERNAL_API: i32 = 8004i32;
2781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2782 pub const FRS_ERR_INVALID_API_SEQUENCE: i32 = 8001i32;
2783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2784 pub const FRS_ERR_INVALID_SERVICE_PARAMETER: i32 = 8017i32;
2785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2786 pub const FRS_ERR_PARENT_AUTHENTICATION: i32 = 8010i32;
2787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2788 pub const FRS_ERR_PARENT_INSUFFICIENT_PRIV: i32 = 8009i32;
2789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2790 pub const FRS_ERR_PARENT_TO_CHILD_COMM: i32 = 8012i32;
2791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2792 pub const FRS_ERR_SERVICE_COMM: i32 = 8006i32;
2793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2794 pub const FRS_ERR_STARTING_SERVICE: i32 = 8002i32;
2795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2796 pub const FRS_ERR_STOPPING_SERVICE: i32 = 8003i32;
2797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2798 pub const FRS_ERR_SYSVOL_DEMOTE: i32 = 8016i32;
2799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2800 pub const FRS_ERR_SYSVOL_IS_BUSY: i32 = 8015i32;
2801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2802 pub const FRS_ERR_SYSVOL_POPULATE: i32 = 8013i32;
2803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2804 pub const FRS_ERR_SYSVOL_POPULATE_TIMEOUT: i32 = 8014i32;
2805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2806 pub const FVE_E_AAD_ENDPOINT_BUSY: ::windows_sys::core::HRESULT = -2144272159i32;
2807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2808 pub const FVE_E_ACTION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272375i32;
2809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2810 pub const FVE_E_ADBACKUP_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144272171i32;
2811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2812 pub const FVE_E_AD_ATTR_NOT_SET: ::windows_sys::core::HRESULT = -2144272370i32;
2813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2814 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_FIXED_DRIVE: ::windows_sys::core::HRESULT = -2144272165i32;
2815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2816 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_OS_DRIVE: ::windows_sys::core::HRESULT = -2144272166i32;
2817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2818 pub const FVE_E_AD_BACKUP_REQUIRED_POLICY_NOT_SET_REMOVABLE_DRIVE: ::windows_sys::core::HRESULT = -2144272164i32;
2819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2820 pub const FVE_E_AD_GUID_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272369i32;
2821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2822 pub const FVE_E_AD_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2144272358i32;
2823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2824 pub const FVE_E_AD_INVALID_DATASIZE: ::windows_sys::core::HRESULT = -2144272372i32;
2825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2826 pub const FVE_E_AD_INVALID_DATATYPE: ::windows_sys::core::HRESULT = -2144272373i32;
2827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2828 pub const FVE_E_AD_NO_VALUES: ::windows_sys::core::HRESULT = -2144272371i32;
2829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2830 pub const FVE_E_AD_SCHEMA_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2144272374i32;
2831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2832 pub const FVE_E_AUTH_INVALID_APPLICATION: ::windows_sys::core::HRESULT = -2144272316i32;
2833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2834 pub const FVE_E_AUTH_INVALID_CONFIG: ::windows_sys::core::HRESULT = -2144272315i32;
2835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2836 pub const FVE_E_AUTOUNLOCK_ENABLED: ::windows_sys::core::HRESULT = -2144272343i32;
2837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2838 pub const FVE_E_BAD_DATA: ::windows_sys::core::HRESULT = -2144272362i32;
2839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2840 pub const FVE_E_BAD_INFORMATION: ::windows_sys::core::HRESULT = -2144272368i32;
2841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2842 pub const FVE_E_BAD_PARTITION_SIZE: ::windows_sys::core::HRESULT = -2144272364i32;
2843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2844 pub const FVE_E_BCD_APPLICATIONS_PATH_INCORRECT: ::windows_sys::core::HRESULT = -2144272302i32;
2845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2846 pub const FVE_E_BOOTABLE_CDDVD: ::windows_sys::core::HRESULT = -2144272336i32;
2847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2848 pub const FVE_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2144272177i32;
2849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2850 pub const FVE_E_CANNOT_ENCRYPT_NO_KEY: ::windows_sys::core::HRESULT = -2144272338i32;
2851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2852 pub const FVE_E_CANNOT_SET_FVEK_ENCRYPTED: ::windows_sys::core::HRESULT = -2144272339i32;
2853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2854 pub const FVE_E_CANT_LOCK_AUTOUNLOCK_ENABLED_VOLUME: ::windows_sys::core::HRESULT = -2144272233i32;
2855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2856 pub const FVE_E_CLUSTERING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272354i32;
2857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2858 pub const FVE_E_CONV_READ: ::windows_sys::core::HRESULT = -2144272357i32;
2859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2860 pub const FVE_E_CONV_RECOVERY_FAILED: ::windows_sys::core::HRESULT = -2144272248i32;
2861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2862 pub const FVE_E_CONV_WRITE: ::windows_sys::core::HRESULT = -2144272356i32;
2863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2864 pub const FVE_E_DEBUGGER_ENABLED: ::windows_sys::core::HRESULT = -2144272305i32;
2865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2866 pub const FVE_E_DEVICELOCKOUT_COUNTER_MISMATCH: ::windows_sys::core::HRESULT = -2144272178i32;
2867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2868 pub const FVE_E_DEVICE_LOCKOUT_COUNTER_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144272179i32;
2869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2870 pub const FVE_E_DEVICE_NOT_JOINED: ::windows_sys::core::HRESULT = -2144272160i32;
2871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2872 pub const FVE_E_DE_DEVICE_LOCKEDOUT: ::windows_sys::core::HRESULT = -2144272182i32;
2873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2874 pub const FVE_E_DE_FIXED_DATA_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272187i32;
2875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2876 pub const FVE_E_DE_HARDWARE_NOT_COMPLIANT: ::windows_sys::core::HRESULT = -2144272186i32;
2877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2878 pub const FVE_E_DE_OS_VOLUME_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2144272183i32;
2879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2880 pub const FVE_E_DE_PREVENTED_FOR_OS: ::windows_sys::core::HRESULT = -2144272175i32;
2881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2882 pub const FVE_E_DE_PROTECTION_NOT_YET_ENABLED: ::windows_sys::core::HRESULT = -2144272181i32;
2883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2884 pub const FVE_E_DE_PROTECTION_SUSPENDED: ::windows_sys::core::HRESULT = -2144272184i32;
2885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2886 pub const FVE_E_DE_VOLUME_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272173i32;
2887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2888 pub const FVE_E_DE_VOLUME_OPTED_OUT: ::windows_sys::core::HRESULT = -2144272174i32;
2889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2890 pub const FVE_E_DE_WINRE_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2144272185i32;
2891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2892 pub const FVE_E_DRY_RUN_FAILED: ::windows_sys::core::HRESULT = -2144272307i32;
2893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2894 pub const FVE_E_DV_NOT_ALLOWED_BY_GP: ::windows_sys::core::HRESULT = -2144272271i32;
2895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2896 pub const FVE_E_DV_NOT_SUPPORTED_ON_FS: ::windows_sys::core::HRESULT = -2144272272i32;
2897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2898 pub const FVE_E_EDRIVE_BAND_ENUMERATION_FAILED: ::windows_sys::core::HRESULT = -2144272157i32;
2899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2900 pub const FVE_E_EDRIVE_BAND_IN_USE: ::windows_sys::core::HRESULT = -2144272208i32;
2901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2902 pub const FVE_E_EDRIVE_DISALLOWED_BY_GP: ::windows_sys::core::HRESULT = -2144272207i32;
2903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2904 pub const FVE_E_EDRIVE_DRY_RUN_FAILED: ::windows_sys::core::HRESULT = -2144272196i32;
2905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2906 pub const FVE_E_EDRIVE_DV_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272204i32;
2907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2908 pub const FVE_E_EDRIVE_INCOMPATIBLE_FIRMWARE: ::windows_sys::core::HRESULT = -2144272193i32;
2909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2910 pub const FVE_E_EDRIVE_INCOMPATIBLE_VOLUME: ::windows_sys::core::HRESULT = -2144272206i32;
2911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2912 pub const FVE_E_EDRIVE_NO_FAILOVER_TO_SW: ::windows_sys::core::HRESULT = -2144272209i32;
2913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2914 pub const FVE_E_EFI_ONLY: ::windows_sys::core::HRESULT = -2144272228i32;
2915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2916 pub const FVE_E_ENH_PIN_INVALID: ::windows_sys::core::HRESULT = -2144272231i32;
2917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2918 pub const FVE_E_EOW_NOT_SUPPORTED_IN_VERSION: ::windows_sys::core::HRESULT = -2144272172i32;
2919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2920 pub const FVE_E_EXECUTE_REQUEST_SENT_TOO_SOON: ::windows_sys::core::HRESULT = -2144272162i32;
2921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2922 pub const FVE_E_FAILED_AUTHENTICATION: ::windows_sys::core::HRESULT = -2144272345i32;
2923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2924 pub const FVE_E_FAILED_SECTOR_SIZE: ::windows_sys::core::HRESULT = -2144272346i32;
2925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2926 pub const FVE_E_FAILED_WRONG_FS: ::windows_sys::core::HRESULT = -2144272365i32;
2927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2928 pub const FVE_E_FIPS_DISABLE_PROTECTION_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272314i32;
2929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2930 pub const FVE_E_FIPS_HASH_KDF_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272232i32;
2931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2932 pub const FVE_E_FIPS_PREVENTS_EXTERNAL_KEY_EXPORT: ::windows_sys::core::HRESULT = -2144272328i32;
2933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2934 pub const FVE_E_FIPS_PREVENTS_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272276i32;
2935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2936 pub const FVE_E_FIPS_PREVENTS_RECOVERY_PASSWORD: ::windows_sys::core::HRESULT = -2144272329i32;
2937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2938 pub const FVE_E_FIPS_RNG_CHECK_FAILED: ::windows_sys::core::HRESULT = -2144272330i32;
2939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2940 pub const FVE_E_FIRMWARE_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272312i32;
2941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2942 pub const FVE_E_FOREIGN_VOLUME: ::windows_sys::core::HRESULT = -2144272349i32;
2943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2944 pub const FVE_E_FS_MOUNTED: ::windows_sys::core::HRESULT = -2144272309i32;
2945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2946 pub const FVE_E_FS_NOT_EXTENDED: ::windows_sys::core::HRESULT = -2144272313i32;
2947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2948 pub const FVE_E_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE: ::windows_sys::core::HRESULT = -2144272219i32;
2949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2950 pub const FVE_E_HIDDEN_VOLUME: ::windows_sys::core::HRESULT = -2144272298i32;
2951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2952 pub const FVE_E_INVALID_BITLOCKER_OID: ::windows_sys::core::HRESULT = -2144272274i32;
2953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2954 pub const FVE_E_INVALID_DATUM_TYPE: ::windows_sys::core::HRESULT = -2144272229i32;
2955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2956 pub const FVE_E_INVALID_KEY_FORMAT: ::windows_sys::core::HRESULT = -2144272332i32;
2957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2958 pub const FVE_E_INVALID_NBP_CERT: ::windows_sys::core::HRESULT = -2144272158i32;
2959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2960 pub const FVE_E_INVALID_NKP_CERT: ::windows_sys::core::HRESULT = -2144272225i32;
2961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2962 pub const FVE_E_INVALID_PASSWORD_FORMAT: ::windows_sys::core::HRESULT = -2144272331i32;
2963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2964 pub const FVE_E_INVALID_PIN_CHARS: ::windows_sys::core::HRESULT = -2144272230i32;
2965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2966 pub const FVE_E_INVALID_PIN_CHARS_DETAILED: ::windows_sys::core::HRESULT = -2144272180i32;
2967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2968 pub const FVE_E_INVALID_PROTECTOR_TYPE: ::windows_sys::core::HRESULT = -2144272326i32;
2969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2970 pub const FVE_E_INVALID_STARTUP_OPTIONS: ::windows_sys::core::HRESULT = -2144272293i32;
2971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2972 pub const FVE_E_KEYFILE_INVALID: ::windows_sys::core::HRESULT = -2144272323i32;
2973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2974 pub const FVE_E_KEYFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272324i32;
2975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2976 pub const FVE_E_KEYFILE_NO_VMK: ::windows_sys::core::HRESULT = -2144272322i32;
2977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2978 pub const FVE_E_KEY_LENGTH_NOT_SUPPORTED_BY_EDRIVE: ::windows_sys::core::HRESULT = -2144272217i32;
2979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2980 pub const FVE_E_KEY_PROTECTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272279i32;
2981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2982 pub const FVE_E_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272355i32;
2983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2984 pub const FVE_E_KEY_ROTATION_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144272161i32;
2985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2986 pub const FVE_E_KEY_ROTATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272163i32;
2987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2988 pub const FVE_E_LIVEID_ACCOUNT_BLOCKED: ::windows_sys::core::HRESULT = -2144272189i32;
2989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2990 pub const FVE_E_LIVEID_ACCOUNT_SUSPENDED: ::windows_sys::core::HRESULT = -2144272190i32;
2991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2992 pub const FVE_E_LOCKED_VOLUME: ::windows_sys::core::HRESULT = -2144272384i32;
2993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2994 pub const FVE_E_MOR_FAILED: ::windows_sys::core::HRESULT = -2144272299i32;
2995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2996 pub const FVE_E_MULTIPLE_NKP_CERTS: ::windows_sys::core::HRESULT = -2144272227i32;
2997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
2998 pub const FVE_E_NON_BITLOCKER_KU: ::windows_sys::core::HRESULT = -2144272237i32;
2999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3000 pub const FVE_E_NON_BITLOCKER_OID: ::windows_sys::core::HRESULT = -2144272251i32;
3001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3002 pub const FVE_E_NOT_ACTIVATED: ::windows_sys::core::HRESULT = -2144272376i32;
3003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3004 pub const FVE_E_NOT_ALLOWED_IN_SAFE_MODE: ::windows_sys::core::HRESULT = -2144272320i32;
3005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3006 pub const FVE_E_NOT_ALLOWED_IN_VERSION: ::windows_sys::core::HRESULT = -2144272301i32;
3007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3008 pub const FVE_E_NOT_ALLOWED_ON_CLUSTER: ::windows_sys::core::HRESULT = -2144272210i32;
3009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3010 pub const FVE_E_NOT_ALLOWED_ON_CSV_STACK: ::windows_sys::core::HRESULT = -2144272211i32;
3011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3012 pub const FVE_E_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING: ::windows_sys::core::HRESULT = -2144272205i32;
3013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3014 pub const FVE_E_NOT_DATA_VOLUME: ::windows_sys::core::HRESULT = -2144272359i32;
3015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3016 pub const FVE_E_NOT_DECRYPTED: ::windows_sys::core::HRESULT = -2144272327i32;
3017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3018 pub const FVE_E_NOT_DE_VOLUME: ::windows_sys::core::HRESULT = -2144272169i32;
3019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3020 pub const FVE_E_NOT_ENCRYPTED: ::windows_sys::core::HRESULT = -2144272383i32;
3021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3022 pub const FVE_E_NOT_ON_STACK: ::windows_sys::core::HRESULT = -2144272310i32;
3023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3024 pub const FVE_E_NOT_OS_VOLUME: ::windows_sys::core::HRESULT = -2144272344i32;
3025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3026 pub const FVE_E_NOT_PROVISIONED_ON_ALL_VOLUMES: ::windows_sys::core::HRESULT = -2144272188i32;
3027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3028 pub const FVE_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272363i32;
3029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3030 pub const FVE_E_NO_AUTOUNLOCK_MASTER_KEY: ::windows_sys::core::HRESULT = -2144272300i32;
3031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3032 pub const FVE_E_NO_BOOTMGR_METRIC: ::windows_sys::core::HRESULT = -2144272379i32;
3033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3034 pub const FVE_E_NO_BOOTSECTOR_METRIC: ::windows_sys::core::HRESULT = -2144272380i32;
3035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3036 pub const FVE_E_NO_EXISTING_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272216i32;
3037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3038 pub const FVE_E_NO_EXISTING_PIN: ::windows_sys::core::HRESULT = -2144272224i32;
3039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3040 pub const FVE_E_NO_FEATURE_LICENSE: ::windows_sys::core::HRESULT = -2144272294i32;
3041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3042 pub const FVE_E_NO_LICENSE: ::windows_sys::core::HRESULT = -2144272311i32;
3043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3044 pub const FVE_E_NO_MBR_METRIC: ::windows_sys::core::HRESULT = -2144272381i32;
3045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3046 pub const FVE_E_NO_PASSPHRASE_WITH_TPM: ::windows_sys::core::HRESULT = -2144272213i32;
3047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3048 pub const FVE_E_NO_PREBOOT_KEYBOARD_DETECTED: ::windows_sys::core::HRESULT = -2144272203i32;
3049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3050 pub const FVE_E_NO_PREBOOT_KEYBOARD_OR_WINRE_DETECTED: ::windows_sys::core::HRESULT = -2144272202i32;
3051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3052 pub const FVE_E_NO_PROTECTORS_TO_TEST: ::windows_sys::core::HRESULT = -2144272325i32;
3053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3054 pub const FVE_E_NO_SUCH_CAPABILITY_ON_TARGET: ::windows_sys::core::HRESULT = -2144272176i32;
3055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3056 pub const FVE_E_NO_TPM_BIOS: ::windows_sys::core::HRESULT = -2144272382i32;
3057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3058 pub const FVE_E_NO_TPM_WITH_PASSPHRASE: ::windows_sys::core::HRESULT = -2144272212i32;
3059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3060 pub const FVE_E_OPERATION_NOT_SUPPORTED_ON_VISTA_VOLUME: ::windows_sys::core::HRESULT = -2144272234i32;
3061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3062 pub const FVE_E_OSV_KSR_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272167i32;
3063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3064 pub const FVE_E_OS_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2144272352i32;
3065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3066 pub const FVE_E_OS_VOLUME_PASSPHRASE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272275i32;
3067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3068 pub const FVE_E_OVERLAPPED_UPDATE: ::windows_sys::core::HRESULT = -2144272348i32;
3069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3070 pub const FVE_E_PASSPHRASE_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED: ::windows_sys::core::HRESULT = -2144272191i32;
3071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3072 pub const FVE_E_PASSPHRASE_TOO_LONG: ::windows_sys::core::HRESULT = -2144272214i32;
3073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3074 pub const FVE_E_PIN_INVALID: ::windows_sys::core::HRESULT = -2144272317i32;
3075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3076 pub const FVE_E_PIN_PROTECTOR_CHANGE_BY_STD_USER_DISALLOWED: ::windows_sys::core::HRESULT = -2144272222i32;
3077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3078 pub const FVE_E_POLICY_CONFLICT_FDV_RK_OFF_AUK_ON: ::windows_sys::core::HRESULT = -2144272253i32;
3079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3080 pub const FVE_E_POLICY_CONFLICT_FDV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272239i32;
3081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3082 pub const FVE_E_POLICY_CONFLICT_OSV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272240i32;
3083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3084 pub const FVE_E_POLICY_CONFLICT_RDV_RK_OFF_AUK_ON: ::windows_sys::core::HRESULT = -2144272252i32;
3085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3086 pub const FVE_E_POLICY_CONFLICT_RDV_RP_OFF_ADB_ON: ::windows_sys::core::HRESULT = -2144272238i32;
3087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3088 pub const FVE_E_POLICY_CONFLICT_RO_AND_STARTUP_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272249i32;
3089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3090 pub const FVE_E_POLICY_INVALID_ENHANCED_BCD_SETTINGS: ::windows_sys::core::HRESULT = -2144272194i32;
3091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3092 pub const FVE_E_POLICY_INVALID_PASSPHRASE_LENGTH: ::windows_sys::core::HRESULT = -2144272256i32;
3093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3094 pub const FVE_E_POLICY_INVALID_PIN_LENGTH: ::windows_sys::core::HRESULT = -2144272280i32;
3095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3096 pub const FVE_E_POLICY_ON_RDV_EXCLUSION_LIST: ::windows_sys::core::HRESULT = -2144272156i32;
3097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3098 pub const FVE_E_POLICY_PASSPHRASE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272278i32;
3099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3100 pub const FVE_E_POLICY_PASSPHRASE_REQUIRED: ::windows_sys::core::HRESULT = -2144272277i32;
3101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3102 pub const FVE_E_POLICY_PASSPHRASE_REQUIRES_ASCII: ::windows_sys::core::HRESULT = -2144272220i32;
3103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3104 pub const FVE_E_POLICY_PASSPHRASE_TOO_SIMPLE: ::windows_sys::core::HRESULT = -2144272255i32;
3105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3106 pub const FVE_E_POLICY_PASSWORD_REQUIRED: ::windows_sys::core::HRESULT = -2144272340i32;
3107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3108 pub const FVE_E_POLICY_PROHIBITS_SELFSIGNED: ::windows_sys::core::HRESULT = -2144272250i32;
3109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3110 pub const FVE_E_POLICY_RECOVERY_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272290i32;
3111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3112 pub const FVE_E_POLICY_RECOVERY_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272289i32;
3113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3114 pub const FVE_E_POLICY_RECOVERY_PASSWORD_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272292i32;
3115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3116 pub const FVE_E_POLICY_RECOVERY_PASSWORD_REQUIRED: ::windows_sys::core::HRESULT = -2144272291i32;
3117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3118 pub const FVE_E_POLICY_REQUIRES_RECOVERY_PASSWORD_ON_TOUCH_DEVICE: ::windows_sys::core::HRESULT = -2144272200i32;
3119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3120 pub const FVE_E_POLICY_REQUIRES_STARTUP_PIN_ON_TOUCH_DEVICE: ::windows_sys::core::HRESULT = -2144272201i32;
3121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3122 pub const FVE_E_POLICY_STARTUP_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272286i32;
3123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3124 pub const FVE_E_POLICY_STARTUP_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272285i32;
3125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3126 pub const FVE_E_POLICY_STARTUP_PIN_KEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272284i32;
3127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3128 pub const FVE_E_POLICY_STARTUP_PIN_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272283i32;
3129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3130 pub const FVE_E_POLICY_STARTUP_PIN_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272288i32;
3131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3132 pub const FVE_E_POLICY_STARTUP_PIN_REQUIRED: ::windows_sys::core::HRESULT = -2144272287i32;
3133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3134 pub const FVE_E_POLICY_STARTUP_TPM_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272282i32;
3135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3136 pub const FVE_E_POLICY_STARTUP_TPM_REQUIRED: ::windows_sys::core::HRESULT = -2144272281i32;
3137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3138 pub const FVE_E_POLICY_USER_CERTIFICATE_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272270i32;
3139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3140 pub const FVE_E_POLICY_USER_CERTIFICATE_REQUIRED: ::windows_sys::core::HRESULT = -2144272269i32;
3141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3142 pub const FVE_E_POLICY_USER_CERT_MUST_BE_HW: ::windows_sys::core::HRESULT = -2144272268i32;
3143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3144 pub const FVE_E_POLICY_USER_CONFIGURE_FDV_AUTOUNLOCK_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272267i32;
3145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3146 pub const FVE_E_POLICY_USER_CONFIGURE_RDV_AUTOUNLOCK_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272266i32;
3147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3148 pub const FVE_E_POLICY_USER_CONFIGURE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272265i32;
3149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3150 pub const FVE_E_POLICY_USER_DISABLE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272263i32;
3151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3152 pub const FVE_E_POLICY_USER_ENABLE_RDV_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272264i32;
3153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3154 pub const FVE_E_PREDICTED_TPM_PROTECTOR_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272155i32;
3155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3156 pub const FVE_E_PRIVATEKEY_AUTH_FAILED: ::windows_sys::core::HRESULT = -2144272236i32;
3157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3158 pub const FVE_E_PROTECTION_CANNOT_BE_DISABLED: ::windows_sys::core::HRESULT = -2144272168i32;
3159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3160 pub const FVE_E_PROTECTION_DISABLED: ::windows_sys::core::HRESULT = -2144272351i32;
3161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3162 pub const FVE_E_PROTECTOR_CHANGE_MAX_PASSPHRASE_CHANGE_ATTEMPTS_REACHED: ::windows_sys::core::HRESULT = -2144272192i32;
3163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3164 pub const FVE_E_PROTECTOR_CHANGE_MAX_PIN_CHANGE_ATTEMPTS_REACHED: ::windows_sys::core::HRESULT = -2144272221i32;
3165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3166 pub const FVE_E_PROTECTOR_CHANGE_PASSPHRASE_MISMATCH: ::windows_sys::core::HRESULT = -2144272215i32;
3167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3168 pub const FVE_E_PROTECTOR_CHANGE_PIN_MISMATCH: ::windows_sys::core::HRESULT = -2144272223i32;
3169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3170 pub const FVE_E_PROTECTOR_EXISTS: ::windows_sys::core::HRESULT = -2144272335i32;
3171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3172 pub const FVE_E_PROTECTOR_NOT_FOUND: ::windows_sys::core::HRESULT = -2144272333i32;
3173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3174 pub const FVE_E_PUBKEY_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144272296i32;
3175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3176 pub const FVE_E_RAW_ACCESS: ::windows_sys::core::HRESULT = -2144272304i32;
3177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3178 pub const FVE_E_RAW_BLOCKED: ::windows_sys::core::HRESULT = -2144272303i32;
3179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3180 pub const FVE_E_REBOOT_REQUIRED: ::windows_sys::core::HRESULT = -2144272306i32;
3181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3182 pub const FVE_E_RECOVERY_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272350i32;
3183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3184 pub const FVE_E_RECOVERY_PARTITION: ::windows_sys::core::HRESULT = -2144272254i32;
3185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3186 pub const FVE_E_RELATIVE_PATH: ::windows_sys::core::HRESULT = -2144272334i32;
3187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3188 pub const FVE_E_REMOVAL_OF_DRA_FAILED: ::windows_sys::core::HRESULT = -2144272235i32;
3189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3190 pub const FVE_E_REMOVAL_OF_NKP_FAILED: ::windows_sys::core::HRESULT = -2144272226i32;
3191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3192 pub const FVE_E_SECUREBOOT_CONFIGURATION_INVALID: ::windows_sys::core::HRESULT = -2144272197i32;
3193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3194 pub const FVE_E_SECUREBOOT_DISABLED: ::windows_sys::core::HRESULT = -2144272198i32;
3195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3196 pub const FVE_E_SECURE_KEY_REQUIRED: ::windows_sys::core::HRESULT = -2144272377i32;
3197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3198 pub const FVE_E_SETUP_TPM_CALLBACK_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272154i32;
3199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3200 pub const FVE_E_SHADOW_COPY_PRESENT: ::windows_sys::core::HRESULT = -2144272195i32;
3201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3202 pub const FVE_E_SYSTEM_VOLUME: ::windows_sys::core::HRESULT = -2144272366i32;
3203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3204 pub const FVE_E_TOKEN_NOT_IMPERSONATED: ::windows_sys::core::HRESULT = -2144272308i32;
3205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3206 pub const FVE_E_TOO_SMALL: ::windows_sys::core::HRESULT = -2144272367i32;
3207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3208 pub const FVE_E_TPM_CONTEXT_SETUP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144272153i32;
3209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3210 pub const FVE_E_TPM_DISABLED: ::windows_sys::core::HRESULT = -2144272321i32;
3211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3212 pub const FVE_E_TPM_INVALID_PCR: ::windows_sys::core::HRESULT = -2144272319i32;
3213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3214 pub const FVE_E_TPM_NOT_OWNED: ::windows_sys::core::HRESULT = -2144272360i32;
3215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3216 pub const FVE_E_TPM_NO_VMK: ::windows_sys::core::HRESULT = -2144272318i32;
3217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3218 pub const FVE_E_TPM_SRK_AUTH_NOT_ZERO: ::windows_sys::core::HRESULT = -2144272347i32;
3219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3220 pub const FVE_E_TRANSIENT_STATE: ::windows_sys::core::HRESULT = -2144272297i32;
3221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3222 pub const FVE_E_VIRTUALIZED_SPACE_TOO_BIG: ::windows_sys::core::HRESULT = -2144272247i32;
3223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3224 pub const FVE_E_VOLUME_BOUND_ALREADY: ::windows_sys::core::HRESULT = -2144272353i32;
3225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3226 pub const FVE_E_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT: ::windows_sys::core::HRESULT = -2144272170i32;
3227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3228 pub const FVE_E_VOLUME_HANDLE_OPEN: ::windows_sys::core::HRESULT = -2144272295i32;
3229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3230 pub const FVE_E_VOLUME_NOT_BOUND: ::windows_sys::core::HRESULT = -2144272361i32;
3231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3232 pub const FVE_E_VOLUME_TOO_SMALL: ::windows_sys::core::HRESULT = -2144272273i32;
3233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3234 pub const FVE_E_WIPE_CANCEL_NOT_APPLICABLE: ::windows_sys::core::HRESULT = -2144272199i32;
3235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3236 pub const FVE_E_WIPE_NOT_ALLOWED_ON_TP_STORAGE: ::windows_sys::core::HRESULT = -2144272218i32;
3237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3238 pub const FVE_E_WRONG_BOOTMGR: ::windows_sys::core::HRESULT = -2144272378i32;
3239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3240 pub const FVE_E_WRONG_BOOTSECTOR: ::windows_sys::core::HRESULT = -2144272342i32;
3241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3242 pub const FVE_E_WRONG_SYSTEM_FS: ::windows_sys::core::HRESULT = -2144272341i32;
3243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3244 pub const FWP_E_ACTION_INCOMPATIBLE_WITH_LAYER: ::windows_sys::core::HRESULT = -2144206804i32;
3245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3246 pub const FWP_E_ACTION_INCOMPATIBLE_WITH_SUBLAYER: ::windows_sys::core::HRESULT = -2144206803i32;
3247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3248 pub const FWP_E_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144206839i32;
3249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3250 pub const FWP_E_BUILTIN_OBJECT: ::windows_sys::core::HRESULT = -2144206825i32;
3251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3252 pub const FWP_E_CALLOUT_NOTIFICATION_FAILED: ::windows_sys::core::HRESULT = -2144206793i32;
3253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3254 pub const FWP_E_CALLOUT_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206847i32;
3255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3256 pub const FWP_E_CONDITION_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206846i32;
3257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3258 pub const FWP_E_CONNECTIONS_DISABLED: ::windows_sys::core::HRESULT = -2144206783i32;
3259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3260 pub const FWP_E_CONTEXT_INCOMPATIBLE_WITH_CALLOUT: ::windows_sys::core::HRESULT = -2144206801i32;
3261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3262 pub const FWP_E_CONTEXT_INCOMPATIBLE_WITH_LAYER: ::windows_sys::core::HRESULT = -2144206802i32;
3263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3264 pub const FWP_E_DROP_NOICMP: ::windows_sys::core::HRESULT = -2144206588i32;
3265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3266 pub const FWP_E_DUPLICATE_AUTH_METHOD: ::windows_sys::core::HRESULT = -2144206788i32;
3267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3268 pub const FWP_E_DUPLICATE_CONDITION: ::windows_sys::core::HRESULT = -2144206806i32;
3269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3270 pub const FWP_E_DUPLICATE_KEYMOD: ::windows_sys::core::HRESULT = -2144206805i32;
3271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3272 pub const FWP_E_DYNAMIC_SESSION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206837i32;
3273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3274 pub const FWP_E_EM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144206798i32;
3275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3276 pub const FWP_E_FILTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206845i32;
3277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3278 pub const FWP_E_IKEEXT_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144206780i32;
3279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3280 pub const FWP_E_INCOMPATIBLE_AUTH_METHOD: ::windows_sys::core::HRESULT = -2144206800i32;
3281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3282 pub const FWP_E_INCOMPATIBLE_CIPHER_TRANSFORM: ::windows_sys::core::HRESULT = -2144206790i32;
3283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3284 pub const FWP_E_INCOMPATIBLE_DH_GROUP: ::windows_sys::core::HRESULT = -2144206799i32;
3285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3286 pub const FWP_E_INCOMPATIBLE_LAYER: ::windows_sys::core::HRESULT = -2144206828i32;
3287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3288 pub const FWP_E_INCOMPATIBLE_SA_STATE: ::windows_sys::core::HRESULT = -2144206821i32;
3289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3290 pub const FWP_E_INCOMPATIBLE_TXN: ::windows_sys::core::HRESULT = -2144206831i32;
3291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3292 pub const FWP_E_INVALID_ACTION_TYPE: ::windows_sys::core::HRESULT = -2144206812i32;
3293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3294 pub const FWP_E_INVALID_AUTH_TRANSFORM: ::windows_sys::core::HRESULT = -2144206792i32;
3295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3296 pub const FWP_E_INVALID_CIPHER_TRANSFORM: ::windows_sys::core::HRESULT = -2144206791i32;
3297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3298 pub const FWP_E_INVALID_DNS_NAME: ::windows_sys::core::HRESULT = -2144206782i32;
3299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3300 pub const FWP_E_INVALID_ENUMERATOR: ::windows_sys::core::HRESULT = -2144206819i32;
3301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3302 pub const FWP_E_INVALID_FLAGS: ::windows_sys::core::HRESULT = -2144206818i32;
3303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3304 pub const FWP_E_INVALID_INTERVAL: ::windows_sys::core::HRESULT = -2144206815i32;
3305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3306 pub const FWP_E_INVALID_NET_MASK: ::windows_sys::core::HRESULT = -2144206817i32;
3307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3308 pub const FWP_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144206795i32;
3309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3310 pub const FWP_E_INVALID_RANGE: ::windows_sys::core::HRESULT = -2144206816i32;
3311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3312 pub const FWP_E_INVALID_TRANSFORM_COMBINATION: ::windows_sys::core::HRESULT = -2144206789i32;
3313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3314 pub const FWP_E_INVALID_TUNNEL_ENDPOINT: ::windows_sys::core::HRESULT = -2144206787i32;
3315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3316 pub const FWP_E_INVALID_WEIGHT: ::windows_sys::core::HRESULT = -2144206811i32;
3317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3318 pub const FWP_E_IN_USE: ::windows_sys::core::HRESULT = -2144206838i32;
3319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3320 pub const FWP_E_KEY_DICTATION_INVALID_KEYING_MATERIAL: ::windows_sys::core::HRESULT = -2144206784i32;
3321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3322 pub const FWP_E_KEY_DICTATOR_ALREADY_REGISTERED: ::windows_sys::core::HRESULT = -2144206785i32;
3323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3324 pub const FWP_E_KM_CLIENTS_ONLY: ::windows_sys::core::HRESULT = -2144206827i32;
3325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3326 pub const FWP_E_L2_DRIVER_NOT_READY: ::windows_sys::core::HRESULT = -2144206786i32;
3327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3328 pub const FWP_E_LAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206844i32;
3329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3330 pub const FWP_E_LIFETIME_MISMATCH: ::windows_sys::core::HRESULT = -2144206826i32;
3331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3332 pub const FWP_E_MATCH_TYPE_MISMATCH: ::windows_sys::core::HRESULT = -2144206810i32;
3333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3334 pub const FWP_E_NET_EVENTS_DISABLED: ::windows_sys::core::HRESULT = -2144206829i32;
3335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3336 pub const FWP_E_NEVER_MATCH: ::windows_sys::core::HRESULT = -2144206797i32;
3337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3338 pub const FWP_E_NOTIFICATION_DROPPED: ::windows_sys::core::HRESULT = -2144206823i32;
3339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3340 pub const FWP_E_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206840i32;
3341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3342 pub const FWP_E_NO_TXN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206835i32;
3343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3344 pub const FWP_E_NULL_DISPLAY_NAME: ::windows_sys::core::HRESULT = -2144206813i32;
3345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3346 pub const FWP_E_NULL_POINTER: ::windows_sys::core::HRESULT = -2144206820i32;
3347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3348 pub const FWP_E_OUT_OF_BOUNDS: ::windows_sys::core::HRESULT = -2144206808i32;
3349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3350 pub const FWP_E_PROVIDER_CONTEXT_MISMATCH: ::windows_sys::core::HRESULT = -2144206796i32;
3351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3352 pub const FWP_E_PROVIDER_CONTEXT_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206842i32;
3353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3354 pub const FWP_E_PROVIDER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206843i32;
3355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3356 pub const FWP_E_RESERVED: ::windows_sys::core::HRESULT = -2144206807i32;
3357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3358 pub const FWP_E_SESSION_ABORTED: ::windows_sys::core::HRESULT = -2144206832i32;
3359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3360 pub const FWP_E_STILL_ON: ::windows_sys::core::HRESULT = -2144206781i32;
3361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3362 pub const FWP_E_SUBLAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2144206841i32;
3363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3364 pub const FWP_E_TIMEOUT: ::windows_sys::core::HRESULT = -2144206830i32;
3365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3366 pub const FWP_E_TOO_MANY_CALLOUTS: ::windows_sys::core::HRESULT = -2144206824i32;
3367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3368 pub const FWP_E_TOO_MANY_SUBLAYERS: ::windows_sys::core::HRESULT = -2144206794i32;
3369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3370 pub const FWP_E_TRAFFIC_MISMATCH: ::windows_sys::core::HRESULT = -2144206822i32;
3371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3372 pub const FWP_E_TXN_ABORTED: ::windows_sys::core::HRESULT = -2144206833i32;
3373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3374 pub const FWP_E_TXN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2144206834i32;
3375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3376 pub const FWP_E_TYPE_MISMATCH: ::windows_sys::core::HRESULT = -2144206809i32;
3377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3378 pub const FWP_E_WRONG_SESSION: ::windows_sys::core::HRESULT = -2144206836i32;
3379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3380 pub const FWP_E_ZERO_LENGTH_ARRAY: ::windows_sys::core::HRESULT = -2144206814i32;
3381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3382 pub const GCN_E_DEFAULTNAMESPACE_EXISTS: ::windows_sys::core::HRESULT = -2143616983i32;
3383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3384 pub const GCN_E_MODULE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616991i32;
3385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3386 pub const GCN_E_NETADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616986i32;
3387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3388 pub const GCN_E_NETADAPTER_TIMEOUT: ::windows_sys::core::HRESULT = -2143616987i32;
3389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3390 pub const GCN_E_NETCOMPARTMENT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616985i32;
3391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3392 pub const GCN_E_NETINTERFACE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616984i32;
3393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3394 pub const GCN_E_NO_REQUEST_HANDLERS: ::windows_sys::core::HRESULT = -2143616990i32;
3395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3396 pub const GCN_E_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2143616989i32;
3397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3398 pub const GCN_E_RUNTIMEKEYS_FAILED: ::windows_sys::core::HRESULT = -2143616988i32;
3399 pub type HANDLE = isize;
3400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3401 pub type HANDLE_FLAGS = u32;
3402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3403 pub const HANDLE_FLAG_INHERIT: HANDLE_FLAGS = 1u32;
3404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3405 pub const HANDLE_FLAG_PROTECT_FROM_CLOSE: HANDLE_FLAGS = 2u32;
3406 pub type HANDLE_PTR = usize;
3407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3408 pub const HCN_E_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617018i32;
3409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3410 pub const HCN_E_ADDR_INVALID_OR_RESERVED: ::windows_sys::core::HRESULT = -2143616977i32;
3411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3412 pub const HCN_E_DEGRADED_OPERATION: ::windows_sys::core::HRESULT = -2143617001i32;
3413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3414 pub const HCN_E_ENDPOINT_ALREADY_ATTACHED: ::windows_sys::core::HRESULT = -2143617004i32;
3415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3416 pub const HCN_E_ENDPOINT_NAMESPACE_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143616981i32;
3417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3418 pub const HCN_E_ENDPOINT_NOT_ATTACHED: ::windows_sys::core::HRESULT = -2143616972i32;
3419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3420 pub const HCN_E_ENDPOINT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617022i32;
3421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3422 pub const HCN_E_ENDPOINT_NOT_LOCAL: ::windows_sys::core::HRESULT = -2143616971i32;
3423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3424 pub const HCN_E_ENDPOINT_SHARING_DISABLED: ::windows_sys::core::HRESULT = -2143616995i32;
3425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3426 pub const HCN_E_ENTITY_HAS_REFERENCES: ::windows_sys::core::HRESULT = -2143616980i32;
3427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3428 pub const HCN_E_GUID_CONVERSION_FAILURE: ::windows_sys::core::HRESULT = -2143616999i32;
3429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3430 pub const HCN_E_ICS_DISABLED: ::windows_sys::core::HRESULT = -2143616982i32;
3431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3432 pub const HCN_E_INVALID_ENDPOINT: ::windows_sys::core::HRESULT = -2143617012i32;
3433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3434 pub const HCN_E_INVALID_INTERNAL_PORT: ::windows_sys::core::HRESULT = -2143616979i32;
3435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3436 pub const HCN_E_INVALID_IP: ::windows_sys::core::HRESULT = -2143616994i32;
3437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3438 pub const HCN_E_INVALID_IP_SUBNET: ::windows_sys::core::HRESULT = -2143616973i32;
3439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3440 pub const HCN_E_INVALID_JSON: ::windows_sys::core::HRESULT = -2143616997i32;
3441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3442 pub const HCN_E_INVALID_JSON_REFERENCE: ::windows_sys::core::HRESULT = -2143616996i32;
3443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3444 pub const HCN_E_INVALID_NETWORK: ::windows_sys::core::HRESULT = -2143617014i32;
3445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3446 pub const HCN_E_INVALID_NETWORK_TYPE: ::windows_sys::core::HRESULT = -2143617013i32;
3447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3448 pub const HCN_E_INVALID_POLICY: ::windows_sys::core::HRESULT = -2143617011i32;
3449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3450 pub const HCN_E_INVALID_POLICY_TYPE: ::windows_sys::core::HRESULT = -2143617010i32;
3451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3452 pub const HCN_E_INVALID_PREFIX: ::windows_sys::core::HRESULT = -2143616976i32;
3453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3454 pub const HCN_E_INVALID_REMOTE_ENDPOINT_OPERATION: ::windows_sys::core::HRESULT = -2143617009i32;
3455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3456 pub const HCN_E_INVALID_SUBNET: ::windows_sys::core::HRESULT = -2143616974i32;
3457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3458 pub const HCN_E_LAYER_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617007i32;
3459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3460 pub const HCN_E_LAYER_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617021i32;
3461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3462 pub const HCN_E_MANAGER_STOPPED: ::windows_sys::core::HRESULT = -2143616992i32;
3463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3464 pub const HCN_E_MAPPING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143617002i32;
3465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3466 pub const HCN_E_NAMESPACE_ATTACH_FAILED: ::windows_sys::core::HRESULT = -2143616978i32;
3467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3468 pub const HCN_E_NETWORK_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617008i32;
3469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3470 pub const HCN_E_NETWORK_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617023i32;
3471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3472 pub const HCN_E_OBJECT_USED_AFTER_UNLOAD: ::windows_sys::core::HRESULT = -2143616975i32;
3473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3474 pub const HCN_E_POLICY_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617006i32;
3475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3476 pub const HCN_E_POLICY_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617016i32;
3477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3478 pub const HCN_E_PORT_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143617005i32;
3479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3480 pub const HCN_E_PORT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617017i32;
3481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3482 pub const HCN_E_REGKEY_FAILURE: ::windows_sys::core::HRESULT = -2143616998i32;
3483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3484 pub const HCN_E_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2143617003i32;
3485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3486 pub const HCN_E_SHARED_SWITCH_MODIFICATION: ::windows_sys::core::HRESULT = -2143617000i32;
3487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3488 pub const HCN_E_SUBNET_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617019i32;
3489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3490 pub const HCN_E_SWITCH_EXTENSION_NOT_FOUND: ::windows_sys::core::HRESULT = -2143616993i32;
3491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3492 pub const HCN_E_SWITCH_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617020i32;
3493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3494 pub const HCN_E_VFP_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2143616969i32;
3495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3496 pub const HCN_E_VFP_PORTSETTING_NOT_FOUND: ::windows_sys::core::HRESULT = -2143617015i32;
3497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3498 pub const HCN_INTERFACEPARAMETERS_ALREADY_APPLIED: ::windows_sys::core::HRESULT = -2143616970i32;
3499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3500 pub const HCS_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143878885i32;
3501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3502 pub const HCS_E_CONNECTION_CLOSED: ::windows_sys::core::HRESULT = -2143878902i32;
3503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3504 pub const HCS_E_CONNECTION_TIMEOUT: ::windows_sys::core::HRESULT = -2143878903i32;
3505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3506 pub const HCS_E_CONNECT_FAILED: ::windows_sys::core::HRESULT = -2143878904i32;
3507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3508 pub const HCS_E_GUEST_CRITICAL_ERROR: ::windows_sys::core::HRESULT = -2143878884i32;
3509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3510 pub const HCS_E_HYPERV_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2143878910i32;
3511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3512 pub const HCS_E_IMAGE_MISMATCH: ::windows_sys::core::HRESULT = -2143878911i32;
3513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3514 pub const HCS_E_INVALID_JSON: ::windows_sys::core::HRESULT = -2143878899i32;
3515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3516 pub const HCS_E_INVALID_LAYER: ::windows_sys::core::HRESULT = -2143878894i32;
3517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3518 pub const HCS_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2143878907i32;
3519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3520 pub const HCS_E_OPERATION_ALREADY_STARTED: ::windows_sys::core::HRESULT = -2143878890i32;
3521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3522 pub const HCS_E_OPERATION_NOT_STARTED: ::windows_sys::core::HRESULT = -2143878891i32;
3523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3524 pub const HCS_E_OPERATION_PENDING: ::windows_sys::core::HRESULT = -2143878889i32;
3525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3526 pub const HCS_E_OPERATION_RESULT_ALLOCATION_FAILED: ::windows_sys::core::HRESULT = -2143878886i32;
3527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3528 pub const HCS_E_OPERATION_SYSTEM_CALLBACK_ALREADY_SET: ::windows_sys::core::HRESULT = -2143878887i32;
3529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3530 pub const HCS_E_OPERATION_TIMEOUT: ::windows_sys::core::HRESULT = -2143878888i32;
3531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3532 pub const HCS_E_PROCESS_ALREADY_STOPPED: ::windows_sys::core::HRESULT = -2143878881i32;
3533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3534 pub const HCS_E_PROCESS_INFO_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143878883i32;
3535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3536 pub const HCS_E_PROTOCOL_ERROR: ::windows_sys::core::HRESULT = -2143878895i32;
3537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3538 pub const HCS_E_SERVICE_DISCONNECT: ::windows_sys::core::HRESULT = -2143878882i32;
3539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3540 pub const HCS_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143878892i32;
3541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3542 pub const HCS_E_SYSTEM_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143878897i32;
3543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3544 pub const HCS_E_SYSTEM_ALREADY_STOPPED: ::windows_sys::core::HRESULT = -2143878896i32;
3545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3546 pub const HCS_E_SYSTEM_NOT_CONFIGURED_FOR_OPERATION: ::windows_sys::core::HRESULT = -2143878880i32;
3547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3548 pub const HCS_E_SYSTEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2143878898i32;
3549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3550 pub const HCS_E_TERMINATED: ::windows_sys::core::HRESULT = -2143878905i32;
3551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3552 pub const HCS_E_TERMINATED_DURING_START: ::windows_sys::core::HRESULT = -2143878912i32;
3553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3554 pub const HCS_E_UNEXPECTED_EXIT: ::windows_sys::core::HRESULT = -2143878906i32;
3555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3556 pub const HCS_E_UNKNOWN_MESSAGE: ::windows_sys::core::HRESULT = -2143878901i32;
3557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3558 pub const HCS_E_UNSUPPORTED_PROTOCOL_VERSION: ::windows_sys::core::HRESULT = -2143878900i32;
3559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3560 pub const HCS_E_WINDOWS_INSIDER_REQUIRED: ::windows_sys::core::HRESULT = -2143878893i32;
3561 pub type HINSTANCE = isize;
3562 #[repr(C)]
3563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3564 pub struct HLSURF__ {
3565 pub unused: i32,
3566 }
3567 impl ::core::marker::Copy for HLSURF__ {}
3568 impl ::core::clone::Clone for HLSURF__ {
3569 fn clone(&self) -> Self {
3570 *self
3571 }
3572 }
3573 pub type HRSRC = isize;
3574 #[repr(C)]
3575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3576 pub struct HSPRITE__ {
3577 pub unused: i32,
3578 }
3579 impl ::core::marker::Copy for HSPRITE__ {}
3580 impl ::core::clone::Clone for HSPRITE__ {
3581 fn clone(&self) -> Self {
3582 *self
3583 }
3584 }
3585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3586 pub const HSP_BASE_ERROR_MASK: ::windows_sys::core::HRESULT = -2128019200i32;
3587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3588 pub const HSP_BASE_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128018945i32;
3589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3590 pub const HSP_BS_ERROR_MASK: ::windows_sys::core::HRESULT = -2128080896i32;
3591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3592 pub const HSP_BS_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128080641i32;
3593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3594 pub const HSP_DRV_ERROR_MASK: ::windows_sys::core::HRESULT = -2128019456i32;
3595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3596 pub const HSP_DRV_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128019201i32;
3597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3598 pub const HSP_E_ERROR_MASK: ::windows_sys::core::HRESULT = -2128084992i32;
3599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3600 pub const HSP_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128080897i32;
3601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3602 pub const HSP_KSP_ALGORITHM_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2128018935i32;
3603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3604 pub const HSP_KSP_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2128018939i32;
3605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3606 pub const HSP_KSP_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2128018943i32;
3607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3608 pub const HSP_KSP_ERROR_MASK: ::windows_sys::core::HRESULT = -2128018944i32;
3609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3610 pub const HSP_KSP_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2128018689i32;
3611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3612 pub const HSP_KSP_INVALID_DATA: ::windows_sys::core::HRESULT = -2128018937i32;
3613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3614 pub const HSP_KSP_INVALID_FLAGS: ::windows_sys::core::HRESULT = -2128018936i32;
3615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3616 pub const HSP_KSP_INVALID_KEY_HANDLE: ::windows_sys::core::HRESULT = -2128018941i32;
3617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3618 pub const HSP_KSP_INVALID_KEY_TYPE: ::windows_sys::core::HRESULT = -2128018932i32;
3619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3620 pub const HSP_KSP_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2128018940i32;
3621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3622 pub const HSP_KSP_INVALID_PROVIDER_HANDLE: ::windows_sys::core::HRESULT = -2128018942i32;
3623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3624 pub const HSP_KSP_KEY_ALREADY_FINALIZED: ::windows_sys::core::HRESULT = -2128018934i32;
3625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3626 pub const HSP_KSP_KEY_EXISTS: ::windows_sys::core::HRESULT = -2128018923i32;
3627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3628 pub const HSP_KSP_KEY_LOAD_FAIL: ::windows_sys::core::HRESULT = -2128018921i32;
3629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3630 pub const HSP_KSP_KEY_MISSING: ::windows_sys::core::HRESULT = -2128018922i32;
3631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3632 pub const HSP_KSP_KEY_NOT_FINALIZED: ::windows_sys::core::HRESULT = -2128018933i32;
3633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3634 pub const HSP_KSP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2128018938i32;
3635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3636 pub const HSP_KSP_NO_MEMORY: ::windows_sys::core::HRESULT = -2128018928i32;
3637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3638 pub const HSP_KSP_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2128018920i32;
3639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3640 pub const HSP_KSP_PARAMETER_NOT_SET: ::windows_sys::core::HRESULT = -2128018927i32;
3641 #[repr(C)]
3642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3643 pub struct HSTR__ {
3644 pub unused: i32,
3645 }
3646 impl ::core::marker::Copy for HSTR__ {}
3647 impl ::core::clone::Clone for HSTR__ {
3648 fn clone(&self) -> Self {
3649 *self
3650 }
3651 }
3652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3653 pub const HTTP_E_STATUS_AMBIGUOUS: ::windows_sys::core::HRESULT = -2145844948i32;
3654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3655 pub const HTTP_E_STATUS_BAD_GATEWAY: ::windows_sys::core::HRESULT = -2145844746i32;
3656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3657 pub const HTTP_E_STATUS_BAD_METHOD: ::windows_sys::core::HRESULT = -2145844843i32;
3658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3659 pub const HTTP_E_STATUS_BAD_REQUEST: ::windows_sys::core::HRESULT = -2145844848i32;
3660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3661 pub const HTTP_E_STATUS_CONFLICT: ::windows_sys::core::HRESULT = -2145844839i32;
3662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3663 pub const HTTP_E_STATUS_DENIED: ::windows_sys::core::HRESULT = -2145844847i32;
3664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3665 pub const HTTP_E_STATUS_EXPECTATION_FAILED: ::windows_sys::core::HRESULT = -2145844831i32;
3666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3667 pub const HTTP_E_STATUS_FORBIDDEN: ::windows_sys::core::HRESULT = -2145844845i32;
3668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3669 pub const HTTP_E_STATUS_GATEWAY_TIMEOUT: ::windows_sys::core::HRESULT = -2145844744i32;
3670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3671 pub const HTTP_E_STATUS_GONE: ::windows_sys::core::HRESULT = -2145844838i32;
3672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3673 pub const HTTP_E_STATUS_LENGTH_REQUIRED: ::windows_sys::core::HRESULT = -2145844837i32;
3674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3675 pub const HTTP_E_STATUS_MOVED: ::windows_sys::core::HRESULT = -2145844947i32;
3676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3677 pub const HTTP_E_STATUS_NONE_ACCEPTABLE: ::windows_sys::core::HRESULT = -2145844842i32;
3678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3679 pub const HTTP_E_STATUS_NOT_FOUND: ::windows_sys::core::HRESULT = -2145844844i32;
3680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3681 pub const HTTP_E_STATUS_NOT_MODIFIED: ::windows_sys::core::HRESULT = -2145844944i32;
3682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3683 pub const HTTP_E_STATUS_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2145844747i32;
3684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3685 pub const HTTP_E_STATUS_PAYMENT_REQ: ::windows_sys::core::HRESULT = -2145844846i32;
3686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3687 pub const HTTP_E_STATUS_PRECOND_FAILED: ::windows_sys::core::HRESULT = -2145844836i32;
3688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3689 pub const HTTP_E_STATUS_PROXY_AUTH_REQ: ::windows_sys::core::HRESULT = -2145844841i32;
3690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3691 pub const HTTP_E_STATUS_RANGE_NOT_SATISFIABLE: ::windows_sys::core::HRESULT = -2145844832i32;
3692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3693 pub const HTTP_E_STATUS_REDIRECT: ::windows_sys::core::HRESULT = -2145844946i32;
3694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3695 pub const HTTP_E_STATUS_REDIRECT_KEEP_VERB: ::windows_sys::core::HRESULT = -2145844941i32;
3696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3697 pub const HTTP_E_STATUS_REDIRECT_METHOD: ::windows_sys::core::HRESULT = -2145844945i32;
3698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3699 pub const HTTP_E_STATUS_REQUEST_TIMEOUT: ::windows_sys::core::HRESULT = -2145844840i32;
3700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3701 pub const HTTP_E_STATUS_REQUEST_TOO_LARGE: ::windows_sys::core::HRESULT = -2145844835i32;
3702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3703 pub const HTTP_E_STATUS_SERVER_ERROR: ::windows_sys::core::HRESULT = -2145844748i32;
3704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3705 pub const HTTP_E_STATUS_SERVICE_UNAVAIL: ::windows_sys::core::HRESULT = -2145844745i32;
3706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3707 pub const HTTP_E_STATUS_UNEXPECTED: ::windows_sys::core::HRESULT = -2145845247i32;
3708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3709 pub const HTTP_E_STATUS_UNEXPECTED_CLIENT_ERROR: ::windows_sys::core::HRESULT = -2145845244i32;
3710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3711 pub const HTTP_E_STATUS_UNEXPECTED_REDIRECTION: ::windows_sys::core::HRESULT = -2145845245i32;
3712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3713 pub const HTTP_E_STATUS_UNEXPECTED_SERVER_ERROR: ::windows_sys::core::HRESULT = -2145845243i32;
3714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3715 pub const HTTP_E_STATUS_UNSUPPORTED_MEDIA: ::windows_sys::core::HRESULT = -2145844833i32;
3716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3717 pub const HTTP_E_STATUS_URI_TOO_LONG: ::windows_sys::core::HRESULT = -2145844834i32;
3718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3719 pub const HTTP_E_STATUS_USE_PROXY: ::windows_sys::core::HRESULT = -2145844943i32;
3720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3721 pub const HTTP_E_STATUS_VERSION_NOT_SUP: ::windows_sys::core::HRESULT = -2145844743i32;
3722 #[repr(C)]
3723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3724 pub struct HUMPD__ {
3725 pub unused: i32,
3726 }
3727 impl ::core::marker::Copy for HUMPD__ {}
3728 impl ::core::clone::Clone for HUMPD__ {
3729 fn clone(&self) -> Self {
3730 *self
3731 }
3732 }
3733 pub type HWND = isize;
3734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3735 pub const INPLACE_E_FIRST: i32 = -2147221088i32;
3736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3737 pub const INPLACE_E_LAST: i32 = -2147221073i32;
3738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3739 pub const INPLACE_E_NOTOOLSPACE: ::windows_sys::core::HRESULT = -2147221087i32;
3740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3741 pub const INPLACE_E_NOTUNDOABLE: ::windows_sys::core::HRESULT = -2147221088i32;
3742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3743 pub const INPLACE_S_FIRST: i32 = 262560i32;
3744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3745 pub const INPLACE_S_LAST: i32 = 262575i32;
3746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3747 pub const INPLACE_S_TRUNCATED: ::windows_sys::core::HRESULT = 262560i32;
3748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3749 pub const INPUT_E_DEVICE_INFO: ::windows_sys::core::HRESULT = -2143289338i32;
3750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3751 pub const INPUT_E_DEVICE_PROPERTY: ::windows_sys::core::HRESULT = -2143289336i32;
3752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3753 pub const INPUT_E_FRAME: ::windows_sys::core::HRESULT = -2143289340i32;
3754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3755 pub const INPUT_E_HISTORY: ::windows_sys::core::HRESULT = -2143289339i32;
3756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3757 pub const INPUT_E_MULTIMODAL: ::windows_sys::core::HRESULT = -2143289342i32;
3758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3759 pub const INPUT_E_OUT_OF_ORDER: ::windows_sys::core::HRESULT = -2143289344i32;
3760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3761 pub const INPUT_E_PACKET: ::windows_sys::core::HRESULT = -2143289341i32;
3762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3763 pub const INPUT_E_REENTRANCY: ::windows_sys::core::HRESULT = -2143289343i32;
3764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3765 pub const INPUT_E_TRANSFORM: ::windows_sys::core::HRESULT = -2143289337i32;
3766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3767 pub const INVALID_HANDLE_VALUE: HANDLE = -1i32 as _;
3768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3769 pub const IORING_E_COMPLETION_QUEUE_TOO_BIG: ::windows_sys::core::HRESULT = -2142896123i32;
3770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3771 pub const IORING_E_CORRUPT: ::windows_sys::core::HRESULT = -2142896121i32;
3772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3773 pub const IORING_E_REQUIRED_FLAG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2142896127i32;
3774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3775 pub const IORING_E_SUBMISSION_QUEUE_FULL: ::windows_sys::core::HRESULT = -2142896126i32;
3776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3777 pub const IORING_E_SUBMISSION_QUEUE_TOO_BIG: ::windows_sys::core::HRESULT = -2142896124i32;
3778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3779 pub const IORING_E_SUBMIT_IN_PROGRESS: ::windows_sys::core::HRESULT = -2142896122i32;
3780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3781 pub const IORING_E_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2142896125i32;
3782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3783 pub const JSCRIPT_E_CANTEXECUTE: ::windows_sys::core::HRESULT = -1996357631i32;
3784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3785 pub const LANGUAGE_E_DATABASE_NOT_FOUND: ::windows_sys::core::HRESULT = -2147215484i32;
3786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3787 pub const LANGUAGE_S_LARGE_WORD: ::windows_sys::core::HRESULT = 268161i32;
3788 pub type LPARAM = isize;
3789 pub type LRESULT = isize;
3790 #[repr(C)]
3791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3792 pub struct LUID {
3793 pub LowPart: u32,
3794 pub HighPart: i32,
3795 }
3796 impl ::core::marker::Copy for LUID {}
3797 impl ::core::clone::Clone for LUID {
3798 fn clone(&self) -> Self {
3799 *self
3800 }
3801 }
3802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3803 pub const MARSHAL_E_FIRST: i32 = -2147221216i32;
3804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3805 pub const MARSHAL_E_LAST: i32 = -2147221201i32;
3806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3807 pub const MARSHAL_S_FIRST: i32 = 262432i32;
3808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3809 pub const MARSHAL_S_LAST: i32 = 262447i32;
3810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3811 pub const MAX_PATH: u32 = 260u32;
3812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3813 pub const MEM_E_INVALID_LINK: ::windows_sys::core::HRESULT = -2146959344i32;
3814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3815 pub const MEM_E_INVALID_ROOT: ::windows_sys::core::HRESULT = -2146959351i32;
3816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3817 pub const MEM_E_INVALID_SIZE: ::windows_sys::core::HRESULT = -2146959343i32;
3818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3819 pub const MENROLL_S_ENROLLMENT_SUSPENDED: ::windows_sys::core::HRESULT = 1572881i32;
3820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3821 pub const MILAVERR_INSUFFICIENTVIDEORESOURCES: ::windows_sys::core::HRESULT = -2003303160i32;
3822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3823 pub const MILAVERR_INVALIDWMPVERSION: ::windows_sys::core::HRESULT = -2003303161i32;
3824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3825 pub const MILAVERR_MEDIAPLAYERCLOSED: ::windows_sys::core::HRESULT = -2003303155i32;
3826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3827 pub const MILAVERR_MODULENOTLOADED: ::windows_sys::core::HRESULT = -2003303163i32;
3828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3829 pub const MILAVERR_NOCLOCK: ::windows_sys::core::HRESULT = -2003303168i32;
3830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3831 pub const MILAVERR_NOMEDIATYPE: ::windows_sys::core::HRESULT = -2003303167i32;
3832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3833 pub const MILAVERR_NOREADYFRAMES: ::windows_sys::core::HRESULT = -2003303164i32;
3834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3835 pub const MILAVERR_NOVIDEOMIXER: ::windows_sys::core::HRESULT = -2003303166i32;
3836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3837 pub const MILAVERR_NOVIDEOPRESENTER: ::windows_sys::core::HRESULT = -2003303165i32;
3838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3839 pub const MILAVERR_REQUESTEDTEXTURETOOBIG: ::windows_sys::core::HRESULT = -2003303158i32;
3840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3841 pub const MILAVERR_SEEKFAILED: ::windows_sys::core::HRESULT = -2003303157i32;
3842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3843 pub const MILAVERR_UNEXPECTEDWMPFAILURE: ::windows_sys::core::HRESULT = -2003303156i32;
3844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3845 pub const MILAVERR_UNKNOWNHARDWAREERROR: ::windows_sys::core::HRESULT = -2003303154i32;
3846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3847 pub const MILAVERR_VIDEOACCELERATIONNOTAVAILABLE: ::windows_sys::core::HRESULT = -2003303159i32;
3848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3849 pub const MILAVERR_WMPFACTORYNOTREGISTERED: ::windows_sys::core::HRESULT = -2003303162i32;
3850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3851 pub const MILEFFECTSERR_ALREADYATTACHEDTOLISTENER: ::windows_sys::core::HRESULT = -2003302888i32;
3852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3853 pub const MILEFFECTSERR_CONNECTORNOTASSOCIATEDWITHEFFECT: ::windows_sys::core::HRESULT = -2003302894i32;
3854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3855 pub const MILEFFECTSERR_CONNECTORNOTCONNECTED: ::windows_sys::core::HRESULT = -2003302895i32;
3856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3857 pub const MILEFFECTSERR_CYCLEDETECTED: ::windows_sys::core::HRESULT = -2003302892i32;
3858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3859 pub const MILEFFECTSERR_EFFECTALREADYINAGRAPH: ::windows_sys::core::HRESULT = -2003302890i32;
3860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3861 pub const MILEFFECTSERR_EFFECTHASNOCHILDREN: ::windows_sys::core::HRESULT = -2003302889i32;
3862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3863 pub const MILEFFECTSERR_EFFECTINMORETHANONEGRAPH: ::windows_sys::core::HRESULT = -2003302891i32;
3864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3865 pub const MILEFFECTSERR_EFFECTNOTPARTOFGROUP: ::windows_sys::core::HRESULT = -2003302897i32;
3866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3867 pub const MILEFFECTSERR_EMPTYBOUNDS: ::windows_sys::core::HRESULT = -2003302886i32;
3868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3869 pub const MILEFFECTSERR_NOINPUTSOURCEATTACHED: ::windows_sys::core::HRESULT = -2003302896i32;
3870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3871 pub const MILEFFECTSERR_NOTAFFINETRANSFORM: ::windows_sys::core::HRESULT = -2003302887i32;
3872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3873 pub const MILEFFECTSERR_OUTPUTSIZETOOLARGE: ::windows_sys::core::HRESULT = -2003302885i32;
3874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3875 pub const MILEFFECTSERR_RESERVED: ::windows_sys::core::HRESULT = -2003302893i32;
3876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3877 pub const MILEFFECTSERR_UNKNOWNPROPERTY: ::windows_sys::core::HRESULT = -2003302898i32;
3878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3879 pub const MILERR_ADAPTER_NOT_FOUND: ::windows_sys::core::HRESULT = -2003304290i32;
3880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3881 pub const MILERR_ALREADYLOCKED: ::windows_sys::core::HRESULT = -2003304314i32;
3882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3883 pub const MILERR_ALREADY_INITIALIZED: ::windows_sys::core::HRESULT = -2003304305i32;
3884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3885 pub const MILERR_BADNUMBER: ::windows_sys::core::HRESULT = -2003304438i32;
3886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3887 pub const MILERR_COLORSPACE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304289i32;
3888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3889 pub const MILERR_DEVICECANNOTRENDERTEXT: ::windows_sys::core::HRESULT = -2003304312i32;
3890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3891 pub const MILERR_DISPLAYFORMATNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003304316i32;
3892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3893 pub const MILERR_DISPLAYID_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2003304287i32;
3894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3895 pub const MILERR_DISPLAYSTATEINVALID: ::windows_sys::core::HRESULT = -2003304442i32;
3896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3897 pub const MILERR_DXGI_ENUMERATION_OUT_OF_SYNC: ::windows_sys::core::HRESULT = -2003304291i32;
3898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3899 pub const MILERR_GENERIC_IGNORE: ::windows_sys::core::HRESULT = -2003304309i32;
3900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3901 pub const MILERR_GLYPHBITMAPMISSED: ::windows_sys::core::HRESULT = -2003304311i32;
3902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3903 pub const MILERR_INSUFFICIENTBUFFER: ::windows_sys::core::HRESULT = -2003304446i32;
3904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3905 pub const MILERR_INTERNALERROR: ::windows_sys::core::HRESULT = -2003304320i32;
3906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3907 pub const MILERR_INVALIDCALL: ::windows_sys::core::HRESULT = -2003304315i32;
3908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3909 pub const MILERR_MALFORMEDGLYPHCACHE: ::windows_sys::core::HRESULT = -2003304310i32;
3910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3911 pub const MILERR_MALFORMED_GUIDELINE_DATA: ::windows_sys::core::HRESULT = -2003304308i32;
3912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3913 pub const MILERR_MAX_TEXTURE_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2003304294i32;
3914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3915 pub const MILERR_MISMATCHED_SIZE: ::windows_sys::core::HRESULT = -2003304304i32;
3916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3917 pub const MILERR_MROW_READLOCK_FAILED: ::windows_sys::core::HRESULT = -2003304297i32;
3918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3919 pub const MILERR_MROW_UPDATE_FAILED: ::windows_sys::core::HRESULT = -2003304296i32;
3920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3921 pub const MILERR_NEED_RECREATE_AND_PRESENT: ::windows_sys::core::HRESULT = -2003304306i32;
3922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3923 pub const MILERR_NONINVERTIBLEMATRIX: ::windows_sys::core::HRESULT = -2003304441i32;
3924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3925 pub const MILERR_NOTLOCKED: ::windows_sys::core::HRESULT = -2003304313i32;
3926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3927 pub const MILERR_NOT_QUEUING_PRESENTS: ::windows_sys::core::HRESULT = -2003304300i32;
3928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3929 pub const MILERR_NO_HARDWARE_DEVICE: ::windows_sys::core::HRESULT = -2003304307i32;
3930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3931 pub const MILERR_NO_REDIRECTION_SURFACE_AVAILABLE: ::windows_sys::core::HRESULT = -2003304303i32;
3932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3933 pub const MILERR_NO_REDIRECTION_SURFACE_RETRY_LATER: ::windows_sys::core::HRESULT = -2003304299i32;
3934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3935 pub const MILERR_OBJECTBUSY: ::windows_sys::core::HRESULT = -2003304447i32;
3936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3937 pub const MILERR_PREFILTER_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304288i32;
3938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3939 pub const MILERR_QPC_TIME_WENT_BACKWARD: ::windows_sys::core::HRESULT = -2003304293i32;
3940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3941 pub const MILERR_QUEUED_PRESENT_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304301i32;
3942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3943 pub const MILERR_REMOTING_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2003304302i32;
3944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3945 pub const MILERR_SCANNER_FAILED: ::windows_sys::core::HRESULT = -2003304444i32;
3946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3947 pub const MILERR_SCREENACCESSDENIED: ::windows_sys::core::HRESULT = -2003304443i32;
3948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3949 pub const MILERR_SHADER_COMPILE_FAILED: ::windows_sys::core::HRESULT = -2003304295i32;
3950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3951 pub const MILERR_TERMINATED: ::windows_sys::core::HRESULT = -2003304439i32;
3952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3953 pub const MILERR_TOOMANYSHADERELEMNTS: ::windows_sys::core::HRESULT = -2003304298i32;
3954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3955 pub const MILERR_WIN32ERROR: ::windows_sys::core::HRESULT = -2003304445i32;
3956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3957 pub const MILERR_ZEROVECTOR: ::windows_sys::core::HRESULT = -2003304440i32;
3958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3959 pub const MK_E_CANTOPENFILE: ::windows_sys::core::HRESULT = -2147221014i32;
3960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3961 pub const MK_E_CONNECTMANUALLY: ::windows_sys::core::HRESULT = -2147221024i32;
3962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3963 pub const MK_E_ENUMERATION_FAILED: ::windows_sys::core::HRESULT = -2147221009i32;
3964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3965 pub const MK_E_EXCEEDEDDEADLINE: ::windows_sys::core::HRESULT = -2147221023i32;
3966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3967 pub const MK_E_FIRST: i32 = -2147221024i32;
3968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3969 pub const MK_E_INTERMEDIATEINTERFACENOTSUPPORTED: ::windows_sys::core::HRESULT = -2147221017i32;
3970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3971 pub const MK_E_INVALIDEXTENSION: ::windows_sys::core::HRESULT = -2147221018i32;
3972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3973 pub const MK_E_LAST: i32 = -2147221009i32;
3974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3975 pub const MK_E_MUSTBOTHERUSER: ::windows_sys::core::HRESULT = -2147221013i32;
3976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3977 pub const MK_E_NEEDGENERIC: ::windows_sys::core::HRESULT = -2147221022i32;
3978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3979 pub const MK_E_NOINVERSE: ::windows_sys::core::HRESULT = -2147221012i32;
3980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3981 pub const MK_E_NOOBJECT: ::windows_sys::core::HRESULT = -2147221019i32;
3982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3983 pub const MK_E_NOPREFIX: ::windows_sys::core::HRESULT = -2147221010i32;
3984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3985 pub const MK_E_NOSTORAGE: ::windows_sys::core::HRESULT = -2147221011i32;
3986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3987 pub const MK_E_NOTBINDABLE: ::windows_sys::core::HRESULT = -2147221016i32;
3988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3989 pub const MK_E_NOTBOUND: ::windows_sys::core::HRESULT = -2147221015i32;
3990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3991 pub const MK_E_NO_NORMALIZED: ::windows_sys::core::HRESULT = -2146959353i32;
3992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3993 pub const MK_E_SYNTAX: ::windows_sys::core::HRESULT = -2147221020i32;
3994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3995 pub const MK_E_UNAVAILABLE: ::windows_sys::core::HRESULT = -2147221021i32;
3996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3997 pub const MK_S_FIRST: i32 = 262624i32;
3998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
3999 pub const MK_S_HIM: ::windows_sys::core::HRESULT = 262629i32;
4000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4001 pub const MK_S_LAST: i32 = 262639i32;
4002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4003 pub const MK_S_ME: ::windows_sys::core::HRESULT = 262628i32;
4004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4005 pub const MK_S_MONIKERALREADYREGISTERED: ::windows_sys::core::HRESULT = 262631i32;
4006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4007 pub const MK_S_REDUCED_TO_SELF: ::windows_sys::core::HRESULT = 262626i32;
4008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4009 pub const MK_S_US: ::windows_sys::core::HRESULT = 262630i32;
4010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4011 pub const MSDTC_E_DUPLICATE_RESOURCE: ::windows_sys::core::HRESULT = -2146367743i32;
4012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4013 pub const MSSIPOTF_E_BADVERSION: ::windows_sys::core::HRESULT = -2146865131i32;
4014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4015 pub const MSSIPOTF_E_BAD_FIRST_TABLE_PLACEMENT: ::windows_sys::core::HRESULT = -2146865144i32;
4016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4017 pub const MSSIPOTF_E_BAD_MAGICNUMBER: ::windows_sys::core::HRESULT = -2146865148i32;
4018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4019 pub const MSSIPOTF_E_BAD_OFFSET_TABLE: ::windows_sys::core::HRESULT = -2146865147i32;
4020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4021 pub const MSSIPOTF_E_CANTGETOBJECT: ::windows_sys::core::HRESULT = -2146865150i32;
4022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4023 pub const MSSIPOTF_E_CRYPT: ::windows_sys::core::HRESULT = -2146865132i32;
4024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4025 pub const MSSIPOTF_E_DSIG_STRUCTURE: ::windows_sys::core::HRESULT = -2146865130i32;
4026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4027 pub const MSSIPOTF_E_FAILED_HINTS_CHECK: ::windows_sys::core::HRESULT = -2146865135i32;
4028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4029 pub const MSSIPOTF_E_FAILED_POLICY: ::windows_sys::core::HRESULT = -2146865136i32;
4030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4031 pub const MSSIPOTF_E_FILE: ::windows_sys::core::HRESULT = -2146865133i32;
4032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4033 pub const MSSIPOTF_E_FILETOOSMALL: ::windows_sys::core::HRESULT = -2146865141i32;
4034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4035 pub const MSSIPOTF_E_FILE_CHECKSUM: ::windows_sys::core::HRESULT = -2146865139i32;
4036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4037 pub const MSSIPOTF_E_NOHEADTABLE: ::windows_sys::core::HRESULT = -2146865149i32;
4038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4039 pub const MSSIPOTF_E_NOT_OPENTYPE: ::windows_sys::core::HRESULT = -2146865134i32;
4040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4041 pub const MSSIPOTF_E_OUTOFMEMRANGE: ::windows_sys::core::HRESULT = -2146865151i32;
4042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4043 pub const MSSIPOTF_E_PCONST_CHECK: ::windows_sys::core::HRESULT = -2146865129i32;
4044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4045 pub const MSSIPOTF_E_STRUCTURE: ::windows_sys::core::HRESULT = -2146865128i32;
4046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4047 pub const MSSIPOTF_E_TABLES_OVERLAP: ::windows_sys::core::HRESULT = -2146865143i32;
4048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4049 pub const MSSIPOTF_E_TABLE_CHECKSUM: ::windows_sys::core::HRESULT = -2146865140i32;
4050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4051 pub const MSSIPOTF_E_TABLE_LONGWORD: ::windows_sys::core::HRESULT = -2146865145i32;
4052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4053 pub const MSSIPOTF_E_TABLE_PADBYTES: ::windows_sys::core::HRESULT = -2146865142i32;
4054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4055 pub const MSSIPOTF_E_TABLE_TAGORDER: ::windows_sys::core::HRESULT = -2146865146i32;
4056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4057 pub const NAP_E_CONFLICTING_ID: ::windows_sys::core::HRESULT = -2144927741i32;
4058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4059 pub const NAP_E_ENTITY_DISABLED: ::windows_sys::core::HRESULT = -2144927730i32;
4060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4061 pub const NAP_E_ID_NOT_FOUND: ::windows_sys::core::HRESULT = -2144927734i32;
4062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4063 pub const NAP_E_INVALID_PACKET: ::windows_sys::core::HRESULT = -2144927743i32;
4064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4065 pub const NAP_E_MAXSIZE_TOO_SMALL: ::windows_sys::core::HRESULT = -2144927733i32;
4066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4067 pub const NAP_E_MISMATCHED_ID: ::windows_sys::core::HRESULT = -2144927736i32;
4068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4069 pub const NAP_E_MISSING_SOH: ::windows_sys::core::HRESULT = -2144927742i32;
4070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4071 pub const NAP_E_NETSH_GROUPPOLICY_ERROR: ::windows_sys::core::HRESULT = -2144927729i32;
4072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4073 pub const NAP_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2144927737i32;
4074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4075 pub const NAP_E_NOT_PENDING: ::windows_sys::core::HRESULT = -2144927735i32;
4076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4077 pub const NAP_E_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2144927738i32;
4078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4079 pub const NAP_E_NO_CACHED_SOH: ::windows_sys::core::HRESULT = -2144927740i32;
4080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4081 pub const NAP_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144927732i32;
4082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4083 pub const NAP_E_SHV_CONFIG_EXISTED: ::windows_sys::core::HRESULT = -2144927727i32;
4084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4085 pub const NAP_E_SHV_CONFIG_NOT_FOUND: ::windows_sys::core::HRESULT = -2144927726i32;
4086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4087 pub const NAP_E_SHV_TIMEOUT: ::windows_sys::core::HRESULT = -2144927725i32;
4088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4089 pub const NAP_E_STILL_BOUND: ::windows_sys::core::HRESULT = -2144927739i32;
4090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4091 pub const NAP_E_TOO_MANY_CALLS: ::windows_sys::core::HRESULT = -2144927728i32;
4092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4093 pub const NAP_S_CERT_ALREADY_PRESENT: ::windows_sys::core::HRESULT = 2555917i32;
4094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4095 pub type NEARPROC = ::core::option::Option<unsafe extern "system" fn() -> isize>;
4096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4097 pub const NOERROR: u32 = 0u32;
4098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4099 pub const NOT_AN_ERROR1: ::windows_sys::core::HRESULT = 529920i32;
4100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4101 pub const NTDDI_MAXVER: u32 = 2560u32;
4102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4103 pub const NTE_AUTHENTICATION_IGNORED: ::windows_sys::core::HRESULT = -2146893775i32;
4104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4105 pub const NTE_BAD_ALGID: ::windows_sys::core::HRESULT = -2146893816i32;
4106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4107 pub const NTE_BAD_DATA: ::windows_sys::core::HRESULT = -2146893819i32;
4108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4109 pub const NTE_BAD_FLAGS: ::windows_sys::core::HRESULT = -2146893815i32;
4110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4111 pub const NTE_BAD_HASH: ::windows_sys::core::HRESULT = -2146893822i32;
4112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4113 pub const NTE_BAD_HASH_STATE: ::windows_sys::core::HRESULT = -2146893812i32;
4114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4115 pub const NTE_BAD_KEY: ::windows_sys::core::HRESULT = -2146893821i32;
4116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4117 pub const NTE_BAD_KEYSET: ::windows_sys::core::HRESULT = -2146893802i32;
4118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4119 pub const NTE_BAD_KEYSET_PARAM: ::windows_sys::core::HRESULT = -2146893793i32;
4120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4121 pub const NTE_BAD_KEY_STATE: ::windows_sys::core::HRESULT = -2146893813i32;
4122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4123 pub const NTE_BAD_LEN: ::windows_sys::core::HRESULT = -2146893820i32;
4124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4125 pub const NTE_BAD_PROVIDER: ::windows_sys::core::HRESULT = -2146893805i32;
4126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4127 pub const NTE_BAD_PROV_TYPE: ::windows_sys::core::HRESULT = -2146893804i32;
4128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4129 pub const NTE_BAD_PUBLIC_KEY: ::windows_sys::core::HRESULT = -2146893803i32;
4130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4131 pub const NTE_BAD_SIGNATURE: ::windows_sys::core::HRESULT = -2146893818i32;
4132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4133 pub const NTE_BAD_TYPE: ::windows_sys::core::HRESULT = -2146893814i32;
4134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4135 pub const NTE_BAD_UID: ::windows_sys::core::HRESULT = -2146893823i32;
4136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4137 pub const NTE_BAD_VER: ::windows_sys::core::HRESULT = -2146893817i32;
4138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4139 pub const NTE_BUFFERS_OVERLAP: ::windows_sys::core::HRESULT = -2146893781i32;
4140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4141 pub const NTE_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146893784i32;
4142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4143 pub const NTE_DECRYPTION_FAILURE: ::windows_sys::core::HRESULT = -2146893780i32;
4144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4145 pub const NTE_DEVICE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893771i32;
4146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4147 pub const NTE_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2146893776i32;
4148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4149 pub const NTE_DOUBLE_ENCRYPT: ::windows_sys::core::HRESULT = -2146893806i32;
4150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4151 pub const NTE_ENCRYPTION_FAILURE: ::windows_sys::core::HRESULT = -2146893772i32;
4152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4153 pub const NTE_EXISTS: ::windows_sys::core::HRESULT = -2146893809i32;
4154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4155 pub const NTE_FAIL: ::windows_sys::core::HRESULT = -2146893792i32;
4156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4157 pub const NTE_FIXEDPARAMETER: ::windows_sys::core::HRESULT = -2146893787i32;
4158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4159 pub const NTE_HMAC_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893777i32;
4160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4161 pub const NTE_INCORRECT_PASSWORD: ::windows_sys::core::HRESULT = -2146893773i32;
4162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4163 pub const NTE_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146893779i32;
4164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4165 pub const NTE_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146893786i32;
4166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4167 pub const NTE_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146893785i32;
4168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4169 pub const NTE_KEYSET_ENTRY_BAD: ::windows_sys::core::HRESULT = -2146893798i32;
4170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4171 pub const NTE_KEYSET_NOT_DEF: ::windows_sys::core::HRESULT = -2146893799i32;
4172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4173 pub const NTE_NOT_ACTIVE_CONSOLE: ::windows_sys::core::HRESULT = -2146893768i32;
4174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4175 pub const NTE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893807i32;
4176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4177 pub const NTE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893783i32;
4178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4179 pub const NTE_NO_KEY: ::windows_sys::core::HRESULT = -2146893811i32;
4180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4181 pub const NTE_NO_MEMORY: ::windows_sys::core::HRESULT = -2146893810i32;
4182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4183 pub const NTE_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2146893782i32;
4184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4185 pub const NTE_OP_OK: u32 = 0u32;
4186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4187 pub const NTE_PASSWORD_CHANGE_REQUIRED: ::windows_sys::core::HRESULT = -2146893769i32;
4188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4189 pub const NTE_PERM: ::windows_sys::core::HRESULT = -2146893808i32;
4190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4191 pub const NTE_PROVIDER_DLL_FAIL: ::windows_sys::core::HRESULT = -2146893795i32;
4192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4193 pub const NTE_PROV_DLL_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893794i32;
4194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4195 pub const NTE_PROV_TYPE_ENTRY_BAD: ::windows_sys::core::HRESULT = -2146893800i32;
4196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4197 pub const NTE_PROV_TYPE_NOT_DEF: ::windows_sys::core::HRESULT = -2146893801i32;
4198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4199 pub const NTE_PROV_TYPE_NO_MATCH: ::windows_sys::core::HRESULT = -2146893797i32;
4200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4201 pub const NTE_SIGNATURE_FILE_BAD: ::windows_sys::core::HRESULT = -2146893796i32;
4202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4203 pub const NTE_SILENT_CONTEXT: ::windows_sys::core::HRESULT = -2146893790i32;
4204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4205 pub const NTE_SYS_ERR: ::windows_sys::core::HRESULT = -2146893791i32;
4206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4207 pub const NTE_TEMPORARY_PROFILE: ::windows_sys::core::HRESULT = -2146893788i32;
4208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4209 pub const NTE_TOKEN_KEYSET_STORAGE_FULL: ::windows_sys::core::HRESULT = -2146893789i32;
4210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4211 pub const NTE_UI_REQUIRED: ::windows_sys::core::HRESULT = -2146893778i32;
4212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4213 pub const NTE_USER_CANCELLED: ::windows_sys::core::HRESULT = -2146893770i32;
4214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4215 pub const NTE_VALIDATION_FAILED: ::windows_sys::core::HRESULT = -2146893774i32;
4216 pub type NTSTATUS = i32;
4217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4218 pub type NTSTATUS_FACILITY_CODE = u32;
4219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4220 pub const FACILITY_DEBUGGER: NTSTATUS_FACILITY_CODE = 1u32;
4221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4222 pub const FACILITY_RPC_RUNTIME: NTSTATUS_FACILITY_CODE = 2u32;
4223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4224 pub const FACILITY_RPC_STUBS: NTSTATUS_FACILITY_CODE = 3u32;
4225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4226 pub const FACILITY_IO_ERROR_CODE: NTSTATUS_FACILITY_CODE = 4u32;
4227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4228 pub const FACILITY_CODCLASS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 6u32;
4229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4230 pub const FACILITY_NTWIN32: NTSTATUS_FACILITY_CODE = 7u32;
4231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4232 pub const FACILITY_NTCERT: NTSTATUS_FACILITY_CODE = 8u32;
4233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4234 pub const FACILITY_NTSSPI: NTSTATUS_FACILITY_CODE = 9u32;
4235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4236 pub const FACILITY_TERMINAL_SERVER: NTSTATUS_FACILITY_CODE = 10u32;
4237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4238 pub const FACILITY_USB_ERROR_CODE: NTSTATUS_FACILITY_CODE = 16u32;
4239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4240 pub const FACILITY_HID_ERROR_CODE: NTSTATUS_FACILITY_CODE = 17u32;
4241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4242 pub const FACILITY_FIREWIRE_ERROR_CODE: NTSTATUS_FACILITY_CODE = 18u32;
4243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4244 pub const FACILITY_CLUSTER_ERROR_CODE: NTSTATUS_FACILITY_CODE = 19u32;
4245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4246 pub const FACILITY_ACPI_ERROR_CODE: NTSTATUS_FACILITY_CODE = 20u32;
4247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4248 pub const FACILITY_SXS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 21u32;
4249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4250 pub const FACILITY_TRANSACTION: NTSTATUS_FACILITY_CODE = 25u32;
4251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4252 pub const FACILITY_COMMONLOG: NTSTATUS_FACILITY_CODE = 26u32;
4253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4254 pub const FACILITY_VIDEO: NTSTATUS_FACILITY_CODE = 27u32;
4255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4256 pub const FACILITY_FILTER_MANAGER: NTSTATUS_FACILITY_CODE = 28u32;
4257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4258 pub const FACILITY_MONITOR: NTSTATUS_FACILITY_CODE = 29u32;
4259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4260 pub const FACILITY_GRAPHICS_KERNEL: NTSTATUS_FACILITY_CODE = 30u32;
4261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4262 pub const FACILITY_DRIVER_FRAMEWORK: NTSTATUS_FACILITY_CODE = 32u32;
4263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4264 pub const FACILITY_FVE_ERROR_CODE: NTSTATUS_FACILITY_CODE = 33u32;
4265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4266 pub const FACILITY_FWP_ERROR_CODE: NTSTATUS_FACILITY_CODE = 34u32;
4267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4268 pub const FACILITY_NDIS_ERROR_CODE: NTSTATUS_FACILITY_CODE = 35u32;
4269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4270 pub const FACILITY_QUIC_ERROR_CODE: NTSTATUS_FACILITY_CODE = 36u32;
4271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4272 pub const FACILITY_TPM: NTSTATUS_FACILITY_CODE = 41u32;
4273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4274 pub const FACILITY_RTPM: NTSTATUS_FACILITY_CODE = 42u32;
4275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4276 pub const FACILITY_HYPERVISOR: NTSTATUS_FACILITY_CODE = 53u32;
4277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4278 pub const FACILITY_IPSEC: NTSTATUS_FACILITY_CODE = 54u32;
4279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4280 pub const FACILITY_VIRTUALIZATION: NTSTATUS_FACILITY_CODE = 55u32;
4281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4282 pub const FACILITY_VOLMGR: NTSTATUS_FACILITY_CODE = 56u32;
4283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4284 pub const FACILITY_BCD_ERROR_CODE: NTSTATUS_FACILITY_CODE = 57u32;
4285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4286 pub const FACILITY_WIN32K_NTUSER: NTSTATUS_FACILITY_CODE = 62u32;
4287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4288 pub const FACILITY_WIN32K_NTGDI: NTSTATUS_FACILITY_CODE = 63u32;
4289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4290 pub const FACILITY_RESUME_KEY_FILTER: NTSTATUS_FACILITY_CODE = 64u32;
4291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4292 pub const FACILITY_RDBSS: NTSTATUS_FACILITY_CODE = 65u32;
4293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4294 pub const FACILITY_BTH_ATT: NTSTATUS_FACILITY_CODE = 66u32;
4295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4296 pub const FACILITY_SECUREBOOT: NTSTATUS_FACILITY_CODE = 67u32;
4297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4298 pub const FACILITY_AUDIO_KERNEL: NTSTATUS_FACILITY_CODE = 68u32;
4299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4300 pub const FACILITY_VSM: NTSTATUS_FACILITY_CODE = 69u32;
4301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4302 pub const FACILITY_NT_IORING: NTSTATUS_FACILITY_CODE = 70u32;
4303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4304 pub const FACILITY_VOLSNAP: NTSTATUS_FACILITY_CODE = 80u32;
4305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4306 pub const FACILITY_SDBUS: NTSTATUS_FACILITY_CODE = 81u32;
4307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4308 pub const FACILITY_SHARED_VHDX: NTSTATUS_FACILITY_CODE = 92u32;
4309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4310 pub const FACILITY_SMB: NTSTATUS_FACILITY_CODE = 93u32;
4311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4312 pub const FACILITY_XVS: NTSTATUS_FACILITY_CODE = 94u32;
4313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4314 pub const FACILITY_INTERIX: NTSTATUS_FACILITY_CODE = 153u32;
4315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4316 pub const FACILITY_SPACES: NTSTATUS_FACILITY_CODE = 231u32;
4317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4318 pub const FACILITY_SECURITY_CORE: NTSTATUS_FACILITY_CODE = 232u32;
4319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4320 pub const FACILITY_SYSTEM_INTEGRITY: NTSTATUS_FACILITY_CODE = 233u32;
4321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4322 pub const FACILITY_LICENSING: NTSTATUS_FACILITY_CODE = 234u32;
4323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4324 pub const FACILITY_PLATFORM_MANIFEST: NTSTATUS_FACILITY_CODE = 235u32;
4325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4326 pub const FACILITY_APP_EXEC: NTSTATUS_FACILITY_CODE = 236u32;
4327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4328 pub const FACILITY_MAXIMUM_VALUE: NTSTATUS_FACILITY_CODE = 237u32;
4329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4330 pub const OLEOBJ_E_FIRST: i32 = -2147221120i32;
4331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4332 pub const OLEOBJ_E_INVALIDVERB: ::windows_sys::core::HRESULT = -2147221119i32;
4333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4334 pub const OLEOBJ_E_LAST: i32 = -2147221105i32;
4335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4336 pub const OLEOBJ_E_NOVERBS: ::windows_sys::core::HRESULT = -2147221120i32;
4337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4338 pub const OLEOBJ_S_CANNOT_DOVERB_NOW: ::windows_sys::core::HRESULT = 262529i32;
4339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4340 pub const OLEOBJ_S_FIRST: i32 = 262528i32;
4341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4342 pub const OLEOBJ_S_INVALIDHWND: ::windows_sys::core::HRESULT = 262530i32;
4343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4344 pub const OLEOBJ_S_INVALIDVERB: ::windows_sys::core::HRESULT = 262528i32;
4345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4346 pub const OLEOBJ_S_LAST: i32 = 262543i32;
4347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4348 pub const OLE_E_ADVF: ::windows_sys::core::HRESULT = -2147221503i32;
4349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4350 pub const OLE_E_ADVISENOTSUPPORTED: ::windows_sys::core::HRESULT = -2147221501i32;
4351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4352 pub const OLE_E_BLANK: ::windows_sys::core::HRESULT = -2147221497i32;
4353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4354 pub const OLE_E_CANTCONVERT: ::windows_sys::core::HRESULT = -2147221487i32;
4355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4356 pub const OLE_E_CANT_BINDTOSOURCE: ::windows_sys::core::HRESULT = -2147221494i32;
4357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4358 pub const OLE_E_CANT_GETMONIKER: ::windows_sys::core::HRESULT = -2147221495i32;
4359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4360 pub const OLE_E_CLASSDIFF: ::windows_sys::core::HRESULT = -2147221496i32;
4361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4362 pub const OLE_E_ENUM_NOMORE: ::windows_sys::core::HRESULT = -2147221502i32;
4363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4364 pub const OLE_E_FIRST: ::windows_sys::core::HRESULT = -2147221504i32;
4365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4366 pub const OLE_E_INVALIDHWND: ::windows_sys::core::HRESULT = -2147221489i32;
4367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4368 pub const OLE_E_INVALIDRECT: ::windows_sys::core::HRESULT = -2147221491i32;
4369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4370 pub const OLE_E_LAST: ::windows_sys::core::HRESULT = -2147221249i32;
4371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4372 pub const OLE_E_NOCACHE: ::windows_sys::core::HRESULT = -2147221498i32;
4373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4374 pub const OLE_E_NOCONNECTION: ::windows_sys::core::HRESULT = -2147221500i32;
4375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4376 pub const OLE_E_NOSTORAGE: ::windows_sys::core::HRESULT = -2147221486i32;
4377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4378 pub const OLE_E_NOTRUNNING: ::windows_sys::core::HRESULT = -2147221499i32;
4379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4380 pub const OLE_E_NOT_INPLACEACTIVE: ::windows_sys::core::HRESULT = -2147221488i32;
4381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4382 pub const OLE_E_OLEVERB: ::windows_sys::core::HRESULT = -2147221504i32;
4383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4384 pub const OLE_E_PROMPTSAVECANCELLED: ::windows_sys::core::HRESULT = -2147221492i32;
4385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4386 pub const OLE_E_STATIC: ::windows_sys::core::HRESULT = -2147221493i32;
4387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4388 pub const OLE_E_WRONGCOMPOBJ: ::windows_sys::core::HRESULT = -2147221490i32;
4389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4390 pub const OLE_S_FIRST: ::windows_sys::core::HRESULT = 262144i32;
4391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4392 pub const OLE_S_LAST: ::windows_sys::core::HRESULT = 262399i32;
4393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4394 pub const OLE_S_MAC_CLIPFORMAT: ::windows_sys::core::HRESULT = 262146i32;
4395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4396 pub const OLE_S_STATIC: ::windows_sys::core::HRESULT = 262145i32;
4397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4398 pub const OLE_S_USEREG: ::windows_sys::core::HRESULT = 262144i32;
4399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4400 pub const ONL_CONNECTION_COUNT_LIMIT: ::windows_sys::core::HRESULT = -2138701811i32;
4401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4402 pub const ONL_E_ACCESS_DENIED_BY_TOU: ::windows_sys::core::HRESULT = -2138701822i32;
4403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4404 pub const ONL_E_ACCOUNT_LOCKED: ::windows_sys::core::HRESULT = -2138701817i32;
4405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4406 pub const ONL_E_ACCOUNT_SUSPENDED_ABUSE: ::windows_sys::core::HRESULT = -2138701813i32;
4407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4408 pub const ONL_E_ACCOUNT_SUSPENDED_COMPROIMISE: ::windows_sys::core::HRESULT = -2138701814i32;
4409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4410 pub const ONL_E_ACCOUNT_UPDATE_REQUIRED: ::windows_sys::core::HRESULT = -2138701819i32;
4411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4412 pub const ONL_E_ACTION_REQUIRED: ::windows_sys::core::HRESULT = -2138701812i32;
4413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4414 pub const ONL_E_CONNECTED_ACCOUNT_CAN_NOT_SIGNOUT: ::windows_sys::core::HRESULT = -2138701810i32;
4415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4416 pub const ONL_E_EMAIL_VERIFICATION_REQUIRED: ::windows_sys::core::HRESULT = -2138701815i32;
4417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4418 pub const ONL_E_FORCESIGNIN: ::windows_sys::core::HRESULT = -2138701818i32;
4419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4420 pub const ONL_E_INVALID_APPLICATION: ::windows_sys::core::HRESULT = -2138701821i32;
4421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4422 pub const ONL_E_INVALID_AUTHENTICATION_TARGET: ::windows_sys::core::HRESULT = -2138701823i32;
4423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4424 pub const ONL_E_PARENTAL_CONSENT_REQUIRED: ::windows_sys::core::HRESULT = -2138701816i32;
4425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4426 pub const ONL_E_PASSWORD_UPDATE_REQUIRED: ::windows_sys::core::HRESULT = -2138701820i32;
4427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4428 pub const ONL_E_REQUEST_THROTTLED: ::windows_sys::core::HRESULT = -2138701808i32;
4429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4430 pub const ONL_E_USER_AUTHENTICATION_REQUIRED: ::windows_sys::core::HRESULT = -2138701809i32;
4431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4432 pub const OR_INVALID_OID: i32 = 1911i32;
4433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4434 pub const OR_INVALID_OXID: i32 = 1910i32;
4435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4436 pub const OR_INVALID_SET: i32 = 1912i32;
4437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4438 pub const OSS_ACCESS_SERIALIZATION_ERROR: ::windows_sys::core::HRESULT = -2146881517i32;
4439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4440 pub const OSS_API_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881495i32;
4441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4442 pub const OSS_BAD_ARG: ::windows_sys::core::HRESULT = -2146881530i32;
4443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4444 pub const OSS_BAD_ENCRULES: ::windows_sys::core::HRESULT = -2146881514i32;
4445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4446 pub const OSS_BAD_PTR: ::windows_sys::core::HRESULT = -2146881525i32;
4447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4448 pub const OSS_BAD_TABLE: ::windows_sys::core::HRESULT = -2146881521i32;
4449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4450 pub const OSS_BAD_TIME: ::windows_sys::core::HRESULT = -2146881524i32;
4451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4452 pub const OSS_BAD_VERSION: ::windows_sys::core::HRESULT = -2146881529i32;
4453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4454 pub const OSS_BERDER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881494i32;
4455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4456 pub const OSS_CANT_CLOSE_TRACE_FILE: ::windows_sys::core::HRESULT = -2146881490i32;
4457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4458 pub const OSS_CANT_OPEN_TRACE_FILE: ::windows_sys::core::HRESULT = -2146881509i32;
4459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4460 pub const OSS_CANT_OPEN_TRACE_WINDOW: ::windows_sys::core::HRESULT = -2146881512i32;
4461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4462 pub const OSS_COMPARATOR_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881499i32;
4463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4464 pub const OSS_COMPARATOR_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881500i32;
4465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4466 pub const OSS_CONSTRAINT_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881501i32;
4467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4468 pub const OSS_CONSTRAINT_VIOLATED: ::windows_sys::core::HRESULT = -2146881519i32;
4469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4470 pub const OSS_COPIER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881502i32;
4471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4472 pub const OSS_DATA_ERROR: ::windows_sys::core::HRESULT = -2146881531i32;
4473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4474 pub const OSS_FATAL_ERROR: ::windows_sys::core::HRESULT = -2146881518i32;
4475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4476 pub const OSS_INDEFINITE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146881523i32;
4477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4478 pub const OSS_LIMITED: ::windows_sys::core::HRESULT = -2146881526i32;
4479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4480 pub const OSS_MEM_ERROR: ::windows_sys::core::HRESULT = -2146881522i32;
4481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4482 pub const OSS_MEM_MGR_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881498i32;
4483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4484 pub const OSS_MORE_BUF: ::windows_sys::core::HRESULT = -2146881535i32;
4485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4486 pub const OSS_MORE_INPUT: ::windows_sys::core::HRESULT = -2146881532i32;
4487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4488 pub const OSS_MUTEX_NOT_CREATED: ::windows_sys::core::HRESULT = -2146881491i32;
4489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4490 pub const OSS_NEGATIVE_UINTEGER: ::windows_sys::core::HRESULT = -2146881534i32;
4491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4492 pub const OSS_NULL_FCN: ::windows_sys::core::HRESULT = -2146881515i32;
4493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4494 pub const OSS_NULL_TBL: ::windows_sys::core::HRESULT = -2146881516i32;
4495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4496 pub const OSS_OID_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881510i32;
4497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4498 pub const OSS_OPEN_TYPE_ERROR: ::windows_sys::core::HRESULT = -2146881492i32;
4499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4500 pub const OSS_OUT_MEMORY: ::windows_sys::core::HRESULT = -2146881528i32;
4501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4502 pub const OSS_OUT_OF_RANGE: ::windows_sys::core::HRESULT = -2146881503i32;
4503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4504 pub const OSS_PDU_MISMATCH: ::windows_sys::core::HRESULT = -2146881527i32;
4505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4506 pub const OSS_PDU_RANGE: ::windows_sys::core::HRESULT = -2146881533i32;
4507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4508 pub const OSS_PDV_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881496i32;
4509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4510 pub const OSS_PDV_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881497i32;
4511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4512 pub const OSS_PER_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881493i32;
4513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4514 pub const OSS_REAL_CODE_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881504i32;
4515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4516 pub const OSS_REAL_DLL_NOT_LINKED: ::windows_sys::core::HRESULT = -2146881505i32;
4517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4518 pub const OSS_TABLE_MISMATCH: ::windows_sys::core::HRESULT = -2146881507i32;
4519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4520 pub const OSS_TOO_LONG: ::windows_sys::core::HRESULT = -2146881520i32;
4521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4522 pub const OSS_TRACE_FILE_ALREADY_OPEN: ::windows_sys::core::HRESULT = -2146881508i32;
4523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4524 pub const OSS_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146881506i32;
4525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4526 pub const OSS_UNAVAIL_ENCRULES: ::windows_sys::core::HRESULT = -2146881513i32;
4527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4528 pub const OSS_UNIMPLEMENTED: ::windows_sys::core::HRESULT = -2146881511i32;
4529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4530 pub type PAPCFUNC = ::core::option::Option<unsafe extern "system" fn(parameter: usize)>;
4531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4532 pub const PEERDIST_ERROR_ALREADY_COMPLETED: i32 = 4060i32;
4533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4534 pub const PEERDIST_ERROR_ALREADY_EXISTS: i32 = 4058i32;
4535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4536 pub const PEERDIST_ERROR_ALREADY_INITIALIZED: i32 = 4055i32;
4537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4538 pub const PEERDIST_ERROR_CANNOT_PARSE_CONTENTINFO: i32 = 4051i32;
4539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4540 pub const PEERDIST_ERROR_CONTENTINFO_VERSION_UNSUPPORTED: i32 = 4050i32;
4541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4542 pub const PEERDIST_ERROR_INVALIDATED: i32 = 4057i32;
4543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4544 pub const PEERDIST_ERROR_INVALID_CONFIGURATION: i32 = 4063i32;
4545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4546 pub const PEERDIST_ERROR_MISSING_DATA: i32 = 4052i32;
4547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4548 pub const PEERDIST_ERROR_NOT_INITIALIZED: i32 = 4054i32;
4549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4550 pub const PEERDIST_ERROR_NOT_LICENSED: i32 = 4064i32;
4551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4552 pub const PEERDIST_ERROR_NO_MORE: i32 = 4053i32;
4553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4554 pub const PEERDIST_ERROR_OPERATION_NOTFOUND: i32 = 4059i32;
4555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4556 pub const PEERDIST_ERROR_OUT_OF_BOUNDS: i32 = 4061i32;
4557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4558 pub const PEERDIST_ERROR_SERVICE_UNAVAILABLE: i32 = 4065i32;
4559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4560 pub const PEERDIST_ERROR_SHUTDOWN_IN_PROGRESS: i32 = 4056i32;
4561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4562 pub const PEERDIST_ERROR_TRUST_FAILURE: i32 = 4066i32;
4563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4564 pub const PEERDIST_ERROR_VERSION_UNSUPPORTED: i32 = 4062i32;
4565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4566 pub const PEER_E_ALREADY_LISTENING: ::windows_sys::core::HRESULT = -2140995321i32;
4567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4568 pub const PEER_E_CANNOT_CONVERT_PEER_NAME: ::windows_sys::core::HRESULT = -2140979199i32;
4569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4570 pub const PEER_E_CANNOT_START_SERVICE: ::windows_sys::core::HRESULT = -2140995581i32;
4571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4572 pub const PEER_E_CERT_STORE_CORRUPTED: ::windows_sys::core::HRESULT = -2140993535i32;
4573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4574 pub const PEER_E_CHAIN_TOO_LONG: ::windows_sys::core::HRESULT = -2140993789i32;
4575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4576 pub const PEER_E_CIRCULAR_CHAIN_DETECTED: ::windows_sys::core::HRESULT = -2140993786i32;
4577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4578 pub const PEER_E_CLASSIFIER_TOO_LONG: ::windows_sys::core::HRESULT = -2140995071i32;
4579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4580 pub const PEER_E_CLOUD_NAME_AMBIGUOUS: ::windows_sys::core::HRESULT = -2140991483i32;
4581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4582 pub const PEER_E_CONNECTION_FAILED: ::windows_sys::core::HRESULT = -2140995319i32;
4583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4584 pub const PEER_E_CONNECTION_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2140995318i32;
4585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4586 pub const PEER_E_CONNECTION_NOT_FOUND: ::windows_sys::core::HRESULT = -2140995325i32;
4587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4588 pub const PEER_E_CONNECTION_REFUSED: ::windows_sys::core::HRESULT = -2140995317i32;
4589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4590 pub const PEER_E_CONNECT_SELF: ::windows_sys::core::HRESULT = -2140995322i32;
4591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4592 pub const PEER_E_CONTACT_NOT_FOUND: ::windows_sys::core::HRESULT = -2140971007i32;
4593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4594 pub const PEER_E_DATABASE_ACCESSDENIED: ::windows_sys::core::HRESULT = -2140994814i32;
4595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4596 pub const PEER_E_DATABASE_ALREADY_PRESENT: ::windows_sys::core::HRESULT = -2140994811i32;
4597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4598 pub const PEER_E_DATABASE_NOT_PRESENT: ::windows_sys::core::HRESULT = -2140994810i32;
4599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4600 pub const PEER_E_DBINITIALIZATION_FAILED: ::windows_sys::core::HRESULT = -2140994813i32;
4601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4602 pub const PEER_E_DBNAME_CHANGED: ::windows_sys::core::HRESULT = -2140995567i32;
4603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4604 pub const PEER_E_DEFERRED_VALIDATION: ::windows_sys::core::HRESULT = -2140987344i32;
4605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4606 pub const PEER_E_DUPLICATE_GRAPH: ::windows_sys::core::HRESULT = -2140995566i32;
4607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4608 pub const PEER_E_EVENT_HANDLE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994303i32;
4609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4610 pub const PEER_E_FW_BLOCKED_BY_POLICY: ::windows_sys::core::HRESULT = -2140966903i32;
4611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4612 pub const PEER_E_FW_BLOCKED_BY_SHIELDS_UP: ::windows_sys::core::HRESULT = -2140966902i32;
4613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4614 pub const PEER_E_FW_DECLINED: ::windows_sys::core::HRESULT = -2140966901i32;
4615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4616 pub const PEER_E_FW_EXCEPTION_DISABLED: ::windows_sys::core::HRESULT = -2140966904i32;
4617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4618 pub const PEER_E_GRAPH_IN_USE: ::windows_sys::core::HRESULT = -2140995563i32;
4619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4620 pub const PEER_E_GRAPH_NOT_READY: ::windows_sys::core::HRESULT = -2140995565i32;
4621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4622 pub const PEER_E_GRAPH_SHUTTING_DOWN: ::windows_sys::core::HRESULT = -2140995564i32;
4623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4624 pub const PEER_E_GROUPS_EXIST: ::windows_sys::core::HRESULT = -2140995068i32;
4625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4626 pub const PEER_E_GROUP_IN_USE: ::windows_sys::core::HRESULT = -2140987246i32;
4627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4628 pub const PEER_E_GROUP_NOT_READY: ::windows_sys::core::HRESULT = -2140987247i32;
4629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4630 pub const PEER_E_IDENTITY_DELETED: ::windows_sys::core::HRESULT = -2140987232i32;
4631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4632 pub const PEER_E_IDENTITY_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994559i32;
4633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4634 pub const PEER_E_INVALID_ADDRESS: ::windows_sys::core::HRESULT = -2140966905i32;
4635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4636 pub const PEER_E_INVALID_ATTRIBUTES: ::windows_sys::core::HRESULT = -2140994046i32;
4637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4638 pub const PEER_E_INVALID_CLASSIFIER: ::windows_sys::core::HRESULT = -2140987296i32;
4639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4640 pub const PEER_E_INVALID_CLASSIFIER_PROPERTY: ::windows_sys::core::HRESULT = -2140987278i32;
4641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4642 pub const PEER_E_INVALID_CREDENTIAL: ::windows_sys::core::HRESULT = -2140987262i32;
4643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4644 pub const PEER_E_INVALID_CREDENTIAL_INFO: ::windows_sys::core::HRESULT = -2140987263i32;
4645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4646 pub const PEER_E_INVALID_DATABASE: ::windows_sys::core::HRESULT = -2140995562i32;
4647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4648 pub const PEER_E_INVALID_FRIENDLY_NAME: ::windows_sys::core::HRESULT = -2140987280i32;
4649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4650 pub const PEER_E_INVALID_GRAPH: ::windows_sys::core::HRESULT = -2140995568i32;
4651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4652 pub const PEER_E_INVALID_GROUP: ::windows_sys::core::HRESULT = -2140987245i32;
4653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4654 pub const PEER_E_INVALID_GROUP_PROPERTIES: ::windows_sys::core::HRESULT = -2140987328i32;
4655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4656 pub const PEER_E_INVALID_PEER_HOST_NAME: ::windows_sys::core::HRESULT = -2140979198i32;
4657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4658 pub const PEER_E_INVALID_PEER_NAME: ::windows_sys::core::HRESULT = -2140987312i32;
4659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4660 pub const PEER_E_INVALID_RECORD: ::windows_sys::core::HRESULT = -2140987376i32;
4661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4662 pub const PEER_E_INVALID_RECORD_EXPIRATION: ::windows_sys::core::HRESULT = -2140987264i32;
4663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4664 pub const PEER_E_INVALID_RECORD_SIZE: ::windows_sys::core::HRESULT = -2140987261i32;
4665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4666 pub const PEER_E_INVALID_ROLE_PROPERTY: ::windows_sys::core::HRESULT = -2140987279i32;
4667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4668 pub const PEER_E_INVALID_SEARCH: ::windows_sys::core::HRESULT = -2140994047i32;
4669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4670 pub const PEER_E_INVALID_TIME_PERIOD: ::windows_sys::core::HRESULT = -2140993787i32;
4671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4672 pub const PEER_E_INVITATION_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2140993791i32;
4673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4674 pub const PEER_E_INVITE_CANCELLED: ::windows_sys::core::HRESULT = -2140966912i32;
4675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4676 pub const PEER_E_INVITE_RESPONSE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2140966911i32;
4677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4678 pub const PEER_E_IPV6_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2140995583i32;
4679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4680 pub const PEER_E_MAX_RECORD_SIZE_EXCEEDED: ::windows_sys::core::HRESULT = -2140994812i32;
4681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4682 pub const PEER_E_NODE_NOT_FOUND: ::windows_sys::core::HRESULT = -2140995320i32;
4683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4684 pub const PEER_E_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2140987360i32;
4685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4686 pub const PEER_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2140995582i32;
4687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4688 pub const PEER_E_NOT_LICENSED: ::windows_sys::core::HRESULT = -2140995580i32;
4689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4690 pub const PEER_E_NOT_SIGNED_IN: ::windows_sys::core::HRESULT = -2140966909i32;
4691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4692 pub const PEER_E_NO_CLOUD: ::windows_sys::core::HRESULT = -2140991487i32;
4693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4694 pub const PEER_E_NO_KEY_ACCESS: ::windows_sys::core::HRESULT = -2140995069i32;
4695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4696 pub const PEER_E_NO_MEMBERS_FOUND: ::windows_sys::core::HRESULT = -2140987244i32;
4697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4698 pub const PEER_E_NO_MEMBER_CONNECTIONS: ::windows_sys::core::HRESULT = -2140987243i32;
4699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4700 pub const PEER_E_NO_MORE: ::windows_sys::core::HRESULT = -2140979197i32;
4701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4702 pub const PEER_E_PASSWORD_DOES_NOT_MEET_POLICY: ::windows_sys::core::HRESULT = -2140987359i32;
4703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4704 pub const PEER_E_PNRP_DUPLICATE_PEER_NAME: ::windows_sys::core::HRESULT = -2140979195i32;
4705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4706 pub const PEER_E_PRIVACY_DECLINED: ::windows_sys::core::HRESULT = -2140966908i32;
4707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4708 pub const PEER_E_RECORD_NOT_FOUND: ::windows_sys::core::HRESULT = -2140994815i32;
4709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4710 pub const PEER_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2140987231i32;
4711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4712 pub const PEER_E_TIMEOUT: ::windows_sys::core::HRESULT = -2140966907i32;
4713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4714 pub const PEER_E_TOO_MANY_ATTRIBUTES: ::windows_sys::core::HRESULT = -2140995561i32;
4715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4716 pub const PEER_E_TOO_MANY_IDENTITIES: ::windows_sys::core::HRESULT = -2140995070i32;
4717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4718 pub const PEER_E_UNABLE_TO_LISTEN: ::windows_sys::core::HRESULT = -2140987242i32;
4719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4720 pub const PEER_E_UNSUPPORTED_VERSION: ::windows_sys::core::HRESULT = -2140987248i32;
4721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4722 pub const PEER_S_ALREADY_A_MEMBER: ::windows_sys::core::HRESULT = 6488070i32;
4723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4724 pub const PEER_S_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = 6496256i32;
4725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4726 pub const PEER_S_GRAPH_DATA_CREATED: ::windows_sys::core::HRESULT = 6488065i32;
4727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4728 pub const PEER_S_NO_CONNECTIVITY: ::windows_sys::core::HRESULT = 6488069i32;
4729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4730 pub const PEER_S_NO_EVENT_DATA: ::windows_sys::core::HRESULT = 6488066i32;
4731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4732 pub const PEER_S_SUBSCRIPTION_EXISTS: ::windows_sys::core::HRESULT = 6512640i32;
4733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4734 pub const PERSIST_E_NOTSELFSIZING: ::windows_sys::core::HRESULT = -2146762741i32;
4735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4736 pub const PERSIST_E_SIZEDEFINITE: ::windows_sys::core::HRESULT = -2146762743i32;
4737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4738 pub const PERSIST_E_SIZEINDEFINITE: ::windows_sys::core::HRESULT = -2146762742i32;
4739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4740 pub const PLA_E_CABAPI_FAILURE: ::windows_sys::core::HRESULT = -2144337645i32;
4741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4742 pub const PLA_E_CONFLICT_INCL_EXCL_API: ::windows_sys::core::HRESULT = -2144337659i32;
4743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4744 pub const PLA_E_CREDENTIALS_REQUIRED: ::windows_sys::core::HRESULT = -2144337661i32;
4745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4746 pub const PLA_E_DCS_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144337737i32;
4747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4748 pub const PLA_E_DCS_IN_USE: ::windows_sys::core::HRESULT = -2144337750i32;
4749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4750 pub const PLA_E_DCS_NOT_FOUND: ::windows_sys::core::HRESULT = -2144337918i32;
4751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4752 pub const PLA_E_DCS_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144337660i32;
4753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4754 pub const PLA_E_DCS_SINGLETON_REQUIRED: ::windows_sys::core::HRESULT = -2144337662i32;
4755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4756 pub const PLA_E_DCS_START_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337654i32;
4757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4758 pub const PLA_E_DC_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2144337655i32;
4759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4760 pub const PLA_E_DC_START_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337653i32;
4761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4762 pub const PLA_E_EXE_ALREADY_CONFIGURED: ::windows_sys::core::HRESULT = -2144337657i32;
4763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4764 pub const PLA_E_EXE_FULL_PATH_REQUIRED: ::windows_sys::core::HRESULT = -2144337650i32;
4765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4766 pub const PLA_E_EXE_PATH_NOT_VALID: ::windows_sys::core::HRESULT = -2144337656i32;
4767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4768 pub const PLA_E_INVALID_SESSION_NAME: ::windows_sys::core::HRESULT = -2144337649i32;
4769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4770 pub const PLA_E_NETWORK_EXE_NOT_VALID: ::windows_sys::core::HRESULT = -2144337658i32;
4771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4772 pub const PLA_E_NO_DUPLICATES: ::windows_sys::core::HRESULT = -2144337651i32;
4773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4774 pub const PLA_E_NO_MIN_DISK: ::windows_sys::core::HRESULT = -2144337808i32;
4775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4776 pub const PLA_E_PLA_CHANNEL_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144337648i32;
4777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4778 pub const PLA_E_PROPERTY_CONFLICT: ::windows_sys::core::HRESULT = -2144337663i32;
4779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4780 pub const PLA_E_REPORT_WAIT_TIMEOUT: ::windows_sys::core::HRESULT = -2144337652i32;
4781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4782 pub const PLA_E_RULES_MANAGER_FAILED: ::windows_sys::core::HRESULT = -2144337646i32;
4783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4784 pub const PLA_E_TASKSCHED_CHANNEL_NOT_ENABLED: ::windows_sys::core::HRESULT = -2144337647i32;
4785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4786 pub const PLA_E_TOO_MANY_FOLDERS: ::windows_sys::core::HRESULT = -2144337851i32;
4787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4788 pub const PLA_S_PROPERTY_IGNORED: ::windows_sys::core::HRESULT = 3145984i32;
4789 #[repr(C)]
4790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4791 pub struct POINT {
4792 pub x: i32,
4793 pub y: i32,
4794 }
4795 impl ::core::marker::Copy for POINT {}
4796 impl ::core::clone::Clone for POINT {
4797 fn clone(&self) -> Self {
4798 *self
4799 }
4800 }
4801 #[repr(C)]
4802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4803 pub struct POINTL {
4804 pub x: i32,
4805 pub y: i32,
4806 }
4807 impl ::core::marker::Copy for POINTL {}
4808 impl ::core::clone::Clone for POINTL {
4809 fn clone(&self) -> Self {
4810 *self
4811 }
4812 }
4813 #[repr(C)]
4814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4815 pub struct POINTS {
4816 pub x: i16,
4817 pub y: i16,
4818 }
4819 impl ::core::marker::Copy for POINTS {}
4820 impl ::core::clone::Clone for POINTS {
4821 fn clone(&self) -> Self {
4822 *self
4823 }
4824 }
4825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4826 pub const PRESENTATION_ERROR_LOST: ::windows_sys::core::HRESULT = -2004811775i32;
4827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4828 pub type PROC = ::core::option::Option<unsafe extern "system" fn() -> isize>;
4829 pub type PSID = *mut ::core::ffi::c_void;
4830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4831 pub const PSINK_E_INDEX_ONLY: ::windows_sys::core::HRESULT = -2147215471i32;
4832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4833 pub const PSINK_E_LARGE_ATTACHMENT: ::windows_sys::core::HRESULT = -2147215470i32;
4834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4835 pub const PSINK_E_QUERY_ONLY: ::windows_sys::core::HRESULT = -2147215472i32;
4836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4837 pub const PSINK_S_LARGE_WORD: ::windows_sys::core::HRESULT = 268179i32;
4838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4839 pub const QPARSE_E_EXPECTING_BRACE: ::windows_sys::core::HRESULT = -2147215770i32;
4840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4841 pub const QPARSE_E_EXPECTING_COMMA: ::windows_sys::core::HRESULT = -2147215759i32;
4842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4843 pub const QPARSE_E_EXPECTING_CURRENCY: ::windows_sys::core::HRESULT = -2147215772i32;
4844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4845 pub const QPARSE_E_EXPECTING_DATE: ::windows_sys::core::HRESULT = -2147215773i32;
4846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4847 pub const QPARSE_E_EXPECTING_EOS: ::windows_sys::core::HRESULT = -2147215760i32;
4848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4849 pub const QPARSE_E_EXPECTING_GUID: ::windows_sys::core::HRESULT = -2147215771i32;
4850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4851 pub const QPARSE_E_EXPECTING_INTEGER: ::windows_sys::core::HRESULT = -2147215775i32;
4852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4853 pub const QPARSE_E_EXPECTING_PAREN: ::windows_sys::core::HRESULT = -2147215769i32;
4854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4855 pub const QPARSE_E_EXPECTING_PHRASE: ::windows_sys::core::HRESULT = -2147215766i32;
4856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4857 pub const QPARSE_E_EXPECTING_PROPERTY: ::windows_sys::core::HRESULT = -2147215768i32;
4858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4859 pub const QPARSE_E_EXPECTING_REAL: ::windows_sys::core::HRESULT = -2147215774i32;
4860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4861 pub const QPARSE_E_EXPECTING_REGEX: ::windows_sys::core::HRESULT = -2147215764i32;
4862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4863 pub const QPARSE_E_EXPECTING_REGEX_PROPERTY: ::windows_sys::core::HRESULT = -2147215763i32;
4864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4865 pub const QPARSE_E_INVALID_GROUPING: ::windows_sys::core::HRESULT = -2147215753i32;
4866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4867 pub const QPARSE_E_INVALID_LITERAL: ::windows_sys::core::HRESULT = -2147215762i32;
4868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4869 pub const QPARSE_E_INVALID_QUERY: ::windows_sys::core::HRESULT = -2147215750i32;
4870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4871 pub const QPARSE_E_INVALID_RANKMETHOD: ::windows_sys::core::HRESULT = -2147215749i32;
4872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4873 pub const QPARSE_E_INVALID_SORT_ORDER: ::windows_sys::core::HRESULT = -2147215755i32;
4874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4875 pub const QPARSE_E_NOT_YET_IMPLEMENTED: ::windows_sys::core::HRESULT = -2147215767i32;
4876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4877 pub const QPARSE_E_NO_SUCH_PROPERTY: ::windows_sys::core::HRESULT = -2147215761i32;
4878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4879 pub const QPARSE_E_NO_SUCH_SORT_PROPERTY: ::windows_sys::core::HRESULT = -2147215756i32;
4880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4881 pub const QPARSE_E_UNEXPECTED_EOS: ::windows_sys::core::HRESULT = -2147215758i32;
4882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4883 pub const QPARSE_E_UNEXPECTED_NOT: ::windows_sys::core::HRESULT = -2147215776i32;
4884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4885 pub const QPARSE_E_UNSUPPORTED_PROPERTY_TYPE: ::windows_sys::core::HRESULT = -2147215765i32;
4886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4887 pub const QPARSE_E_WEIGHT_OUT_OF_RANGE: ::windows_sys::core::HRESULT = -2147215757i32;
4888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4889 pub const QPLIST_E_BAD_GUID: ::windows_sys::core::HRESULT = -2147215783i32;
4890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4891 pub const QPLIST_E_BYREF_USED_WITHOUT_PTRTYPE: ::windows_sys::core::HRESULT = -2147215778i32;
4892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4893 pub const QPLIST_E_CANT_OPEN_FILE: ::windows_sys::core::HRESULT = -2147215791i32;
4894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4895 pub const QPLIST_E_CANT_SET_PROPERTY: ::windows_sys::core::HRESULT = -2147215781i32;
4896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4897 pub const QPLIST_E_DUPLICATE: ::windows_sys::core::HRESULT = -2147215780i32;
4898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4899 pub const QPLIST_E_EXPECTING_CLOSE_PAREN: ::windows_sys::core::HRESULT = -2147215785i32;
4900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4901 pub const QPLIST_E_EXPECTING_GUID: ::windows_sys::core::HRESULT = -2147215784i32;
4902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4903 pub const QPLIST_E_EXPECTING_INTEGER: ::windows_sys::core::HRESULT = -2147215786i32;
4904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4905 pub const QPLIST_E_EXPECTING_NAME: ::windows_sys::core::HRESULT = -2147215789i32;
4906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4907 pub const QPLIST_E_EXPECTING_PROP_SPEC: ::windows_sys::core::HRESULT = -2147215782i32;
4908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4909 pub const QPLIST_E_EXPECTING_TYPE: ::windows_sys::core::HRESULT = -2147215788i32;
4910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4911 pub const QPLIST_E_READ_ERROR: ::windows_sys::core::HRESULT = -2147215790i32;
4912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4913 pub const QPLIST_E_UNRECOGNIZED_TYPE: ::windows_sys::core::HRESULT = -2147215787i32;
4914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4915 pub const QPLIST_E_VECTORBYREF_USED_ALONE: ::windows_sys::core::HRESULT = -2147215779i32;
4916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4917 pub const QPLIST_S_DUPLICATE: ::windows_sys::core::HRESULT = 267897i32;
4918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4919 pub const QUERY_E_ALLNOISE: ::windows_sys::core::HRESULT = -2147215867i32;
4920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4921 pub const QUERY_E_DIR_ON_REMOVABLE_DRIVE: ::windows_sys::core::HRESULT = -2147215861i32;
4922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4923 pub const QUERY_E_DUPLICATE_OUTPUT_COLUMN: ::windows_sys::core::HRESULT = -2147215864i32;
4924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4925 pub const QUERY_E_FAILED: ::windows_sys::core::HRESULT = -2147215872i32;
4926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4927 pub const QUERY_E_INVALIDCATEGORIZE: ::windows_sys::core::HRESULT = -2147215868i32;
4928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4929 pub const QUERY_E_INVALIDQUERY: ::windows_sys::core::HRESULT = -2147215871i32;
4930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4931 pub const QUERY_E_INVALIDRESTRICTION: ::windows_sys::core::HRESULT = -2147215870i32;
4932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4933 pub const QUERY_E_INVALIDSORT: ::windows_sys::core::HRESULT = -2147215869i32;
4934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4935 pub const QUERY_E_INVALID_DIRECTORY: ::windows_sys::core::HRESULT = -2147215862i32;
4936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4937 pub const QUERY_E_INVALID_OUTPUT_COLUMN: ::windows_sys::core::HRESULT = -2147215863i32;
4938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4939 pub const QUERY_E_TIMEDOUT: ::windows_sys::core::HRESULT = -2147215865i32;
4940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4941 pub const QUERY_E_TOOCOMPLEX: ::windows_sys::core::HRESULT = -2147215866i32;
4942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4943 pub const QUERY_S_NO_QUERY: ::windows_sys::core::HRESULT = -2147215860i32;
4944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4945 pub const QUTIL_E_CANT_CONVERT_VROOT: ::windows_sys::core::HRESULT = -2147215754i32;
4946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4947 pub const QUTIL_E_INVALID_CODEPAGE: ::windows_sys::core::HRESULT = -1073473928i32;
4948 #[repr(C)]
4949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4950 pub struct RECT {
4951 pub left: i32,
4952 pub top: i32,
4953 pub right: i32,
4954 pub bottom: i32,
4955 }
4956 impl ::core::marker::Copy for RECT {}
4957 impl ::core::clone::Clone for RECT {
4958 fn clone(&self) -> Self {
4959 *self
4960 }
4961 }
4962 #[repr(C)]
4963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4964 pub struct RECTL {
4965 pub left: i32,
4966 pub top: i32,
4967 pub right: i32,
4968 pub bottom: i32,
4969 }
4970 impl ::core::marker::Copy for RECTL {}
4971 impl ::core::clone::Clone for RECTL {
4972 fn clone(&self) -> Self {
4973 *self
4974 }
4975 }
4976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4977 pub const REGDB_E_BADTHREADINGMODEL: ::windows_sys::core::HRESULT = -2147221162i32;
4978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4979 pub const REGDB_E_CLASSNOTREG: ::windows_sys::core::HRESULT = -2147221164i32;
4980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4981 pub const REGDB_E_FIRST: i32 = -2147221168i32;
4982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4983 pub const REGDB_E_IIDNOTREG: ::windows_sys::core::HRESULT = -2147221163i32;
4984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4985 pub const REGDB_E_INVALIDVALUE: ::windows_sys::core::HRESULT = -2147221165i32;
4986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4987 pub const REGDB_E_KEYMISSING: ::windows_sys::core::HRESULT = -2147221166i32;
4988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4989 pub const REGDB_E_LAST: i32 = -2147221153i32;
4990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4991 pub const REGDB_E_PACKAGEPOLICYVIOLATION: ::windows_sys::core::HRESULT = -2147221161i32;
4992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4993 pub const REGDB_E_READREGDB: ::windows_sys::core::HRESULT = -2147221168i32;
4994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4995 pub const REGDB_E_WRITEREGDB: ::windows_sys::core::HRESULT = -2147221167i32;
4996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4997 pub const REGDB_S_FIRST: i32 = 262480i32;
4998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
4999 pub const REGDB_S_LAST: i32 = 262495i32;
5000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5001 pub const ROUTEBASE: u32 = 900u32;
5002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5003 pub const ROUTEBASEEND: u32 = 957u32;
5004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5005 pub const RO_E_BLOCKED_CROSS_ASTA_CALL: ::windows_sys::core::HRESULT = -2147483617i32;
5006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5007 pub const RO_E_CANNOT_ACTIVATE_FULL_TRUST_SERVER: ::windows_sys::core::HRESULT = -2147483616i32;
5008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5009 pub const RO_E_CANNOT_ACTIVATE_UNIVERSAL_APPLICATION_SERVER: ::windows_sys::core::HRESULT = -2147483615i32;
5010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5011 pub const RO_E_CHANGE_NOTIFICATION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2147483627i32;
5012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5013 pub const RO_E_CLOSED: ::windows_sys::core::HRESULT = -2147483629i32;
5014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5015 pub const RO_E_COMMITTED: ::windows_sys::core::HRESULT = -2147483618i32;
5016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5017 pub const RO_E_ERROR_STRING_NOT_FOUND: ::windows_sys::core::HRESULT = -2147483626i32;
5018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5019 pub const RO_E_EXCLUSIVE_WRITE: ::windows_sys::core::HRESULT = -2147483628i32;
5020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5021 pub const RO_E_INVALID_METADATA_FILE: ::windows_sys::core::HRESULT = -2147483630i32;
5022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5023 pub const RO_E_METADATA_INVALID_TYPE_FORMAT: ::windows_sys::core::HRESULT = -2147483631i32;
5024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5025 pub const RO_E_METADATA_NAME_IS_NAMESPACE: ::windows_sys::core::HRESULT = -2147483632i32;
5026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5027 pub const RO_E_METADATA_NAME_NOT_FOUND: ::windows_sys::core::HRESULT = -2147483633i32;
5028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5029 pub const RO_E_MUST_BE_AGILE: ::windows_sys::core::HRESULT = -2147483620i32;
5030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5031 pub const RO_E_UNSUPPORTED_FROM_MTA: ::windows_sys::core::HRESULT = -2147483619i32;
5032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5033 pub const RPC_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2147417829i32;
5034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5035 pub const RPC_E_ATTEMPTED_MULTITHREAD: ::windows_sys::core::HRESULT = -2147417854i32;
5036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5037 pub const RPC_E_CALL_CANCELED: ::windows_sys::core::HRESULT = -2147418110i32;
5038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5039 pub const RPC_E_CALL_COMPLETE: ::windows_sys::core::HRESULT = -2147417833i32;
5040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5041 pub const RPC_E_CALL_REJECTED: ::windows_sys::core::HRESULT = -2147418111i32;
5042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5043 pub const RPC_E_CANTCALLOUT_AGAIN: ::windows_sys::core::HRESULT = -2147418095i32;
5044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5045 pub const RPC_E_CANTCALLOUT_INASYNCCALL: ::windows_sys::core::HRESULT = -2147418108i32;
5046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5047 pub const RPC_E_CANTCALLOUT_INEXTERNALCALL: ::windows_sys::core::HRESULT = -2147418107i32;
5048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5049 pub const RPC_E_CANTCALLOUT_ININPUTSYNCCALL: ::windows_sys::core::HRESULT = -2147417843i32;
5050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5051 pub const RPC_E_CANTPOST_INSENDCALL: ::windows_sys::core::HRESULT = -2147418109i32;
5052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5053 pub const RPC_E_CANTTRANSMIT_CALL: ::windows_sys::core::HRESULT = -2147418102i32;
5054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5055 pub const RPC_E_CHANGED_MODE: ::windows_sys::core::HRESULT = -2147417850i32;
5056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5057 pub const RPC_E_CLIENT_CANTMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418101i32;
5058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5059 pub const RPC_E_CLIENT_CANTUNMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418100i32;
5060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5061 pub const RPC_E_CLIENT_DIED: ::windows_sys::core::HRESULT = -2147418104i32;
5062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5063 pub const RPC_E_CONNECTION_TERMINATED: ::windows_sys::core::HRESULT = -2147418106i32;
5064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5065 pub const RPC_E_DISCONNECTED: ::windows_sys::core::HRESULT = -2147417848i32;
5066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5067 pub const RPC_E_FAULT: ::windows_sys::core::HRESULT = -2147417852i32;
5068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5069 pub const RPC_E_FULLSIC_REQUIRED: ::windows_sys::core::HRESULT = -2147417823i32;
5070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5071 pub const RPC_E_INVALIDMETHOD: ::windows_sys::core::HRESULT = -2147417849i32;
5072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5073 pub const RPC_E_INVALID_CALLDATA: ::windows_sys::core::HRESULT = -2147417844i32;
5074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5075 pub const RPC_E_INVALID_DATA: ::windows_sys::core::HRESULT = -2147418097i32;
5076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5077 pub const RPC_E_INVALID_DATAPACKET: ::windows_sys::core::HRESULT = -2147418103i32;
5078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5079 pub const RPC_E_INVALID_EXTENSION: ::windows_sys::core::HRESULT = -2147417838i32;
5080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5081 pub const RPC_E_INVALID_HEADER: ::windows_sys::core::HRESULT = -2147417839i32;
5082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5083 pub const RPC_E_INVALID_IPID: ::windows_sys::core::HRESULT = -2147417837i32;
5084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5085 pub const RPC_E_INVALID_OBJECT: ::windows_sys::core::HRESULT = -2147417836i32;
5086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5087 pub const RPC_E_INVALID_OBJREF: ::windows_sys::core::HRESULT = -2147417827i32;
5088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5089 pub const RPC_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2147418096i32;
5090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5091 pub const RPC_E_INVALID_STD_NAME: ::windows_sys::core::HRESULT = -2147417822i32;
5092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5093 pub const RPC_E_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2147417853i32;
5094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5095 pub const RPC_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2147417826i32;
5096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5097 pub const RPC_E_NO_GOOD_SECURITY_PACKAGES: ::windows_sys::core::HRESULT = -2147417830i32;
5098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5099 pub const RPC_E_NO_SYNC: ::windows_sys::core::HRESULT = -2147417824i32;
5100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5101 pub const RPC_E_OUT_OF_RESOURCES: ::windows_sys::core::HRESULT = -2147417855i32;
5102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5103 pub const RPC_E_REMOTE_DISABLED: ::windows_sys::core::HRESULT = -2147417828i32;
5104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5105 pub const RPC_E_RETRY: ::windows_sys::core::HRESULT = -2147417847i32;
5106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5107 pub const RPC_E_SERVERCALL_REJECTED: ::windows_sys::core::HRESULT = -2147417845i32;
5108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5109 pub const RPC_E_SERVERCALL_RETRYLATER: ::windows_sys::core::HRESULT = -2147417846i32;
5110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5111 pub const RPC_E_SERVERFAULT: ::windows_sys::core::HRESULT = -2147417851i32;
5112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5113 pub const RPC_E_SERVER_CANTMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418099i32;
5114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5115 pub const RPC_E_SERVER_CANTUNMARSHAL_DATA: ::windows_sys::core::HRESULT = -2147418098i32;
5116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5117 pub const RPC_E_SERVER_DIED: ::windows_sys::core::HRESULT = -2147418105i32;
5118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5119 pub const RPC_E_SERVER_DIED_DNE: ::windows_sys::core::HRESULT = -2147418094i32;
5120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5121 pub const RPC_E_SYS_CALL_FAILED: ::windows_sys::core::HRESULT = -2147417856i32;
5122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5123 pub const RPC_E_THREAD_NOT_INIT: ::windows_sys::core::HRESULT = -2147417841i32;
5124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5125 pub const RPC_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147417825i32;
5126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5127 pub const RPC_E_TOO_LATE: ::windows_sys::core::HRESULT = -2147417831i32;
5128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5129 pub const RPC_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2147352577i32;
5130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5131 pub const RPC_E_UNSECURE_CALL: ::windows_sys::core::HRESULT = -2147417832i32;
5132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5133 pub const RPC_E_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2147417840i32;
5134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5135 pub const RPC_E_WRONG_THREAD: ::windows_sys::core::HRESULT = -2147417842i32;
5136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5137 pub const RPC_NT_ADDRESS_ERROR: NTSTATUS = -1073610683i32;
5138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5139 pub const RPC_NT_ALREADY_LISTENING: NTSTATUS = -1073610738i32;
5140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5141 pub const RPC_NT_ALREADY_REGISTERED: NTSTATUS = -1073610740i32;
5142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5143 pub const RPC_NT_BAD_STUB_DATA: NTSTATUS = -1073545204i32;
5144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5145 pub const RPC_NT_BINDING_HAS_NO_AUTH: NTSTATUS = -1073610705i32;
5146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5147 pub const RPC_NT_BINDING_INCOMPLETE: NTSTATUS = -1073610671i32;
5148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5149 pub const RPC_NT_BYTE_COUNT_TOO_SMALL: NTSTATUS = -1073545205i32;
5150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5151 pub const RPC_NT_CALL_CANCELLED: NTSTATUS = -1073610672i32;
5152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5153 pub const RPC_NT_CALL_FAILED: NTSTATUS = -1073610725i32;
5154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5155 pub const RPC_NT_CALL_FAILED_DNE: NTSTATUS = -1073610724i32;
5156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5157 pub const RPC_NT_CALL_IN_PROGRESS: NTSTATUS = -1073610679i32;
5158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5159 pub const RPC_NT_CANNOT_SUPPORT: NTSTATUS = -1073610687i32;
5160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5161 pub const RPC_NT_CANT_CREATE_ENDPOINT: NTSTATUS = -1073610731i32;
5162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5163 pub const RPC_NT_COMM_FAILURE: NTSTATUS = -1073610670i32;
5164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5165 pub const RPC_NT_COOKIE_AUTH_FAILED: NTSTATUS = -1073610651i32;
5166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5167 pub const RPC_NT_DUPLICATE_ENDPOINT: NTSTATUS = -1073610711i32;
5168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5169 pub const RPC_NT_ENTRY_ALREADY_EXISTS: NTSTATUS = -1073610691i32;
5170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5171 pub const RPC_NT_ENTRY_NOT_FOUND: NTSTATUS = -1073610690i32;
5172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5173 pub const RPC_NT_ENUM_VALUE_OUT_OF_RANGE: NTSTATUS = -1073545206i32;
5174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5175 pub const RPC_NT_FP_DIV_ZERO: NTSTATUS = -1073610682i32;
5176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5177 pub const RPC_NT_FP_OVERFLOW: NTSTATUS = -1073610680i32;
5178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5179 pub const RPC_NT_FP_UNDERFLOW: NTSTATUS = -1073610681i32;
5180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5181 pub const RPC_NT_GROUP_MEMBER_NOT_FOUND: NTSTATUS = -1073610677i32;
5182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5183 pub const RPC_NT_INCOMPLETE_NAME: NTSTATUS = -1073610696i32;
5184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5185 pub const RPC_NT_INTERFACE_NOT_FOUND: NTSTATUS = -1073610692i32;
5186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5187 pub const RPC_NT_INTERNAL_ERROR: NTSTATUS = -1073610685i32;
5188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5189 pub const RPC_NT_INVALID_ASYNC_CALL: NTSTATUS = -1073610653i32;
5190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5191 pub const RPC_NT_INVALID_ASYNC_HANDLE: NTSTATUS = -1073610654i32;
5192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5193 pub const RPC_NT_INVALID_AUTH_IDENTITY: NTSTATUS = -1073610702i32;
5194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5195 pub const RPC_NT_INVALID_BINDING: NTSTATUS = -1073610749i32;
5196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5197 pub const RPC_NT_INVALID_BOUND: NTSTATUS = -1073610717i32;
5198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5199 pub const RPC_NT_INVALID_ENDPOINT_FORMAT: NTSTATUS = -1073610745i32;
5200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5201 pub const RPC_NT_INVALID_ES_ACTION: NTSTATUS = -1073545127i32;
5202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5203 pub const RPC_NT_INVALID_NAF_ID: NTSTATUS = -1073610688i32;
5204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5205 pub const RPC_NT_INVALID_NAME_SYNTAX: NTSTATUS = -1073610715i32;
5206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5207 pub const RPC_NT_INVALID_NETWORK_OPTIONS: NTSTATUS = -1073610727i32;
5208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5209 pub const RPC_NT_INVALID_NET_ADDR: NTSTATUS = -1073610744i32;
5210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5211 pub const RPC_NT_INVALID_OBJECT: NTSTATUS = -1073610675i32;
5212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5213 pub const RPC_NT_INVALID_PIPE_OBJECT: NTSTATUS = -1073545124i32;
5214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5215 pub const RPC_NT_INVALID_PIPE_OPERATION: NTSTATUS = -1073545123i32;
5216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5217 pub const RPC_NT_INVALID_RPC_PROTSEQ: NTSTATUS = -1073610747i32;
5218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5219 pub const RPC_NT_INVALID_STRING_BINDING: NTSTATUS = -1073610751i32;
5220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5221 pub const RPC_NT_INVALID_STRING_UUID: NTSTATUS = -1073610746i32;
5222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5223 pub const RPC_NT_INVALID_TAG: NTSTATUS = -1073610718i32;
5224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5225 pub const RPC_NT_INVALID_TIMEOUT: NTSTATUS = -1073610742i32;
5226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5227 pub const RPC_NT_INVALID_VERS_OPTION: NTSTATUS = -1073610695i32;
5228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5229 pub const RPC_NT_MAX_CALLS_TOO_SMALL: NTSTATUS = -1073610709i32;
5230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5231 pub const RPC_NT_NAME_SERVICE_UNAVAILABLE: NTSTATUS = -1073610689i32;
5232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5233 pub const RPC_NT_NOTHING_TO_EXPORT: NTSTATUS = -1073610697i32;
5234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5235 pub const RPC_NT_NOT_ALL_OBJS_UNEXPORTED: NTSTATUS = -1073610693i32;
5236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5237 pub const RPC_NT_NOT_CANCELLED: NTSTATUS = -1073610664i32;
5238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5239 pub const RPC_NT_NOT_LISTENING: NTSTATUS = -1073610736i32;
5240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5241 pub const RPC_NT_NOT_RPC_ERROR: NTSTATUS = -1073610667i32;
5242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5243 pub const RPC_NT_NO_BINDINGS: NTSTATUS = -1073610733i32;
5244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5245 pub const RPC_NT_NO_CALL_ACTIVE: NTSTATUS = -1073610726i32;
5246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5247 pub const RPC_NT_NO_CONTEXT_AVAILABLE: NTSTATUS = -1073610686i32;
5248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5249 pub const RPC_NT_NO_ENDPOINT_FOUND: NTSTATUS = -1073610743i32;
5250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5251 pub const RPC_NT_NO_ENTRY_NAME: NTSTATUS = -1073610716i32;
5252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5253 pub const RPC_NT_NO_INTERFACES: NTSTATUS = -1073610673i32;
5254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5255 pub const RPC_NT_NO_MORE_BINDINGS: NTSTATUS = -1073610678i32;
5256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5257 pub const RPC_NT_NO_MORE_ENTRIES: NTSTATUS = -1073545215i32;
5258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5259 pub const RPC_NT_NO_MORE_MEMBERS: NTSTATUS = -1073610694i32;
5260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5261 pub const RPC_NT_NO_PRINC_NAME: NTSTATUS = -1073610668i32;
5262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5263 pub const RPC_NT_NO_PROTSEQS: NTSTATUS = -1073610732i32;
5264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5265 pub const RPC_NT_NO_PROTSEQS_REGISTERED: NTSTATUS = -1073610737i32;
5266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5267 pub const RPC_NT_NULL_REF_POINTER: NTSTATUS = -1073545207i32;
5268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5269 pub const RPC_NT_OBJECT_NOT_FOUND: NTSTATUS = -1073610741i32;
5270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5271 pub const RPC_NT_OUT_OF_RESOURCES: NTSTATUS = -1073610730i32;
5272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5273 pub const RPC_NT_PIPE_CLOSED: NTSTATUS = -1073545121i32;
5274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5275 pub const RPC_NT_PIPE_DISCIPLINE_ERROR: NTSTATUS = -1073545120i32;
5276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5277 pub const RPC_NT_PIPE_EMPTY: NTSTATUS = -1073545119i32;
5278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5279 pub const RPC_NT_PROCNUM_OUT_OF_RANGE: NTSTATUS = -1073610706i32;
5280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5281 pub const RPC_NT_PROTOCOL_ERROR: NTSTATUS = -1073610723i32;
5282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5283 pub const RPC_NT_PROTSEQ_NOT_FOUND: NTSTATUS = -1073610707i32;
5284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5285 pub const RPC_NT_PROTSEQ_NOT_SUPPORTED: NTSTATUS = -1073610748i32;
5286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5287 pub const RPC_NT_PROXY_ACCESS_DENIED: NTSTATUS = -1073610652i32;
5288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5289 pub const RPC_NT_SEC_PKG_ERROR: NTSTATUS = -1073610665i32;
5290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5291 pub const RPC_NT_SEND_INCOMPLETE: NTSTATUS = 1073873071i32;
5292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5293 pub const RPC_NT_SERVER_TOO_BUSY: NTSTATUS = -1073610728i32;
5294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5295 pub const RPC_NT_SERVER_UNAVAILABLE: NTSTATUS = -1073610729i32;
5296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5297 pub const RPC_NT_SS_CANNOT_GET_CALL_HANDLE: NTSTATUS = -1073545208i32;
5298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5299 pub const RPC_NT_SS_CHAR_TRANS_OPEN_FAIL: NTSTATUS = -1073545214i32;
5300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5301 pub const RPC_NT_SS_CHAR_TRANS_SHORT_FILE: NTSTATUS = -1073545213i32;
5302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5303 pub const RPC_NT_SS_CONTEXT_DAMAGED: NTSTATUS = -1073545210i32;
5304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5305 pub const RPC_NT_SS_CONTEXT_MISMATCH: NTSTATUS = -1073545211i32;
5306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5307 pub const RPC_NT_SS_HANDLES_MISMATCH: NTSTATUS = -1073545209i32;
5308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5309 pub const RPC_NT_SS_IN_NULL_CONTEXT: NTSTATUS = -1073545212i32;
5310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5311 pub const RPC_NT_STRING_TOO_LONG: NTSTATUS = -1073610708i32;
5312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5313 pub const RPC_NT_TYPE_ALREADY_REGISTERED: NTSTATUS = -1073610739i32;
5314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5315 pub const RPC_NT_UNKNOWN_AUTHN_LEVEL: NTSTATUS = -1073610703i32;
5316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5317 pub const RPC_NT_UNKNOWN_AUTHN_SERVICE: NTSTATUS = -1073610704i32;
5318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5319 pub const RPC_NT_UNKNOWN_AUTHN_TYPE: NTSTATUS = -1073610710i32;
5320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5321 pub const RPC_NT_UNKNOWN_AUTHZ_SERVICE: NTSTATUS = -1073610701i32;
5322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5323 pub const RPC_NT_UNKNOWN_IF: NTSTATUS = -1073610734i32;
5324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5325 pub const RPC_NT_UNKNOWN_MGR_TYPE: NTSTATUS = -1073610735i32;
5326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5327 pub const RPC_NT_UNSUPPORTED_AUTHN_LEVEL: NTSTATUS = -1073610669i32;
5328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5329 pub const RPC_NT_UNSUPPORTED_NAME_SYNTAX: NTSTATUS = -1073610714i32;
5330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5331 pub const RPC_NT_UNSUPPORTED_TRANS_SYN: NTSTATUS = -1073610721i32;
5332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5333 pub const RPC_NT_UNSUPPORTED_TYPE: NTSTATUS = -1073610719i32;
5334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5335 pub const RPC_NT_UUID_LOCAL_ONLY: NTSTATUS = 1073872982i32;
5336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5337 pub const RPC_NT_UUID_NO_ADDRESS: NTSTATUS = -1073610712i32;
5338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5339 pub const RPC_NT_WRONG_ES_VERSION: NTSTATUS = -1073545126i32;
5340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5341 pub const RPC_NT_WRONG_KIND_OF_BINDING: NTSTATUS = -1073610750i32;
5342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5343 pub const RPC_NT_WRONG_PIPE_VERSION: NTSTATUS = -1073545122i32;
5344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5345 pub const RPC_NT_WRONG_STUB_VERSION: NTSTATUS = -1073545125i32;
5346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5347 pub const RPC_NT_ZERO_DIVIDE: NTSTATUS = -1073610684i32;
5348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5349 pub const RPC_S_CALLPENDING: ::windows_sys::core::HRESULT = -2147417835i32;
5350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5351 pub const RPC_S_WAITONTIMER: ::windows_sys::core::HRESULT = -2147417834i32;
5352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5353 pub const RPC_X_BAD_STUB_DATA: i32 = 1783i32;
5354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5355 pub const RPC_X_BYTE_COUNT_TOO_SMALL: i32 = 1782i32;
5356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5357 pub const RPC_X_ENUM_VALUE_OUT_OF_RANGE: i32 = 1781i32;
5358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5359 pub const RPC_X_INVALID_ES_ACTION: i32 = 1827i32;
5360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5361 pub const RPC_X_INVALID_PIPE_OBJECT: i32 = 1830i32;
5362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5363 pub const RPC_X_NO_MORE_ENTRIES: i32 = 1772i32;
5364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5365 pub const RPC_X_NULL_REF_POINTER: i32 = 1780i32;
5366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5367 pub const RPC_X_PIPE_CLOSED: i32 = 1916i32;
5368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5369 pub const RPC_X_PIPE_DISCIPLINE_ERROR: i32 = 1917i32;
5370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5371 pub const RPC_X_PIPE_EMPTY: i32 = 1918i32;
5372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5373 pub const RPC_X_SS_CANNOT_GET_CALL_HANDLE: i32 = 1779i32;
5374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5375 pub const RPC_X_SS_CHAR_TRANS_OPEN_FAIL: i32 = 1773i32;
5376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5377 pub const RPC_X_SS_CHAR_TRANS_SHORT_FILE: i32 = 1774i32;
5378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5379 pub const RPC_X_SS_CONTEXT_DAMAGED: i32 = 1777i32;
5380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5381 pub const RPC_X_SS_HANDLES_MISMATCH: i32 = 1778i32;
5382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5383 pub const RPC_X_SS_IN_NULL_CONTEXT: i32 = 1775i32;
5384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5385 pub const RPC_X_WRONG_ES_VERSION: i32 = 1828i32;
5386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5387 pub const RPC_X_WRONG_PIPE_ORDER: i32 = 1831i32;
5388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5389 pub const RPC_X_WRONG_PIPE_VERSION: i32 = 1832i32;
5390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5391 pub const RPC_X_WRONG_STUB_VERSION: i32 = 1829i32;
5392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5393 pub const SCARD_E_BAD_SEEK: ::windows_sys::core::HRESULT = -2146435031i32;
5394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5395 pub const SCARD_E_CANCELLED: ::windows_sys::core::HRESULT = -2146435070i32;
5396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5397 pub const SCARD_E_CANT_DISPOSE: ::windows_sys::core::HRESULT = -2146435058i32;
5398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5399 pub const SCARD_E_CARD_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146435044i32;
5400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5401 pub const SCARD_E_CERTIFICATE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146435027i32;
5402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5403 pub const SCARD_E_COMM_DATA_LOST: ::windows_sys::core::HRESULT = -2146435025i32;
5404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5405 pub const SCARD_E_DIR_NOT_FOUND: ::windows_sys::core::HRESULT = -2146435037i32;
5406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5407 pub const SCARD_E_DUPLICATE_READER: ::windows_sys::core::HRESULT = -2146435045i32;
5408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5409 pub const SCARD_E_FILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146435036i32;
5410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5411 pub const SCARD_E_ICC_CREATEORDER: ::windows_sys::core::HRESULT = -2146435039i32;
5412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5413 pub const SCARD_E_ICC_INSTALLATION: ::windows_sys::core::HRESULT = -2146435040i32;
5414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5415 pub const SCARD_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2146435064i32;
5416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5417 pub const SCARD_E_INVALID_ATR: ::windows_sys::core::HRESULT = -2146435051i32;
5418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5419 pub const SCARD_E_INVALID_CHV: ::windows_sys::core::HRESULT = -2146435030i32;
5420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5421 pub const SCARD_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146435069i32;
5422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5423 pub const SCARD_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146435068i32;
5424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5425 pub const SCARD_E_INVALID_TARGET: ::windows_sys::core::HRESULT = -2146435067i32;
5426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5427 pub const SCARD_E_INVALID_VALUE: ::windows_sys::core::HRESULT = -2146435055i32;
5428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5429 pub const SCARD_E_NOT_READY: ::windows_sys::core::HRESULT = -2146435056i32;
5430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5431 pub const SCARD_E_NOT_TRANSACTED: ::windows_sys::core::HRESULT = -2146435050i32;
5432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5433 pub const SCARD_E_NO_ACCESS: ::windows_sys::core::HRESULT = -2146435033i32;
5434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5435 pub const SCARD_E_NO_DIR: ::windows_sys::core::HRESULT = -2146435035i32;
5436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5437 pub const SCARD_E_NO_FILE: ::windows_sys::core::HRESULT = -2146435034i32;
5438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5439 pub const SCARD_E_NO_KEY_CONTAINER: ::windows_sys::core::HRESULT = -2146435024i32;
5440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5441 pub const SCARD_E_NO_MEMORY: ::windows_sys::core::HRESULT = -2146435066i32;
5442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5443 pub const SCARD_E_NO_PIN_CACHE: ::windows_sys::core::HRESULT = -2146435021i32;
5444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5445 pub const SCARD_E_NO_READERS_AVAILABLE: ::windows_sys::core::HRESULT = -2146435026i32;
5446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5447 pub const SCARD_E_NO_SERVICE: ::windows_sys::core::HRESULT = -2146435043i32;
5448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5449 pub const SCARD_E_NO_SMARTCARD: ::windows_sys::core::HRESULT = -2146435060i32;
5450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5451 pub const SCARD_E_NO_SUCH_CERTIFICATE: ::windows_sys::core::HRESULT = -2146435028i32;
5452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5453 pub const SCARD_E_PCI_TOO_SMALL: ::windows_sys::core::HRESULT = -2146435047i32;
5454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5455 pub const SCARD_E_PIN_CACHE_EXPIRED: ::windows_sys::core::HRESULT = -2146435022i32;
5456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5457 pub const SCARD_E_PROTO_MISMATCH: ::windows_sys::core::HRESULT = -2146435057i32;
5458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5459 pub const SCARD_E_READER_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146435049i32;
5460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5461 pub const SCARD_E_READER_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146435046i32;
5462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5463 pub const SCARD_E_READ_ONLY_CARD: ::windows_sys::core::HRESULT = -2146435020i32;
5464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5465 pub const SCARD_E_SERVER_TOO_BUSY: ::windows_sys::core::HRESULT = -2146435023i32;
5466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5467 pub const SCARD_E_SERVICE_STOPPED: ::windows_sys::core::HRESULT = -2146435042i32;
5468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5469 pub const SCARD_E_SHARING_VIOLATION: ::windows_sys::core::HRESULT = -2146435061i32;
5470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5471 pub const SCARD_E_SYSTEM_CANCELLED: ::windows_sys::core::HRESULT = -2146435054i32;
5472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5473 pub const SCARD_E_TIMEOUT: ::windows_sys::core::HRESULT = -2146435062i32;
5474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5475 pub const SCARD_E_UNEXPECTED: ::windows_sys::core::HRESULT = -2146435041i32;
5476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5477 pub const SCARD_E_UNKNOWN_CARD: ::windows_sys::core::HRESULT = -2146435059i32;
5478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5479 pub const SCARD_E_UNKNOWN_READER: ::windows_sys::core::HRESULT = -2146435063i32;
5480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5481 pub const SCARD_E_UNKNOWN_RES_MNG: ::windows_sys::core::HRESULT = -2146435029i32;
5482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5483 pub const SCARD_E_UNSUPPORTED_FEATURE: ::windows_sys::core::HRESULT = -2146435038i32;
5484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5485 pub const SCARD_E_WRITE_TOO_MANY: ::windows_sys::core::HRESULT = -2146435032i32;
5486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5487 pub const SCARD_F_COMM_ERROR: ::windows_sys::core::HRESULT = -2146435053i32;
5488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5489 pub const SCARD_F_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146435071i32;
5490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5491 pub const SCARD_F_UNKNOWN_ERROR: ::windows_sys::core::HRESULT = -2146435052i32;
5492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5493 pub const SCARD_F_WAITED_TOO_LONG: ::windows_sys::core::HRESULT = -2146435065i32;
5494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5495 pub const SCARD_P_SHUTDOWN: ::windows_sys::core::HRESULT = -2146435048i32;
5496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5497 pub const SCARD_W_CACHE_ITEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2146434960i32;
5498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5499 pub const SCARD_W_CACHE_ITEM_STALE: ::windows_sys::core::HRESULT = -2146434959i32;
5500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5501 pub const SCARD_W_CACHE_ITEM_TOO_BIG: ::windows_sys::core::HRESULT = -2146434958i32;
5502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5503 pub const SCARD_W_CANCELLED_BY_USER: ::windows_sys::core::HRESULT = -2146434962i32;
5504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5505 pub const SCARD_W_CARD_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2146434961i32;
5506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5507 pub const SCARD_W_CHV_BLOCKED: ::windows_sys::core::HRESULT = -2146434964i32;
5508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5509 pub const SCARD_W_EOF: ::windows_sys::core::HRESULT = -2146434963i32;
5510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5511 pub const SCARD_W_REMOVED_CARD: ::windows_sys::core::HRESULT = -2146434967i32;
5512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5513 pub const SCARD_W_RESET_CARD: ::windows_sys::core::HRESULT = -2146434968i32;
5514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5515 pub const SCARD_W_SECURITY_VIOLATION: ::windows_sys::core::HRESULT = -2146434966i32;
5516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5517 pub const SCARD_W_UNPOWERED_CARD: ::windows_sys::core::HRESULT = -2146434969i32;
5518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5519 pub const SCARD_W_UNRESPONSIVE_CARD: ::windows_sys::core::HRESULT = -2146434970i32;
5520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5521 pub const SCARD_W_UNSUPPORTED_CARD: ::windows_sys::core::HRESULT = -2146434971i32;
5522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5523 pub const SCARD_W_WRONG_CHV: ::windows_sys::core::HRESULT = -2146434965i32;
5524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5525 pub const SCHED_E_ACCOUNT_DBASE_CORRUPT: ::windows_sys::core::HRESULT = -2147216623i32;
5526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5527 pub const SCHED_E_ACCOUNT_INFORMATION_NOT_SET: ::windows_sys::core::HRESULT = -2147216625i32;
5528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5529 pub const SCHED_E_ACCOUNT_NAME_NOT_FOUND: ::windows_sys::core::HRESULT = -2147216624i32;
5530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5531 pub const SCHED_E_ALREADY_RUNNING: ::windows_sys::core::HRESULT = -2147216609i32;
5532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5533 pub const SCHED_E_CANNOT_OPEN_TASK: ::windows_sys::core::HRESULT = -2147216627i32;
5534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5535 pub const SCHED_E_DEPRECATED_FEATURE_USED: ::windows_sys::core::HRESULT = -2147216592i32;
5536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5537 pub const SCHED_E_INVALIDVALUE: ::windows_sys::core::HRESULT = -2147216616i32;
5538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5539 pub const SCHED_E_INVALID_TASK: ::windows_sys::core::HRESULT = -2147216626i32;
5540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5541 pub const SCHED_E_INVALID_TASK_HASH: ::windows_sys::core::HRESULT = -2147216607i32;
5542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5543 pub const SCHED_E_MALFORMEDXML: ::windows_sys::core::HRESULT = -2147216614i32;
5544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5545 pub const SCHED_E_MISSINGNODE: ::windows_sys::core::HRESULT = -2147216615i32;
5546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5547 pub const SCHED_E_NAMESPACE: ::windows_sys::core::HRESULT = -2147216617i32;
5548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5549 pub const SCHED_E_NO_SECURITY_SERVICES: ::windows_sys::core::HRESULT = -2147216622i32;
5550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5551 pub const SCHED_E_PAST_END_BOUNDARY: ::windows_sys::core::HRESULT = -2147216610i32;
5552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5553 pub const SCHED_E_SERVICE_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2147216606i32;
5554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5555 pub const SCHED_E_SERVICE_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147216628i32;
5556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5557 pub const SCHED_E_SERVICE_NOT_LOCALSYSTEM: i32 = 6200i32;
5558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5559 pub const SCHED_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147216619i32;
5560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5561 pub const SCHED_E_SERVICE_TOO_BUSY: ::windows_sys::core::HRESULT = -2147216605i32;
5562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5563 pub const SCHED_E_START_ON_DEMAND: ::windows_sys::core::HRESULT = -2147216600i32;
5564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5565 pub const SCHED_E_TASK_ATTEMPTED: ::windows_sys::core::HRESULT = -2147216604i32;
5566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5567 pub const SCHED_E_TASK_DISABLED: ::windows_sys::core::HRESULT = -2147216602i32;
5568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5569 pub const SCHED_E_TASK_NOT_READY: ::windows_sys::core::HRESULT = -2147216630i32;
5570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5571 pub const SCHED_E_TASK_NOT_RUNNING: ::windows_sys::core::HRESULT = -2147216629i32;
5572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5573 pub const SCHED_E_TASK_NOT_UBPM_COMPAT: ::windows_sys::core::HRESULT = -2147216599i32;
5574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5575 pub const SCHED_E_TASK_NOT_V1_COMPAT: ::windows_sys::core::HRESULT = -2147216601i32;
5576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5577 pub const SCHED_E_TOO_MANY_NODES: ::windows_sys::core::HRESULT = -2147216611i32;
5578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5579 pub const SCHED_E_TRIGGER_NOT_FOUND: ::windows_sys::core::HRESULT = -2147216631i32;
5580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5581 pub const SCHED_E_UNEXPECTEDNODE: ::windows_sys::core::HRESULT = -2147216618i32;
5582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5583 pub const SCHED_E_UNKNOWN_OBJECT_VERSION: ::windows_sys::core::HRESULT = -2147216621i32;
5584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5585 pub const SCHED_E_UNSUPPORTED_ACCOUNT_OPTION: ::windows_sys::core::HRESULT = -2147216620i32;
5586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5587 pub const SCHED_E_USER_NOT_LOGGED_ON: ::windows_sys::core::HRESULT = -2147216608i32;
5588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5589 pub const SCHED_S_BATCH_LOGON_PROBLEM: ::windows_sys::core::HRESULT = 267036i32;
5590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5591 pub const SCHED_S_EVENT_TRIGGER: ::windows_sys::core::HRESULT = 267016i32;
5592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5593 pub const SCHED_S_SOME_TRIGGERS_FAILED: ::windows_sys::core::HRESULT = 267035i32;
5594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5595 pub const SCHED_S_TASK_DISABLED: ::windows_sys::core::HRESULT = 267010i32;
5596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5597 pub const SCHED_S_TASK_HAS_NOT_RUN: ::windows_sys::core::HRESULT = 267011i32;
5598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5599 pub const SCHED_S_TASK_NOT_SCHEDULED: ::windows_sys::core::HRESULT = 267013i32;
5600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5601 pub const SCHED_S_TASK_NO_MORE_RUNS: ::windows_sys::core::HRESULT = 267012i32;
5602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5603 pub const SCHED_S_TASK_NO_VALID_TRIGGERS: ::windows_sys::core::HRESULT = 267015i32;
5604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5605 pub const SCHED_S_TASK_QUEUED: ::windows_sys::core::HRESULT = 267045i32;
5606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5607 pub const SCHED_S_TASK_READY: ::windows_sys::core::HRESULT = 267008i32;
5608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5609 pub const SCHED_S_TASK_RUNNING: ::windows_sys::core::HRESULT = 267009i32;
5610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5611 pub const SCHED_S_TASK_TERMINATED: ::windows_sys::core::HRESULT = 267014i32;
5612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5613 pub const SDIAG_E_CANCELLED: i32 = -2143551232i32;
5614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5615 pub const SDIAG_E_CANNOTRUN: i32 = -2143551224i32;
5616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5617 pub const SDIAG_E_DISABLED: i32 = -2143551226i32;
5618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5619 pub const SDIAG_E_MANAGEDHOST: i32 = -2143551229i32;
5620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5621 pub const SDIAG_E_NOVERIFIER: i32 = -2143551228i32;
5622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5623 pub const SDIAG_E_POWERSHELL: i32 = -2143551230i32;
5624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5625 pub const SDIAG_E_RESOURCE: i32 = -2143551222i32;
5626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5627 pub const SDIAG_E_ROOTCAUSE: i32 = -2143551221i32;
5628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5629 pub const SDIAG_E_SCRIPT: i32 = -2143551231i32;
5630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5631 pub const SDIAG_E_TRUST: i32 = -2143551225i32;
5632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5633 pub const SDIAG_E_VERSION: i32 = -2143551223i32;
5634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5635 pub const SDIAG_S_CANNOTRUN: i32 = 3932421i32;
5636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5637 pub const SEARCH_E_NOMONIKER: ::windows_sys::core::HRESULT = -2147215711i32;
5638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5639 pub const SEARCH_E_NOREGION: ::windows_sys::core::HRESULT = -2147215710i32;
5640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5641 pub const SEARCH_S_NOMOREHITS: ::windows_sys::core::HRESULT = 267936i32;
5642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5643 pub const SEC_E_ALGORITHM_MISMATCH: ::windows_sys::core::HRESULT = -2146893007i32;
5644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5645 pub const SEC_E_APPLICATION_PROTOCOL_MISMATCH: ::windows_sys::core::HRESULT = -2146892953i32;
5646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5647 pub const SEC_E_BAD_BINDINGS: ::windows_sys::core::HRESULT = -2146892986i32;
5648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5649 pub const SEC_E_BAD_PKGID: ::windows_sys::core::HRESULT = -2146893034i32;
5650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5651 pub const SEC_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146893023i32;
5652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5653 pub const SEC_E_CANNOT_INSTALL: ::windows_sys::core::HRESULT = -2146893049i32;
5654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5655 pub const SEC_E_CANNOT_PACK: ::windows_sys::core::HRESULT = -2146893047i32;
5656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5657 pub const SEC_E_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146893016i32;
5658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5659 pub const SEC_E_CERT_UNKNOWN: ::windows_sys::core::HRESULT = -2146893017i32;
5660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5661 pub const SEC_E_CERT_WRONG_USAGE: ::windows_sys::core::HRESULT = -2146892983i32;
5662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5663 pub const SEC_E_CONTEXT_EXPIRED: ::windows_sys::core::HRESULT = -2146893033i32;
5664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5665 pub const SEC_E_CROSSREALM_DELEGATION_FAILURE: ::windows_sys::core::HRESULT = -2146892969i32;
5666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5667 pub const SEC_E_CRYPTO_SYSTEM_INVALID: ::windows_sys::core::HRESULT = -2146893001i32;
5668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5669 pub const SEC_E_DECRYPT_FAILURE: ::windows_sys::core::HRESULT = -2146893008i32;
5670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5671 pub const SEC_E_DELEGATION_POLICY: ::windows_sys::core::HRESULT = -2146892962i32;
5672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5673 pub const SEC_E_DELEGATION_REQUIRED: ::windows_sys::core::HRESULT = -2146892987i32;
5674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5675 pub const SEC_E_DOWNGRADE_DETECTED: ::windows_sys::core::HRESULT = -2146892976i32;
5676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5677 pub const SEC_E_ENCRYPT_FAILURE: ::windows_sys::core::HRESULT = -2146893015i32;
5678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5679 pub const SEC_E_EXT_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2146892950i32;
5680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5681 pub const SEC_E_ILLEGAL_MESSAGE: ::windows_sys::core::HRESULT = -2146893018i32;
5682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5683 pub const SEC_E_INCOMPLETE_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893024i32;
5684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5685 pub const SEC_E_INCOMPLETE_MESSAGE: ::windows_sys::core::HRESULT = -2146893032i32;
5686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5687 pub const SEC_E_INSUFFICIENT_BUFFERS: ::windows_sys::core::HRESULT = -2146892949i32;
5688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5689 pub const SEC_E_INSUFFICIENT_MEMORY: ::windows_sys::core::HRESULT = -2146893056i32;
5690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5691 pub const SEC_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2146893052i32;
5692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5693 pub const SEC_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2146893055i32;
5694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5695 pub const SEC_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2146892963i32;
5696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5697 pub const SEC_E_INVALID_TOKEN: ::windows_sys::core::HRESULT = -2146893048i32;
5698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5699 pub const SEC_E_INVALID_UPN_NAME: ::windows_sys::core::HRESULT = -2146892951i32;
5700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5701 pub const SEC_E_ISSUING_CA_UNTRUSTED: ::windows_sys::core::HRESULT = -2146892974i32;
5702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5703 pub const SEC_E_ISSUING_CA_UNTRUSTED_KDC: ::windows_sys::core::HRESULT = -2146892967i32;
5704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5705 pub const SEC_E_KDC_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146892966i32;
5706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5707 pub const SEC_E_KDC_CERT_REVOKED: ::windows_sys::core::HRESULT = -2146892965i32;
5708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5709 pub const SEC_E_KDC_INVALID_REQUEST: ::windows_sys::core::HRESULT = -2146892992i32;
5710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5711 pub const SEC_E_KDC_UNABLE_TO_REFER: ::windows_sys::core::HRESULT = -2146892991i32;
5712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5713 pub const SEC_E_KDC_UNKNOWN_ETYPE: ::windows_sys::core::HRESULT = -2146892990i32;
5714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5715 pub const SEC_E_LOGON_DENIED: ::windows_sys::core::HRESULT = -2146893044i32;
5716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5717 pub const SEC_E_MAX_REFERRALS_EXCEEDED: ::windows_sys::core::HRESULT = -2146893000i32;
5718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5719 pub const SEC_E_MESSAGE_ALTERED: ::windows_sys::core::HRESULT = -2146893041i32;
5720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5721 pub const SEC_E_MULTIPLE_ACCOUNTS: ::windows_sys::core::HRESULT = -2146892985i32;
5722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5723 pub const SEC_E_MUST_BE_KDC: ::windows_sys::core::HRESULT = -2146892999i32;
5724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5725 pub const SEC_E_MUTUAL_AUTH_FAILED: ::windows_sys::core::HRESULT = -2146892957i32;
5726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5727 pub const SEC_E_NOT_OWNER: ::windows_sys::core::HRESULT = -2146893050i32;
5728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5729 pub const SEC_E_NOT_SUPPORTED: i32 = -2146893054i32;
5730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5731 pub const SEC_E_NO_AUTHENTICATING_AUTHORITY: ::windows_sys::core::HRESULT = -2146893039i32;
5732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5733 pub const SEC_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2146892959i32;
5734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5735 pub const SEC_E_NO_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893042i32;
5736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5737 pub const SEC_E_NO_IMPERSONATION: ::windows_sys::core::HRESULT = -2146893045i32;
5738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5739 pub const SEC_E_NO_IP_ADDRESSES: ::windows_sys::core::HRESULT = -2146893003i32;
5740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5741 pub const SEC_E_NO_KERB_KEY: ::windows_sys::core::HRESULT = -2146892984i32;
5742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5743 pub const SEC_E_NO_PA_DATA: ::windows_sys::core::HRESULT = -2146892996i32;
5744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5745 pub const SEC_E_NO_S4U_PROT_SUPPORT: ::windows_sys::core::HRESULT = -2146892970i32;
5746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5747 pub const SEC_E_NO_SPM: i32 = -2146893052i32;
5748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5749 pub const SEC_E_NO_TGT_REPLY: ::windows_sys::core::HRESULT = -2146893004i32;
5750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5751 pub const SEC_E_OK: ::windows_sys::core::HRESULT = 0i32;
5752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5753 pub const SEC_E_ONLY_HTTPS_ALLOWED: ::windows_sys::core::HRESULT = -2146892955i32;
5754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5755 pub const SEC_E_OUT_OF_SEQUENCE: ::windows_sys::core::HRESULT = -2146893040i32;
5756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5757 pub const SEC_E_PKINIT_CLIENT_FAILURE: ::windows_sys::core::HRESULT = -2146892972i32;
5758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5759 pub const SEC_E_PKINIT_NAME_MISMATCH: ::windows_sys::core::HRESULT = -2146892995i32;
5760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5761 pub const SEC_E_PKU2U_CERT_FAILURE: ::windows_sys::core::HRESULT = -2146892958i32;
5762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5763 pub const SEC_E_POLICY_NLTM_ONLY: ::windows_sys::core::HRESULT = -2146892961i32;
5764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5765 pub const SEC_E_QOP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146893046i32;
5766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5767 pub const SEC_E_REVOCATION_OFFLINE_C: ::windows_sys::core::HRESULT = -2146892973i32;
5768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5769 pub const SEC_E_REVOCATION_OFFLINE_KDC: ::windows_sys::core::HRESULT = -2146892968i32;
5770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5771 pub const SEC_E_SECPKG_NOT_FOUND: ::windows_sys::core::HRESULT = -2146893051i32;
5772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5773 pub const SEC_E_SECURITY_QOS_FAILED: ::windows_sys::core::HRESULT = -2146893006i32;
5774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5775 pub const SEC_E_SHUTDOWN_IN_PROGRESS: ::windows_sys::core::HRESULT = -2146892993i32;
5776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5777 pub const SEC_E_SMARTCARD_CERT_EXPIRED: ::windows_sys::core::HRESULT = -2146892971i32;
5778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5779 pub const SEC_E_SMARTCARD_CERT_REVOKED: ::windows_sys::core::HRESULT = -2146892975i32;
5780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5781 pub const SEC_E_SMARTCARD_LOGON_REQUIRED: ::windows_sys::core::HRESULT = -2146892994i32;
5782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5783 pub const SEC_E_STRONG_CRYPTO_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2146892998i32;
5784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5785 pub const SEC_E_TARGET_UNKNOWN: ::windows_sys::core::HRESULT = -2146893053i32;
5786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5787 pub const SEC_E_TIME_SKEW: ::windows_sys::core::HRESULT = -2146893020i32;
5788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5789 pub const SEC_E_TOO_MANY_PRINCIPALS: ::windows_sys::core::HRESULT = -2146892997i32;
5790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5791 pub const SEC_E_UNFINISHED_CONTEXT_DELETED: ::windows_sys::core::HRESULT = -2146893005i32;
5792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5793 pub const SEC_E_UNKNOWN_CREDENTIALS: ::windows_sys::core::HRESULT = -2146893043i32;
5794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5795 pub const SEC_E_UNSUPPORTED_FUNCTION: ::windows_sys::core::HRESULT = -2146893054i32;
5796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5797 pub const SEC_E_UNSUPPORTED_PREAUTH: ::windows_sys::core::HRESULT = -2146892989i32;
5798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5799 pub const SEC_E_UNTRUSTED_ROOT: ::windows_sys::core::HRESULT = -2146893019i32;
5800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5801 pub const SEC_E_WRONG_CREDENTIAL_HANDLE: ::windows_sys::core::HRESULT = -2146893002i32;
5802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5803 pub const SEC_E_WRONG_PRINCIPAL: ::windows_sys::core::HRESULT = -2146893022i32;
5804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5805 pub const SEC_I_ASYNC_CALL_PENDING: ::windows_sys::core::HRESULT = 590696i32;
5806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5807 pub const SEC_I_COMPLETE_AND_CONTINUE: ::windows_sys::core::HRESULT = 590612i32;
5808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5809 pub const SEC_I_COMPLETE_NEEDED: ::windows_sys::core::HRESULT = 590611i32;
5810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5811 pub const SEC_I_CONTEXT_EXPIRED: ::windows_sys::core::HRESULT = 590615i32;
5812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5813 pub const SEC_I_CONTINUE_NEEDED: ::windows_sys::core::HRESULT = 590610i32;
5814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5815 pub const SEC_I_CONTINUE_NEEDED_MESSAGE_OK: ::windows_sys::core::HRESULT = 590694i32;
5816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5817 pub const SEC_I_GENERIC_EXTENSION_RECEIVED: ::windows_sys::core::HRESULT = 590614i32;
5818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5819 pub const SEC_I_INCOMPLETE_CREDENTIALS: ::windows_sys::core::HRESULT = 590624i32;
5820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5821 pub const SEC_I_LOCAL_LOGON: ::windows_sys::core::HRESULT = 590613i32;
5822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5823 pub const SEC_I_MESSAGE_FRAGMENT: ::windows_sys::core::HRESULT = 590692i32;
5824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5825 pub const SEC_I_NO_LSA_CONTEXT: ::windows_sys::core::HRESULT = 590627i32;
5826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5827 pub const SEC_I_NO_RENEGOTIATION: ::windows_sys::core::HRESULT = 590688i32;
5828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5829 pub const SEC_I_RENEGOTIATE: ::windows_sys::core::HRESULT = 590625i32;
5830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5831 pub const SEC_I_SIGNATURE_NEEDED: ::windows_sys::core::HRESULT = 590684i32;
5832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5833 pub const SEVERITY_ERROR: u32 = 1u32;
5834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5835 pub const SEVERITY_SUCCESS: u32 = 0u32;
5836 pub type SHANDLE_PTR = isize;
5837 #[repr(C)]
5838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5839 pub struct SIZE {
5840 pub cx: i32,
5841 pub cy: i32,
5842 }
5843 impl ::core::marker::Copy for SIZE {}
5844 impl ::core::clone::Clone for SIZE {
5845 fn clone(&self) -> Self {
5846 *self
5847 }
5848 }
5849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5850 pub const SPAPI_E_AUTHENTICODE_DISALLOWED: ::windows_sys::core::HRESULT = -2146500032i32;
5851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5852 pub const SPAPI_E_AUTHENTICODE_PUBLISHER_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2146500029i32;
5853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5854 pub const SPAPI_E_AUTHENTICODE_TRUSTED_PUBLISHER: ::windows_sys::core::HRESULT = -2146500031i32;
5855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5856 pub const SPAPI_E_AUTHENTICODE_TRUST_NOT_ESTABLISHED: ::windows_sys::core::HRESULT = -2146500030i32;
5857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5858 pub const SPAPI_E_BAD_INTERFACE_INSTALLSECT: ::windows_sys::core::HRESULT = -2146500067i32;
5859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5860 pub const SPAPI_E_BAD_SECTION_NAME_LINE: ::windows_sys::core::HRESULT = -2146500607i32;
5861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5862 pub const SPAPI_E_BAD_SERVICE_INSTALLSECT: ::windows_sys::core::HRESULT = -2146500073i32;
5863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5864 pub const SPAPI_E_CANT_LOAD_CLASS_ICON: ::windows_sys::core::HRESULT = -2146500084i32;
5865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5866 pub const SPAPI_E_CANT_REMOVE_DEVINST: ::windows_sys::core::HRESULT = -2146500046i32;
5867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5868 pub const SPAPI_E_CLASS_MISMATCH: ::windows_sys::core::HRESULT = -2146500095i32;
5869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5870 pub const SPAPI_E_DEVICE_INSTALLER_NOT_READY: ::windows_sys::core::HRESULT = -2146500026i32;
5871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5872 pub const SPAPI_E_DEVICE_INSTALL_BLOCKED: ::windows_sys::core::HRESULT = -2146500024i32;
5873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5874 pub const SPAPI_E_DEVICE_INTERFACE_ACTIVE: ::windows_sys::core::HRESULT = -2146500069i32;
5875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5876 pub const SPAPI_E_DEVICE_INTERFACE_REMOVED: ::windows_sys::core::HRESULT = -2146500068i32;
5877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5878 pub const SPAPI_E_DEVINFO_DATA_LOCKED: ::windows_sys::core::HRESULT = -2146500077i32;
5879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5880 pub const SPAPI_E_DEVINFO_LIST_LOCKED: ::windows_sys::core::HRESULT = -2146500078i32;
5881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5882 pub const SPAPI_E_DEVINFO_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2146500088i32;
5883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5884 pub const SPAPI_E_DEVINSTALL_QUEUE_NONNATIVE: ::windows_sys::core::HRESULT = -2146500048i32;
5885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5886 pub const SPAPI_E_DEVINST_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2146500089i32;
5887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5888 pub const SPAPI_E_DI_BAD_PATH: ::windows_sys::core::HRESULT = -2146500076i32;
5889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5890 pub const SPAPI_E_DI_DONT_INSTALL: ::windows_sys::core::HRESULT = -2146500053i32;
5891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5892 pub const SPAPI_E_DI_DO_DEFAULT: ::windows_sys::core::HRESULT = -2146500082i32;
5893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5894 pub const SPAPI_E_DI_FUNCTION_OBSOLETE: ::windows_sys::core::HRESULT = -2146500034i32;
5895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5896 pub const SPAPI_E_DI_NOFILECOPY: ::windows_sys::core::HRESULT = -2146500081i32;
5897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5898 pub const SPAPI_E_DI_POSTPROCESSING_REQUIRED: ::windows_sys::core::HRESULT = -2146500058i32;
5899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5900 pub const SPAPI_E_DRIVER_INSTALL_BLOCKED: ::windows_sys::core::HRESULT = -2146500023i32;
5901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5902 pub const SPAPI_E_DRIVER_NONNATIVE: ::windows_sys::core::HRESULT = -2146500044i32;
5903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5904 pub const SPAPI_E_DRIVER_STORE_ADD_FAILED: ::windows_sys::core::HRESULT = -2146500025i32;
5905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5906 pub const SPAPI_E_DRIVER_STORE_DELETE_FAILED: ::windows_sys::core::HRESULT = -2146500020i32;
5907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5908 pub const SPAPI_E_DUPLICATE_FOUND: ::windows_sys::core::HRESULT = -2146500094i32;
5909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5910 pub const SPAPI_E_ERROR_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2146496512i32;
5911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5912 pub const SPAPI_E_EXPECTED_SECTION_NAME: ::windows_sys::core::HRESULT = -2146500608i32;
5913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5914 pub const SPAPI_E_FILEQUEUE_LOCKED: ::windows_sys::core::HRESULT = -2146500074i32;
5915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5916 pub const SPAPI_E_FILE_HASH_NOT_IN_CATALOG: ::windows_sys::core::HRESULT = -2146500021i32;
5917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5918 pub const SPAPI_E_GENERAL_SYNTAX: ::windows_sys::core::HRESULT = -2146500605i32;
5919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5920 pub const SPAPI_E_INCORRECTLY_COPIED_INF: ::windows_sys::core::HRESULT = -2146500041i32;
5921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5922 pub const SPAPI_E_INF_IN_USE_BY_DEVICES: ::windows_sys::core::HRESULT = -2146500035i32;
5923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5924 pub const SPAPI_E_INVALID_CLASS: ::windows_sys::core::HRESULT = -2146500090i32;
5925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5926 pub const SPAPI_E_INVALID_CLASS_INSTALLER: ::windows_sys::core::HRESULT = -2146500083i32;
5927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5928 pub const SPAPI_E_INVALID_COINSTALLER: ::windows_sys::core::HRESULT = -2146500057i32;
5929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5930 pub const SPAPI_E_INVALID_DEVINST_NAME: ::windows_sys::core::HRESULT = -2146500091i32;
5931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5932 pub const SPAPI_E_INVALID_FILTER_DRIVER: ::windows_sys::core::HRESULT = -2146500052i32;
5933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5934 pub const SPAPI_E_INVALID_HWPROFILE: ::windows_sys::core::HRESULT = -2146500080i32;
5935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5936 pub const SPAPI_E_INVALID_INF_LOGCONFIG: ::windows_sys::core::HRESULT = -2146500054i32;
5937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5938 pub const SPAPI_E_INVALID_MACHINENAME: ::windows_sys::core::HRESULT = -2146500064i32;
5939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5940 pub const SPAPI_E_INVALID_PROPPAGE_PROVIDER: ::windows_sys::core::HRESULT = -2146500060i32;
5941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5942 pub const SPAPI_E_INVALID_REFERENCE_STRING: ::windows_sys::core::HRESULT = -2146500065i32;
5943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5944 pub const SPAPI_E_INVALID_REG_PROPERTY: ::windows_sys::core::HRESULT = -2146500087i32;
5945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5946 pub const SPAPI_E_INVALID_TARGET: ::windows_sys::core::HRESULT = -2146500045i32;
5947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5948 pub const SPAPI_E_IN_WOW64: ::windows_sys::core::HRESULT = -2146500043i32;
5949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5950 pub const SPAPI_E_KEY_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2146500092i32;
5951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5952 pub const SPAPI_E_LINE_NOT_FOUND: ::windows_sys::core::HRESULT = -2146500350i32;
5953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5954 pub const SPAPI_E_MACHINE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2146500062i32;
5955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5956 pub const SPAPI_E_NON_WINDOWS_DRIVER: ::windows_sys::core::HRESULT = -2146500050i32;
5957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5958 pub const SPAPI_E_NON_WINDOWS_NT_DRIVER: ::windows_sys::core::HRESULT = -2146500051i32;
5959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5960 pub const SPAPI_E_NOT_AN_INSTALLED_OEM_INF: ::windows_sys::core::HRESULT = -2146500036i32;
5961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5962 pub const SPAPI_E_NOT_DISABLEABLE: ::windows_sys::core::HRESULT = -2146500047i32;
5963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5964 pub const SPAPI_E_NO_ASSOCIATED_CLASS: ::windows_sys::core::HRESULT = -2146500096i32;
5965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5966 pub const SPAPI_E_NO_ASSOCIATED_SERVICE: ::windows_sys::core::HRESULT = -2146500071i32;
5967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5968 pub const SPAPI_E_NO_AUTHENTICODE_CATALOG: ::windows_sys::core::HRESULT = -2146500033i32;
5969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5970 pub const SPAPI_E_NO_BACKUP: ::windows_sys::core::HRESULT = -2146500349i32;
5971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5972 pub const SPAPI_E_NO_CATALOG_FOR_OEM_INF: ::windows_sys::core::HRESULT = -2146500049i32;
5973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5974 pub const SPAPI_E_NO_CLASSINSTALL_PARAMS: ::windows_sys::core::HRESULT = -2146500075i32;
5975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5976 pub const SPAPI_E_NO_CLASS_DRIVER_LIST: ::windows_sys::core::HRESULT = -2146500072i32;
5977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5978 pub const SPAPI_E_NO_COMPAT_DRIVERS: ::windows_sys::core::HRESULT = -2146500056i32;
5979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5980 pub const SPAPI_E_NO_CONFIGMGR_SERVICES: ::windows_sys::core::HRESULT = -2146500061i32;
5981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5982 pub const SPAPI_E_NO_DEFAULT_DEVICE_INTERFACE: ::windows_sys::core::HRESULT = -2146500070i32;
5983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5984 pub const SPAPI_E_NO_DEVICE_ICON: ::windows_sys::core::HRESULT = -2146500055i32;
5985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5986 pub const SPAPI_E_NO_DEVICE_SELECTED: ::windows_sys::core::HRESULT = -2146500079i32;
5987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5988 pub const SPAPI_E_NO_DRIVER_SELECTED: ::windows_sys::core::HRESULT = -2146500093i32;
5989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5990 pub const SPAPI_E_NO_INF: ::windows_sys::core::HRESULT = -2146500086i32;
5991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5992 pub const SPAPI_E_NO_SUCH_DEVICE_INTERFACE: ::windows_sys::core::HRESULT = -2146500059i32;
5993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5994 pub const SPAPI_E_NO_SUCH_DEVINST: ::windows_sys::core::HRESULT = -2146500085i32;
5995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5996 pub const SPAPI_E_NO_SUCH_INTERFACE_CLASS: ::windows_sys::core::HRESULT = -2146500066i32;
5997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
5998 pub const SPAPI_E_ONLY_VALIDATE_VIA_AUTHENTICODE: ::windows_sys::core::HRESULT = -2146500027i32;
5999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6000 pub const SPAPI_E_PNP_REGISTRY_ERROR: ::windows_sys::core::HRESULT = -2146500038i32;
6001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6002 pub const SPAPI_E_REMOTE_COMM_FAILURE: ::windows_sys::core::HRESULT = -2146500063i32;
6003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6004 pub const SPAPI_E_REMOTE_REQUEST_UNSUPPORTED: ::windows_sys::core::HRESULT = -2146500037i32;
6005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6006 pub const SPAPI_E_SCE_DISABLED: ::windows_sys::core::HRESULT = -2146500040i32;
6007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6008 pub const SPAPI_E_SECTION_NAME_TOO_LONG: ::windows_sys::core::HRESULT = -2146500606i32;
6009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6010 pub const SPAPI_E_SECTION_NOT_FOUND: ::windows_sys::core::HRESULT = -2146500351i32;
6011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6012 pub const SPAPI_E_SET_SYSTEM_RESTORE_POINT: ::windows_sys::core::HRESULT = -2146500042i32;
6013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6014 pub const SPAPI_E_SIGNATURE_OSATTRIBUTE_MISMATCH: ::windows_sys::core::HRESULT = -2146500028i32;
6015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6016 pub const SPAPI_E_UNKNOWN_EXCEPTION: ::windows_sys::core::HRESULT = -2146500039i32;
6017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6018 pub const SPAPI_E_UNRECOVERABLE_STACK_OVERFLOW: ::windows_sys::core::HRESULT = -2146499840i32;
6019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6020 pub const SPAPI_E_WRONG_INF_STYLE: ::windows_sys::core::HRESULT = -2146500352i32;
6021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6022 pub const SPAPI_E_WRONG_INF_TYPE: ::windows_sys::core::HRESULT = -2146500022i32;
6023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6024 pub const SQLITE_E_ABORT: ::windows_sys::core::HRESULT = -2018574332i32;
6025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6026 pub const SQLITE_E_ABORT_ROLLBACK: ::windows_sys::core::HRESULT = -2018573820i32;
6027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6028 pub const SQLITE_E_AUTH: ::windows_sys::core::HRESULT = -2018574313i32;
6029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6030 pub const SQLITE_E_BUSY: ::windows_sys::core::HRESULT = -2018574331i32;
6031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6032 pub const SQLITE_E_BUSY_RECOVERY: ::windows_sys::core::HRESULT = -2018574075i32;
6033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6034 pub const SQLITE_E_BUSY_SNAPSHOT: ::windows_sys::core::HRESULT = -2018573819i32;
6035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6036 pub const SQLITE_E_CANTOPEN: ::windows_sys::core::HRESULT = -2018574322i32;
6037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6038 pub const SQLITE_E_CANTOPEN_CONVPATH: ::windows_sys::core::HRESULT = -2018573298i32;
6039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6040 pub const SQLITE_E_CANTOPEN_FULLPATH: ::windows_sys::core::HRESULT = -2018573554i32;
6041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6042 pub const SQLITE_E_CANTOPEN_ISDIR: ::windows_sys::core::HRESULT = -2018573810i32;
6043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6044 pub const SQLITE_E_CANTOPEN_NOTEMPDIR: ::windows_sys::core::HRESULT = -2018574066i32;
6045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6046 pub const SQLITE_E_CONSTRAINT: ::windows_sys::core::HRESULT = -2018574317i32;
6047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6048 pub const SQLITE_E_CONSTRAINT_CHECK: ::windows_sys::core::HRESULT = -2018574061i32;
6049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6050 pub const SQLITE_E_CONSTRAINT_COMMITHOOK: ::windows_sys::core::HRESULT = -2018573805i32;
6051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6052 pub const SQLITE_E_CONSTRAINT_FOREIGNKEY: ::windows_sys::core::HRESULT = -2018573549i32;
6053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6054 pub const SQLITE_E_CONSTRAINT_FUNCTION: ::windows_sys::core::HRESULT = -2018573293i32;
6055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6056 pub const SQLITE_E_CONSTRAINT_NOTNULL: ::windows_sys::core::HRESULT = -2018573037i32;
6057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6058 pub const SQLITE_E_CONSTRAINT_PRIMARYKEY: ::windows_sys::core::HRESULT = -2018572781i32;
6059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6060 pub const SQLITE_E_CONSTRAINT_ROWID: ::windows_sys::core::HRESULT = -2018571757i32;
6061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6062 pub const SQLITE_E_CONSTRAINT_TRIGGER: ::windows_sys::core::HRESULT = -2018572525i32;
6063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6064 pub const SQLITE_E_CONSTRAINT_UNIQUE: ::windows_sys::core::HRESULT = -2018572269i32;
6065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6066 pub const SQLITE_E_CONSTRAINT_VTAB: ::windows_sys::core::HRESULT = -2018572013i32;
6067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6068 pub const SQLITE_E_CORRUPT: ::windows_sys::core::HRESULT = -2018574325i32;
6069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6070 pub const SQLITE_E_CORRUPT_VTAB: ::windows_sys::core::HRESULT = -2018574069i32;
6071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6072 pub const SQLITE_E_DONE: ::windows_sys::core::HRESULT = -2018574235i32;
6073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6074 pub const SQLITE_E_EMPTY: ::windows_sys::core::HRESULT = -2018574320i32;
6075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6076 pub const SQLITE_E_ERROR: ::windows_sys::core::HRESULT = -2018574335i32;
6077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6078 pub const SQLITE_E_FORMAT: ::windows_sys::core::HRESULT = -2018574312i32;
6079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6080 pub const SQLITE_E_FULL: ::windows_sys::core::HRESULT = -2018574323i32;
6081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6082 pub const SQLITE_E_INTERNAL: ::windows_sys::core::HRESULT = -2018574334i32;
6083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6084 pub const SQLITE_E_INTERRUPT: ::windows_sys::core::HRESULT = -2018574327i32;
6085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6086 pub const SQLITE_E_IOERR: ::windows_sys::core::HRESULT = -2018574326i32;
6087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6088 pub const SQLITE_E_IOERR_ACCESS: ::windows_sys::core::HRESULT = -2018570998i32;
6089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6090 pub const SQLITE_E_IOERR_AUTH: ::windows_sys::core::HRESULT = -2018567677i32;
6091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6092 pub const SQLITE_E_IOERR_BLOCKED: ::windows_sys::core::HRESULT = -2018571510i32;
6093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6094 pub const SQLITE_E_IOERR_CHECKRESERVEDLOCK: ::windows_sys::core::HRESULT = -2018570742i32;
6095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6096 pub const SQLITE_E_IOERR_CLOSE: ::windows_sys::core::HRESULT = -2018570230i32;
6097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6098 pub const SQLITE_E_IOERR_CONVPATH: ::windows_sys::core::HRESULT = -2018567670i32;
6099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6100 pub const SQLITE_E_IOERR_DELETE: ::windows_sys::core::HRESULT = -2018571766i32;
6101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6102 pub const SQLITE_E_IOERR_DELETE_NOENT: ::windows_sys::core::HRESULT = -2018568438i32;
6103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6104 pub const SQLITE_E_IOERR_DIR_CLOSE: ::windows_sys::core::HRESULT = -2018569974i32;
6105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6106 pub const SQLITE_E_IOERR_DIR_FSYNC: ::windows_sys::core::HRESULT = -2018573046i32;
6107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6108 pub const SQLITE_E_IOERR_FSTAT: ::windows_sys::core::HRESULT = -2018572534i32;
6109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6110 pub const SQLITE_E_IOERR_FSYNC: ::windows_sys::core::HRESULT = -2018573302i32;
6111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6112 pub const SQLITE_E_IOERR_GETTEMPPATH: ::windows_sys::core::HRESULT = -2018567926i32;
6113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6114 pub const SQLITE_E_IOERR_LOCK: ::windows_sys::core::HRESULT = -2018570486i32;
6115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6116 pub const SQLITE_E_IOERR_MMAP: ::windows_sys::core::HRESULT = -2018568182i32;
6117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6118 pub const SQLITE_E_IOERR_NOMEM: ::windows_sys::core::HRESULT = -2018571254i32;
6119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6120 pub const SQLITE_E_IOERR_RDLOCK: ::windows_sys::core::HRESULT = -2018572022i32;
6121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6122 pub const SQLITE_E_IOERR_READ: ::windows_sys::core::HRESULT = -2018574070i32;
6123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6124 pub const SQLITE_E_IOERR_SEEK: ::windows_sys::core::HRESULT = -2018568694i32;
6125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6126 pub const SQLITE_E_IOERR_SHMLOCK: ::windows_sys::core::HRESULT = -2018569206i32;
6127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6128 pub const SQLITE_E_IOERR_SHMMAP: ::windows_sys::core::HRESULT = -2018568950i32;
6129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6130 pub const SQLITE_E_IOERR_SHMOPEN: ::windows_sys::core::HRESULT = -2018569718i32;
6131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6132 pub const SQLITE_E_IOERR_SHMSIZE: ::windows_sys::core::HRESULT = -2018569462i32;
6133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6134 pub const SQLITE_E_IOERR_SHORT_READ: ::windows_sys::core::HRESULT = -2018573814i32;
6135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6136 pub const SQLITE_E_IOERR_TRUNCATE: ::windows_sys::core::HRESULT = -2018572790i32;
6137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6138 pub const SQLITE_E_IOERR_UNLOCK: ::windows_sys::core::HRESULT = -2018572278i32;
6139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6140 pub const SQLITE_E_IOERR_VNODE: ::windows_sys::core::HRESULT = -2018567678i32;
6141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6142 pub const SQLITE_E_IOERR_WRITE: ::windows_sys::core::HRESULT = -2018573558i32;
6143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6144 pub const SQLITE_E_LOCKED: ::windows_sys::core::HRESULT = -2018574330i32;
6145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6146 pub const SQLITE_E_LOCKED_SHAREDCACHE: ::windows_sys::core::HRESULT = -2018574074i32;
6147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6148 pub const SQLITE_E_MISMATCH: ::windows_sys::core::HRESULT = -2018574316i32;
6149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6150 pub const SQLITE_E_MISUSE: ::windows_sys::core::HRESULT = -2018574315i32;
6151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6152 pub const SQLITE_E_NOLFS: ::windows_sys::core::HRESULT = -2018574314i32;
6153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6154 pub const SQLITE_E_NOMEM: ::windows_sys::core::HRESULT = -2018574329i32;
6155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6156 pub const SQLITE_E_NOTADB: ::windows_sys::core::HRESULT = -2018574310i32;
6157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6158 pub const SQLITE_E_NOTFOUND: ::windows_sys::core::HRESULT = -2018574324i32;
6159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6160 pub const SQLITE_E_NOTICE: ::windows_sys::core::HRESULT = -2018574309i32;
6161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6162 pub const SQLITE_E_NOTICE_RECOVER_ROLLBACK: ::windows_sys::core::HRESULT = -2018573797i32;
6163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6164 pub const SQLITE_E_NOTICE_RECOVER_WAL: ::windows_sys::core::HRESULT = -2018574053i32;
6165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6166 pub const SQLITE_E_PERM: ::windows_sys::core::HRESULT = -2018574333i32;
6167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6168 pub const SQLITE_E_PROTOCOL: ::windows_sys::core::HRESULT = -2018574321i32;
6169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6170 pub const SQLITE_E_RANGE: ::windows_sys::core::HRESULT = -2018574311i32;
6171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6172 pub const SQLITE_E_READONLY: ::windows_sys::core::HRESULT = -2018574328i32;
6173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6174 pub const SQLITE_E_READONLY_CANTLOCK: ::windows_sys::core::HRESULT = -2018573816i32;
6175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6176 pub const SQLITE_E_READONLY_DBMOVED: ::windows_sys::core::HRESULT = -2018573304i32;
6177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6178 pub const SQLITE_E_READONLY_RECOVERY: ::windows_sys::core::HRESULT = -2018574072i32;
6179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6180 pub const SQLITE_E_READONLY_ROLLBACK: ::windows_sys::core::HRESULT = -2018573560i32;
6181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6182 pub const SQLITE_E_ROW: ::windows_sys::core::HRESULT = -2018574236i32;
6183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6184 pub const SQLITE_E_SCHEMA: ::windows_sys::core::HRESULT = -2018574319i32;
6185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6186 pub const SQLITE_E_TOOBIG: ::windows_sys::core::HRESULT = -2018574318i32;
6187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6188 pub const SQLITE_E_WARNING: ::windows_sys::core::HRESULT = -2018574308i32;
6189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6190 pub const SQLITE_E_WARNING_AUTOINDEX: ::windows_sys::core::HRESULT = -2018574052i32;
6191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6192 pub const STATEREPOSITORY_ERROR_CACHE_CORRUPTED: ::windows_sys::core::HRESULT = -2140733422i32;
6193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6194 pub const STATEREPOSITORY_ERROR_DICTIONARY_CORRUPTED: ::windows_sys::core::HRESULT = -2140733435i32;
6195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6196 pub const STATEREPOSITORY_E_BLOCKED: ::windows_sys::core::HRESULT = -2140733434i32;
6197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6198 pub const STATEREPOSITORY_E_BUSY_RECOVERY_RETRY: ::windows_sys::core::HRESULT = -2140733432i32;
6199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6200 pub const STATEREPOSITORY_E_BUSY_RECOVERY_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733427i32;
6201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6202 pub const STATEREPOSITORY_E_BUSY_RETRY: ::windows_sys::core::HRESULT = -2140733433i32;
6203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6204 pub const STATEREPOSITORY_E_BUSY_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733428i32;
6205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6206 pub const STATEREPOSITORY_E_CACHE_NOT_INIITALIZED: ::windows_sys::core::HRESULT = -2140733419i32;
6207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6208 pub const STATEREPOSITORY_E_CONCURRENCY_LOCKING_FAILURE: ::windows_sys::core::HRESULT = -2140733439i32;
6209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6210 pub const STATEREPOSITORY_E_CONFIGURATION_INVALID: ::windows_sys::core::HRESULT = -2140733437i32;
6211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6212 pub const STATEREPOSITORY_E_DEPENDENCY_NOT_RESOLVED: ::windows_sys::core::HRESULT = -2140733418i32;
6213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6214 pub const STATEREPOSITORY_E_LOCKED_RETRY: ::windows_sys::core::HRESULT = -2140733431i32;
6215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6216 pub const STATEREPOSITORY_E_LOCKED_SHAREDCACHE_RETRY: ::windows_sys::core::HRESULT = -2140733430i32;
6217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6218 pub const STATEREPOSITORY_E_LOCKED_SHAREDCACHE_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733425i32;
6219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6220 pub const STATEREPOSITORY_E_LOCKED_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2140733426i32;
6221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6222 pub const STATEREPOSITORY_E_SERVICE_STOP_IN_PROGRESS: ::windows_sys::core::HRESULT = -2140733424i32;
6223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6224 pub const STATEREPOSITORY_E_STATEMENT_INPROGRESS: ::windows_sys::core::HRESULT = -2140733438i32;
6225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6226 pub const STATEREPOSITORY_E_TRANSACTION_REQUIRED: ::windows_sys::core::HRESULT = -2140733429i32;
6227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6228 pub const STATEREPOSITORY_E_UNKNOWN_SCHEMA_VERSION: ::windows_sys::core::HRESULT = -2140733436i32;
6229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6230 pub const STATEREPOSITORY_TRANSACTION_CALLER_ID_CHANGED: ::windows_sys::core::HRESULT = 6750227i32;
6231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6232 pub const STATEREPOSITORY_TRANSACTION_IN_PROGRESS: ::windows_sys::core::HRESULT = -2140733420i32;
6233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6234 pub const STATEREPOSTORY_E_NESTED_TRANSACTION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2140733423i32;
6235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6236 pub const STATUS_ABANDONED: NTSTATUS = 128i32;
6237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6238 pub const STATUS_ABANDONED_WAIT_0: NTSTATUS = 128i32;
6239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6240 pub const STATUS_ABANDONED_WAIT_63: NTSTATUS = 191i32;
6241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6242 pub const STATUS_ABANDON_HIBERFILE: NTSTATUS = 1073741875i32;
6243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6244 pub const STATUS_ABIOS_INVALID_COMMAND: NTSTATUS = -1073741549i32;
6245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6246 pub const STATUS_ABIOS_INVALID_LID: NTSTATUS = -1073741548i32;
6247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6248 pub const STATUS_ABIOS_INVALID_SELECTOR: NTSTATUS = -1073741546i32;
6249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6250 pub const STATUS_ABIOS_LID_ALREADY_OWNED: NTSTATUS = -1073741551i32;
6251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6252 pub const STATUS_ABIOS_LID_NOT_EXIST: NTSTATUS = -1073741552i32;
6253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6254 pub const STATUS_ABIOS_NOT_LID_OWNER: NTSTATUS = -1073741550i32;
6255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6256 pub const STATUS_ABIOS_NOT_PRESENT: NTSTATUS = -1073741553i32;
6257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6258 pub const STATUS_ABIOS_SELECTOR_NOT_AVAILABLE: NTSTATUS = -1073741547i32;
6259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6260 pub const STATUS_ACCESS_AUDIT_BY_POLICY: NTSTATUS = 1073741874i32;
6261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6262 pub const STATUS_ACCESS_DENIED: NTSTATUS = -1073741790i32;
6263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6264 pub const STATUS_ACCESS_DISABLED_BY_POLICY_DEFAULT: NTSTATUS = -1073740959i32;
6265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6266 pub const STATUS_ACCESS_DISABLED_BY_POLICY_OTHER: NTSTATUS = -1073740956i32;
6267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6268 pub const STATUS_ACCESS_DISABLED_BY_POLICY_PATH: NTSTATUS = -1073740958i32;
6269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6270 pub const STATUS_ACCESS_DISABLED_BY_POLICY_PUBLISHER: NTSTATUS = -1073740957i32;
6271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6272 pub const STATUS_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: NTSTATUS = -1073740942i32;
6273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6274 pub const STATUS_ACCESS_VIOLATION: NTSTATUS = -1073741819i32;
6275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6276 pub const STATUS_ACPI_ACQUIRE_GLOBAL_LOCK: NTSTATUS = -1072431086i32;
6277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6278 pub const STATUS_ACPI_ADDRESS_NOT_MAPPED: NTSTATUS = -1072431092i32;
6279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6280 pub const STATUS_ACPI_ALREADY_INITIALIZED: NTSTATUS = -1072431085i32;
6281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6282 pub const STATUS_ACPI_ASSERT_FAILED: NTSTATUS = -1072431101i32;
6283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6284 pub const STATUS_ACPI_FATAL: NTSTATUS = -1072431098i32;
6285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6286 pub const STATUS_ACPI_HANDLER_COLLISION: NTSTATUS = -1072431090i32;
6287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6288 pub const STATUS_ACPI_INCORRECT_ARGUMENT_COUNT: NTSTATUS = -1072431093i32;
6289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6290 pub const STATUS_ACPI_INVALID_ACCESS_SIZE: NTSTATUS = -1072431087i32;
6291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6292 pub const STATUS_ACPI_INVALID_ARGTYPE: NTSTATUS = -1072431096i32;
6293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6294 pub const STATUS_ACPI_INVALID_ARGUMENT: NTSTATUS = -1072431099i32;
6295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6296 pub const STATUS_ACPI_INVALID_DATA: NTSTATUS = -1072431089i32;
6297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6298 pub const STATUS_ACPI_INVALID_EVENTTYPE: NTSTATUS = -1072431091i32;
6299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6300 pub const STATUS_ACPI_INVALID_INDEX: NTSTATUS = -1072431100i32;
6301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6302 pub const STATUS_ACPI_INVALID_MUTEX_LEVEL: NTSTATUS = -1072431083i32;
6303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6304 pub const STATUS_ACPI_INVALID_OBJTYPE: NTSTATUS = -1072431095i32;
6305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6306 pub const STATUS_ACPI_INVALID_OPCODE: NTSTATUS = -1072431103i32;
6307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6308 pub const STATUS_ACPI_INVALID_REGION: NTSTATUS = -1072431088i32;
6309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6310 pub const STATUS_ACPI_INVALID_SUPERNAME: NTSTATUS = -1072431097i32;
6311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6312 pub const STATUS_ACPI_INVALID_TABLE: NTSTATUS = -1072431079i32;
6313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6314 pub const STATUS_ACPI_INVALID_TARGETTYPE: NTSTATUS = -1072431094i32;
6315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6316 pub const STATUS_ACPI_MUTEX_NOT_OWNED: NTSTATUS = -1072431082i32;
6317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6318 pub const STATUS_ACPI_MUTEX_NOT_OWNER: NTSTATUS = -1072431081i32;
6319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6320 pub const STATUS_ACPI_NOT_INITIALIZED: NTSTATUS = -1072431084i32;
6321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6322 pub const STATUS_ACPI_POWER_REQUEST_FAILED: NTSTATUS = -1072431071i32;
6323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6324 pub const STATUS_ACPI_REG_HANDLER_FAILED: NTSTATUS = -1072431072i32;
6325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6326 pub const STATUS_ACPI_RS_ACCESS: NTSTATUS = -1072431080i32;
6327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6328 pub const STATUS_ACPI_STACK_OVERFLOW: NTSTATUS = -1072431102i32;
6329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6330 pub const STATUS_ADAPTER_HARDWARE_ERROR: NTSTATUS = -1073741630i32;
6331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6332 pub const STATUS_ADDRESS_ALREADY_ASSOCIATED: NTSTATUS = -1073741256i32;
6333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6334 pub const STATUS_ADDRESS_ALREADY_EXISTS: NTSTATUS = -1073741302i32;
6335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6336 pub const STATUS_ADDRESS_CLOSED: NTSTATUS = -1073741301i32;
6337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6338 pub const STATUS_ADDRESS_NOT_ASSOCIATED: NTSTATUS = -1073741255i32;
6339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6340 pub const STATUS_ADMINLESS_ACCESS_DENIED: NTSTATUS = -1073700348i32;
6341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6342 pub const STATUS_ADVANCED_INSTALLER_FAILED: NTSTATUS = -1072365536i32;
6343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6344 pub const STATUS_AGENTS_EXHAUSTED: NTSTATUS = -1073741691i32;
6345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6346 pub const STATUS_ALERTED: NTSTATUS = 257i32;
6347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6348 pub const STATUS_ALIAS_EXISTS: NTSTATUS = -1073741484i32;
6349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6350 pub const STATUS_ALLOCATE_BUCKET: NTSTATUS = -1073741265i32;
6351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6352 pub const STATUS_ALLOTTED_SPACE_EXCEEDED: NTSTATUS = -1073741671i32;
6353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6354 pub const STATUS_ALL_SIDS_FILTERED: NTSTATUS = -1073740962i32;
6355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6356 pub const STATUS_ALL_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740798i32;
6357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6358 pub const STATUS_ALPC_CHECK_COMPLETION_LIST: NTSTATUS = 1073741872i32;
6359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6360 pub const STATUS_ALREADY_COMMITTED: NTSTATUS = -1073741791i32;
6361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6362 pub const STATUS_ALREADY_COMPLETE: NTSTATUS = 255i32;
6363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6364 pub const STATUS_ALREADY_DISCONNECTED: NTSTATUS = -2147483611i32;
6365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6366 pub const STATUS_ALREADY_HAS_STREAM_ID: NTSTATUS = -1073740530i32;
6367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6368 pub const STATUS_ALREADY_INITIALIZED: NTSTATUS = -1073740528i32;
6369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6370 pub const STATUS_ALREADY_REGISTERED: NTSTATUS = -1073740008i32;
6371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6372 pub const STATUS_ALREADY_WIN32: NTSTATUS = 1073741851i32;
6373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6374 pub const STATUS_AMBIGUOUS_SYSTEM_DEVICE: NTSTATUS = -1073740719i32;
6375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6376 pub const STATUS_APC_RETURNED_WHILE_IMPERSONATING: NTSTATUS = -1073740015i32;
6377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6378 pub const STATUS_APISET_NOT_HOSTED: NTSTATUS = -1073740671i32;
6379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6380 pub const STATUS_APISET_NOT_PRESENT: NTSTATUS = -1073740670i32;
6381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6382 pub const STATUS_APPEXEC_APP_COMPAT_BLOCK: NTSTATUS = -1058275320i32;
6383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6384 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT: NTSTATUS = -1058275319i32;
6385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6386 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING: NTSTATUS = -1058275317i32;
6387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6388 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES: NTSTATUS = -1058275316i32;
6389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6390 pub const STATUS_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION: NTSTATUS = -1058275318i32;
6391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6392 pub const STATUS_APPEXEC_CONDITION_NOT_SATISFIED: NTSTATUS = -1058275328i32;
6393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6394 pub const STATUS_APPEXEC_HANDLE_INVALIDATED: NTSTATUS = -1058275327i32;
6395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6396 pub const STATUS_APPEXEC_HOST_ID_MISMATCH: NTSTATUS = -1058275322i32;
6397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6398 pub const STATUS_APPEXEC_INVALID_HOST_GENERATION: NTSTATUS = -1058275326i32;
6399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6400 pub const STATUS_APPEXEC_INVALID_HOST_STATE: NTSTATUS = -1058275324i32;
6401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6402 pub const STATUS_APPEXEC_NO_DONOR: NTSTATUS = -1058275323i32;
6403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6404 pub const STATUS_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION: NTSTATUS = -1058275325i32;
6405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6406 pub const STATUS_APPEXEC_UNKNOWN_USER: NTSTATUS = -1058275321i32;
6407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6408 pub const STATUS_APPHELP_BLOCK: NTSTATUS = -1073740963i32;
6409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6410 pub const STATUS_APPX_FILE_NOT_ENCRYPTED: NTSTATUS = -1073740634i32;
6411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6412 pub const STATUS_APPX_INTEGRITY_FAILURE_CLR_NGEN: NTSTATUS = -1073740673i32;
6413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6414 pub const STATUS_APP_DATA_CORRUPT: NTSTATUS = -1073700221i32;
6415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6416 pub const STATUS_APP_DATA_EXPIRED: NTSTATUS = -1073700222i32;
6417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6418 pub const STATUS_APP_DATA_LIMIT_EXCEEDED: NTSTATUS = -1073700220i32;
6419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6420 pub const STATUS_APP_DATA_NOT_FOUND: NTSTATUS = -1073700223i32;
6421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6422 pub const STATUS_APP_DATA_REBOOT_REQUIRED: NTSTATUS = -1073700219i32;
6423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6424 pub const STATUS_APP_INIT_FAILURE: NTSTATUS = -1073741499i32;
6425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6426 pub const STATUS_ARBITRATION_UNHANDLED: NTSTATUS = 1073741862i32;
6427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6428 pub const STATUS_ARRAY_BOUNDS_EXCEEDED: NTSTATUS = -1073741684i32;
6429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6430 pub const STATUS_ASSERTION_FAILURE: NTSTATUS = -1073740768i32;
6431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6432 pub const STATUS_ATTACHED_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739995i32;
6433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6434 pub const STATUS_ATTRIBUTE_NOT_PRESENT: NTSTATUS = -1073740532i32;
6435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6436 pub const STATUS_AUDIO_ENGINE_NODE_NOT_FOUND: NTSTATUS = -1069285375i32;
6437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6438 pub const STATUS_AUDITING_DISABLED: NTSTATUS = -1073740970i32;
6439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6440 pub const STATUS_AUDIT_FAILED: NTSTATUS = -1073741244i32;
6441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6442 pub const STATUS_AUTHIP_FAILURE: NTSTATUS = -1073700730i32;
6443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6444 pub const STATUS_AUTH_TAG_MISMATCH: NTSTATUS = -1073700862i32;
6445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6446 pub const STATUS_BACKUP_CONTROLLER: NTSTATUS = -1073741433i32;
6447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6448 pub const STATUS_BAD_BINDINGS: NTSTATUS = -1073740965i32;
6449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6450 pub const STATUS_BAD_CLUSTERS: NTSTATUS = -1073739771i32;
6451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6452 pub const STATUS_BAD_COMPRESSION_BUFFER: NTSTATUS = -1073741246i32;
6453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6454 pub const STATUS_BAD_CURRENT_DIRECTORY: NTSTATUS = 1073741831i32;
6455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6456 pub const STATUS_BAD_DATA: NTSTATUS = -1073739509i32;
6457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6458 pub const STATUS_BAD_DESCRIPTOR_FORMAT: NTSTATUS = -1073741593i32;
6459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6460 pub const STATUS_BAD_DEVICE_TYPE: NTSTATUS = -1073741621i32;
6461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6462 pub const STATUS_BAD_DLL_ENTRYPOINT: NTSTATUS = -1073741231i32;
6463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6464 pub const STATUS_BAD_FILE_TYPE: NTSTATUS = -1073739517i32;
6465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6466 pub const STATUS_BAD_FUNCTION_TABLE: NTSTATUS = -1073741569i32;
6467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6468 pub const STATUS_BAD_IMPERSONATION_LEVEL: NTSTATUS = -1073741659i32;
6469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6470 pub const STATUS_BAD_INHERITANCE_ACL: NTSTATUS = -1073741699i32;
6471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6472 pub const STATUS_BAD_INITIAL_PC: NTSTATUS = -1073741814i32;
6473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6474 pub const STATUS_BAD_INITIAL_STACK: NTSTATUS = -1073741815i32;
6475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6476 pub const STATUS_BAD_KEY: NTSTATUS = -1073739510i32;
6477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6478 pub const STATUS_BAD_LOGON_SESSION_STATE: NTSTATUS = -1073741564i32;
6479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6480 pub const STATUS_BAD_MASTER_BOOT_RECORD: NTSTATUS = -1073741655i32;
6481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6482 pub const STATUS_BAD_MCFG_TABLE: NTSTATUS = -1073739512i32;
6483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6484 pub const STATUS_BAD_NETWORK_NAME: NTSTATUS = -1073741620i32;
6485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6486 pub const STATUS_BAD_NETWORK_PATH: NTSTATUS = -1073741634i32;
6487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6488 pub const STATUS_BAD_REMOTE_ADAPTER: NTSTATUS = -1073741627i32;
6489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6490 pub const STATUS_BAD_SERVICE_ENTRYPOINT: NTSTATUS = -1073741230i32;
6491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6492 pub const STATUS_BAD_STACK: NTSTATUS = -1073741784i32;
6493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6494 pub const STATUS_BAD_TOKEN_TYPE: NTSTATUS = -1073741656i32;
6495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6496 pub const STATUS_BAD_VALIDATION_CLASS: NTSTATUS = -1073741657i32;
6497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6498 pub const STATUS_BAD_WORKING_SET_LIMIT: NTSTATUS = -1073741748i32;
6499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6500 pub const STATUS_BCD_NOT_ALL_ENTRIES_IMPORTED: NTSTATUS = -2143748095i32;
6501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6502 pub const STATUS_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED: NTSTATUS = -2143748093i32;
6503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6504 pub const STATUS_BCD_TOO_MANY_ELEMENTS: NTSTATUS = -1070006270i32;
6505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6506 pub const STATUS_BEGINNING_OF_MEDIA: NTSTATUS = -2147483617i32;
6507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6508 pub const STATUS_BEYOND_VDL: NTSTATUS = -1073740750i32;
6509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6510 pub const STATUS_BIOS_FAILED_TO_CONNECT_INTERRUPT: NTSTATUS = -1073741458i32;
6511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6512 pub const STATUS_BIZRULES_NOT_ENABLED: NTSTATUS = 1073741876i32;
6513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6514 pub const STATUS_BLOCKED_BY_PARENTAL_CONTROLS: NTSTATUS = -1073740664i32;
6515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6516 pub const STATUS_BLOCK_TOO_MANY_REFERENCES: NTSTATUS = -1073740660i32;
6517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6518 pub const STATUS_BREAKPOINT: NTSTATUS = -2147483645i32;
6519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6520 pub const STATUS_BTH_ATT_ATTRIBUTE_NOT_FOUND: NTSTATUS = -1069416438i32;
6521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6522 pub const STATUS_BTH_ATT_ATTRIBUTE_NOT_LONG: NTSTATUS = -1069416437i32;
6523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6524 pub const STATUS_BTH_ATT_INSUFFICIENT_AUTHENTICATION: NTSTATUS = -1069416443i32;
6525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6526 pub const STATUS_BTH_ATT_INSUFFICIENT_AUTHORIZATION: NTSTATUS = -1069416440i32;
6527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6528 pub const STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION: NTSTATUS = -1069416433i32;
6529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6530 pub const STATUS_BTH_ATT_INSUFFICIENT_ENCRYPTION_KEY_SIZE: NTSTATUS = -1069416436i32;
6531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6532 pub const STATUS_BTH_ATT_INSUFFICIENT_RESOURCES: NTSTATUS = -1069416431i32;
6533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6534 pub const STATUS_BTH_ATT_INVALID_ATTRIBUTE_VALUE_LENGTH: NTSTATUS = -1069416435i32;
6535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6536 pub const STATUS_BTH_ATT_INVALID_HANDLE: NTSTATUS = -1069416447i32;
6537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6538 pub const STATUS_BTH_ATT_INVALID_OFFSET: NTSTATUS = -1069416441i32;
6539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6540 pub const STATUS_BTH_ATT_INVALID_PDU: NTSTATUS = -1069416444i32;
6541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6542 pub const STATUS_BTH_ATT_PREPARE_QUEUE_FULL: NTSTATUS = -1069416439i32;
6543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6544 pub const STATUS_BTH_ATT_READ_NOT_PERMITTED: NTSTATUS = -1069416446i32;
6545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6546 pub const STATUS_BTH_ATT_REQUEST_NOT_SUPPORTED: NTSTATUS = -1069416442i32;
6547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6548 pub const STATUS_BTH_ATT_UNKNOWN_ERROR: NTSTATUS = -1069412352i32;
6549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6550 pub const STATUS_BTH_ATT_UNLIKELY: NTSTATUS = -1069416434i32;
6551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6552 pub const STATUS_BTH_ATT_UNSUPPORTED_GROUP_TYPE: NTSTATUS = -1069416432i32;
6553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6554 pub const STATUS_BTH_ATT_WRITE_NOT_PERMITTED: NTSTATUS = -1069416445i32;
6555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6556 pub const STATUS_BUFFER_ALL_ZEROS: NTSTATUS = 279i32;
6557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6558 pub const STATUS_BUFFER_OVERFLOW: NTSTATUS = -2147483643i32;
6559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6560 pub const STATUS_BUFFER_TOO_SMALL: NTSTATUS = -1073741789i32;
6561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6562 pub const STATUS_BUS_RESET: NTSTATUS = -2147483619i32;
6563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6564 pub const STATUS_BYPASSIO_FLT_NOT_SUPPORTED: NTSTATUS = -1073740590i32;
6565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6566 pub const STATUS_CACHE_PAGE_LOCKED: NTSTATUS = 277i32;
6567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6568 pub const STATUS_CALLBACK_BYPASS: NTSTATUS = -1073740541i32;
6569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6570 pub const STATUS_CALLBACK_INVOKE_INLINE: NTSTATUS = -1073740661i32;
6571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6572 pub const STATUS_CALLBACK_POP_STACK: NTSTATUS = -1073740765i32;
6573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6574 pub const STATUS_CALLBACK_RETURNED_LANG: NTSTATUS = -1073740001i32;
6575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6576 pub const STATUS_CALLBACK_RETURNED_LDR_LOCK: NTSTATUS = -1073740002i32;
6577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6578 pub const STATUS_CALLBACK_RETURNED_PRI_BACK: NTSTATUS = -1073740000i32;
6579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6580 pub const STATUS_CALLBACK_RETURNED_THREAD_AFFINITY: NTSTATUS = -1073739999i32;
6581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6582 pub const STATUS_CALLBACK_RETURNED_THREAD_PRIORITY: NTSTATUS = -1073740005i32;
6583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6584 pub const STATUS_CALLBACK_RETURNED_TRANSACTION: NTSTATUS = -1073740003i32;
6585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6586 pub const STATUS_CALLBACK_RETURNED_WHILE_IMPERSONATING: NTSTATUS = -1073740016i32;
6587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6588 pub const STATUS_CANCELLED: NTSTATUS = -1073741536i32;
6589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6590 pub const STATUS_CANNOT_ABORT_TRANSACTIONS: NTSTATUS = -1072103347i32;
6591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6592 pub const STATUS_CANNOT_ACCEPT_TRANSACTED_WORK: NTSTATUS = -1072103348i32;
6593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6594 pub const STATUS_CANNOT_BREAK_OPLOCK: NTSTATUS = -1073739511i32;
6595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6596 pub const STATUS_CANNOT_DELETE: NTSTATUS = -1073741535i32;
6597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6598 pub const STATUS_CANNOT_EXECUTE_FILE_IN_TRANSACTION: NTSTATUS = -1072103356i32;
6599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6600 pub const STATUS_CANNOT_GRANT_REQUESTED_OPLOCK: NTSTATUS = -2147483602i32;
6601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6602 pub const STATUS_CANNOT_IMPERSONATE: NTSTATUS = -1073741555i32;
6603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6604 pub const STATUS_CANNOT_LOAD_REGISTRY_FILE: NTSTATUS = -1073741288i32;
6605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6606 pub const STATUS_CANNOT_MAKE: NTSTATUS = -1073741078i32;
6607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6608 pub const STATUS_CANNOT_SWITCH_RUNLEVEL: NTSTATUS = -1073700543i32;
6609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6610 pub const STATUS_CANT_ACCESS_DOMAIN_INFO: NTSTATUS = -1073741606i32;
6611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6612 pub const STATUS_CANT_BREAK_TRANSACTIONAL_DEPENDENCY: NTSTATUS = -1072103369i32;
6613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6614 pub const STATUS_CANT_CLEAR_ENCRYPTION_FLAG: NTSTATUS = -1073740616i32;
6615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6616 pub const STATUS_CANT_CREATE_MORE_STREAM_MINIVERSIONS: NTSTATUS = -1072103386i32;
6617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6618 pub const STATUS_CANT_CROSS_RM_BOUNDARY: NTSTATUS = -1072103368i32;
6619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6620 pub const STATUS_CANT_DISABLE_MANDATORY: NTSTATUS = -1073741731i32;
6621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6622 pub const STATUS_CANT_ENABLE_DENY_ONLY: NTSTATUS = -1073741133i32;
6623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6624 pub const STATUS_CANT_OPEN_ANONYMOUS: NTSTATUS = -1073741658i32;
6625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6626 pub const STATUS_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT: NTSTATUS = -1072103387i32;
6627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6628 pub const STATUS_CANT_RECOVER_WITH_HANDLE_OPEN: NTSTATUS = -2145845199i32;
6629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6630 pub const STATUS_CANT_TERMINATE_SELF: NTSTATUS = -1073741605i32;
6631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6632 pub const STATUS_CANT_WAIT: NTSTATUS = -1073741608i32;
6633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6634 pub const STATUS_CARDBUS_NOT_SUPPORTED: NTSTATUS = 1073741863i32;
6635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6636 pub const STATUS_CASE_DIFFERING_NAMES_IN_DIR: NTSTATUS = -1073740621i32;
6637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6638 pub const STATUS_CASE_SENSITIVE_PATH: NTSTATUS = -1073740614i32;
6639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6640 pub const STATUS_CC_NEEDS_CALLBACK_SECTION_DRAIN: NTSTATUS = -1073700856i32;
6641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6642 pub const STATUS_CERTIFICATE_MAPPING_NOT_UNIQUE: NTSTATUS = -1073740012i32;
6643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6644 pub const STATUS_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT: NTSTATUS = -1073741387i32;
6645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6646 pub const STATUS_CHECKING_FILE_SYSTEM: NTSTATUS = 1073741844i32;
6647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6648 pub const STATUS_CHECKOUT_REQUIRED: NTSTATUS = -1073739518i32;
6649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6650 pub const STATUS_CHILD_MUST_BE_VOLATILE: NTSTATUS = -1073741439i32;
6651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6652 pub const STATUS_CHILD_PROCESS_BLOCKED: NTSTATUS = -1073740643i32;
6653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6654 pub const STATUS_CIMFS_IMAGE_CORRUPT: NTSTATUS = -1073692671i32;
6655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6656 pub const STATUS_CIMFS_IMAGE_VERSION_NOT_SUPPORTED: NTSTATUS = -1073692670i32;
6657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6658 pub const STATUS_CLEANER_CARTRIDGE_INSTALLED: NTSTATUS = -2147483609i32;
6659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6660 pub const STATUS_CLIENT_SERVER_PARAMETERS_INVALID: NTSTATUS = -1073741277i32;
6661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6662 pub const STATUS_CLIP_DEVICE_LICENSE_MISSING: NTSTATUS = -1058406397i32;
6663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6664 pub const STATUS_CLIP_KEYHOLDER_LICENSE_MISSING_OR_INVALID: NTSTATUS = -1058406395i32;
6665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6666 pub const STATUS_CLIP_LICENSE_DEVICE_ID_MISMATCH: NTSTATUS = -1058406390i32;
6667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6668 pub const STATUS_CLIP_LICENSE_EXPIRED: NTSTATUS = -1058406394i32;
6669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6670 pub const STATUS_CLIP_LICENSE_HARDWARE_ID_OUT_OF_TOLERANCE: NTSTATUS = -1058406391i32;
6671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6672 pub const STATUS_CLIP_LICENSE_INVALID_SIGNATURE: NTSTATUS = -1058406396i32;
6673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6674 pub const STATUS_CLIP_LICENSE_NOT_FOUND: NTSTATUS = -1058406398i32;
6675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6676 pub const STATUS_CLIP_LICENSE_NOT_SIGNED: NTSTATUS = -1058406392i32;
6677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6678 pub const STATUS_CLIP_LICENSE_SIGNED_BY_UNKNOWN_SOURCE: NTSTATUS = -1058406393i32;
6679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6680 pub const STATUS_CLOUD_FILE_ACCESS_DENIED: NTSTATUS = -1073688808i32;
6681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6682 pub const STATUS_CLOUD_FILE_ALREADY_CONNECTED: NTSTATUS = -1073688823i32;
6683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6684 pub const STATUS_CLOUD_FILE_AUTHENTICATION_FAILED: NTSTATUS = -1073688817i32;
6685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6686 pub const STATUS_CLOUD_FILE_CONNECTED_PROVIDER_ONLY: NTSTATUS = -1073688819i32;
6687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6688 pub const STATUS_CLOUD_FILE_DEHYDRATION_DISALLOWED: NTSTATUS = -1073688800i32;
6689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6690 pub const STATUS_CLOUD_FILE_INCOMPATIBLE_HARDLINKS: NTSTATUS = -1073688807i32;
6691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6692 pub const STATUS_CLOUD_FILE_INSUFFICIENT_RESOURCES: NTSTATUS = -1073688816i32;
6693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6694 pub const STATUS_CLOUD_FILE_INVALID_REQUEST: NTSTATUS = -1073688821i32;
6695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6696 pub const STATUS_CLOUD_FILE_IN_USE: NTSTATUS = -1073688812i32;
6697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6698 pub const STATUS_CLOUD_FILE_METADATA_CORRUPT: NTSTATUS = -1073688830i32;
6699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6700 pub const STATUS_CLOUD_FILE_METADATA_TOO_LARGE: NTSTATUS = -1073688829i32;
6701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6702 pub const STATUS_CLOUD_FILE_NETWORK_UNAVAILABLE: NTSTATUS = -1073688815i32;
6703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6704 pub const STATUS_CLOUD_FILE_NOT_IN_SYNC: NTSTATUS = -1073688824i32;
6705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6706 pub const STATUS_CLOUD_FILE_NOT_SUPPORTED: NTSTATUS = -1073688822i32;
6707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6708 pub const STATUS_CLOUD_FILE_NOT_UNDER_SYNC_ROOT: NTSTATUS = -1073688813i32;
6709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6710 pub const STATUS_CLOUD_FILE_PINNED: NTSTATUS = -1073688811i32;
6711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6712 pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: NTSTATUS = -2147430656i32;
6713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6714 pub const STATUS_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE: NTSTATUS = -2147430652i32;
6715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6716 pub const STATUS_CLOUD_FILE_PROPERTY_CORRUPT: NTSTATUS = -1073688809i32;
6717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6718 pub const STATUS_CLOUD_FILE_PROPERTY_LOCK_CONFLICT: NTSTATUS = -1073688806i32;
6719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6720 pub const STATUS_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED: NTSTATUS = -1073688826i32;
6721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6722 pub const STATUS_CLOUD_FILE_PROVIDER_NOT_RUNNING: NTSTATUS = -1073688831i32;
6723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6724 pub const STATUS_CLOUD_FILE_PROVIDER_TERMINATED: NTSTATUS = -1073688803i32;
6725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6726 pub const STATUS_CLOUD_FILE_READ_ONLY_VOLUME: NTSTATUS = -1073688820i32;
6727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6728 pub const STATUS_CLOUD_FILE_REQUEST_ABORTED: NTSTATUS = -1073688810i32;
6729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6730 pub const STATUS_CLOUD_FILE_REQUEST_CANCELED: NTSTATUS = -1073688805i32;
6731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6732 pub const STATUS_CLOUD_FILE_REQUEST_TIMEOUT: NTSTATUS = -1073688801i32;
6733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6734 pub const STATUS_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT: NTSTATUS = -1073688832i32;
6735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6736 pub const STATUS_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS: NTSTATUS = -2147430651i32;
6737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6738 pub const STATUS_CLOUD_FILE_UNSUCCESSFUL: NTSTATUS = -1073688814i32;
6739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6740 pub const STATUS_CLOUD_FILE_VALIDATION_FAILED: NTSTATUS = -1073688818i32;
6741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6742 pub const STATUS_CLUSTER_CAM_TICKET_REPLAY_DETECTED: NTSTATUS = -1072496591i32;
6743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6744 pub const STATUS_CLUSTER_CSV_AUTO_PAUSE_ERROR: NTSTATUS = -1072496607i32;
6745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6746 pub const STATUS_CLUSTER_CSV_INVALID_HANDLE: NTSTATUS = -1072496599i32;
6747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6748 pub const STATUS_CLUSTER_CSV_NOT_REDIRECTED: NTSTATUS = -1072496605i32;
6749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6750 pub const STATUS_CLUSTER_CSV_NO_SNAPSHOTS: NTSTATUS = -1072496601i32;
6751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6752 pub const STATUS_CLUSTER_CSV_READ_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = -1072496608i32;
6753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6754 pub const STATUS_CLUSTER_CSV_REDIRECTED: NTSTATUS = -1072496606i32;
6755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6756 pub const STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS: NTSTATUS = -1072496603i32;
6757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6758 pub const STATUS_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR: NTSTATUS = -1072496592i32;
6759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6760 pub const STATUS_CLUSTER_CSV_VOLUME_DRAINING: NTSTATUS = -1072496604i32;
6761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6762 pub const STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL: NTSTATUS = -1072496602i32;
6763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6764 pub const STATUS_CLUSTER_CSV_VOLUME_NOT_LOCAL: NTSTATUS = -1072496615i32;
6765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6766 pub const STATUS_CLUSTER_INVALID_NETWORK: NTSTATUS = -1072496624i32;
6767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6768 pub const STATUS_CLUSTER_INVALID_NETWORK_PROVIDER: NTSTATUS = -1072496629i32;
6769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6770 pub const STATUS_CLUSTER_INVALID_NODE: NTSTATUS = -1072496639i32;
6771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6772 pub const STATUS_CLUSTER_INVALID_REQUEST: NTSTATUS = -1072496630i32;
6773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6774 pub const STATUS_CLUSTER_JOIN_IN_PROGRESS: NTSTATUS = -1072496637i32;
6775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6776 pub const STATUS_CLUSTER_JOIN_NOT_IN_PROGRESS: NTSTATUS = -1072496625i32;
6777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6778 pub const STATUS_CLUSTER_LOCAL_NODE_NOT_FOUND: NTSTATUS = -1072496635i32;
6779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6780 pub const STATUS_CLUSTER_NETINTERFACE_EXISTS: NTSTATUS = -1072496632i32;
6781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6782 pub const STATUS_CLUSTER_NETINTERFACE_NOT_FOUND: NTSTATUS = -1072496631i32;
6783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6784 pub const STATUS_CLUSTER_NETWORK_ALREADY_OFFLINE: NTSTATUS = -2146238460i32;
6785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6786 pub const STATUS_CLUSTER_NETWORK_ALREADY_ONLINE: NTSTATUS = -2146238461i32;
6787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6788 pub const STATUS_CLUSTER_NETWORK_EXISTS: NTSTATUS = -1072496634i32;
6789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6790 pub const STATUS_CLUSTER_NETWORK_NOT_FOUND: NTSTATUS = -1072496633i32;
6791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6792 pub const STATUS_CLUSTER_NETWORK_NOT_INTERNAL: NTSTATUS = -1072496618i32;
6793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6794 pub const STATUS_CLUSTER_NODE_ALREADY_DOWN: NTSTATUS = -2146238462i32;
6795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6796 pub const STATUS_CLUSTER_NODE_ALREADY_MEMBER: NTSTATUS = -2146238459i32;
6797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6798 pub const STATUS_CLUSTER_NODE_ALREADY_UP: NTSTATUS = -2146238463i32;
6799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6800 pub const STATUS_CLUSTER_NODE_DOWN: NTSTATUS = -1072496628i32;
6801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6802 pub const STATUS_CLUSTER_NODE_EXISTS: NTSTATUS = -1072496638i32;
6803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6804 pub const STATUS_CLUSTER_NODE_NOT_FOUND: NTSTATUS = -1072496636i32;
6805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6806 pub const STATUS_CLUSTER_NODE_NOT_MEMBER: NTSTATUS = -1072496626i32;
6807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6808 pub const STATUS_CLUSTER_NODE_NOT_PAUSED: NTSTATUS = -1072496620i32;
6809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6810 pub const STATUS_CLUSTER_NODE_PAUSED: NTSTATUS = -1072496621i32;
6811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6812 pub const STATUS_CLUSTER_NODE_UNREACHABLE: NTSTATUS = -1072496627i32;
6813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6814 pub const STATUS_CLUSTER_NODE_UP: NTSTATUS = -1072496622i32;
6815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6816 pub const STATUS_CLUSTER_NON_CSV_PATH: NTSTATUS = -1072496616i32;
6817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6818 pub const STATUS_CLUSTER_NO_NET_ADAPTERS: NTSTATUS = -1072496623i32;
6819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6820 pub const STATUS_CLUSTER_NO_SECURITY_CONTEXT: NTSTATUS = -1072496619i32;
6821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6822 pub const STATUS_CLUSTER_POISONED: NTSTATUS = -1072496617i32;
6823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6824 pub const STATUS_COMMITMENT_LIMIT: NTSTATUS = -1073741523i32;
6825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6826 pub const STATUS_COMMITMENT_MINIMUM: NTSTATUS = -1073741112i32;
6827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6828 pub const STATUS_COMPRESSED_FILE_NOT_SUPPORTED: NTSTATUS = -1073740677i32;
6829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6830 pub const STATUS_COMPRESSION_DISABLED: NTSTATUS = -1073740762i32;
6831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6832 pub const STATUS_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103338i32;
6833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6834 pub const STATUS_COMPRESSION_NOT_BENEFICIAL: NTSTATUS = -1073740689i32;
6835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6836 pub const STATUS_CONFLICTING_ADDRESSES: NTSTATUS = -1073741800i32;
6837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6838 pub const STATUS_CONNECTION_ABORTED: NTSTATUS = -1073741247i32;
6839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6840 pub const STATUS_CONNECTION_ACTIVE: NTSTATUS = -1073741253i32;
6841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6842 pub const STATUS_CONNECTION_COUNT_LIMIT: NTSTATUS = -1073741242i32;
6843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6844 pub const STATUS_CONNECTION_DISCONNECTED: NTSTATUS = -1073741300i32;
6845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6846 pub const STATUS_CONNECTION_INVALID: NTSTATUS = -1073741254i32;
6847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6848 pub const STATUS_CONNECTION_IN_USE: NTSTATUS = -1073741560i32;
6849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6850 pub const STATUS_CONNECTION_REFUSED: NTSTATUS = -1073741258i32;
6851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6852 pub const STATUS_CONNECTION_RESET: NTSTATUS = -1073741299i32;
6853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6854 pub const STATUS_CONTAINER_ASSIGNED: NTSTATUS = -1073740536i32;
6855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6856 pub const STATUS_CONTENT_BLOCKED: NTSTATUS = -1073739772i32;
6857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6858 pub const STATUS_CONTEXT_MISMATCH: NTSTATUS = -1073740007i32;
6859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6860 pub const STATUS_CONTEXT_STOWED_EXCEPTION: NTSTATUS = -1073741188i32;
6861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6862 pub const STATUS_CONTROL_C_EXIT: NTSTATUS = -1073741510i32;
6863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6864 pub const STATUS_CONTROL_STACK_VIOLATION: NTSTATUS = -1073741390i32;
6865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6866 pub const STATUS_CONVERT_TO_LARGE: NTSTATUS = -1073741268i32;
6867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6868 pub const STATUS_COPY_PROTECTION_FAILURE: NTSTATUS = -1073741051i32;
6869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6870 pub const STATUS_CORRUPT_LOG_CLEARED: NTSTATUS = -1073739763i32;
6871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6872 pub const STATUS_CORRUPT_LOG_CORRUPTED: NTSTATUS = -1073739766i32;
6873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6874 pub const STATUS_CORRUPT_LOG_DELETED_FULL: NTSTATUS = -1073739764i32;
6875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6876 pub const STATUS_CORRUPT_LOG_OVERFULL: NTSTATUS = -1073739767i32;
6877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6878 pub const STATUS_CORRUPT_LOG_UNAVAILABLE: NTSTATUS = -1073739765i32;
6879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6880 pub const STATUS_CORRUPT_LOG_UPLEVEL_RECORDS: NTSTATUS = -1073739759i32;
6881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6882 pub const STATUS_CORRUPT_SYSTEM_FILE: NTSTATUS = -1073741116i32;
6883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6884 pub const STATUS_COULD_NOT_INTERPRET: NTSTATUS = -1073741639i32;
6885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6886 pub const STATUS_COULD_NOT_RESIZE_LOG: NTSTATUS = -2145845239i32;
6887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6888 pub const STATUS_CPU_SET_INVALID: NTSTATUS = -1073741393i32;
6889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6890 pub const STATUS_CRASH_DUMP: NTSTATUS = 278i32;
6891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6892 pub const STATUS_CRC_ERROR: NTSTATUS = -1073741761i32;
6893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6894 pub const STATUS_CRED_REQUIRES_CONFIRMATION: NTSTATUS = -1073740736i32;
6895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6896 pub const STATUS_CRM_PROTOCOL_ALREADY_EXISTS: NTSTATUS = -1072103409i32;
6897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6898 pub const STATUS_CRM_PROTOCOL_NOT_FOUND: NTSTATUS = -1072103407i32;
6899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6900 pub const STATUS_CROSSREALM_DELEGATION_FAILURE: NTSTATUS = -1073740789i32;
6901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6902 pub const STATUS_CROSS_PARTITION_VIOLATION: NTSTATUS = -1073740277i32;
6903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6904 pub const STATUS_CRYPTO_SYSTEM_INVALID: NTSTATUS = -1073741069i32;
6905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6906 pub const STATUS_CSS_AUTHENTICATION_FAILURE: NTSTATUS = -1073741050i32;
6907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6908 pub const STATUS_CSS_KEY_NOT_ESTABLISHED: NTSTATUS = -1073741048i32;
6909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6910 pub const STATUS_CSS_KEY_NOT_PRESENT: NTSTATUS = -1073741049i32;
6911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6912 pub const STATUS_CSS_REGION_MISMATCH: NTSTATUS = -1073741046i32;
6913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6914 pub const STATUS_CSS_RESETS_EXHAUSTED: NTSTATUS = -1073741045i32;
6915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6916 pub const STATUS_CSS_SCRAMBLED_SECTOR: NTSTATUS = -1073741047i32;
6917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6918 pub const STATUS_CSV_IO_PAUSE_TIMEOUT: NTSTATUS = -1072496600i32;
6919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6920 pub const STATUS_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: NTSTATUS = -1073740733i32;
6921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6922 pub const STATUS_CS_ENCRYPTION_FILE_NOT_CSE: NTSTATUS = -1073740731i32;
6923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6924 pub const STATUS_CS_ENCRYPTION_INVALID_SERVER_RESPONSE: NTSTATUS = -1073740735i32;
6925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6926 pub const STATUS_CS_ENCRYPTION_NEW_ENCRYPTED_FILE: NTSTATUS = -1073740732i32;
6927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6928 pub const STATUS_CS_ENCRYPTION_UNSUPPORTED_SERVER: NTSTATUS = -1073740734i32;
6929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6930 pub const STATUS_CTLOG_INCONSISTENT_TRACKING_FILE: NTSTATUS = -1069940700i32;
6931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6932 pub const STATUS_CTLOG_INVALID_TRACKING_STATE: NTSTATUS = -1069940701i32;
6933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6934 pub const STATUS_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE: NTSTATUS = -1069940703i32;
6935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6936 pub const STATUS_CTLOG_TRACKING_NOT_INITIALIZED: NTSTATUS = -1069940704i32;
6937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6938 pub const STATUS_CTLOG_VHD_CHANGED_OFFLINE: NTSTATUS = -1069940702i32;
6939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6940 pub const STATUS_CTL_FILE_NOT_SUPPORTED: NTSTATUS = -1073741737i32;
6941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6942 pub const STATUS_CTX_BAD_VIDEO_MODE: NTSTATUS = -1073086440i32;
6943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6944 pub const STATUS_CTX_CDM_CONNECT: NTSTATUS = 1074397188i32;
6945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6946 pub const STATUS_CTX_CDM_DISCONNECT: NTSTATUS = 1074397189i32;
6947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6948 pub const STATUS_CTX_CLIENT_LICENSE_IN_USE: NTSTATUS = -1073086412i32;
6949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6950 pub const STATUS_CTX_CLIENT_LICENSE_NOT_SET: NTSTATUS = -1073086413i32;
6951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6952 pub const STATUS_CTX_CLIENT_QUERY_TIMEOUT: NTSTATUS = -1073086426i32;
6953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6954 pub const STATUS_CTX_CLOSE_PENDING: NTSTATUS = -1073086458i32;
6955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6956 pub const STATUS_CTX_CONSOLE_CONNECT: NTSTATUS = -1073086424i32;
6957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6958 pub const STATUS_CTX_CONSOLE_DISCONNECT: NTSTATUS = -1073086425i32;
6959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6960 pub const STATUS_CTX_GRAPHICS_INVALID: NTSTATUS = -1073086430i32;
6961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6962 pub const STATUS_CTX_INVALID_MODEMNAME: NTSTATUS = -1073086455i32;
6963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6964 pub const STATUS_CTX_INVALID_PD: NTSTATUS = -1073086462i32;
6965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6966 pub const STATUS_CTX_INVALID_WD: NTSTATUS = -1073086418i32;
6967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6968 pub const STATUS_CTX_LICENSE_CLIENT_INVALID: NTSTATUS = -1073086446i32;
6969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6970 pub const STATUS_CTX_LICENSE_EXPIRED: NTSTATUS = -1073086444i32;
6971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6972 pub const STATUS_CTX_LICENSE_NOT_AVAILABLE: NTSTATUS = -1073086445i32;
6973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6974 pub const STATUS_CTX_LOGON_DISABLED: NTSTATUS = -1073086409i32;
6975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6976 pub const STATUS_CTX_MODEM_INF_NOT_FOUND: NTSTATUS = -1073086456i32;
6977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6978 pub const STATUS_CTX_MODEM_RESPONSE_BUSY: NTSTATUS = -1073086450i32;
6979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6980 pub const STATUS_CTX_MODEM_RESPONSE_NO_CARRIER: NTSTATUS = -1073086452i32;
6981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6982 pub const STATUS_CTX_MODEM_RESPONSE_NO_DIALTONE: NTSTATUS = -1073086451i32;
6983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6984 pub const STATUS_CTX_MODEM_RESPONSE_TIMEOUT: NTSTATUS = -1073086453i32;
6985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6986 pub const STATUS_CTX_MODEM_RESPONSE_VOICE: NTSTATUS = -1073086449i32;
6987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6988 pub const STATUS_CTX_NOT_CONSOLE: NTSTATUS = -1073086428i32;
6989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6990 pub const STATUS_CTX_NO_OUTBUF: NTSTATUS = -1073086457i32;
6991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6992 pub const STATUS_CTX_PD_NOT_FOUND: NTSTATUS = -1073086461i32;
6993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6994 pub const STATUS_CTX_RESPONSE_ERROR: NTSTATUS = -1073086454i32;
6995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6996 pub const STATUS_CTX_SECURITY_LAYER_ERROR: NTSTATUS = -1073086408i32;
6997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
6998 pub const STATUS_CTX_SHADOW_DENIED: NTSTATUS = -1073086422i32;
6999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7000 pub const STATUS_CTX_SHADOW_DISABLED: NTSTATUS = -1073086415i32;
7001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7002 pub const STATUS_CTX_SHADOW_ENDED_BY_MODE_CHANGE: NTSTATUS = -1073086411i32;
7003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7004 pub const STATUS_CTX_SHADOW_INVALID: NTSTATUS = -1073086416i32;
7005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7006 pub const STATUS_CTX_SHADOW_NOT_RUNNING: NTSTATUS = -1073086410i32;
7007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7008 pub const STATUS_CTX_TD_ERROR: NTSTATUS = -1073086448i32;
7009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7010 pub const STATUS_CTX_WD_NOT_FOUND: NTSTATUS = -1073086417i32;
7011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7012 pub const STATUS_CTX_WINSTATION_ACCESS_DENIED: NTSTATUS = -1073086421i32;
7013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7014 pub const STATUS_CTX_WINSTATION_BUSY: NTSTATUS = -1073086441i32;
7015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7016 pub const STATUS_CTX_WINSTATION_NAME_COLLISION: NTSTATUS = -1073086442i32;
7017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7018 pub const STATUS_CTX_WINSTATION_NAME_INVALID: NTSTATUS = -1073086463i32;
7019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7020 pub const STATUS_CTX_WINSTATION_NOT_FOUND: NTSTATUS = -1073086443i32;
7021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7022 pub const STATUS_CURRENT_DOMAIN_NOT_ALLOWED: NTSTATUS = -1073741079i32;
7023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7024 pub const STATUS_CURRENT_TRANSACTION_NOT_VALID: NTSTATUS = -1072103400i32;
7025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7026 pub const STATUS_DATATYPE_MISALIGNMENT: NTSTATUS = -2147483646i32;
7027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7028 pub const STATUS_DATATYPE_MISALIGNMENT_ERROR: NTSTATUS = -1073741115i32;
7029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7030 pub const STATUS_DATA_CHECKSUM_ERROR: NTSTATUS = -1073740688i32;
7031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7032 pub const STATUS_DATA_ERROR: NTSTATUS = -1073741762i32;
7033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7034 pub const STATUS_DATA_LATE_ERROR: NTSTATUS = -1073741763i32;
7035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7036 pub const STATUS_DATA_LOST_REPAIR: NTSTATUS = -2147481597i32;
7037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7038 pub const STATUS_DATA_NOT_ACCEPTED: NTSTATUS = -1073741285i32;
7039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7040 pub const STATUS_DATA_OVERRUN: NTSTATUS = -1073741764i32;
7041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7042 pub const STATUS_DATA_OVERWRITTEN: NTSTATUS = 304i32;
7043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7044 pub const STATUS_DAX_MAPPING_EXISTS: NTSTATUS = -1073740644i32;
7045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7046 pub const STATUS_DEBUGGER_INACTIVE: NTSTATUS = -1073740972i32;
7047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7048 pub const STATUS_DEBUG_ATTACH_FAILED: NTSTATUS = -1073741287i32;
7049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7050 pub const STATUS_DECRYPTION_FAILED: NTSTATUS = -1073741173i32;
7051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7052 pub const STATUS_DELAY_LOAD_FAILED: NTSTATUS = -1073740782i32;
7053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7054 pub const STATUS_DELETE_PENDING: NTSTATUS = -1073741738i32;
7055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7056 pub const STATUS_DESTINATION_ELEMENT_FULL: NTSTATUS = -1073741180i32;
7057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7058 pub const STATUS_DEVICE_ALREADY_ATTACHED: NTSTATUS = -1073741768i32;
7059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7060 pub const STATUS_DEVICE_BUSY: NTSTATUS = -2147483631i32;
7061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7062 pub const STATUS_DEVICE_CONFIGURATION_ERROR: NTSTATUS = -1073741438i32;
7063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7064 pub const STATUS_DEVICE_DATA_ERROR: NTSTATUS = -1073741668i32;
7065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7066 pub const STATUS_DEVICE_DOES_NOT_EXIST: NTSTATUS = -1073741632i32;
7067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7068 pub const STATUS_DEVICE_DOOR_OPEN: NTSTATUS = -2147482999i32;
7069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7070 pub const STATUS_DEVICE_ENUMERATION_ERROR: NTSTATUS = -1073740954i32;
7071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7072 pub const STATUS_DEVICE_FEATURE_NOT_SUPPORTED: NTSTATUS = -1073740701i32;
7073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7074 pub const STATUS_DEVICE_HARDWARE_ERROR: NTSTATUS = -1073740669i32;
7075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7076 pub const STATUS_DEVICE_HINT_NAME_BUFFER_TOO_SMALL: NTSTATUS = -1073740650i32;
7077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7078 pub const STATUS_DEVICE_HUNG: NTSTATUS = -1073740537i32;
7079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7080 pub const STATUS_DEVICE_INSUFFICIENT_RESOURCES: NTSTATUS = -1073740696i32;
7081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7082 pub const STATUS_DEVICE_IN_MAINTENANCE: NTSTATUS = -1073740647i32;
7083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7084 pub const STATUS_DEVICE_NOT_CONNECTED: NTSTATUS = -1073741667i32;
7085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7086 pub const STATUS_DEVICE_NOT_PARTITIONED: NTSTATUS = -1073741452i32;
7087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7088 pub const STATUS_DEVICE_NOT_READY: NTSTATUS = -1073741661i32;
7089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7090 pub const STATUS_DEVICE_OFF_LINE: NTSTATUS = -2147483632i32;
7091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7092 pub const STATUS_DEVICE_PAPER_EMPTY: NTSTATUS = -2147483634i32;
7093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7094 pub const STATUS_DEVICE_POWERED_OFF: NTSTATUS = -2147483633i32;
7095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7096 pub const STATUS_DEVICE_POWER_CYCLE_REQUIRED: NTSTATUS = -2147483599i32;
7097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7098 pub const STATUS_DEVICE_POWER_FAILURE: NTSTATUS = -1073741666i32;
7099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7100 pub const STATUS_DEVICE_PROTOCOL_ERROR: NTSTATUS = -1073741434i32;
7101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7102 pub const STATUS_DEVICE_REMOVED: NTSTATUS = -1073741130i32;
7103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7104 pub const STATUS_DEVICE_REQUIRES_CLEANING: NTSTATUS = -2147483000i32;
7105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7106 pub const STATUS_DEVICE_RESET_REQUIRED: NTSTATUS = -2147483210i32;
7107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7108 pub const STATUS_DEVICE_SUPPORT_IN_PROGRESS: NTSTATUS = -2147483600i32;
7109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7110 pub const STATUS_DEVICE_UNREACHABLE: NTSTATUS = -1073740700i32;
7111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7112 pub const STATUS_DEVICE_UNRESPONSIVE: NTSTATUS = -1073740534i32;
7113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7114 pub const STATUS_DFS_EXIT_PATH_FOUND: NTSTATUS = -1073741669i32;
7115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7116 pub const STATUS_DFS_UNAVAILABLE: NTSTATUS = -1073741203i32;
7117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7118 pub const STATUS_DIF_BINDING_API_NOT_FOUND: NTSTATUS = -1073738625i32;
7119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7120 pub const STATUS_DIF_IOCALLBACK_NOT_REPLACED: NTSTATUS = -1073738634i32;
7121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7122 pub const STATUS_DIF_LIVEDUMP_LIMIT_EXCEEDED: NTSTATUS = -1073738633i32;
7123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7124 pub const STATUS_DIF_VOLATILE_DRIVER_HOTPATCHED: NTSTATUS = -1073738631i32;
7125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7126 pub const STATUS_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING: NTSTATUS = -1073738629i32;
7127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7128 pub const STATUS_DIF_VOLATILE_INVALID_INFO: NTSTATUS = -1073738630i32;
7129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7130 pub const STATUS_DIF_VOLATILE_NOT_ALLOWED: NTSTATUS = -1073738626i32;
7131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7132 pub const STATUS_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED: NTSTATUS = -1073738627i32;
7133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7134 pub const STATUS_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING: NTSTATUS = -1073738628i32;
7135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7136 pub const STATUS_DIF_VOLATILE_SECTION_NOT_LOCKED: NTSTATUS = -1073738632i32;
7137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7138 pub const STATUS_DIRECTORY_IS_A_REPARSE_POINT: NTSTATUS = -1073741183i32;
7139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7140 pub const STATUS_DIRECTORY_NOT_EMPTY: NTSTATUS = -1073741567i32;
7141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7142 pub const STATUS_DIRECTORY_NOT_RM: NTSTATUS = -1072103416i32;
7143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7144 pub const STATUS_DIRECTORY_NOT_SUPPORTED: NTSTATUS = -1073740676i32;
7145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7146 pub const STATUS_DIRECTORY_SERVICE_REQUIRED: NTSTATUS = -1073741135i32;
7147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7148 pub const STATUS_DISK_CORRUPT_ERROR: NTSTATUS = -1073741774i32;
7149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7150 pub const STATUS_DISK_FULL: NTSTATUS = -1073741697i32;
7151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7152 pub const STATUS_DISK_OPERATION_FAILED: NTSTATUS = -1073741462i32;
7153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7154 pub const STATUS_DISK_QUOTA_EXCEEDED: NTSTATUS = -1073739774i32;
7155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7156 pub const STATUS_DISK_RECALIBRATE_FAILED: NTSTATUS = -1073741463i32;
7157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7158 pub const STATUS_DISK_REPAIR_DISABLED: NTSTATUS = -1073739776i32;
7159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7160 pub const STATUS_DISK_REPAIR_REDIRECTED: NTSTATUS = 1073743879i32;
7161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7162 pub const STATUS_DISK_REPAIR_UNSUCCESSFUL: NTSTATUS = -1073739768i32;
7163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7164 pub const STATUS_DISK_RESET_FAILED: NTSTATUS = -1073741461i32;
7165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7166 pub const STATUS_DISK_RESOURCES_EXHAUSTED: NTSTATUS = -1073740703i32;
7167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7168 pub const STATUS_DLL_INIT_FAILED: NTSTATUS = -1073741502i32;
7169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7170 pub const STATUS_DLL_INIT_FAILED_LOGOFF: NTSTATUS = -1073741205i32;
7171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7172 pub const STATUS_DLL_MIGHT_BE_INCOMPATIBLE: NTSTATUS = -2147483604i32;
7173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7174 pub const STATUS_DLL_MIGHT_BE_INSECURE: NTSTATUS = -2147483605i32;
7175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7176 pub const STATUS_DLL_NOT_FOUND: NTSTATUS = -1073741515i32;
7177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7178 pub const STATUS_DOMAIN_CONTROLLER_NOT_FOUND: NTSTATUS = -1073741261i32;
7179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7180 pub const STATUS_DOMAIN_CTRLR_CONFIG_ERROR: NTSTATUS = -1073741474i32;
7181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7182 pub const STATUS_DOMAIN_EXISTS: NTSTATUS = -1073741600i32;
7183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7184 pub const STATUS_DOMAIN_LIMIT_EXCEEDED: NTSTATUS = -1073741599i32;
7185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7186 pub const STATUS_DOMAIN_TRUST_INCONSISTENT: NTSTATUS = -1073741413i32;
7187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7188 pub const STATUS_DRIVERS_LEAKING_LOCKED_PAGES: NTSTATUS = 1073741869i32;
7189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7190 pub const STATUS_DRIVER_BLOCKED: NTSTATUS = -1073740948i32;
7191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7192 pub const STATUS_DRIVER_BLOCKED_CRITICAL: NTSTATUS = -1073740949i32;
7193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7194 pub const STATUS_DRIVER_CANCEL_TIMEOUT: NTSTATUS = -1073741282i32;
7195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7196 pub const STATUS_DRIVER_DATABASE_ERROR: NTSTATUS = -1073740947i32;
7197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7198 pub const STATUS_DRIVER_ENTRYPOINT_NOT_FOUND: NTSTATUS = -1073741213i32;
7199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7200 pub const STATUS_DRIVER_FAILED_PRIOR_UNLOAD: NTSTATUS = -1073740914i32;
7201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7202 pub const STATUS_DRIVER_FAILED_SLEEP: NTSTATUS = -1073741118i32;
7203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7204 pub const STATUS_DRIVER_INTERNAL_ERROR: NTSTATUS = -1073741437i32;
7205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7206 pub const STATUS_DRIVER_ORDINAL_NOT_FOUND: NTSTATUS = -1073741214i32;
7207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7208 pub const STATUS_DRIVER_PROCESS_TERMINATED: NTSTATUS = -1073740720i32;
7209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7210 pub const STATUS_DRIVER_UNABLE_TO_LOAD: NTSTATUS = -1073741204i32;
7211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7212 pub const STATUS_DS_ADMIN_LIMIT_EXCEEDED: NTSTATUS = -1073741119i32;
7213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7214 pub const STATUS_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = -1073740968i32;
7215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7216 pub const STATUS_DS_ATTRIBUTE_OR_VALUE_EXISTS: NTSTATUS = -1073741148i32;
7217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7218 pub const STATUS_DS_ATTRIBUTE_TYPE_UNDEFINED: NTSTATUS = -1073741149i32;
7219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7220 pub const STATUS_DS_BUSY: NTSTATUS = -1073741147i32;
7221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7222 pub const STATUS_DS_CANT_MOD_OBJ_CLASS: NTSTATUS = -1073741138i32;
7223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7224 pub const STATUS_DS_CANT_MOD_PRIMARYGROUPID: NTSTATUS = -1073741104i32;
7225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7226 pub const STATUS_DS_CANT_ON_NON_LEAF: NTSTATUS = -1073741140i32;
7227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7228 pub const STATUS_DS_CANT_ON_RDN: NTSTATUS = -1073741139i32;
7229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7230 pub const STATUS_DS_CANT_START: NTSTATUS = -1073741087i32;
7231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7232 pub const STATUS_DS_CROSS_DOM_MOVE_FAILED: NTSTATUS = -1073741137i32;
7233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7234 pub const STATUS_DS_DOMAIN_NAME_EXISTS_IN_FOREST: NTSTATUS = -1073740774i32;
7235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7236 pub const STATUS_DS_DOMAIN_RENAME_IN_PROGRESS: NTSTATUS = -1073739775i32;
7237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7238 pub const STATUS_DS_DUPLICATE_ID_FOUND: NTSTATUS = -1073740795i32;
7239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7240 pub const STATUS_DS_FLAT_NAME_EXISTS_IN_FOREST: NTSTATUS = -1073740773i32;
7241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7242 pub const STATUS_DS_GC_NOT_AVAILABLE: NTSTATUS = -1073741136i32;
7243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7244 pub const STATUS_DS_GC_REQUIRED: NTSTATUS = -1073741084i32;
7245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7246 pub const STATUS_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: NTSTATUS = -1073741094i32;
7247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7248 pub const STATUS_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = -1073741097i32;
7249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7250 pub const STATUS_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: NTSTATUS = -1073741096i32;
7251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7252 pub const STATUS_DS_GROUP_CONVERSION_ERROR: NTSTATUS = -1073740794i32;
7253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7254 pub const STATUS_DS_HAVE_PRIMARY_MEMBERS: NTSTATUS = -1073741092i32;
7255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7256 pub const STATUS_DS_INCORRECT_ROLE_OWNER: NTSTATUS = -1073741143i32;
7257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7258 pub const STATUS_DS_INIT_FAILURE: NTSTATUS = -1073741086i32;
7259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7260 pub const STATUS_DS_INIT_FAILURE_CONSOLE: NTSTATUS = -1073741076i32;
7261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7262 pub const STATUS_DS_INVALID_ATTRIBUTE_SYNTAX: NTSTATUS = -1073741150i32;
7263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7264 pub const STATUS_DS_INVALID_GROUP_TYPE: NTSTATUS = -1073741100i32;
7265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7266 pub const STATUS_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: NTSTATUS = -1073741093i32;
7267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7268 pub const STATUS_DS_LOCAL_MEMBER_OF_LOCAL_ONLY: NTSTATUS = -1073741083i32;
7269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7270 pub const STATUS_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: NTSTATUS = -1073741081i32;
7271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7272 pub const STATUS_DS_MEMBERSHIP_EVALUATED_LOCALLY: NTSTATUS = 289i32;
7273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7274 pub const STATUS_DS_NAME_NOT_UNIQUE: NTSTATUS = -1073740796i32;
7275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7276 pub const STATUS_DS_NO_ATTRIBUTE_OR_VALUE: NTSTATUS = -1073741151i32;
7277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7278 pub const STATUS_DS_NO_FPO_IN_UNIVERSAL_GROUPS: NTSTATUS = -1073741082i32;
7279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7280 pub const STATUS_DS_NO_MORE_RIDS: NTSTATUS = -1073741144i32;
7281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7282 pub const STATUS_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: NTSTATUS = -1073741099i32;
7283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7284 pub const STATUS_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: NTSTATUS = -1073741098i32;
7285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7286 pub const STATUS_DS_NO_RIDS_ALLOCATED: NTSTATUS = -1073741145i32;
7287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7288 pub const STATUS_DS_OBJ_CLASS_VIOLATION: NTSTATUS = -1073741141i32;
7289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7290 pub const STATUS_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS: NTSTATUS = -1073700729i32;
7291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7292 pub const STATUS_DS_OID_NOT_FOUND: NTSTATUS = -1073700728i32;
7293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7294 pub const STATUS_DS_RIDMGR_DISABLED: NTSTATUS = -1073741126i32;
7295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7296 pub const STATUS_DS_RIDMGR_INIT_ERROR: NTSTATUS = -1073741142i32;
7297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7298 pub const STATUS_DS_SAM_INIT_FAILURE: NTSTATUS = -1073741109i32;
7299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7300 pub const STATUS_DS_SAM_INIT_FAILURE_CONSOLE: NTSTATUS = -1073741075i32;
7301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7302 pub const STATUS_DS_SENSITIVE_GROUP_VIOLATION: NTSTATUS = -1073741107i32;
7303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7304 pub const STATUS_DS_SHUTTING_DOWN: NTSTATUS = 1073742704i32;
7305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7306 pub const STATUS_DS_SRC_SID_EXISTS_IN_FOREST: NTSTATUS = -1073740775i32;
7307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7308 pub const STATUS_DS_UNAVAILABLE: NTSTATUS = -1073741146i32;
7309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7310 pub const STATUS_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: NTSTATUS = -1073741095i32;
7311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7312 pub const STATUS_DS_VERSION_CHECK_FAILURE: NTSTATUS = -1073740971i32;
7313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7314 pub const STATUS_DUPLICATE_NAME: NTSTATUS = -1073741635i32;
7315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7316 pub const STATUS_DUPLICATE_OBJECTID: NTSTATUS = -1073741270i32;
7317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7318 pub const STATUS_DUPLICATE_PRIVILEGES: NTSTATUS = -1073741402i32;
7319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7320 pub const STATUS_DYNAMIC_CODE_BLOCKED: NTSTATUS = -1073740284i32;
7321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7322 pub const STATUS_EAS_NOT_SUPPORTED: NTSTATUS = -1073741745i32;
7323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7324 pub const STATUS_EA_CORRUPT_ERROR: NTSTATUS = -1073741741i32;
7325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7326 pub const STATUS_EA_LIST_INCONSISTENT: NTSTATUS = -2147483628i32;
7327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7328 pub const STATUS_EA_TOO_LARGE: NTSTATUS = -1073741744i32;
7329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7330 pub const STATUS_EFS_ALG_BLOB_TOO_BIG: NTSTATUS = -1073740974i32;
7331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7332 pub const STATUS_EFS_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103362i32;
7333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7334 pub const STATUS_ELEVATION_REQUIRED: NTSTATUS = -1073740756i32;
7335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7336 pub const STATUS_EMULATION_BREAKPOINT: NTSTATUS = 1073741880i32;
7337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7338 pub const STATUS_EMULATION_SYSCALL: NTSTATUS = 1073741881i32;
7339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7340 pub const STATUS_ENCLAVE_FAILURE: NTSTATUS = -1073740657i32;
7341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7342 pub const STATUS_ENCLAVE_IS_TERMINATING: NTSTATUS = -1073740526i32;
7343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7344 pub const STATUS_ENCLAVE_NOT_TERMINATED: NTSTATUS = -1073740527i32;
7345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7346 pub const STATUS_ENCLAVE_VIOLATION: NTSTATUS = -1073740638i32;
7347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7348 pub const STATUS_ENCOUNTERED_WRITE_IN_PROGRESS: NTSTATUS = -1073740749i32;
7349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7350 pub const STATUS_ENCRYPTED_FILE_NOT_SUPPORTED: NTSTATUS = -1073740605i32;
7351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7352 pub const STATUS_ENCRYPTED_IO_NOT_POSSIBLE: NTSTATUS = -1073739760i32;
7353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7354 pub const STATUS_ENCRYPTING_METADATA_DISALLOWED: NTSTATUS = -1073740617i32;
7355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7356 pub const STATUS_ENCRYPTION_DISABLED: NTSTATUS = -1073740618i32;
7357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7358 pub const STATUS_ENCRYPTION_FAILED: NTSTATUS = -1073741174i32;
7359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7360 pub const STATUS_END_OF_FILE: NTSTATUS = -1073741807i32;
7361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7362 pub const STATUS_END_OF_MEDIA: NTSTATUS = -2147483618i32;
7363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7364 pub const STATUS_ENLISTMENT_NOT_FOUND: NTSTATUS = -1072103344i32;
7365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7366 pub const STATUS_ENLISTMENT_NOT_SUPERIOR: NTSTATUS = -1072103373i32;
7367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7368 pub const STATUS_ENTRYPOINT_NOT_FOUND: NTSTATUS = -1073741511i32;
7369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7370 pub const STATUS_EOF_ON_GHOSTED_RANGE: NTSTATUS = -1073700857i32;
7371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7372 pub const STATUS_EOM_OVERFLOW: NTSTATUS = -1073741449i32;
7373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7374 pub const STATUS_ERROR_PROCESS_NOT_IN_JOB: NTSTATUS = -1073741394i32;
7375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7376 pub const STATUS_EVALUATION_EXPIRATION: NTSTATUS = -1073741208i32;
7377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7378 pub const STATUS_EVENTLOG_CANT_START: NTSTATUS = -1073741425i32;
7379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7380 pub const STATUS_EVENTLOG_FILE_CHANGED: NTSTATUS = -1073741417i32;
7381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7382 pub const STATUS_EVENTLOG_FILE_CORRUPT: NTSTATUS = -1073741426i32;
7383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7384 pub const STATUS_EVENT_DONE: NTSTATUS = 1073741842i32;
7385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7386 pub const STATUS_EVENT_PENDING: NTSTATUS = 1073741843i32;
7387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7388 pub const STATUS_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739997i32;
7389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7390 pub const STATUS_EXPIRED_HANDLE: NTSTATUS = -1072103328i32;
7391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7392 pub const STATUS_EXTERNAL_BACKING_PROVIDER_UNKNOWN: NTSTATUS = -1073740690i32;
7393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7394 pub const STATUS_EXTERNAL_SYSKEY_NOT_SUPPORTED: NTSTATUS = -1073740639i32;
7395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7396 pub const STATUS_EXTRANEOUS_INFORMATION: NTSTATUS = -2147483625i32;
7397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7398 pub const STATUS_FAILED_DRIVER_ENTRY: NTSTATUS = -1073740955i32;
7399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7400 pub const STATUS_FAILED_STACK_SWITCH: NTSTATUS = -1073740941i32;
7401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7402 pub const STATUS_FAIL_CHECK: NTSTATUS = -1073741271i32;
7403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7404 pub const STATUS_FAIL_FAST_EXCEPTION: NTSTATUS = -1073740286i32;
7405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7406 pub const STATUS_FASTPATH_REJECTED: NTSTATUS = -1073700844i32;
7407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7408 pub const STATUS_FATAL_APP_EXIT: NTSTATUS = 1073741845i32;
7409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7410 pub const STATUS_FATAL_MEMORY_EXHAUSTION: NTSTATUS = -1073741395i32;
7411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7412 pub const STATUS_FATAL_USER_CALLBACK_EXCEPTION: NTSTATUS = -1073740771i32;
7413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7414 pub const STATUS_FILEMARK_DETECTED: NTSTATUS = -2147483621i32;
7415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7416 pub const STATUS_FILES_OPEN: NTSTATUS = -1073741561i32;
7417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7418 pub const STATUS_FILE_CHECKED_OUT: NTSTATUS = -1073739519i32;
7419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7420 pub const STATUS_FILE_CLOSED: NTSTATUS = -1073741528i32;
7421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7422 pub const STATUS_FILE_CORRUPT_ERROR: NTSTATUS = -1073741566i32;
7423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7424 pub const STATUS_FILE_DELETED: NTSTATUS = -1073741533i32;
7425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7426 pub const STATUS_FILE_ENCRYPTED: NTSTATUS = -1073741165i32;
7427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7428 pub const STATUS_FILE_FORCED_CLOSED: NTSTATUS = -1073741642i32;
7429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7430 pub const STATUS_FILE_HANDLE_REVOKED: NTSTATUS = -1073739504i32;
7431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7432 pub const STATUS_FILE_IDENTITY_NOT_PERSISTENT: NTSTATUS = -1072103370i32;
7433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7434 pub const STATUS_FILE_INVALID: NTSTATUS = -1073741672i32;
7435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7436 pub const STATUS_FILE_IS_A_DIRECTORY: NTSTATUS = -1073741638i32;
7437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7438 pub const STATUS_FILE_IS_OFFLINE: NTSTATUS = -1073741209i32;
7439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7440 pub const STATUS_FILE_LOCKED_WITH_ONLY_READERS: NTSTATUS = 298i32;
7441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7442 pub const STATUS_FILE_LOCKED_WITH_WRITERS: NTSTATUS = 299i32;
7443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7444 pub const STATUS_FILE_LOCK_CONFLICT: NTSTATUS = -1073741740i32;
7445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7446 pub const STATUS_FILE_METADATA_OPTIMIZATION_IN_PROGRESS: NTSTATUS = -1073741397i32;
7447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7448 pub const STATUS_FILE_NOT_AVAILABLE: NTSTATUS = -1073740697i32;
7449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7450 pub const STATUS_FILE_NOT_ENCRYPTED: NTSTATUS = -1073741167i32;
7451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7452 pub const STATUS_FILE_NOT_SUPPORTED: NTSTATUS = -1073740620i32;
7453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7454 pub const STATUS_FILE_PROTECTED_UNDER_DPL: NTSTATUS = -1073740637i32;
7455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7456 pub const STATUS_FILE_RENAMED: NTSTATUS = -1073741611i32;
7457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7458 pub const STATUS_FILE_SNAP_INVALID_PARAMETER: NTSTATUS = -1073679099i32;
7459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7460 pub const STATUS_FILE_SNAP_IN_PROGRESS: NTSTATUS = -1073679104i32;
7461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7462 pub const STATUS_FILE_SNAP_IO_NOT_COORDINATED: NTSTATUS = -1073679101i32;
7463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7464 pub const STATUS_FILE_SNAP_MODIFY_NOT_SUPPORTED: NTSTATUS = -1073679102i32;
7465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7466 pub const STATUS_FILE_SNAP_UNEXPECTED_ERROR: NTSTATUS = -1073679100i32;
7467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7468 pub const STATUS_FILE_SNAP_USER_SECTION_NOT_SUPPORTED: NTSTATUS = -1073679103i32;
7469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7470 pub const STATUS_FILE_SYSTEM_LIMITATION: NTSTATUS = -1073740761i32;
7471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7472 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_BUSY: NTSTATUS = -1073689085i32;
7473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7474 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION: NTSTATUS = -1073689083i32;
7475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7476 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT: NTSTATUS = -1073689086i32;
7477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7478 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN: NTSTATUS = -1073689084i32;
7479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7480 pub const STATUS_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE: NTSTATUS = -1073689087i32;
7481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7482 pub const STATUS_FILE_TOO_LARGE: NTSTATUS = -1073739516i32;
7483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7484 pub const STATUS_FIRMWARE_IMAGE_INVALID: NTSTATUS = -1073740667i32;
7485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7486 pub const STATUS_FIRMWARE_SLOT_INVALID: NTSTATUS = -1073740668i32;
7487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7488 pub const STATUS_FIRMWARE_UPDATED: NTSTATUS = 1073741868i32;
7489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7490 pub const STATUS_FLOATED_SECTION: NTSTATUS = -1072103349i32;
7491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7492 pub const STATUS_FLOAT_DENORMAL_OPERAND: NTSTATUS = -1073741683i32;
7493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7494 pub const STATUS_FLOAT_DIVIDE_BY_ZERO: NTSTATUS = -1073741682i32;
7495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7496 pub const STATUS_FLOAT_INEXACT_RESULT: NTSTATUS = -1073741681i32;
7497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7498 pub const STATUS_FLOAT_INVALID_OPERATION: NTSTATUS = -1073741680i32;
7499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7500 pub const STATUS_FLOAT_MULTIPLE_FAULTS: NTSTATUS = -1073741132i32;
7501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7502 pub const STATUS_FLOAT_MULTIPLE_TRAPS: NTSTATUS = -1073741131i32;
7503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7504 pub const STATUS_FLOAT_OVERFLOW: NTSTATUS = -1073741679i32;
7505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7506 pub const STATUS_FLOAT_STACK_CHECK: NTSTATUS = -1073741678i32;
7507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7508 pub const STATUS_FLOAT_UNDERFLOW: NTSTATUS = -1073741677i32;
7509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7510 pub const STATUS_FLOPPY_BAD_REGISTERS: NTSTATUS = -1073741464i32;
7511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7512 pub const STATUS_FLOPPY_ID_MARK_NOT_FOUND: NTSTATUS = -1073741467i32;
7513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7514 pub const STATUS_FLOPPY_UNKNOWN_ERROR: NTSTATUS = -1073741465i32;
7515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7516 pub const STATUS_FLOPPY_VOLUME: NTSTATUS = -1073741468i32;
7517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7518 pub const STATUS_FLOPPY_WRONG_CYLINDER: NTSTATUS = -1073741466i32;
7519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7520 pub const STATUS_FLT_ALREADY_ENLISTED: NTSTATUS = -1071906789i32;
7521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7522 pub const STATUS_FLT_BUFFER_TOO_SMALL: NTSTATUS = -2145648639i32;
7523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7524 pub const STATUS_FLT_CBDQ_DISABLED: NTSTATUS = -1071906802i32;
7525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7526 pub const STATUS_FLT_CONTEXT_ALLOCATION_NOT_FOUND: NTSTATUS = -1071906794i32;
7527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7528 pub const STATUS_FLT_CONTEXT_ALREADY_DEFINED: NTSTATUS = -1071906814i32;
7529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7530 pub const STATUS_FLT_CONTEXT_ALREADY_LINKED: NTSTATUS = -1071906788i32;
7531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7532 pub const STATUS_FLT_DELETING_OBJECT: NTSTATUS = -1071906805i32;
7533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7534 pub const STATUS_FLT_DISALLOW_FAST_IO: NTSTATUS = -1071906812i32;
7535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7536 pub const STATUS_FLT_DISALLOW_FSFILTER_IO: i32 = -1071906812i32;
7537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7538 pub const STATUS_FLT_DO_NOT_ATTACH: NTSTATUS = -1071906801i32;
7539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7540 pub const STATUS_FLT_DO_NOT_DETACH: NTSTATUS = -1071906800i32;
7541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7542 pub const STATUS_FLT_DUPLICATE_ENTRY: NTSTATUS = -1071906803i32;
7543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7544 pub const STATUS_FLT_FILTER_NOT_FOUND: NTSTATUS = -1071906797i32;
7545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7546 pub const STATUS_FLT_FILTER_NOT_READY: NTSTATUS = -1071906808i32;
7547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7548 pub const STATUS_FLT_INSTANCE_ALTITUDE_COLLISION: NTSTATUS = -1071906799i32;
7549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7550 pub const STATUS_FLT_INSTANCE_NAME_COLLISION: NTSTATUS = -1071906798i32;
7551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7552 pub const STATUS_FLT_INSTANCE_NOT_FOUND: NTSTATUS = -1071906795i32;
7553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7554 pub const STATUS_FLT_INTERNAL_ERROR: NTSTATUS = -1071906806i32;
7555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7556 pub const STATUS_FLT_INVALID_ASYNCHRONOUS_REQUEST: NTSTATUS = -1071906813i32;
7557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7558 pub const STATUS_FLT_INVALID_CONTEXT_REGISTRATION: NTSTATUS = -1071906793i32;
7559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7560 pub const STATUS_FLT_INVALID_NAME_REQUEST: NTSTATUS = -1071906811i32;
7561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7562 pub const STATUS_FLT_IO_COMPLETE: NTSTATUS = 1835009i32;
7563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7564 pub const STATUS_FLT_MUST_BE_NONPAGED_POOL: NTSTATUS = -1071906804i32;
7565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7566 pub const STATUS_FLT_NAME_CACHE_MISS: NTSTATUS = -1071906792i32;
7567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7568 pub const STATUS_FLT_NOT_INITIALIZED: NTSTATUS = -1071906809i32;
7569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7570 pub const STATUS_FLT_NOT_SAFE_TO_POST_OPERATION: NTSTATUS = -1071906810i32;
7571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7572 pub const STATUS_FLT_NO_DEVICE_OBJECT: NTSTATUS = -1071906791i32;
7573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7574 pub const STATUS_FLT_NO_HANDLER_DEFINED: NTSTATUS = -1071906815i32;
7575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7576 pub const STATUS_FLT_NO_WAITER_FOR_REPLY: NTSTATUS = -1071906784i32;
7577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7578 pub const STATUS_FLT_POST_OPERATION_CLEANUP: NTSTATUS = -1071906807i32;
7579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7580 pub const STATUS_FLT_REGISTRATION_BUSY: NTSTATUS = -1071906781i32;
7581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7582 pub const STATUS_FLT_VOLUME_ALREADY_MOUNTED: NTSTATUS = -1071906790i32;
7583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7584 pub const STATUS_FLT_VOLUME_NOT_FOUND: NTSTATUS = -1071906796i32;
7585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7586 pub const STATUS_FLT_WCOS_NOT_SUPPORTED: NTSTATUS = -1071906780i32;
7587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7588 pub const STATUS_FORMS_AUTH_REQUIRED: NTSTATUS = -1073739515i32;
7589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7590 pub const STATUS_FOUND_OUT_OF_SCOPE: NTSTATUS = -1073741266i32;
7591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7592 pub const STATUS_FREE_SPACE_TOO_FRAGMENTED: NTSTATUS = -1073740645i32;
7593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7594 pub const STATUS_FREE_VM_NOT_AT_BASE: NTSTATUS = -1073741665i32;
7595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7596 pub const STATUS_FSFILTER_OP_COMPLETED_SUCCESSFULLY: NTSTATUS = 294i32;
7597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7598 pub const STATUS_FS_DRIVER_REQUIRED: NTSTATUS = -1073741412i32;
7599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7600 pub const STATUS_FT_DI_SCAN_REQUIRED: NTSTATUS = -1073740692i32;
7601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7602 pub const STATUS_FT_MISSING_MEMBER: NTSTATUS = -1073741473i32;
7603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7604 pub const STATUS_FT_ORPHANING: NTSTATUS = -1073741459i32;
7605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7606 pub const STATUS_FT_READ_FAILURE: NTSTATUS = -1073740629i32;
7607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7608 pub const STATUS_FT_READ_FROM_COPY: NTSTATUS = 1073741877i32;
7609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7610 pub const STATUS_FT_READ_FROM_COPY_FAILURE: NTSTATUS = -1073740609i32;
7611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7612 pub const STATUS_FT_READ_RECOVERY_FROM_BACKUP: NTSTATUS = 1073741834i32;
7613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7614 pub const STATUS_FT_WRITE_FAILURE: NTSTATUS = -1073740693i32;
7615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7616 pub const STATUS_FT_WRITE_RECOVERY: NTSTATUS = 1073741835i32;
7617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7618 pub const STATUS_FULLSCREEN_MODE: NTSTATUS = -1073741479i32;
7619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7620 pub const STATUS_FVE_ACTION_NOT_ALLOWED: NTSTATUS = -1071579127i32;
7621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7622 pub const STATUS_FVE_AUTH_INVALID_APPLICATION: NTSTATUS = -1071579109i32;
7623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7624 pub const STATUS_FVE_AUTH_INVALID_CONFIG: NTSTATUS = -1071579108i32;
7625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7626 pub const STATUS_FVE_BAD_DATA: NTSTATUS = -1071579126i32;
7627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7628 pub const STATUS_FVE_BAD_INFORMATION: NTSTATUS = -1071579134i32;
7629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7630 pub const STATUS_FVE_BAD_METADATA_POINTER: NTSTATUS = -1071579105i32;
7631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7632 pub const STATUS_FVE_BAD_PARTITION_SIZE: NTSTATUS = -1071579131i32;
7633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7634 pub const STATUS_FVE_CONV_READ_ERROR: NTSTATUS = -1071579123i32;
7635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7636 pub const STATUS_FVE_CONV_RECOVERY_FAILED: NTSTATUS = -1071579096i32;
7637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7638 pub const STATUS_FVE_CONV_WRITE_ERROR: NTSTATUS = -1071579122i32;
7639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7640 pub const STATUS_FVE_DEBUGGER_ENABLED: NTSTATUS = -1071579107i32;
7641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7642 pub const STATUS_FVE_DEVICE_LOCKEDOUT: NTSTATUS = -1071579077i32;
7643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7644 pub const STATUS_FVE_DRY_RUN_FAILED: NTSTATUS = -1071579106i32;
7645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7646 pub const STATUS_FVE_EDRIVE_BAND_ENUMERATION_FAILED: NTSTATUS = -1071579071i32;
7647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7648 pub const STATUS_FVE_EDRIVE_DRY_RUN_FAILED: NTSTATUS = -1071579080i32;
7649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7650 pub const STATUS_FVE_ENH_PIN_INVALID: NTSTATUS = -1071579087i32;
7651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7652 pub const STATUS_FVE_FAILED_AUTHENTICATION: NTSTATUS = -1071579119i32;
7653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7654 pub const STATUS_FVE_FAILED_SECTOR_SIZE: NTSTATUS = -1071579120i32;
7655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7656 pub const STATUS_FVE_FAILED_WRONG_FS: NTSTATUS = -1071579132i32;
7657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7658 pub const STATUS_FVE_FS_MOUNTED: NTSTATUS = -1071579129i32;
7659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7660 pub const STATUS_FVE_FS_NOT_EXTENDED: NTSTATUS = -1071579130i32;
7661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7662 pub const STATUS_FVE_FULL_ENCRYPTION_NOT_ALLOWED_ON_TP_STORAGE: NTSTATUS = -1071579086i32;
7663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7664 pub const STATUS_FVE_INVALID_DATUM_TYPE: NTSTATUS = -1071579094i32;
7665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7666 pub const STATUS_FVE_KEYFILE_INVALID: NTSTATUS = -1071579116i32;
7667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7668 pub const STATUS_FVE_KEYFILE_NOT_FOUND: NTSTATUS = -1071579117i32;
7669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7670 pub const STATUS_FVE_KEYFILE_NO_VMK: NTSTATUS = -1071579115i32;
7671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7672 pub const STATUS_FVE_LOCKED_VOLUME: NTSTATUS = -1071579136i32;
7673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7674 pub const STATUS_FVE_MOR_FAILED: NTSTATUS = -1071579099i32;
7675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7676 pub const STATUS_FVE_NOT_ALLOWED_ON_CLUSTER: NTSTATUS = -1071579083i32;
7677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7678 pub const STATUS_FVE_NOT_ALLOWED_ON_CSV_STACK: NTSTATUS = -1071579084i32;
7679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7680 pub const STATUS_FVE_NOT_ALLOWED_TO_UPGRADE_WHILE_CONVERTING: NTSTATUS = -1071579082i32;
7681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7682 pub const STATUS_FVE_NOT_DATA_VOLUME: NTSTATUS = -1071579124i32;
7683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7684 pub const STATUS_FVE_NOT_DE_VOLUME: NTSTATUS = -1071579075i32;
7685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7686 pub const STATUS_FVE_NOT_ENCRYPTED: NTSTATUS = -1071579135i32;
7687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7688 pub const STATUS_FVE_NOT_OS_VOLUME: NTSTATUS = -1071579118i32;
7689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7690 pub const STATUS_FVE_NO_AUTOUNLOCK_MASTER_KEY: NTSTATUS = -1071579100i32;
7691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7692 pub const STATUS_FVE_NO_FEATURE_LICENSE: NTSTATUS = -1071579098i32;
7693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7694 pub const STATUS_FVE_NO_LICENSE: NTSTATUS = -1071579128i32;
7695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7696 pub const STATUS_FVE_OLD_METADATA_COPY: NTSTATUS = -1071579104i32;
7697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7698 pub const STATUS_FVE_OSV_KSR_NOT_ALLOWED: NTSTATUS = -1071579072i32;
7699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7700 pub const STATUS_FVE_OVERLAPPED_UPDATE: NTSTATUS = -1071579121i32;
7701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7702 pub const STATUS_FVE_PARTIAL_METADATA: NTSTATUS = -2145320959i32;
7703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7704 pub const STATUS_FVE_PIN_INVALID: NTSTATUS = -1071579110i32;
7705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7706 pub const STATUS_FVE_POLICY_USER_DISABLE_RDV_NOT_ALLOWED: NTSTATUS = -1071579097i32;
7707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7708 pub const STATUS_FVE_PROTECTION_CANNOT_BE_DISABLED: NTSTATUS = -1071579073i32;
7709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7710 pub const STATUS_FVE_PROTECTION_DISABLED: NTSTATUS = -1071579074i32;
7711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7712 pub const STATUS_FVE_RAW_ACCESS: NTSTATUS = -1071579102i32;
7713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7714 pub const STATUS_FVE_RAW_BLOCKED: NTSTATUS = -1071579101i32;
7715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7716 pub const STATUS_FVE_REBOOT_REQUIRED: NTSTATUS = -1071579103i32;
7717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7718 pub const STATUS_FVE_SECUREBOOT_CONFIG_CHANGE: NTSTATUS = -1071579078i32;
7719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7720 pub const STATUS_FVE_SECUREBOOT_DISABLED: NTSTATUS = -1071579079i32;
7721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7722 pub const STATUS_FVE_TOO_SMALL: NTSTATUS = -1071579133i32;
7723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7724 pub const STATUS_FVE_TPM_DISABLED: NTSTATUS = -1071579114i32;
7725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7726 pub const STATUS_FVE_TPM_INVALID_PCR: NTSTATUS = -1071579112i32;
7727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7728 pub const STATUS_FVE_TPM_NO_VMK: NTSTATUS = -1071579111i32;
7729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7730 pub const STATUS_FVE_TPM_SRK_AUTH_NOT_ZERO: NTSTATUS = -1071579113i32;
7731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7732 pub const STATUS_FVE_TRANSIENT_STATE: NTSTATUS = -2145320958i32;
7733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7734 pub const STATUS_FVE_VIRTUALIZED_SPACE_TOO_BIG: NTSTATUS = -1071579095i32;
7735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7736 pub const STATUS_FVE_VOLUME_EXTEND_PREVENTS_EOW_DECRYPT: NTSTATUS = -1071579076i32;
7737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7738 pub const STATUS_FVE_VOLUME_NOT_BOUND: NTSTATUS = -1071579125i32;
7739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7740 pub const STATUS_FVE_VOLUME_TOO_SMALL: NTSTATUS = -1071579088i32;
7741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7742 pub const STATUS_FVE_WIPE_CANCEL_NOT_APPLICABLE: NTSTATUS = -1071579081i32;
7743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7744 pub const STATUS_FVE_WIPE_NOT_ALLOWED_ON_TP_STORAGE: NTSTATUS = -1071579085i32;
7745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7746 pub const STATUS_FWP_ACTION_INCOMPATIBLE_WITH_LAYER: NTSTATUS = -1071513556i32;
7747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7748 pub const STATUS_FWP_ACTION_INCOMPATIBLE_WITH_SUBLAYER: NTSTATUS = -1071513555i32;
7749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7750 pub const STATUS_FWP_ALREADY_EXISTS: NTSTATUS = -1071513591i32;
7751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7752 pub const STATUS_FWP_BUILTIN_OBJECT: NTSTATUS = -1071513577i32;
7753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7754 pub const STATUS_FWP_CALLOUT_NOTIFICATION_FAILED: NTSTATUS = -1071513545i32;
7755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7756 pub const STATUS_FWP_CALLOUT_NOT_FOUND: NTSTATUS = -1071513599i32;
7757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7758 pub const STATUS_FWP_CANNOT_PEND: NTSTATUS = -1071513341i32;
7759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7760 pub const STATUS_FWP_CONDITION_NOT_FOUND: NTSTATUS = -1071513598i32;
7761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7762 pub const STATUS_FWP_CONNECTIONS_DISABLED: NTSTATUS = -1071513535i32;
7763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7764 pub const STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_CALLOUT: NTSTATUS = -1071513553i32;
7765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7766 pub const STATUS_FWP_CONTEXT_INCOMPATIBLE_WITH_LAYER: NTSTATUS = -1071513554i32;
7767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7768 pub const STATUS_FWP_DROP_NOICMP: NTSTATUS = -1071513340i32;
7769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7770 pub const STATUS_FWP_DUPLICATE_AUTH_METHOD: NTSTATUS = -1071513540i32;
7771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7772 pub const STATUS_FWP_DUPLICATE_CONDITION: NTSTATUS = -1071513558i32;
7773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7774 pub const STATUS_FWP_DUPLICATE_KEYMOD: NTSTATUS = -1071513557i32;
7775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7776 pub const STATUS_FWP_DYNAMIC_SESSION_IN_PROGRESS: NTSTATUS = -1071513589i32;
7777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7778 pub const STATUS_FWP_EM_NOT_SUPPORTED: NTSTATUS = -1071513550i32;
7779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7780 pub const STATUS_FWP_FILTER_NOT_FOUND: NTSTATUS = -1071513597i32;
7781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7782 pub const STATUS_FWP_IKEEXT_NOT_RUNNING: NTSTATUS = -1071513532i32;
7783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7784 pub const STATUS_FWP_INCOMPATIBLE_AUTH_METHOD: NTSTATUS = -1071513552i32;
7785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7786 pub const STATUS_FWP_INCOMPATIBLE_CIPHER_TRANSFORM: NTSTATUS = -1071513542i32;
7787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7788 pub const STATUS_FWP_INCOMPATIBLE_DH_GROUP: NTSTATUS = -1071513551i32;
7789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7790 pub const STATUS_FWP_INCOMPATIBLE_LAYER: NTSTATUS = -1071513580i32;
7791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7792 pub const STATUS_FWP_INCOMPATIBLE_SA_STATE: NTSTATUS = -1071513573i32;
7793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7794 pub const STATUS_FWP_INCOMPATIBLE_TXN: NTSTATUS = -1071513583i32;
7795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7796 pub const STATUS_FWP_INJECT_HANDLE_CLOSING: NTSTATUS = -1071513343i32;
7797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7798 pub const STATUS_FWP_INJECT_HANDLE_STALE: NTSTATUS = -1071513342i32;
7799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7800 pub const STATUS_FWP_INVALID_ACTION_TYPE: NTSTATUS = -1071513564i32;
7801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7802 pub const STATUS_FWP_INVALID_AUTH_TRANSFORM: NTSTATUS = -1071513544i32;
7803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7804 pub const STATUS_FWP_INVALID_CIPHER_TRANSFORM: NTSTATUS = -1071513543i32;
7805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7806 pub const STATUS_FWP_INVALID_DNS_NAME: NTSTATUS = -1071513534i32;
7807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7808 pub const STATUS_FWP_INVALID_ENUMERATOR: NTSTATUS = -1071513571i32;
7809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7810 pub const STATUS_FWP_INVALID_FLAGS: NTSTATUS = -1071513570i32;
7811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7812 pub const STATUS_FWP_INVALID_INTERVAL: NTSTATUS = -1071513567i32;
7813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7814 pub const STATUS_FWP_INVALID_NET_MASK: NTSTATUS = -1071513569i32;
7815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7816 pub const STATUS_FWP_INVALID_PARAMETER: NTSTATUS = -1071513547i32;
7817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7818 pub const STATUS_FWP_INVALID_RANGE: NTSTATUS = -1071513568i32;
7819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7820 pub const STATUS_FWP_INVALID_TRANSFORM_COMBINATION: NTSTATUS = -1071513541i32;
7821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7822 pub const STATUS_FWP_INVALID_TUNNEL_ENDPOINT: NTSTATUS = -1071513539i32;
7823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7824 pub const STATUS_FWP_INVALID_WEIGHT: NTSTATUS = -1071513563i32;
7825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7826 pub const STATUS_FWP_IN_USE: NTSTATUS = -1071513590i32;
7827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7828 pub const STATUS_FWP_KEY_DICTATION_INVALID_KEYING_MATERIAL: NTSTATUS = -1071513536i32;
7829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7830 pub const STATUS_FWP_KEY_DICTATOR_ALREADY_REGISTERED: NTSTATUS = -1071513537i32;
7831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7832 pub const STATUS_FWP_KM_CLIENTS_ONLY: NTSTATUS = -1071513579i32;
7833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7834 pub const STATUS_FWP_L2_DRIVER_NOT_READY: NTSTATUS = -1071513538i32;
7835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7836 pub const STATUS_FWP_LAYER_NOT_FOUND: NTSTATUS = -1071513596i32;
7837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7838 pub const STATUS_FWP_LIFETIME_MISMATCH: NTSTATUS = -1071513578i32;
7839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7840 pub const STATUS_FWP_MATCH_TYPE_MISMATCH: NTSTATUS = -1071513562i32;
7841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7842 pub const STATUS_FWP_NET_EVENTS_DISABLED: NTSTATUS = -1071513581i32;
7843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7844 pub const STATUS_FWP_NEVER_MATCH: NTSTATUS = -1071513549i32;
7845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7846 pub const STATUS_FWP_NOTIFICATION_DROPPED: NTSTATUS = -1071513575i32;
7847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7848 pub const STATUS_FWP_NOT_FOUND: NTSTATUS = -1071513592i32;
7849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7850 pub const STATUS_FWP_NO_TXN_IN_PROGRESS: NTSTATUS = -1071513587i32;
7851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7852 pub const STATUS_FWP_NULL_DISPLAY_NAME: NTSTATUS = -1071513565i32;
7853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7854 pub const STATUS_FWP_NULL_POINTER: NTSTATUS = -1071513572i32;
7855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7856 pub const STATUS_FWP_OUT_OF_BOUNDS: NTSTATUS = -1071513560i32;
7857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7858 pub const STATUS_FWP_PROVIDER_CONTEXT_MISMATCH: NTSTATUS = -1071513548i32;
7859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7860 pub const STATUS_FWP_PROVIDER_CONTEXT_NOT_FOUND: NTSTATUS = -1071513594i32;
7861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7862 pub const STATUS_FWP_PROVIDER_NOT_FOUND: NTSTATUS = -1071513595i32;
7863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7864 pub const STATUS_FWP_RESERVED: NTSTATUS = -1071513559i32;
7865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7866 pub const STATUS_FWP_SESSION_ABORTED: NTSTATUS = -1071513584i32;
7867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7868 pub const STATUS_FWP_STILL_ON: NTSTATUS = -1071513533i32;
7869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7870 pub const STATUS_FWP_SUBLAYER_NOT_FOUND: NTSTATUS = -1071513593i32;
7871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7872 pub const STATUS_FWP_TCPIP_NOT_READY: NTSTATUS = -1071513344i32;
7873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7874 pub const STATUS_FWP_TIMEOUT: NTSTATUS = -1071513582i32;
7875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7876 pub const STATUS_FWP_TOO_MANY_CALLOUTS: NTSTATUS = -1071513576i32;
7877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7878 pub const STATUS_FWP_TOO_MANY_SUBLAYERS: NTSTATUS = -1071513546i32;
7879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7880 pub const STATUS_FWP_TRAFFIC_MISMATCH: NTSTATUS = -1071513574i32;
7881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7882 pub const STATUS_FWP_TXN_ABORTED: NTSTATUS = -1071513585i32;
7883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7884 pub const STATUS_FWP_TXN_IN_PROGRESS: NTSTATUS = -1071513586i32;
7885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7886 pub const STATUS_FWP_TYPE_MISMATCH: NTSTATUS = -1071513561i32;
7887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7888 pub const STATUS_FWP_WRONG_SESSION: NTSTATUS = -1071513588i32;
7889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7890 pub const STATUS_FWP_ZERO_LENGTH_ARRAY: NTSTATUS = -1071513566i32;
7891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7892 pub const STATUS_GDI_HANDLE_LEAK: NTSTATUS = -2143354879i32;
7893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7894 pub const STATUS_GENERIC_COMMAND_FAILED: NTSTATUS = -1072365530i32;
7895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7896 pub const STATUS_GENERIC_NOT_MAPPED: NTSTATUS = -1073741594i32;
7897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7898 pub const STATUS_GHOSTED: NTSTATUS = 303i32;
7899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7900 pub const STATUS_GPIO_CLIENT_INFORMATION_INVALID: NTSTATUS = -1073700574i32;
7901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7902 pub const STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE: NTSTATUS = -1073700570i32;
7903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7904 pub const STATUS_GPIO_INTERRUPT_ALREADY_UNMASKED: NTSTATUS = -2147442393i32;
7905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7906 pub const STATUS_GPIO_INVALID_REGISTRATION_PACKET: NTSTATUS = -1073700572i32;
7907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7908 pub const STATUS_GPIO_OPERATION_DENIED: NTSTATUS = -1073700571i32;
7909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7910 pub const STATUS_GPIO_VERSION_NOT_SUPPORTED: NTSTATUS = -1073700573i32;
7911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7912 pub const STATUS_GRACEFUL_DISCONNECT: NTSTATUS = -1073741257i32;
7913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7914 pub const STATUS_GRAPHICS_ADAPTER_ACCESS_NOT_EXCLUDED: NTSTATUS = -1071774661i32;
7915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7916 pub const STATUS_GRAPHICS_ADAPTER_CHAIN_NOT_READY: NTSTATUS = -1071774669i32;
7917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7918 pub const STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_SOURCE: NTSTATUS = -1071774936i32;
7919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7920 pub const STATUS_GRAPHICS_ADAPTER_MUST_HAVE_AT_LEAST_ONE_TARGET: NTSTATUS = -1071774935i32;
7921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7922 pub const STATUS_GRAPHICS_ADAPTER_WAS_RESET: NTSTATUS = -1071775741i32;
7923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7924 pub const STATUS_GRAPHICS_ALLOCATION_BUSY: NTSTATUS = -1071775486i32;
7925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7926 pub const STATUS_GRAPHICS_ALLOCATION_CLOSED: NTSTATUS = -1071775470i32;
7927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7928 pub const STATUS_GRAPHICS_ALLOCATION_CONTENT_LOST: NTSTATUS = -1071775466i32;
7929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7930 pub const STATUS_GRAPHICS_ALLOCATION_INVALID: NTSTATUS = -1071775482i32;
7931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7932 pub const STATUS_GRAPHICS_CANCEL_VIDPN_TOPOLOGY_AUGMENTATION: NTSTATUS = -1071774886i32;
7933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7934 pub const STATUS_GRAPHICS_CANNOTCOLORCONVERT: NTSTATUS = -1071775736i32;
7935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7936 pub const STATUS_GRAPHICS_CANT_ACCESS_ACTIVE_VIDPN: NTSTATUS = -1071774909i32;
7937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7938 pub const STATUS_GRAPHICS_CANT_EVICT_PINNED_ALLOCATION: NTSTATUS = -1071775479i32;
7939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7940 pub const STATUS_GRAPHICS_CANT_LOCK_MEMORY: NTSTATUS = -1071775487i32;
7941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7942 pub const STATUS_GRAPHICS_CANT_RENDER_LOCKED_ALLOCATION: NTSTATUS = -1071775471i32;
7943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7944 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_ENUMERATED: NTSTATUS = -1071774670i32;
7945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7946 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_POWERED_ON: NTSTATUS = -1071774667i32;
7947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7948 pub const STATUS_GRAPHICS_CHAINLINKS_NOT_STARTED: NTSTATUS = -1071774668i32;
7949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7950 pub const STATUS_GRAPHICS_CHILD_DESCRIPTOR_NOT_SUPPORTED: NTSTATUS = -1071774719i32;
7951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7952 pub const STATUS_GRAPHICS_CLIENTVIDPN_NOT_SET: NTSTATUS = -1071774884i32;
7953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7954 pub const STATUS_GRAPHICS_COPP_NOT_SUPPORTED: NTSTATUS = -1071774463i32;
7955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7956 pub const STATUS_GRAPHICS_DATASET_IS_EMPTY: NTSTATUS = 1075708747i32;
7957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7958 pub const STATUS_GRAPHICS_DDCCI_INVALID_CAPABILITIES_STRING: NTSTATUS = -1071774329i32;
7959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7960 pub const STATUS_GRAPHICS_DDCCI_INVALID_DATA: NTSTATUS = -1071774331i32;
7961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7962 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_CHECKSUM: NTSTATUS = -1071774325i32;
7963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7964 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_COMMAND: NTSTATUS = -1071774327i32;
7965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7966 pub const STATUS_GRAPHICS_DDCCI_INVALID_MESSAGE_LENGTH: NTSTATUS = -1071774326i32;
7967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7968 pub const STATUS_GRAPHICS_DDCCI_MONITOR_RETURNED_INVALID_TIMING_STATUS_BYTE: NTSTATUS = -1071774330i32;
7969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7970 pub const STATUS_GRAPHICS_DDCCI_VCP_NOT_SUPPORTED: NTSTATUS = -1071774332i32;
7971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7972 pub const STATUS_GRAPHICS_DEPENDABLE_CHILD_STATUS: NTSTATUS = 1075708988i32;
7973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7974 pub const STATUS_GRAPHICS_DISPLAY_DEVICE_NOT_ATTACHED_TO_DESKTOP: NTSTATUS = -1071774238i32;
7975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7976 pub const STATUS_GRAPHICS_DRIVER_MISMATCH: NTSTATUS = -1071775735i32;
7977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7978 pub const STATUS_GRAPHICS_EMPTY_ADAPTER_MONITOR_MODE_SUPPORT_INTERSECTION: NTSTATUS = -1071774939i32;
7979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7980 pub const STATUS_GRAPHICS_FREQUENCYRANGE_ALREADY_IN_SET: NTSTATUS = -1071774945i32;
7981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7982 pub const STATUS_GRAPHICS_FREQUENCYRANGE_NOT_IN_SET: NTSTATUS = -1071774947i32;
7983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7984 pub const STATUS_GRAPHICS_GAMMA_RAMP_NOT_SUPPORTED: NTSTATUS = -1071774904i32;
7985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7986 pub const STATUS_GRAPHICS_GPU_EXCEPTION_ON_DEVICE: NTSTATUS = -1071775232i32;
7987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7988 pub const STATUS_GRAPHICS_I2C_DEVICE_DOES_NOT_EXIST: NTSTATUS = -1071774335i32;
7989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7990 pub const STATUS_GRAPHICS_I2C_ERROR_RECEIVING_DATA: NTSTATUS = -1071774333i32;
7991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7992 pub const STATUS_GRAPHICS_I2C_ERROR_TRANSMITTING_DATA: NTSTATUS = -1071774334i32;
7993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7994 pub const STATUS_GRAPHICS_I2C_NOT_SUPPORTED: NTSTATUS = -1071774336i32;
7995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7996 pub const STATUS_GRAPHICS_INCOMPATIBLE_PRIVATE_FORMAT: NTSTATUS = -1071774891i32;
7997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
7998 pub const STATUS_GRAPHICS_INCONSISTENT_DEVICE_LINK_STATE: NTSTATUS = -1071774666i32;
7999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8000 pub const STATUS_GRAPHICS_INDIRECT_DISPLAY_ABANDON_SWAPCHAIN: NTSTATUS = -1071775726i32;
8001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8002 pub const STATUS_GRAPHICS_INDIRECT_DISPLAY_DEVICE_STOPPED: NTSTATUS = -1071775725i32;
8003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8004 pub const STATUS_GRAPHICS_INSUFFICIENT_DMA_BUFFER: NTSTATUS = -1071775743i32;
8005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8006 pub const STATUS_GRAPHICS_INTERNAL_ERROR: NTSTATUS = -1071774233i32;
8007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8008 pub const STATUS_GRAPHICS_INVALID_ACTIVE_REGION: NTSTATUS = -1071774965i32;
8009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8010 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_HANDLE: NTSTATUS = -1071775468i32;
8011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8012 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_INSTANCE: NTSTATUS = -1071775469i32;
8013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8014 pub const STATUS_GRAPHICS_INVALID_ALLOCATION_USAGE: NTSTATUS = -1071775472i32;
8015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8016 pub const STATUS_GRAPHICS_INVALID_CLIENT_TYPE: NTSTATUS = -1071774885i32;
8017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8018 pub const STATUS_GRAPHICS_INVALID_COLORBASIS: NTSTATUS = -1071774914i32;
8019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8020 pub const STATUS_GRAPHICS_INVALID_COPYPROTECTION_TYPE: NTSTATUS = -1071774897i32;
8021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8022 pub const STATUS_GRAPHICS_INVALID_DISPLAY_ADAPTER: NTSTATUS = -1071775742i32;
8023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8024 pub const STATUS_GRAPHICS_INVALID_DRIVER_MODEL: NTSTATUS = -1071775740i32;
8025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8026 pub const STATUS_GRAPHICS_INVALID_FREQUENCY: NTSTATUS = -1071774966i32;
8027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8028 pub const STATUS_GRAPHICS_INVALID_GAMMA_RAMP: NTSTATUS = -1071774905i32;
8029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8030 pub const STATUS_GRAPHICS_INVALID_MODE_PRUNING_ALGORITHM: NTSTATUS = -1071774890i32;
8031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8032 pub const STATUS_GRAPHICS_INVALID_MONITORDESCRIPTOR: NTSTATUS = -1071774933i32;
8033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8034 pub const STATUS_GRAPHICS_INVALID_MONITORDESCRIPTORSET: NTSTATUS = -1071774934i32;
8035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8036 pub const STATUS_GRAPHICS_INVALID_MONITOR_CAPABILITY_ORIGIN: NTSTATUS = -1071774889i32;
8037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8038 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE: NTSTATUS = -1071774948i32;
8039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8040 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGESET: NTSTATUS = -1071774949i32;
8041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8042 pub const STATUS_GRAPHICS_INVALID_MONITOR_FREQUENCYRANGE_CONSTRAINT: NTSTATUS = -1071774888i32;
8043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8044 pub const STATUS_GRAPHICS_INVALID_MONITOR_SOURCEMODESET: NTSTATUS = -1071774943i32;
8045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8046 pub const STATUS_GRAPHICS_INVALID_MONITOR_SOURCE_MODE: NTSTATUS = -1071774942i32;
8047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8048 pub const STATUS_GRAPHICS_INVALID_PATH_CONTENT_GEOMETRY_TRANSFORMATION: NTSTATUS = -1071774907i32;
8049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8050 pub const STATUS_GRAPHICS_INVALID_PATH_CONTENT_TYPE: NTSTATUS = -1071774898i32;
8051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8052 pub const STATUS_GRAPHICS_INVALID_PATH_IMPORTANCE_ORDINAL: NTSTATUS = -1071774908i32;
8053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8054 pub const STATUS_GRAPHICS_INVALID_PHYSICAL_MONITOR_HANDLE: NTSTATUS = -1071774324i32;
8055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8056 pub const STATUS_GRAPHICS_INVALID_PIXELFORMAT: NTSTATUS = -1071774915i32;
8057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8058 pub const STATUS_GRAPHICS_INVALID_PIXELVALUEACCESSMODE: NTSTATUS = -1071774913i32;
8059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8060 pub const STATUS_GRAPHICS_INVALID_POINTER: NTSTATUS = -1071774236i32;
8061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8062 pub const STATUS_GRAPHICS_INVALID_PRIMARYSURFACE_SIZE: NTSTATUS = -1071774918i32;
8063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8064 pub const STATUS_GRAPHICS_INVALID_SCANLINE_ORDERING: NTSTATUS = -1071774894i32;
8065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8066 pub const STATUS_GRAPHICS_INVALID_STRIDE: NTSTATUS = -1071774916i32;
8067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8068 pub const STATUS_GRAPHICS_INVALID_TOTAL_REGION: NTSTATUS = -1071774964i32;
8069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8070 pub const STATUS_GRAPHICS_INVALID_VIDEOPRESENTSOURCESET: NTSTATUS = -1071774955i32;
8071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8072 pub const STATUS_GRAPHICS_INVALID_VIDEOPRESENTTARGETSET: NTSTATUS = -1071774954i32;
8073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8074 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE: NTSTATUS = -1071774972i32;
8075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8076 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_SOURCE_MODE: NTSTATUS = -1071774960i32;
8077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8078 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET: NTSTATUS = -1071774971i32;
8079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8080 pub const STATUS_GRAPHICS_INVALID_VIDEO_PRESENT_TARGET_MODE: NTSTATUS = -1071774959i32;
8081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8082 pub const STATUS_GRAPHICS_INVALID_VIDPN: NTSTATUS = -1071774973i32;
8083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8084 pub const STATUS_GRAPHICS_INVALID_VIDPN_PRESENT_PATH: NTSTATUS = -1071774951i32;
8085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8086 pub const STATUS_GRAPHICS_INVALID_VIDPN_SOURCEMODESET: NTSTATUS = -1071774968i32;
8087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8088 pub const STATUS_GRAPHICS_INVALID_VIDPN_TARGETMODESET: NTSTATUS = -1071774967i32;
8089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8090 pub const STATUS_GRAPHICS_INVALID_VIDPN_TARGET_SUBSET_TYPE: NTSTATUS = -1071774929i32;
8091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8092 pub const STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY: NTSTATUS = -1071774976i32;
8093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8094 pub const STATUS_GRAPHICS_INVALID_VIDPN_TOPOLOGY_RECOMMENDATION_REASON: NTSTATUS = -1071774899i32;
8095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8096 pub const STATUS_GRAPHICS_INVALID_VISIBLEREGION_SIZE: NTSTATUS = -1071774917i32;
8097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8098 pub const STATUS_GRAPHICS_LEADLINK_NOT_ENUMERATED: NTSTATUS = -1071774671i32;
8099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8100 pub const STATUS_GRAPHICS_LEADLINK_START_DEFERRED: NTSTATUS = 1075708983i32;
8101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8102 pub const STATUS_GRAPHICS_MAX_NUM_PATHS_REACHED: NTSTATUS = -1071774887i32;
8103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8104 pub const STATUS_GRAPHICS_MCA_INTERNAL_ERROR: NTSTATUS = -1071774328i32;
8105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8106 pub const STATUS_GRAPHICS_MIRRORING_DEVICES_NOT_SUPPORTED: NTSTATUS = -1071774237i32;
8107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8108 pub const STATUS_GRAPHICS_MODE_ALREADY_IN_MODESET: NTSTATUS = -1071774956i32;
8109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8110 pub const STATUS_GRAPHICS_MODE_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774940i32;
8111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8112 pub const STATUS_GRAPHICS_MODE_NOT_IN_MODESET: NTSTATUS = -1071774902i32;
8113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8114 pub const STATUS_GRAPHICS_MODE_NOT_PINNED: NTSTATUS = 1075708679i32;
8115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8116 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_ALREADY_IN_SET: NTSTATUS = -1071774931i32;
8117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8118 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774930i32;
8119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8120 pub const STATUS_GRAPHICS_MONITORDESCRIPTOR_NOT_IN_SET: NTSTATUS = -1071774932i32;
8121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8122 pub const STATUS_GRAPHICS_MONITOR_COULD_NOT_BE_ASSOCIATED_WITH_ADAPTER: NTSTATUS = -1071774924i32;
8123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8124 pub const STATUS_GRAPHICS_MONITOR_NOT_CONNECTED: NTSTATUS = -1071774920i32;
8125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8126 pub const STATUS_GRAPHICS_MONITOR_NO_LONGER_EXISTS: NTSTATUS = -1071774323i32;
8127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8128 pub const STATUS_GRAPHICS_MULTISAMPLING_NOT_SUPPORTED: NTSTATUS = -1071774903i32;
8129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8130 pub const STATUS_GRAPHICS_NOT_A_LINKED_ADAPTER: NTSTATUS = -1071774672i32;
8131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8132 pub const STATUS_GRAPHICS_NOT_EXCLUSIVE_MODE_OWNER: NTSTATUS = -1071775744i32;
8133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8134 pub const STATUS_GRAPHICS_NOT_POST_DEVICE_DRIVER: NTSTATUS = -1071774664i32;
8135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8136 pub const STATUS_GRAPHICS_NO_ACTIVE_VIDPN: NTSTATUS = -1071774922i32;
8137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8138 pub const STATUS_GRAPHICS_NO_AVAILABLE_IMPORTANCE_ORDINALS: NTSTATUS = -1071774892i32;
8139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8140 pub const STATUS_GRAPHICS_NO_AVAILABLE_VIDPN_TARGET: NTSTATUS = -1071774925i32;
8141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8142 pub const STATUS_GRAPHICS_NO_DISPLAY_DEVICE_CORRESPONDS_TO_NAME: NTSTATUS = -1071774239i32;
8143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8144 pub const STATUS_GRAPHICS_NO_DISPLAY_MODE_MANAGEMENT_SUPPORT: NTSTATUS = -1071774911i32;
8145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8146 pub const STATUS_GRAPHICS_NO_MONITORS_CORRESPOND_TO_DISPLAY_DEVICE: NTSTATUS = -1071774235i32;
8147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8148 pub const STATUS_GRAPHICS_NO_MORE_ELEMENTS_IN_DATASET: NTSTATUS = 1075708748i32;
8149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8150 pub const STATUS_GRAPHICS_NO_PREFERRED_MODE: NTSTATUS = 1075708702i32;
8151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8152 pub const STATUS_GRAPHICS_NO_RECOMMENDED_FUNCTIONAL_VIDPN: NTSTATUS = -1071774941i32;
8153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8154 pub const STATUS_GRAPHICS_NO_RECOMMENDED_VIDPN_TOPOLOGY: NTSTATUS = -1071774950i32;
8155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8156 pub const STATUS_GRAPHICS_NO_VIDEO_MEMORY: NTSTATUS = -1071775488i32;
8157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8158 pub const STATUS_GRAPHICS_NO_VIDPNMGR: NTSTATUS = -1071774923i32;
8159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8160 pub const STATUS_GRAPHICS_ONLY_CONSOLE_SESSION_SUPPORTED: NTSTATUS = -1071774240i32;
8161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8162 pub const STATUS_GRAPHICS_OPM_ALL_HDCP_HARDWARE_ALREADY_IN_USE: NTSTATUS = -1071774440i32;
8163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8164 pub const STATUS_GRAPHICS_OPM_DRIVER_INTERNAL_ERROR: NTSTATUS = -1071774434i32;
8165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8166 pub const STATUS_GRAPHICS_OPM_HDCP_SRM_NEVER_SET: NTSTATUS = -1071774442i32;
8167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8168 pub const STATUS_GRAPHICS_OPM_INTERNAL_ERROR: NTSTATUS = -1071774453i32;
8169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8170 pub const STATUS_GRAPHICS_OPM_INVALID_CONFIGURATION_REQUEST: NTSTATUS = -1071774431i32;
8171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8172 pub const STATUS_GRAPHICS_OPM_INVALID_ENCRYPTED_PARAMETERS: NTSTATUS = -1071774461i32;
8173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8174 pub const STATUS_GRAPHICS_OPM_INVALID_HANDLE: NTSTATUS = -1071774452i32;
8175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8176 pub const STATUS_GRAPHICS_OPM_INVALID_INFORMATION_REQUEST: NTSTATUS = -1071774435i32;
8177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8178 pub const STATUS_GRAPHICS_OPM_INVALID_SRM: NTSTATUS = -1071774446i32;
8179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8180 pub const STATUS_GRAPHICS_OPM_NOT_SUPPORTED: NTSTATUS = -1071774464i32;
8181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8182 pub const STATUS_GRAPHICS_OPM_NO_PROTECTED_OUTPUTS_EXIST: NTSTATUS = -1071774459i32;
8183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8184 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_ACP: NTSTATUS = -1071774444i32;
8185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8186 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_CGMSA: NTSTATUS = -1071774443i32;
8187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8188 pub const STATUS_GRAPHICS_OPM_OUTPUT_DOES_NOT_SUPPORT_HDCP: NTSTATUS = -1071774445i32;
8189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8190 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_COPP_SEMANTICS: NTSTATUS = -1071774436i32;
8191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8192 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_DOES_NOT_HAVE_OPM_SEMANTICS: NTSTATUS = -1071774433i32;
8193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8194 pub const STATUS_GRAPHICS_OPM_PROTECTED_OUTPUT_NO_LONGER_EXISTS: NTSTATUS = -1071774438i32;
8195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8196 pub const STATUS_GRAPHICS_OPM_RESOLUTION_TOO_HIGH: NTSTATUS = -1071774441i32;
8197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8198 pub const STATUS_GRAPHICS_OPM_SIGNALING_NOT_SUPPORTED: NTSTATUS = -1071774432i32;
8199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8200 pub const STATUS_GRAPHICS_OPM_SPANNING_MODE_ENABLED: NTSTATUS = -1071774449i32;
8201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8202 pub const STATUS_GRAPHICS_OPM_THEATER_MODE_ENABLED: NTSTATUS = -1071774448i32;
8203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8204 pub const STATUS_GRAPHICS_PARAMETER_ARRAY_TOO_SMALL: NTSTATUS = -1071774234i32;
8205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8206 pub const STATUS_GRAPHICS_PARTIAL_DATA_POPULATED: NTSTATUS = 1075707914i32;
8207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8208 pub const STATUS_GRAPHICS_PATH_ALREADY_IN_TOPOLOGY: NTSTATUS = -1071774957i32;
8209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8210 pub const STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_PINNED: NTSTATUS = 1075708753i32;
8211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8212 pub const STATUS_GRAPHICS_PATH_CONTENT_GEOMETRY_TRANSFORMATION_NOT_SUPPORTED: NTSTATUS = -1071774906i32;
8213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8214 pub const STATUS_GRAPHICS_PATH_NOT_IN_TOPOLOGY: NTSTATUS = -1071774937i32;
8215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8216 pub const STATUS_GRAPHICS_PINNED_MODE_MUST_REMAIN_IN_SET: NTSTATUS = -1071774958i32;
8217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8218 pub const STATUS_GRAPHICS_POLLING_TOO_FREQUENTLY: NTSTATUS = 1075708985i32;
8219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8220 pub const STATUS_GRAPHICS_PRESENT_BUFFER_NOT_BOUND: NTSTATUS = -1071775728i32;
8221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8222 pub const STATUS_GRAPHICS_PRESENT_DENIED: NTSTATUS = -1071775737i32;
8223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8224 pub const STATUS_GRAPHICS_PRESENT_INVALID_WINDOW: NTSTATUS = -1071775729i32;
8225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8226 pub const STATUS_GRAPHICS_PRESENT_MODE_CHANGED: NTSTATUS = -1071775739i32;
8227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8228 pub const STATUS_GRAPHICS_PRESENT_OCCLUDED: NTSTATUS = -1071775738i32;
8229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8230 pub const STATUS_GRAPHICS_PRESENT_REDIRECTION_DISABLED: NTSTATUS = -1071775733i32;
8231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8232 pub const STATUS_GRAPHICS_PRESENT_UNOCCLUDED: NTSTATUS = -1071775732i32;
8233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8234 pub const STATUS_GRAPHICS_PVP_HFS_FAILED: NTSTATUS = -1071774447i32;
8235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8236 pub const STATUS_GRAPHICS_PVP_INVALID_CERTIFICATE_LENGTH: NTSTATUS = -1071774450i32;
8237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8238 pub const STATUS_GRAPHICS_RESOURCES_NOT_RELATED: NTSTATUS = -1071774928i32;
8239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8240 pub const STATUS_GRAPHICS_SESSION_TYPE_CHANGE_IN_PROGRESS: NTSTATUS = -1071774232i32;
8241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8242 pub const STATUS_GRAPHICS_SKIP_ALLOCATION_PREPARATION: NTSTATUS = 1075708417i32;
8243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8244 pub const STATUS_GRAPHICS_SOURCE_ALREADY_IN_SET: NTSTATUS = -1071774953i32;
8245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8246 pub const STATUS_GRAPHICS_SOURCE_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774927i32;
8247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8248 pub const STATUS_GRAPHICS_SOURCE_NOT_IN_TOPOLOGY: NTSTATUS = -1071774919i32;
8249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8250 pub const STATUS_GRAPHICS_SPECIFIED_CHILD_ALREADY_CONNECTED: NTSTATUS = -1071774720i32;
8251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8252 pub const STATUS_GRAPHICS_STALE_MODESET: NTSTATUS = -1071774944i32;
8253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8254 pub const STATUS_GRAPHICS_STALE_VIDPN_TOPOLOGY: NTSTATUS = -1071774921i32;
8255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8256 pub const STATUS_GRAPHICS_START_DEFERRED: NTSTATUS = 1075708986i32;
8257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8258 pub const STATUS_GRAPHICS_TARGET_ALREADY_IN_SET: NTSTATUS = -1071774952i32;
8259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8260 pub const STATUS_GRAPHICS_TARGET_ID_MUST_BE_UNIQUE: NTSTATUS = -1071774926i32;
8261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8262 pub const STATUS_GRAPHICS_TARGET_NOT_IN_TOPOLOGY: NTSTATUS = -1071774912i32;
8263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8264 pub const STATUS_GRAPHICS_TOO_MANY_REFERENCES: NTSTATUS = -1071775485i32;
8265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8266 pub const STATUS_GRAPHICS_TOPOLOGY_CHANGES_NOT_ALLOWED: NTSTATUS = -1071774893i32;
8267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8268 pub const STATUS_GRAPHICS_TRY_AGAIN_LATER: NTSTATUS = -1071775484i32;
8269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8270 pub const STATUS_GRAPHICS_TRY_AGAIN_NOW: NTSTATUS = -1071775483i32;
8271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8272 pub const STATUS_GRAPHICS_UAB_NOT_SUPPORTED: NTSTATUS = -1071774462i32;
8273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8274 pub const STATUS_GRAPHICS_UNASSIGNED_MODESET_ALREADY_EXISTS: NTSTATUS = -1071774896i32;
8275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8276 pub const STATUS_GRAPHICS_UNKNOWN_CHILD_STATUS: NTSTATUS = 1075708975i32;
8277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8278 pub const STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNAVAILABLE: NTSTATUS = -1071775481i32;
8279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8280 pub const STATUS_GRAPHICS_UNSWIZZLING_APERTURE_UNSUPPORTED: NTSTATUS = -1071775480i32;
8281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8282 pub const STATUS_GRAPHICS_VAIL_STATE_CHANGED: NTSTATUS = -1071775727i32;
8283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8284 pub const STATUS_GRAPHICS_VIDEO_PRESENT_TARGETS_LESS_THAN_SOURCES: NTSTATUS = -1071774938i32;
8285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8286 pub const STATUS_GRAPHICS_VIDPN_MODALITY_NOT_SUPPORTED: NTSTATUS = -1071774970i32;
8287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8288 pub const STATUS_GRAPHICS_VIDPN_SOURCE_IN_USE: NTSTATUS = -1071774910i32;
8289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8290 pub const STATUS_GRAPHICS_VIDPN_TOPOLOGY_CURRENTLY_NOT_SUPPORTED: NTSTATUS = -1071774974i32;
8291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8292 pub const STATUS_GRAPHICS_VIDPN_TOPOLOGY_NOT_SUPPORTED: NTSTATUS = -1071774975i32;
8293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8294 pub const STATUS_GRAPHICS_WINDOWDC_NOT_AVAILABLE: NTSTATUS = -1071775731i32;
8295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8296 pub const STATUS_GRAPHICS_WINDOWLESS_PRESENT_DISABLED: NTSTATUS = -1071775730i32;
8297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8298 pub const STATUS_GRAPHICS_WRONG_ALLOCATION_DEVICE: NTSTATUS = -1071775467i32;
8299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8300 pub const STATUS_GROUP_EXISTS: NTSTATUS = -1073741723i32;
8301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8302 pub const STATUS_GUARD_PAGE_VIOLATION: NTSTATUS = -2147483647i32;
8303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8304 pub const STATUS_GUIDS_EXHAUSTED: NTSTATUS = -1073741693i32;
8305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8306 pub const STATUS_GUID_SUBSTITUTION_MADE: NTSTATUS = -2147483636i32;
8307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8308 pub const STATUS_HANDLES_CLOSED: NTSTATUS = -2147483638i32;
8309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8310 pub const STATUS_HANDLE_NOT_CLOSABLE: NTSTATUS = -1073741259i32;
8311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8312 pub const STATUS_HANDLE_NO_LONGER_VALID: NTSTATUS = -1072103384i32;
8313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8314 pub const STATUS_HANDLE_REVOKED: NTSTATUS = -1073700858i32;
8315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8316 pub const STATUS_HARDWARE_MEMORY_ERROR: NTSTATUS = -1073740023i32;
8317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8318 pub const STATUS_HASH_NOT_PRESENT: NTSTATUS = -1073700607i32;
8319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8320 pub const STATUS_HASH_NOT_SUPPORTED: NTSTATUS = -1073700608i32;
8321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8322 pub const STATUS_HAS_SYSTEM_CRITICAL_FILES: NTSTATUS = -1073740611i32;
8323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8324 pub const STATUS_HDAUDIO_CONNECTION_LIST_NOT_SUPPORTED: NTSTATUS = -1069285373i32;
8325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8326 pub const STATUS_HDAUDIO_EMPTY_CONNECTION_LIST: NTSTATUS = -1069285374i32;
8327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8328 pub const STATUS_HDAUDIO_NO_LOGICAL_DEVICES_CREATED: NTSTATUS = -1069285372i32;
8329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8330 pub const STATUS_HDAUDIO_NULL_LINKED_LIST_ENTRY: NTSTATUS = -1069285371i32;
8331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8332 pub const STATUS_HEAP_CORRUPTION: NTSTATUS = -1073740940i32;
8333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8334 pub const STATUS_HEURISTIC_DAMAGE_POSSIBLE: NTSTATUS = 1075380225i32;
8335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8336 pub const STATUS_HIBERNATED: NTSTATUS = 1073741866i32;
8337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8338 pub const STATUS_HIBERNATION_FAILURE: NTSTATUS = -1073740783i32;
8339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8340 pub const STATUS_HIVE_UNLOADED: NTSTATUS = -1073740763i32;
8341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8342 pub const STATUS_HMAC_NOT_SUPPORTED: NTSTATUS = -1073700863i32;
8343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8344 pub const STATUS_HOPLIMIT_EXCEEDED: NTSTATUS = -1073700846i32;
8345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8346 pub const STATUS_HOST_DOWN: NTSTATUS = -1073740976i32;
8347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8348 pub const STATUS_HOST_UNREACHABLE: NTSTATUS = -1073741251i32;
8349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8350 pub const STATUS_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = -1073740779i32;
8351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8352 pub const STATUS_HV_ACCESS_DENIED: NTSTATUS = -1070268410i32;
8353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8354 pub const STATUS_HV_ACKNOWLEDGED: NTSTATUS = -1070268394i32;
8355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8356 pub const STATUS_HV_CALL_PENDING: NTSTATUS = -1070268295i32;
8357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8358 pub const STATUS_HV_CPUID_FEATURE_VALIDATION_ERROR: NTSTATUS = -1070268356i32;
8359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8360 pub const STATUS_HV_CPUID_XSAVE_FEATURE_VALIDATION_ERROR: NTSTATUS = -1070268355i32;
8361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8362 pub const STATUS_HV_DEVICE_NOT_IN_DOMAIN: NTSTATUS = -1070268298i32;
8363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8364 pub const STATUS_HV_EVENT_BUFFER_ALREADY_FREED: NTSTATUS = -1070268300i32;
8365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8366 pub const STATUS_HV_FEATURE_UNAVAILABLE: NTSTATUS = -1070268386i32;
8367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8368 pub const STATUS_HV_INACTIVE: NTSTATUS = -1070268388i32;
8369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8370 pub const STATUS_HV_INSUFFICIENT_BUFFER: NTSTATUS = -1070268365i32;
8371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8372 pub const STATUS_HV_INSUFFICIENT_BUFFERS: NTSTATUS = -1070268397i32;
8373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8374 pub const STATUS_HV_INSUFFICIENT_CONTIGUOUS_MEMORY: NTSTATUS = -1070268299i32;
8375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8376 pub const STATUS_HV_INSUFFICIENT_DEVICE_DOMAINS: NTSTATUS = -1070268360i32;
8377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8378 pub const STATUS_HV_INSUFFICIENT_MEMORY: NTSTATUS = -1070268405i32;
8379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8380 pub const STATUS_HV_INSUFFICIENT_ROOT_MEMORY: NTSTATUS = -1070268301i32;
8381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8382 pub const STATUS_HV_INVALID_ALIGNMENT: NTSTATUS = -1070268412i32;
8383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8384 pub const STATUS_HV_INVALID_CONNECTION_ID: NTSTATUS = -1070268398i32;
8385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8386 pub const STATUS_HV_INVALID_CPU_GROUP_ID: NTSTATUS = -1070268305i32;
8387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8388 pub const STATUS_HV_INVALID_CPU_GROUP_STATE: NTSTATUS = -1070268304i32;
8389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8390 pub const STATUS_HV_INVALID_DEVICE_ID: NTSTATUS = -1070268329i32;
8391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8392 pub const STATUS_HV_INVALID_DEVICE_STATE: NTSTATUS = -1070268328i32;
8393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8394 pub const STATUS_HV_INVALID_HYPERCALL_CODE: NTSTATUS = -1070268414i32;
8395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8396 pub const STATUS_HV_INVALID_HYPERCALL_INPUT: NTSTATUS = -1070268413i32;
8397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8398 pub const STATUS_HV_INVALID_LP_INDEX: NTSTATUS = -1070268351i32;
8399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8400 pub const STATUS_HV_INVALID_PARAMETER: NTSTATUS = -1070268411i32;
8401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8402 pub const STATUS_HV_INVALID_PARTITION_ID: NTSTATUS = -1070268403i32;
8403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8404 pub const STATUS_HV_INVALID_PARTITION_STATE: NTSTATUS = -1070268409i32;
8405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8406 pub const STATUS_HV_INVALID_PORT_ID: NTSTATUS = -1070268399i32;
8407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8408 pub const STATUS_HV_INVALID_PROXIMITY_DOMAIN_INFO: NTSTATUS = -1070268390i32;
8409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8410 pub const STATUS_HV_INVALID_REGISTER_VALUE: NTSTATUS = -1070268336i32;
8411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8412 pub const STATUS_HV_INVALID_SAVE_RESTORE_STATE: NTSTATUS = -1070268393i32;
8413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8414 pub const STATUS_HV_INVALID_SYNIC_STATE: NTSTATUS = -1070268392i32;
8415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8416 pub const STATUS_HV_INVALID_VP_INDEX: NTSTATUS = -1070268402i32;
8417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8418 pub const STATUS_HV_INVALID_VP_STATE: NTSTATUS = -1070268395i32;
8419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8420 pub const STATUS_HV_INVALID_VTL_STATE: NTSTATUS = -1070268335i32;
8421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8422 pub const STATUS_HV_MSR_ACCESS_FAILED: NTSTATUS = -1070268288i32;
8423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8424 pub const STATUS_HV_NESTED_VM_EXIT: NTSTATUS = -1070268297i32;
8425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8426 pub const STATUS_HV_NOT_ACKNOWLEDGED: NTSTATUS = -1070268396i32;
8427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8428 pub const STATUS_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE: NTSTATUS = -1070268302i32;
8429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8430 pub const STATUS_HV_NOT_PRESENT: NTSTATUS = -1070264320i32;
8431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8432 pub const STATUS_HV_NO_DATA: NTSTATUS = -1070268389i32;
8433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8434 pub const STATUS_HV_NO_RESOURCES: NTSTATUS = -1070268387i32;
8435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8436 pub const STATUS_HV_NX_NOT_DETECTED: NTSTATUS = -1070268331i32;
8437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8438 pub const STATUS_HV_OBJECT_IN_USE: NTSTATUS = -1070268391i32;
8439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8440 pub const STATUS_HV_OPERATION_DENIED: NTSTATUS = -1070268408i32;
8441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8442 pub const STATUS_HV_OPERATION_FAILED: NTSTATUS = -1070268303i32;
8443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8444 pub const STATUS_HV_PAGE_REQUEST_INVALID: NTSTATUS = -1070268320i32;
8445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8446 pub const STATUS_HV_PARTITION_TOO_DEEP: NTSTATUS = -1070268404i32;
8447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8448 pub const STATUS_HV_PENDING_PAGE_REQUESTS: NTSTATUS = 3473497i32;
8449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8450 pub const STATUS_HV_PROCESSOR_STARTUP_TIMEOUT: NTSTATUS = -1070268354i32;
8451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8452 pub const STATUS_HV_PROPERTY_VALUE_OUT_OF_RANGE: NTSTATUS = -1070268406i32;
8453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8454 pub const STATUS_HV_SMX_ENABLED: NTSTATUS = -1070268353i32;
8455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8456 pub const STATUS_HV_UNKNOWN_PROPERTY: NTSTATUS = -1070268407i32;
8457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8458 pub const STATUS_ILLEGAL_CHARACTER: NTSTATUS = -1073741471i32;
8459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8460 pub const STATUS_ILLEGAL_DLL_RELOCATION: NTSTATUS = -1073741207i32;
8461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8462 pub const STATUS_ILLEGAL_ELEMENT_ADDRESS: NTSTATUS = -1073741179i32;
8463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8464 pub const STATUS_ILLEGAL_FLOAT_CONTEXT: NTSTATUS = -1073741494i32;
8465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8466 pub const STATUS_ILLEGAL_FUNCTION: NTSTATUS = -1073741649i32;
8467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8468 pub const STATUS_ILLEGAL_INSTRUCTION: NTSTATUS = -1073741795i32;
8469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8470 pub const STATUS_ILL_FORMED_PASSWORD: NTSTATUS = -1073741717i32;
8471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8472 pub const STATUS_ILL_FORMED_SERVICE_ENTRY: NTSTATUS = -1073741472i32;
8473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8474 pub const STATUS_IMAGE_ALREADY_LOADED: NTSTATUS = -1073741554i32;
8475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8476 pub const STATUS_IMAGE_ALREADY_LOADED_AS_DLL: NTSTATUS = -1073741411i32;
8477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8478 pub const STATUS_IMAGE_AT_DIFFERENT_BASE: NTSTATUS = 1073741878i32;
8479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8480 pub const STATUS_IMAGE_CERT_EXPIRED: NTSTATUS = -1073740283i32;
8481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8482 pub const STATUS_IMAGE_CERT_REVOKED: NTSTATUS = -1073740285i32;
8483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8484 pub const STATUS_IMAGE_CHECKSUM_MISMATCH: NTSTATUS = -1073741279i32;
8485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8486 pub const STATUS_IMAGE_LOADED_AS_PATCH_IMAGE: NTSTATUS = -1073740608i32;
8487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8488 pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH: NTSTATUS = 1073741838i32;
8489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8490 pub const STATUS_IMAGE_MACHINE_TYPE_MISMATCH_EXE: NTSTATUS = 1073741859i32;
8491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8492 pub const STATUS_IMAGE_MP_UP_MISMATCH: NTSTATUS = -1073741239i32;
8493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8494 pub const STATUS_IMAGE_NOT_AT_BASE: NTSTATUS = 1073741827i32;
8495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8496 pub const STATUS_IMAGE_SUBSYSTEM_NOT_PRESENT: NTSTATUS = -1073741405i32;
8497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8498 pub const STATUS_IMPLEMENTATION_LIMIT: NTSTATUS = -1073740757i32;
8499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8500 pub const STATUS_INCOMPATIBLE_DRIVER_BLOCKED: NTSTATUS = -1073740764i32;
8501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8502 pub const STATUS_INCOMPATIBLE_FILE_MAP: NTSTATUS = -1073741747i32;
8503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8504 pub const STATUS_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: NTSTATUS = -1073741410i32;
8505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8506 pub const STATUS_INCORRECT_ACCOUNT_TYPE: NTSTATUS = -1073700727i32;
8507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8508 pub const STATUS_INDEX_OUT_OF_BOUNDS: NTSTATUS = -1073740591i32;
8509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8510 pub const STATUS_INDOUBT_TRANSACTIONS_EXIST: NTSTATUS = -1072103366i32;
8511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8512 pub const STATUS_INFO_LENGTH_MISMATCH: NTSTATUS = -1073741820i32;
8513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8514 pub const STATUS_INSTANCE_NOT_AVAILABLE: NTSTATUS = -1073741653i32;
8515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8516 pub const STATUS_INSTRUCTION_MISALIGNMENT: NTSTATUS = -1073741654i32;
8517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8518 pub const STATUS_INSUFFICIENT_LOGON_INFO: NTSTATUS = -1073741232i32;
8519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8520 pub const STATUS_INSUFFICIENT_NVRAM_RESOURCES: NTSTATUS = -1073740716i32;
8521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8522 pub const STATUS_INSUFFICIENT_POWER: NTSTATUS = -1073741090i32;
8523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8524 pub const STATUS_INSUFFICIENT_RESOURCES: NTSTATUS = -1073741670i32;
8525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8526 pub const STATUS_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: NTSTATUS = -1073740778i32;
8527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8528 pub const STATUS_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES: NTSTATUS = -1073740606i32;
8529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8530 pub const STATUS_INSUFF_SERVER_RESOURCES: NTSTATUS = -1073741307i32;
8531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8532 pub const STATUS_INTEGER_DIVIDE_BY_ZERO: NTSTATUS = -1073741676i32;
8533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8534 pub const STATUS_INTEGER_OVERFLOW: NTSTATUS = -1073741675i32;
8535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8536 pub const STATUS_INTERMIXED_KERNEL_EA_OPERATION: NTSTATUS = -1073740687i32;
8537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8538 pub const STATUS_INTERNAL_DB_CORRUPTION: NTSTATUS = -1073741596i32;
8539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8540 pub const STATUS_INTERNAL_DB_ERROR: NTSTATUS = -1073741480i32;
8541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8542 pub const STATUS_INTERNAL_ERROR: NTSTATUS = -1073741595i32;
8543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8544 pub const STATUS_INTERRUPTED: NTSTATUS = -1073740523i32;
8545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8546 pub const STATUS_INTERRUPT_STILL_CONNECTED: NTSTATUS = 296i32;
8547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8548 pub const STATUS_INTERRUPT_VECTOR_ALREADY_CONNECTED: NTSTATUS = 295i32;
8549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8550 pub const STATUS_INVALID_ACCOUNT_NAME: NTSTATUS = -1073741726i32;
8551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8552 pub const STATUS_INVALID_ACE_CONDITION: NTSTATUS = -1073741406i32;
8553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8554 pub const STATUS_INVALID_ACL: NTSTATUS = -1073741705i32;
8555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8556 pub const STATUS_INVALID_ADDRESS: NTSTATUS = -1073741503i32;
8557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8558 pub const STATUS_INVALID_ADDRESS_COMPONENT: NTSTATUS = -1073741305i32;
8559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8560 pub const STATUS_INVALID_ADDRESS_WILDCARD: NTSTATUS = -1073741304i32;
8561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8562 pub const STATUS_INVALID_BLOCK_LENGTH: NTSTATUS = -1073741453i32;
8563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8564 pub const STATUS_INVALID_BUFFER_SIZE: NTSTATUS = -1073741306i32;
8565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8566 pub const STATUS_INVALID_CAP: NTSTATUS = -1073740539i32;
8567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8568 pub const STATUS_INVALID_CID: NTSTATUS = -1073741813i32;
8569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8570 pub const STATUS_INVALID_COMPUTER_NAME: NTSTATUS = -1073741534i32;
8571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8572 pub const STATUS_INVALID_CONNECTION: NTSTATUS = -1073741504i32;
8573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8574 pub const STATUS_INVALID_CRUNTIME_PARAMETER: NTSTATUS = -1073740777i32;
8575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8576 pub const STATUS_INVALID_DEVICE_OBJECT_PARAMETER: NTSTATUS = -1073740951i32;
8577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8578 pub const STATUS_INVALID_DEVICE_REQUEST: NTSTATUS = -1073741808i32;
8579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8580 pub const STATUS_INVALID_DEVICE_STATE: NTSTATUS = -1073741436i32;
8581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8582 pub const STATUS_INVALID_DISPOSITION: NTSTATUS = -1073741786i32;
8583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8584 pub const STATUS_INVALID_DOMAIN_ROLE: NTSTATUS = -1073741602i32;
8585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8586 pub const STATUS_INVALID_DOMAIN_STATE: NTSTATUS = -1073741603i32;
8587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8588 pub const STATUS_INVALID_EA_FLAG: NTSTATUS = -2147483627i32;
8589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8590 pub const STATUS_INVALID_EA_NAME: NTSTATUS = -2147483629i32;
8591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8592 pub const STATUS_INVALID_EXCEPTION_HANDLER: NTSTATUS = -1073741403i32;
8593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8594 pub const STATUS_INVALID_FIELD_IN_PARAMETER_LIST: NTSTATUS = -1073740683i32;
8595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8596 pub const STATUS_INVALID_FILE_FOR_SECTION: NTSTATUS = -1073741792i32;
8597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8598 pub const STATUS_INVALID_GROUP_ATTRIBUTES: NTSTATUS = -1073741660i32;
8599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8600 pub const STATUS_INVALID_HANDLE: NTSTATUS = -1073741816i32;
8601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8602 pub const STATUS_INVALID_HW_PROFILE: NTSTATUS = -1073741216i32;
8603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8604 pub const STATUS_INVALID_IDN_NORMALIZATION: NTSTATUS = -1073740010i32;
8605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8606 pub const STATUS_INVALID_ID_AUTHORITY: NTSTATUS = -1073741692i32;
8607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8608 pub const STATUS_INVALID_IMAGE_FORMAT: NTSTATUS = -1073741701i32;
8609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8610 pub const STATUS_INVALID_IMAGE_HASH: NTSTATUS = -1073740760i32;
8611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8612 pub const STATUS_INVALID_IMAGE_LE_FORMAT: NTSTATUS = -1073741522i32;
8613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8614 pub const STATUS_INVALID_IMAGE_NE_FORMAT: NTSTATUS = -1073741541i32;
8615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8616 pub const STATUS_INVALID_IMAGE_NOT_MZ: NTSTATUS = -1073741521i32;
8617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8618 pub const STATUS_INVALID_IMAGE_PROTECT: NTSTATUS = -1073741520i32;
8619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8620 pub const STATUS_INVALID_IMAGE_WIN_16: NTSTATUS = -1073741519i32;
8621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8622 pub const STATUS_INVALID_IMAGE_WIN_32: NTSTATUS = -1073740967i32;
8623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8624 pub const STATUS_INVALID_IMAGE_WIN_64: NTSTATUS = -1073740966i32;
8625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8626 pub const STATUS_INVALID_IMPORT_OF_NON_DLL: NTSTATUS = -1073740945i32;
8627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8628 pub const STATUS_INVALID_INFO_CLASS: NTSTATUS = -1073741821i32;
8629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8630 pub const STATUS_INVALID_INITIATOR_TARGET_PATH: NTSTATUS = -1073740681i32;
8631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8632 pub const STATUS_INVALID_KERNEL_INFO_VERSION: NTSTATUS = -1073700860i32;
8633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8634 pub const STATUS_INVALID_LABEL: NTSTATUS = -1073740730i32;
8635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8636 pub const STATUS_INVALID_LDT_DESCRIPTOR: NTSTATUS = -1073741542i32;
8637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8638 pub const STATUS_INVALID_LDT_OFFSET: NTSTATUS = -1073741543i32;
8639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8640 pub const STATUS_INVALID_LDT_SIZE: NTSTATUS = -1073741544i32;
8641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8642 pub const STATUS_INVALID_LEVEL: NTSTATUS = -1073741496i32;
8643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8644 pub const STATUS_INVALID_LOCK_RANGE: NTSTATUS = -1073741407i32;
8645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8646 pub const STATUS_INVALID_LOCK_SEQUENCE: NTSTATUS = -1073741794i32;
8647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8648 pub const STATUS_INVALID_LOGON_HOURS: NTSTATUS = -1073741713i32;
8649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8650 pub const STATUS_INVALID_LOGON_TYPE: NTSTATUS = -1073741557i32;
8651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8652 pub const STATUS_INVALID_MEMBER: NTSTATUS = -1073741445i32;
8653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8654 pub const STATUS_INVALID_MESSAGE: NTSTATUS = -1073740030i32;
8655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8656 pub const STATUS_INVALID_NETWORK_RESPONSE: NTSTATUS = -1073741629i32;
8657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8658 pub const STATUS_INVALID_OFFSET_ALIGNMENT: NTSTATUS = -1073740684i32;
8659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8660 pub const STATUS_INVALID_OPLOCK_PROTOCOL: NTSTATUS = -1073741597i32;
8661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8662 pub const STATUS_INVALID_OWNER: NTSTATUS = -1073741734i32;
8663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8664 pub const STATUS_INVALID_PACKAGE_SID_LENGTH: NTSTATUS = -1073700350i32;
8665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8666 pub const STATUS_INVALID_PAGE_PROTECTION: NTSTATUS = -1073741755i32;
8667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8668 pub const STATUS_INVALID_PARAMETER: NTSTATUS = -1073741811i32;
8669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8670 pub const STATUS_INVALID_PARAMETER_1: NTSTATUS = -1073741585i32;
8671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8672 pub const STATUS_INVALID_PARAMETER_10: NTSTATUS = -1073741576i32;
8673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8674 pub const STATUS_INVALID_PARAMETER_11: NTSTATUS = -1073741575i32;
8675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8676 pub const STATUS_INVALID_PARAMETER_12: NTSTATUS = -1073741574i32;
8677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8678 pub const STATUS_INVALID_PARAMETER_2: NTSTATUS = -1073741584i32;
8679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8680 pub const STATUS_INVALID_PARAMETER_3: NTSTATUS = -1073741583i32;
8681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8682 pub const STATUS_INVALID_PARAMETER_4: NTSTATUS = -1073741582i32;
8683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8684 pub const STATUS_INVALID_PARAMETER_5: NTSTATUS = -1073741581i32;
8685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8686 pub const STATUS_INVALID_PARAMETER_6: NTSTATUS = -1073741580i32;
8687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8688 pub const STATUS_INVALID_PARAMETER_7: NTSTATUS = -1073741579i32;
8689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8690 pub const STATUS_INVALID_PARAMETER_8: NTSTATUS = -1073741578i32;
8691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8692 pub const STATUS_INVALID_PARAMETER_9: NTSTATUS = -1073741577i32;
8693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8694 pub const STATUS_INVALID_PARAMETER_MIX: NTSTATUS = -1073741776i32;
8695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8696 pub const STATUS_INVALID_PEP_INFO_VERSION: NTSTATUS = -1073700859i32;
8697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8698 pub const STATUS_INVALID_PIPE_STATE: NTSTATUS = -1073741651i32;
8699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8700 pub const STATUS_INVALID_PLUGPLAY_DEVICE_PATH: NTSTATUS = -1073741215i32;
8701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8702 pub const STATUS_INVALID_PORT_ATTRIBUTES: NTSTATUS = -1073741778i32;
8703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8704 pub const STATUS_INVALID_PORT_HANDLE: NTSTATUS = -1073741758i32;
8705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8706 pub const STATUS_INVALID_PRIMARY_GROUP: NTSTATUS = -1073741733i32;
8707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8708 pub const STATUS_INVALID_QUOTA_LOWER: NTSTATUS = -1073741775i32;
8709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8710 pub const STATUS_INVALID_READ_MODE: NTSTATUS = -1073741644i32;
8711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8712 pub const STATUS_INVALID_RUNLEVEL_SETTING: NTSTATUS = -1073700542i32;
8713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8714 pub const STATUS_INVALID_SECURITY_DESCR: NTSTATUS = -1073741703i32;
8715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8716 pub const STATUS_INVALID_SERVER_STATE: NTSTATUS = -1073741604i32;
8717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8718 pub const STATUS_INVALID_SESSION: NTSTATUS = -1073740715i32;
8719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8720 pub const STATUS_INVALID_SID: NTSTATUS = -1073741704i32;
8721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8722 pub const STATUS_INVALID_SIGNATURE: NTSTATUS = -1073700864i32;
8723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8724 pub const STATUS_INVALID_STATE_TRANSITION: NTSTATUS = -1073700861i32;
8725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8726 pub const STATUS_INVALID_SUB_AUTHORITY: NTSTATUS = -1073741706i32;
8727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8728 pub const STATUS_INVALID_SYSTEM_SERVICE: NTSTATUS = -1073741796i32;
8729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8730 pub const STATUS_INVALID_TASK_INDEX: NTSTATUS = -1073740543i32;
8731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8732 pub const STATUS_INVALID_TASK_NAME: NTSTATUS = -1073740544i32;
8733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8734 pub const STATUS_INVALID_THREAD: NTSTATUS = -1073740004i32;
8735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8736 pub const STATUS_INVALID_TOKEN: NTSTATUS = -1073740699i32;
8737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8738 pub const STATUS_INVALID_TRANSACTION: NTSTATUS = -1072103422i32;
8739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8740 pub const STATUS_INVALID_UNWIND_TARGET: NTSTATUS = -1073741783i32;
8741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8742 pub const STATUS_INVALID_USER_BUFFER: NTSTATUS = -1073741592i32;
8743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8744 pub const STATUS_INVALID_USER_PRINCIPAL_NAME: NTSTATUS = -1073740772i32;
8745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8746 pub const STATUS_INVALID_VARIANT: NTSTATUS = -1073741262i32;
8747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8748 pub const STATUS_INVALID_VIEW_SIZE: NTSTATUS = -1073741793i32;
8749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8750 pub const STATUS_INVALID_VOLUME_LABEL: NTSTATUS = -1073741690i32;
8751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8752 pub const STATUS_INVALID_WEIGHT: NTSTATUS = -1073740712i32;
8753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8754 pub const STATUS_INVALID_WORKSTATION: NTSTATUS = -1073741712i32;
8755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8756 pub const STATUS_IN_PAGE_ERROR: NTSTATUS = -1073741818i32;
8757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8758 pub const STATUS_IORING_COMPLETION_QUEUE_TOO_BIG: NTSTATUS = -1069154299i32;
8759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8760 pub const STATUS_IORING_CORRUPT: NTSTATUS = -1069154297i32;
8761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8762 pub const STATUS_IORING_REQUIRED_FLAG_NOT_SUPPORTED: NTSTATUS = -1069154303i32;
8763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8764 pub const STATUS_IORING_SUBMISSION_QUEUE_FULL: NTSTATUS = -1069154302i32;
8765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8766 pub const STATUS_IORING_SUBMISSION_QUEUE_TOO_BIG: NTSTATUS = -1069154300i32;
8767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8768 pub const STATUS_IORING_SUBMIT_IN_PROGRESS: NTSTATUS = -1069154298i32;
8769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8770 pub const STATUS_IORING_VERSION_NOT_SUPPORTED: NTSTATUS = -1069154301i32;
8771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8772 pub const STATUS_IO_DEVICE_ERROR: NTSTATUS = -1073741435i32;
8773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8774 pub const STATUS_IO_DEVICE_INVALID_DATA: NTSTATUS = -1073741392i32;
8775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8776 pub const STATUS_IO_OPERATION_TIMEOUT: NTSTATUS = -1073740675i32;
8777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8778 pub const STATUS_IO_PREEMPTED: NTSTATUS = -1068433407i32;
8779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8780 pub const STATUS_IO_PRIVILEGE_FAILED: NTSTATUS = -1073741513i32;
8781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8782 pub const STATUS_IO_REISSUE_AS_CACHED: NTSTATUS = -1073479623i32;
8783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8784 pub const STATUS_IO_REPARSE_DATA_INVALID: NTSTATUS = -1073741192i32;
8785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8786 pub const STATUS_IO_REPARSE_TAG_INVALID: NTSTATUS = -1073741194i32;
8787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8788 pub const STATUS_IO_REPARSE_TAG_MISMATCH: NTSTATUS = -1073741193i32;
8789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8790 pub const STATUS_IO_REPARSE_TAG_NOT_HANDLED: NTSTATUS = -1073741191i32;
8791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8792 pub const STATUS_IO_TIMEOUT: NTSTATUS = -1073741643i32;
8793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8794 pub const STATUS_IO_UNALIGNED_WRITE: NTSTATUS = -1073741391i32;
8795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8796 pub const STATUS_IPSEC_AUTH_FIREWALL_DROP: NTSTATUS = -1070202872i32;
8797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8798 pub const STATUS_IPSEC_BAD_SPI: NTSTATUS = -1070202879i32;
8799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8800 pub const STATUS_IPSEC_CLEAR_TEXT_DROP: NTSTATUS = -1070202873i32;
8801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8802 pub const STATUS_IPSEC_DOSP_BLOCK: NTSTATUS = -1070170112i32;
8803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8804 pub const STATUS_IPSEC_DOSP_INVALID_PACKET: NTSTATUS = -1070170110i32;
8805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8806 pub const STATUS_IPSEC_DOSP_KEYMOD_NOT_ALLOWED: NTSTATUS = -1070170107i32;
8807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8808 pub const STATUS_IPSEC_DOSP_MAX_ENTRIES: NTSTATUS = -1070170108i32;
8809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8810 pub const STATUS_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES: NTSTATUS = -1070170106i32;
8811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8812 pub const STATUS_IPSEC_DOSP_RECEIVED_MULTICAST: NTSTATUS = -1070170111i32;
8813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8814 pub const STATUS_IPSEC_DOSP_STATE_LOOKUP_FAILED: NTSTATUS = -1070170109i32;
8815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8816 pub const STATUS_IPSEC_INTEGRITY_CHECK_FAILED: NTSTATUS = -1070202874i32;
8817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8818 pub const STATUS_IPSEC_INVALID_PACKET: NTSTATUS = -1070202875i32;
8819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8820 pub const STATUS_IPSEC_QUEUE_OVERFLOW: NTSTATUS = -1073700848i32;
8821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8822 pub const STATUS_IPSEC_REPLAY_CHECK_FAILED: NTSTATUS = -1070202876i32;
8823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8824 pub const STATUS_IPSEC_SA_LIFETIME_EXPIRED: NTSTATUS = -1070202878i32;
8825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8826 pub const STATUS_IPSEC_THROTTLE_DROP: NTSTATUS = -1070202871i32;
8827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8828 pub const STATUS_IPSEC_WRONG_SA: NTSTATUS = -1070202877i32;
8829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8830 pub const STATUS_IP_ADDRESS_CONFLICT1: NTSTATUS = -1073741228i32;
8831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8832 pub const STATUS_IP_ADDRESS_CONFLICT2: NTSTATUS = -1073741227i32;
8833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8834 pub const STATUS_ISSUING_CA_UNTRUSTED: NTSTATUS = -1073740918i32;
8835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8836 pub const STATUS_ISSUING_CA_UNTRUSTED_KDC: NTSTATUS = -1073740787i32;
8837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8838 pub const STATUS_JOB_NOT_EMPTY: NTSTATUS = -1073740529i32;
8839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8840 pub const STATUS_JOB_NO_CONTAINER: NTSTATUS = -1073740535i32;
8841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8842 pub const STATUS_JOURNAL_DELETE_IN_PROGRESS: NTSTATUS = -1073741129i32;
8843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8844 pub const STATUS_JOURNAL_ENTRY_DELETED: NTSTATUS = -1073741105i32;
8845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8846 pub const STATUS_JOURNAL_NOT_ACTIVE: NTSTATUS = -1073741128i32;
8847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8848 pub const STATUS_KDC_CERT_EXPIRED: NTSTATUS = -1073740786i32;
8849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8850 pub const STATUS_KDC_CERT_REVOKED: NTSTATUS = -1073740785i32;
8851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8852 pub const STATUS_KDC_INVALID_REQUEST: NTSTATUS = -1073741061i32;
8853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8854 pub const STATUS_KDC_UNABLE_TO_REFER: NTSTATUS = -1073741060i32;
8855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8856 pub const STATUS_KDC_UNKNOWN_ETYPE: NTSTATUS = -1073741059i32;
8857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8858 pub const STATUS_KERNEL_APC: NTSTATUS = 256i32;
8859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8860 pub const STATUS_KERNEL_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739996i32;
8861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8862 pub const STATUS_KEY_DELETED: NTSTATUS = -1073741444i32;
8863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8864 pub const STATUS_KEY_HAS_CHILDREN: NTSTATUS = -1073741440i32;
8865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8866 pub const STATUS_LAST_ADMIN: NTSTATUS = -1073741719i32;
8867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8868 pub const STATUS_LICENSE_QUOTA_EXCEEDED: NTSTATUS = -1073741223i32;
8869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8870 pub const STATUS_LICENSE_VIOLATION: NTSTATUS = -1073741206i32;
8871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8872 pub const STATUS_LINK_FAILED: NTSTATUS = -1073741506i32;
8873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8874 pub const STATUS_LINK_TIMEOUT: NTSTATUS = -1073741505i32;
8875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8876 pub const STATUS_LM_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = -1073741441i32;
8877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8878 pub const STATUS_LOCAL_DISCONNECT: NTSTATUS = -1073741509i32;
8879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8880 pub const STATUS_LOCAL_USER_SESSION_KEY: NTSTATUS = 1073741830i32;
8881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8882 pub const STATUS_LOCK_NOT_GRANTED: NTSTATUS = -1073741739i32;
8883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8884 pub const STATUS_LOGIN_TIME_RESTRICTION: NTSTATUS = -1073741241i32;
8885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8886 pub const STATUS_LOGIN_WKSTA_RESTRICTION: NTSTATUS = -1073741240i32;
8887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8888 pub const STATUS_LOGON_NOT_GRANTED: NTSTATUS = -1073741483i32;
8889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8890 pub const STATUS_LOGON_SERVER_CONFLICT: NTSTATUS = -1073741518i32;
8891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8892 pub const STATUS_LOGON_SESSION_COLLISION: NTSTATUS = -1073741563i32;
8893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8894 pub const STATUS_LOGON_SESSION_EXISTS: NTSTATUS = -1073741586i32;
8895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8896 pub const STATUS_LOG_APPENDED_FLUSH_FAILED: NTSTATUS = -1072037841i32;
8897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8898 pub const STATUS_LOG_ARCHIVE_IN_PROGRESS: NTSTATUS = -1072037855i32;
8899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8900 pub const STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS: NTSTATUS = -1072037856i32;
8901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8902 pub const STATUS_LOG_BLOCKS_EXHAUSTED: NTSTATUS = -1072037882i32;
8903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8904 pub const STATUS_LOG_BLOCK_INCOMPLETE: NTSTATUS = -1072037884i32;
8905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8906 pub const STATUS_LOG_BLOCK_INVALID: NTSTATUS = -1072037878i32;
8907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8908 pub const STATUS_LOG_BLOCK_VERSION: NTSTATUS = -1072037879i32;
8909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8910 pub const STATUS_LOG_CANT_DELETE: NTSTATUS = -1072037871i32;
8911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8912 pub const STATUS_LOG_CLIENT_ALREADY_REGISTERED: NTSTATUS = -1072037852i32;
8913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8914 pub const STATUS_LOG_CLIENT_NOT_REGISTERED: NTSTATUS = -1072037851i32;
8915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8916 pub const STATUS_LOG_CONTAINER_LIMIT_EXCEEDED: NTSTATUS = -1072037870i32;
8917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8918 pub const STATUS_LOG_CONTAINER_OPEN_FAILED: NTSTATUS = -1072037847i32;
8919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8920 pub const STATUS_LOG_CONTAINER_READ_FAILED: NTSTATUS = -1072037849i32;
8921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8922 pub const STATUS_LOG_CONTAINER_STATE_INVALID: NTSTATUS = -1072037846i32;
8923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8924 pub const STATUS_LOG_CONTAINER_WRITE_FAILED: NTSTATUS = -1072037848i32;
8925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8926 pub const STATUS_LOG_CORRUPTION_DETECTED: NTSTATUS = -1072103376i32;
8927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8928 pub const STATUS_LOG_DEDICATED: NTSTATUS = -1072037857i32;
8929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8930 pub const STATUS_LOG_EPHEMERAL: NTSTATUS = -1072037854i32;
8931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8932 pub const STATUS_LOG_FILE_FULL: NTSTATUS = -1073741432i32;
8933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8934 pub const STATUS_LOG_FULL: NTSTATUS = -1072037859i32;
8935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8936 pub const STATUS_LOG_FULL_HANDLER_IN_PROGRESS: NTSTATUS = -1072037850i32;
8937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8938 pub const STATUS_LOG_GROWTH_FAILED: NTSTATUS = -1072103399i32;
8939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8940 pub const STATUS_LOG_HARD_ERROR: NTSTATUS = 1073741850i32;
8941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8942 pub const STATUS_LOG_INCONSISTENT_SECURITY: NTSTATUS = -1072037842i32;
8943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8944 pub const STATUS_LOG_INVALID_RANGE: NTSTATUS = -1072037883i32;
8945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8946 pub const STATUS_LOG_METADATA_CORRUPT: NTSTATUS = -1072037875i32;
8947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8948 pub const STATUS_LOG_METADATA_FLUSH_FAILED: NTSTATUS = -1072037843i32;
8949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8950 pub const STATUS_LOG_METADATA_INCONSISTENT: NTSTATUS = -1072037873i32;
8951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8952 pub const STATUS_LOG_METADATA_INVALID: NTSTATUS = -1072037874i32;
8953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8954 pub const STATUS_LOG_MULTIPLEXED: NTSTATUS = -1072037858i32;
8955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8956 pub const STATUS_LOG_NOT_ENOUGH_CONTAINERS: NTSTATUS = -1072037853i32;
8957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8958 pub const STATUS_LOG_NO_RESTART: NTSTATUS = 1075445772i32;
8959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8960 pub const STATUS_LOG_PINNED: NTSTATUS = -1072037844i32;
8961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8962 pub const STATUS_LOG_PINNED_ARCHIVE_TAIL: NTSTATUS = -1072037864i32;
8963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8964 pub const STATUS_LOG_PINNED_RESERVATION: NTSTATUS = -1072037840i32;
8965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8966 pub const STATUS_LOG_POLICY_ALREADY_INSTALLED: NTSTATUS = -1072037868i32;
8967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8968 pub const STATUS_LOG_POLICY_CONFLICT: NTSTATUS = -1072037865i32;
8969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8970 pub const STATUS_LOG_POLICY_INVALID: NTSTATUS = -1072037866i32;
8971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8972 pub const STATUS_LOG_POLICY_NOT_INSTALLED: NTSTATUS = -1072037867i32;
8973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8974 pub const STATUS_LOG_READ_CONTEXT_INVALID: NTSTATUS = -1072037881i32;
8975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8976 pub const STATUS_LOG_READ_MODE_INVALID: NTSTATUS = -1072037877i32;
8977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8978 pub const STATUS_LOG_RECORDS_RESERVED_INVALID: NTSTATUS = -1072037862i32;
8979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8980 pub const STATUS_LOG_RECORD_NONEXISTENT: NTSTATUS = -1072037863i32;
8981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8982 pub const STATUS_LOG_RESERVATION_INVALID: NTSTATUS = -1072037872i32;
8983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8984 pub const STATUS_LOG_RESIZE_INVALID_SIZE: NTSTATUS = -1072103413i32;
8985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8986 pub const STATUS_LOG_RESTART_INVALID: NTSTATUS = -1072037880i32;
8987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8988 pub const STATUS_LOG_SECTOR_INVALID: NTSTATUS = -1072037887i32;
8989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8990 pub const STATUS_LOG_SECTOR_PARITY_INVALID: NTSTATUS = -1072037886i32;
8991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8992 pub const STATUS_LOG_SECTOR_REMAPPED: NTSTATUS = -1072037885i32;
8993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8994 pub const STATUS_LOG_SPACE_RESERVED_INVALID: NTSTATUS = -1072037861i32;
8995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8996 pub const STATUS_LOG_START_OF_LOG: NTSTATUS = -1072037869i32;
8997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
8998 pub const STATUS_LOG_STATE_INVALID: NTSTATUS = -1072037845i32;
8999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9000 pub const STATUS_LOG_TAIL_INVALID: NTSTATUS = -1072037860i32;
9001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9002 pub const STATUS_LONGJUMP: NTSTATUS = -2147483610i32;
9003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9004 pub const STATUS_LOST_MODE_LOGON_RESTRICTION: NTSTATUS = -1073741043i32;
9005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9006 pub const STATUS_LOST_WRITEBEHIND_DATA: NTSTATUS = -1073741278i32;
9007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9008 pub const STATUS_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR: NTSTATUS = -1073700734i32;
9009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9010 pub const STATUS_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED: NTSTATUS = -1073700736i32;
9011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9012 pub const STATUS_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR: NTSTATUS = -1073700735i32;
9013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9014 pub const STATUS_LPAC_ACCESS_DENIED: NTSTATUS = -1073700349i32;
9015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9016 pub const STATUS_LPC_HANDLE_COUNT_EXCEEDED: NTSTATUS = -1073739998i32;
9017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9018 pub const STATUS_LPC_INVALID_CONNECTION_USAGE: NTSTATUS = -1073740026i32;
9019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9020 pub const STATUS_LPC_RECEIVE_BUFFER_EXPECTED: NTSTATUS = -1073740027i32;
9021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9022 pub const STATUS_LPC_REPLY_LOST: NTSTATUS = -1073741229i32;
9023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9024 pub const STATUS_LPC_REQUESTS_NOT_ALLOWED: NTSTATUS = -1073740025i32;
9025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9026 pub const STATUS_LUIDS_EXHAUSTED: NTSTATUS = -1073741707i32;
9027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9028 pub const STATUS_MAGAZINE_NOT_PRESENT: NTSTATUS = -1073741178i32;
9029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9030 pub const STATUS_MAPPED_ALIGNMENT: NTSTATUS = -1073741280i32;
9031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9032 pub const STATUS_MAPPED_FILE_SIZE_ZERO: NTSTATUS = -1073741538i32;
9033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9034 pub const STATUS_MARKED_TO_DISALLOW_WRITES: NTSTATUS = -1073740659i32;
9035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9036 pub const STATUS_MARSHALL_OVERFLOW: NTSTATUS = -1073741263i32;
9037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9038 pub const STATUS_MAX_REFERRALS_EXCEEDED: NTSTATUS = -1073741068i32;
9039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9040 pub const STATUS_MCA_EXCEPTION: NTSTATUS = -1073740013i32;
9041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9042 pub const STATUS_MCA_OCCURED: NTSTATUS = -1073740950i32;
9043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9044 pub const STATUS_MEDIA_CHANGED: NTSTATUS = -2147483620i32;
9045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9046 pub const STATUS_MEDIA_CHECK: NTSTATUS = -2147483616i32;
9047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9048 pub const STATUS_MEDIA_WRITE_PROTECTED: NTSTATUS = -1073741662i32;
9049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9050 pub const STATUS_MEMBERS_PRIMARY_GROUP: NTSTATUS = -1073741529i32;
9051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9052 pub const STATUS_MEMBER_IN_ALIAS: NTSTATUS = -1073741485i32;
9053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9054 pub const STATUS_MEMBER_IN_GROUP: NTSTATUS = -1073741721i32;
9055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9056 pub const STATUS_MEMBER_NOT_IN_ALIAS: NTSTATUS = -1073741486i32;
9057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9058 pub const STATUS_MEMBER_NOT_IN_GROUP: NTSTATUS = -1073741720i32;
9059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9060 pub const STATUS_MEMORY_NOT_ALLOCATED: NTSTATUS = -1073741664i32;
9061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9062 pub const STATUS_MESSAGE_LOST: NTSTATUS = -1073740031i32;
9063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9064 pub const STATUS_MESSAGE_NOT_FOUND: NTSTATUS = -1073741559i32;
9065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9066 pub const STATUS_MESSAGE_RETRIEVED: NTSTATUS = 1073741870i32;
9067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9068 pub const STATUS_MFT_TOO_FRAGMENTED: NTSTATUS = -1073741052i32;
9069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9070 pub const STATUS_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION: NTSTATUS = -1072103388i32;
9071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9072 pub const STATUS_MISSING_SYSTEMFILE: NTSTATUS = -1073741501i32;
9073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9074 pub const STATUS_MONITOR_INVALID_DESCRIPTOR_CHECKSUM: NTSTATUS = -1071841277i32;
9075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9076 pub const STATUS_MONITOR_INVALID_DETAILED_TIMING_BLOCK: NTSTATUS = -1071841271i32;
9077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9078 pub const STATUS_MONITOR_INVALID_MANUFACTURE_DATE: NTSTATUS = -1071841270i32;
9079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9080 pub const STATUS_MONITOR_INVALID_SERIAL_NUMBER_MONDSC_BLOCK: NTSTATUS = -1071841274i32;
9081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9082 pub const STATUS_MONITOR_INVALID_STANDARD_TIMING_BLOCK: NTSTATUS = -1071841276i32;
9083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9084 pub const STATUS_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK: NTSTATUS = -1071841273i32;
9085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9086 pub const STATUS_MONITOR_NO_DESCRIPTOR: NTSTATUS = -1071841279i32;
9087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9088 pub const STATUS_MONITOR_NO_MORE_DESCRIPTOR_DATA: NTSTATUS = -1071841272i32;
9089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9090 pub const STATUS_MONITOR_UNKNOWN_DESCRIPTOR_FORMAT: NTSTATUS = -1071841278i32;
9091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9092 pub const STATUS_MONITOR_WMI_DATABLOCK_REGISTRATION_FAILED: NTSTATUS = -1071841275i32;
9093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9094 pub const STATUS_MORE_ENTRIES: NTSTATUS = 261i32;
9095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9096 pub const STATUS_MORE_PROCESSING_REQUIRED: NTSTATUS = -1073741802i32;
9097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9098 pub const STATUS_MOUNT_POINT_NOT_RESOLVED: NTSTATUS = -1073740952i32;
9099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9100 pub const STATUS_MP_PROCESSOR_MISMATCH: NTSTATUS = 1073741865i32;
9101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9102 pub const STATUS_MUI_FILE_NOT_FOUND: NTSTATUS = -1073020927i32;
9103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9104 pub const STATUS_MUI_FILE_NOT_LOADED: NTSTATUS = -1073020922i32;
9105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9106 pub const STATUS_MUI_INVALID_FILE: NTSTATUS = -1073020926i32;
9107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9108 pub const STATUS_MUI_INVALID_LOCALE_NAME: NTSTATUS = -1073020924i32;
9109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9110 pub const STATUS_MUI_INVALID_RC_CONFIG: NTSTATUS = -1073020925i32;
9111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9112 pub const STATUS_MUI_INVALID_ULTIMATEFALLBACK_NAME: NTSTATUS = -1073020923i32;
9113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9114 pub const STATUS_MULTIPLE_FAULT_VIOLATION: NTSTATUS = -1073741080i32;
9115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9116 pub const STATUS_MUST_BE_KDC: NTSTATUS = -1073741067i32;
9117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9118 pub const STATUS_MUTANT_LIMIT_EXCEEDED: NTSTATUS = -1073741423i32;
9119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9120 pub const STATUS_MUTANT_NOT_OWNED: NTSTATUS = -1073741754i32;
9121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9122 pub const STATUS_MUTUAL_AUTHENTICATION_FAILED: NTSTATUS = -1073741117i32;
9123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9124 pub const STATUS_NAME_TOO_LONG: NTSTATUS = -1073741562i32;
9125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9126 pub const STATUS_NDIS_ADAPTER_NOT_FOUND: NTSTATUS = -1071448058i32;
9127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9128 pub const STATUS_NDIS_ADAPTER_NOT_READY: NTSTATUS = -1071448047i32;
9129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9130 pub const STATUS_NDIS_ADAPTER_REMOVED: NTSTATUS = -1071448040i32;
9131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9132 pub const STATUS_NDIS_ALREADY_MAPPED: NTSTATUS = -1071448035i32;
9133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9134 pub const STATUS_NDIS_BAD_CHARACTERISTICS: NTSTATUS = -1071448059i32;
9135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9136 pub const STATUS_NDIS_BAD_VERSION: NTSTATUS = -1071448060i32;
9137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9138 pub const STATUS_NDIS_BUFFER_TOO_SHORT: NTSTATUS = -1071448042i32;
9139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9140 pub const STATUS_NDIS_CLOSING: NTSTATUS = -1071448062i32;
9141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9142 pub const STATUS_NDIS_DEVICE_FAILED: NTSTATUS = -1071448056i32;
9143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9144 pub const STATUS_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE: NTSTATUS = -1071439866i32;
9145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9146 pub const STATUS_NDIS_DOT11_AP_BAND_NOT_ALLOWED: NTSTATUS = -1071439864i32;
9147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9148 pub const STATUS_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE: NTSTATUS = -1071439867i32;
9149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9150 pub const STATUS_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED: NTSTATUS = -1071439865i32;
9151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9152 pub const STATUS_NDIS_DOT11_AUTO_CONFIG_ENABLED: NTSTATUS = -1071439872i32;
9153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9154 pub const STATUS_NDIS_DOT11_MEDIA_IN_USE: NTSTATUS = -1071439871i32;
9155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9156 pub const STATUS_NDIS_DOT11_POWER_STATE_INVALID: NTSTATUS = -1071439870i32;
9157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9158 pub const STATUS_NDIS_ERROR_READING_FILE: NTSTATUS = -1071448036i32;
9159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9160 pub const STATUS_NDIS_FILE_NOT_FOUND: NTSTATUS = -1071448037i32;
9161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9162 pub const STATUS_NDIS_GROUP_ADDRESS_IN_USE: NTSTATUS = -1071448038i32;
9163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9164 pub const STATUS_NDIS_INDICATION_REQUIRED: NTSTATUS = 1076035585i32;
9165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9166 pub const STATUS_NDIS_INTERFACE_NOT_FOUND: NTSTATUS = -1071448021i32;
9167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9168 pub const STATUS_NDIS_INVALID_ADDRESS: NTSTATUS = -1071448030i32;
9169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9170 pub const STATUS_NDIS_INVALID_DATA: NTSTATUS = -1071448043i32;
9171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9172 pub const STATUS_NDIS_INVALID_DEVICE_REQUEST: NTSTATUS = -1071448048i32;
9173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9174 pub const STATUS_NDIS_INVALID_LENGTH: NTSTATUS = -1071448044i32;
9175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9176 pub const STATUS_NDIS_INVALID_OID: NTSTATUS = -1071448041i32;
9177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9178 pub const STATUS_NDIS_INVALID_PACKET: NTSTATUS = -1071448049i32;
9179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9180 pub const STATUS_NDIS_INVALID_PORT: NTSTATUS = -1071448019i32;
9181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9182 pub const STATUS_NDIS_INVALID_PORT_STATE: NTSTATUS = -1071448018i32;
9183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9184 pub const STATUS_NDIS_LOW_POWER_STATE: NTSTATUS = -1071448017i32;
9185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9186 pub const STATUS_NDIS_MEDIA_DISCONNECTED: NTSTATUS = -1071448033i32;
9187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9188 pub const STATUS_NDIS_MULTICAST_EXISTS: NTSTATUS = -1071448054i32;
9189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9190 pub const STATUS_NDIS_MULTICAST_FULL: NTSTATUS = -1071448055i32;
9191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9192 pub const STATUS_NDIS_MULTICAST_NOT_FOUND: NTSTATUS = -1071448053i32;
9193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9194 pub const STATUS_NDIS_NOT_SUPPORTED: NTSTATUS = -1071447877i32;
9195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9196 pub const STATUS_NDIS_NO_QUEUES: NTSTATUS = -1071448015i32;
9197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9198 pub const STATUS_NDIS_OFFLOAD_CONNECTION_REJECTED: NTSTATUS = -1071443950i32;
9199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9200 pub const STATUS_NDIS_OFFLOAD_PATH_REJECTED: NTSTATUS = -1071443949i32;
9201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9202 pub const STATUS_NDIS_OFFLOAD_POLICY: NTSTATUS = -1071443953i32;
9203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9204 pub const STATUS_NDIS_OPEN_FAILED: NTSTATUS = -1071448057i32;
9205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9206 pub const STATUS_NDIS_PAUSED: NTSTATUS = -1071448022i32;
9207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9208 pub const STATUS_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL: NTSTATUS = -1071439868i32;
9209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9210 pub const STATUS_NDIS_PM_WOL_PATTERN_LIST_FULL: NTSTATUS = -1071439869i32;
9211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9212 pub const STATUS_NDIS_REINIT_REQUIRED: NTSTATUS = -1071448016i32;
9213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9214 pub const STATUS_NDIS_REQUEST_ABORTED: NTSTATUS = -1071448052i32;
9215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9216 pub const STATUS_NDIS_RESET_IN_PROGRESS: NTSTATUS = -1071448051i32;
9217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9218 pub const STATUS_NDIS_RESOURCE_CONFLICT: NTSTATUS = -1071448034i32;
9219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9220 pub const STATUS_NDIS_UNSUPPORTED_MEDIA: NTSTATUS = -1071448039i32;
9221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9222 pub const STATUS_NDIS_UNSUPPORTED_REVISION: NTSTATUS = -1071448020i32;
9223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9224 pub const STATUS_ND_QUEUE_OVERFLOW: NTSTATUS = -1073700847i32;
9225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9226 pub const STATUS_NEEDS_REGISTRATION: NTSTATUS = -1073740663i32;
9227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9228 pub const STATUS_NEEDS_REMEDIATION: NTSTATUS = -1073740702i32;
9229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9230 pub const STATUS_NETLOGON_NOT_STARTED: NTSTATUS = -1073741422i32;
9231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9232 pub const STATUS_NETWORK_ACCESS_DENIED: NTSTATUS = -1073741622i32;
9233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9234 pub const STATUS_NETWORK_ACCESS_DENIED_EDP: NTSTATUS = -1073740658i32;
9235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9236 pub const STATUS_NETWORK_BUSY: NTSTATUS = -1073741633i32;
9237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9238 pub const STATUS_NETWORK_CREDENTIAL_CONFLICT: NTSTATUS = -1073741419i32;
9239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9240 pub const STATUS_NETWORK_NAME_DELETED: NTSTATUS = -1073741623i32;
9241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9242 pub const STATUS_NETWORK_OPEN_RESTRICTION: NTSTATUS = -1073741311i32;
9243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9244 pub const STATUS_NETWORK_SESSION_EXPIRED: NTSTATUS = -1073740964i32;
9245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9246 pub const STATUS_NETWORK_UNREACHABLE: NTSTATUS = -1073741252i32;
9247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9248 pub const STATUS_NET_WRITE_FAULT: NTSTATUS = -1073741614i32;
9249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9250 pub const STATUS_NOINTERFACE: NTSTATUS = -1073741127i32;
9251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9252 pub const STATUS_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: NTSTATUS = -1073741416i32;
9253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9254 pub const STATUS_NOLOGON_SERVER_TRUST_ACCOUNT: NTSTATUS = -1073741414i32;
9255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9256 pub const STATUS_NOLOGON_WORKSTATION_TRUST_ACCOUNT: NTSTATUS = -1073741415i32;
9257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9258 pub const STATUS_NONCONTINUABLE_EXCEPTION: NTSTATUS = -1073741787i32;
9259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9260 pub const STATUS_NONEXISTENT_EA_ENTRY: NTSTATUS = -1073741743i32;
9261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9262 pub const STATUS_NONEXISTENT_SECTOR: NTSTATUS = -1073741803i32;
9263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9264 pub const STATUS_NONE_MAPPED: NTSTATUS = -1073741709i32;
9265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9266 pub const STATUS_NOTHING_TO_TERMINATE: NTSTATUS = 290i32;
9267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9268 pub const STATUS_NOTIFICATION_GUID_ALREADY_DEFINED: NTSTATUS = -1073741404i32;
9269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9270 pub const STATUS_NOTIFY_CLEANUP: NTSTATUS = 267i32;
9271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9272 pub const STATUS_NOTIFY_ENUM_DIR: NTSTATUS = 268i32;
9273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9274 pub const STATUS_NOT_ALLOWED_ON_SYSTEM_FILE: NTSTATUS = -1073741401i32;
9275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9276 pub const STATUS_NOT_ALL_ASSIGNED: NTSTATUS = 262i32;
9277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9278 pub const STATUS_NOT_APPCONTAINER: NTSTATUS = -1073700352i32;
9279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9280 pub const STATUS_NOT_A_CLOUD_FILE: NTSTATUS = -1073688825i32;
9281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9282 pub const STATUS_NOT_A_CLOUD_SYNC_ROOT: NTSTATUS = -1073688802i32;
9283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9284 pub const STATUS_NOT_A_DAX_VOLUME: NTSTATUS = -1073740623i32;
9285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9286 pub const STATUS_NOT_A_DIRECTORY: NTSTATUS = -1073741565i32;
9287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9288 pub const STATUS_NOT_A_REPARSE_POINT: NTSTATUS = -1073741195i32;
9289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9290 pub const STATUS_NOT_A_TIERED_VOLUME: NTSTATUS = -1073740531i32;
9291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9292 pub const STATUS_NOT_CAPABLE: NTSTATUS = -1073740759i32;
9293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9294 pub const STATUS_NOT_CLIENT_SESSION: NTSTATUS = -1073741289i32;
9295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9296 pub const STATUS_NOT_COMMITTED: NTSTATUS = -1073741779i32;
9297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9298 pub const STATUS_NOT_DAX_MAPPABLE: NTSTATUS = -1073740622i32;
9299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9300 pub const STATUS_NOT_EXPORT_FORMAT: NTSTATUS = -1073741166i32;
9301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9302 pub const STATUS_NOT_FOUND: NTSTATUS = -1073741275i32;
9303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9304 pub const STATUS_NOT_GUI_PROCESS: NTSTATUS = -1073740538i32;
9305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9306 pub const STATUS_NOT_IMPLEMENTED: NTSTATUS = -1073741822i32;
9307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9308 pub const STATUS_NOT_LOCKED: NTSTATUS = -1073741782i32;
9309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9310 pub const STATUS_NOT_LOGON_PROCESS: NTSTATUS = -1073741587i32;
9311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9312 pub const STATUS_NOT_MAPPED_DATA: NTSTATUS = -1073741688i32;
9313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9314 pub const STATUS_NOT_MAPPED_VIEW: NTSTATUS = -1073741799i32;
9315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9316 pub const STATUS_NOT_READ_FROM_COPY: NTSTATUS = -1073740694i32;
9317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9318 pub const STATUS_NOT_REDUNDANT_STORAGE: NTSTATUS = -1073740679i32;
9319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9320 pub const STATUS_NOT_REGISTRY_FILE: NTSTATUS = -1073741476i32;
9321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9322 pub const STATUS_NOT_SAFE_MODE_DRIVER: NTSTATUS = -1073740961i32;
9323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9324 pub const STATUS_NOT_SAME_DEVICE: NTSTATUS = -1073741612i32;
9325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9326 pub const STATUS_NOT_SAME_OBJECT: NTSTATUS = -1073741396i32;
9327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9328 pub const STATUS_NOT_SERVER_SESSION: NTSTATUS = -1073741290i32;
9329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9330 pub const STATUS_NOT_SNAPSHOT_VOLUME: NTSTATUS = -1072103353i32;
9331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9332 pub const STATUS_NOT_SUPPORTED: NTSTATUS = -1073741637i32;
9333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9334 pub const STATUS_NOT_SUPPORTED_IN_APPCONTAINER: NTSTATUS = -1073700351i32;
9335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9336 pub const STATUS_NOT_SUPPORTED_ON_DAX: NTSTATUS = -1073740646i32;
9337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9338 pub const STATUS_NOT_SUPPORTED_ON_SBS: NTSTATUS = -1073741056i32;
9339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9340 pub const STATUS_NOT_SUPPORTED_WITH_AUDITING: NTSTATUS = -1073740595i32;
9341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9342 pub const STATUS_NOT_SUPPORTED_WITH_BTT: NTSTATUS = -1073740619i32;
9343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9344 pub const STATUS_NOT_SUPPORTED_WITH_BYPASSIO: NTSTATUS = -1073740601i32;
9345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9346 pub const STATUS_NOT_SUPPORTED_WITH_COMPRESSION: NTSTATUS = -1073740598i32;
9347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9348 pub const STATUS_NOT_SUPPORTED_WITH_DEDUPLICATION: NTSTATUS = -1073740596i32;
9349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9350 pub const STATUS_NOT_SUPPORTED_WITH_ENCRYPTION: NTSTATUS = -1073740599i32;
9351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9352 pub const STATUS_NOT_SUPPORTED_WITH_MONITORING: NTSTATUS = -1073740594i32;
9353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9354 pub const STATUS_NOT_SUPPORTED_WITH_REPLICATION: NTSTATUS = -1073740597i32;
9355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9356 pub const STATUS_NOT_SUPPORTED_WITH_SNAPSHOT: NTSTATUS = -1073740593i32;
9357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9358 pub const STATUS_NOT_SUPPORTED_WITH_VIRTUALIZATION: NTSTATUS = -1073740592i32;
9359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9360 pub const STATUS_NOT_TINY_STREAM: NTSTATUS = -1073741274i32;
9361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9362 pub const STATUS_NO_ACE_CONDITION: NTSTATUS = -2147483601i32;
9363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9364 pub const STATUS_NO_APPLICABLE_APP_LICENSES_FOUND: NTSTATUS = -1058406399i32;
9365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9366 pub const STATUS_NO_APPLICATION_PACKAGE: NTSTATUS = -1073741398i32;
9367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9368 pub const STATUS_NO_BROWSER_SERVERS_FOUND: NTSTATUS = -1073741284i32;
9369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9370 pub const STATUS_NO_BYPASSIO_DRIVER_SUPPORT: NTSTATUS = -1073740600i32;
9371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9372 pub const STATUS_NO_CALLBACK_ACTIVE: NTSTATUS = -1073741224i32;
9373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9374 pub const STATUS_NO_DATA_DETECTED: NTSTATUS = -2147483614i32;
9375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9376 pub const STATUS_NO_EAS_ON_FILE: NTSTATUS = -1073741742i32;
9377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9378 pub const STATUS_NO_EFS: NTSTATUS = -1073741170i32;
9379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9380 pub const STATUS_NO_EVENT_PAIR: NTSTATUS = -1073741490i32;
9381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9382 pub const STATUS_NO_GUID_TRANSLATION: NTSTATUS = -1073741556i32;
9383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9384 pub const STATUS_NO_IMPERSONATION_TOKEN: NTSTATUS = -1073741732i32;
9385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9386 pub const STATUS_NO_INHERITANCE: NTSTATUS = -2147483637i32;
9387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9388 pub const STATUS_NO_IP_ADDRESSES: NTSTATUS = -1073741071i32;
9389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9390 pub const STATUS_NO_KERB_KEY: NTSTATUS = -1073741022i32;
9391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9392 pub const STATUS_NO_KEY: NTSTATUS = -1073739508i32;
9393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9394 pub const STATUS_NO_LDT: NTSTATUS = -1073741545i32;
9395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9396 pub const STATUS_NO_LINK_TRACKING_IN_TRANSACTION: NTSTATUS = -1072103335i32;
9397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9398 pub const STATUS_NO_LOGON_SERVERS: NTSTATUS = -1073741730i32;
9399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9400 pub const STATUS_NO_LOG_SPACE: NTSTATUS = -1073741443i32;
9401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9402 pub const STATUS_NO_MATCH: NTSTATUS = -1073741198i32;
9403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9404 pub const STATUS_NO_MEDIA: NTSTATUS = -1073741448i32;
9405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9406 pub const STATUS_NO_MEDIA_IN_DEVICE: NTSTATUS = -1073741805i32;
9407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9408 pub const STATUS_NO_MEMORY: NTSTATUS = -1073741801i32;
9409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9410 pub const STATUS_NO_MORE_EAS: NTSTATUS = -2147483630i32;
9411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9412 pub const STATUS_NO_MORE_ENTRIES: NTSTATUS = -2147483622i32;
9413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9414 pub const STATUS_NO_MORE_FILES: NTSTATUS = -2147483642i32;
9415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9416 pub const STATUS_NO_MORE_MATCHES: NTSTATUS = -1073741197i32;
9417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9418 pub const STATUS_NO_PAGEFILE: NTSTATUS = -1073741497i32;
9419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9420 pub const STATUS_NO_PA_DATA: NTSTATUS = -1073741064i32;
9421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9422 pub const STATUS_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND: NTSTATUS = -1073740635i32;
9423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9424 pub const STATUS_NO_QUOTAS_FOR_ACCOUNT: NTSTATUS = 269i32;
9425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9426 pub const STATUS_NO_RANGES_PROCESSED: NTSTATUS = -1073740704i32;
9427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9428 pub const STATUS_NO_RECOVERY_POLICY: NTSTATUS = -1073741171i32;
9429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9430 pub const STATUS_NO_S4U_PROT_SUPPORT: NTSTATUS = -1073740790i32;
9431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9432 pub const STATUS_NO_SAVEPOINT_WITH_OPEN_FILES: NTSTATUS = -1072103352i32;
9433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9434 pub const STATUS_NO_SECRETS: NTSTATUS = -1073740943i32;
9435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9436 pub const STATUS_NO_SECURITY_CONTEXT: NTSTATUS = -1073740755i32;
9437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9438 pub const STATUS_NO_SECURITY_ON_OBJECT: NTSTATUS = -1073741609i32;
9439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9440 pub const STATUS_NO_SPOOL_SPACE: NTSTATUS = -1073741625i32;
9441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9442 pub const STATUS_NO_SUCH_ALIAS: NTSTATUS = -1073741487i32;
9443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9444 pub const STATUS_NO_SUCH_DEVICE: NTSTATUS = -1073741810i32;
9445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9446 pub const STATUS_NO_SUCH_DOMAIN: NTSTATUS = -1073741601i32;
9447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9448 pub const STATUS_NO_SUCH_FILE: NTSTATUS = -1073741809i32;
9449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9450 pub const STATUS_NO_SUCH_GROUP: NTSTATUS = -1073741722i32;
9451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9452 pub const STATUS_NO_SUCH_MEMBER: NTSTATUS = -1073741446i32;
9453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9454 pub const STATUS_NO_SUCH_PACKAGE: NTSTATUS = -1073741570i32;
9455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9456 pub const STATUS_NO_SUCH_PRIVILEGE: NTSTATUS = -1073741728i32;
9457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9458 pub const STATUS_NO_TGT_REPLY: NTSTATUS = -1073741073i32;
9459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9460 pub const STATUS_NO_TOKEN: NTSTATUS = -1073741700i32;
9461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9462 pub const STATUS_NO_TRACKING_SERVICE: NTSTATUS = -1073741153i32;
9463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9464 pub const STATUS_NO_TRUST_LSA_SECRET: NTSTATUS = -1073741430i32;
9465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9466 pub const STATUS_NO_TRUST_SAM_ACCOUNT: NTSTATUS = -1073741429i32;
9467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9468 pub const STATUS_NO_TXF_METADATA: NTSTATUS = -2145845207i32;
9469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9470 pub const STATUS_NO_UNICODE_TRANSLATION: NTSTATUS = -1073740009i32;
9471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9472 pub const STATUS_NO_USER_KEYS: NTSTATUS = -1073741168i32;
9473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9474 pub const STATUS_NO_USER_SESSION_KEY: NTSTATUS = -1073741310i32;
9475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9476 pub const STATUS_NO_WORK_DONE: NTSTATUS = -2147483598i32;
9477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9478 pub const STATUS_NO_YIELD_PERFORMED: NTSTATUS = 1073741860i32;
9479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9480 pub const STATUS_NTLM_BLOCKED: NTSTATUS = -1073740776i32;
9481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9482 pub const STATUS_NT_CROSS_ENCRYPTION_REQUIRED: NTSTATUS = -1073741475i32;
9483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9484 pub const STATUS_NULL_LM_PASSWORD: NTSTATUS = 1073741837i32;
9485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9486 pub const STATUS_OBJECTID_EXISTS: NTSTATUS = -1073741269i32;
9487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9488 pub const STATUS_OBJECTID_NOT_FOUND: NTSTATUS = -1073741072i32;
9489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9490 pub const STATUS_OBJECT_IS_IMMUTABLE: NTSTATUS = -1073740610i32;
9491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9492 pub const STATUS_OBJECT_NAME_COLLISION: NTSTATUS = -1073741771i32;
9493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9494 pub const STATUS_OBJECT_NAME_EXISTS: NTSTATUS = 1073741824i32;
9495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9496 pub const STATUS_OBJECT_NAME_INVALID: NTSTATUS = -1073741773i32;
9497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9498 pub const STATUS_OBJECT_NAME_NOT_FOUND: NTSTATUS = -1073741772i32;
9499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9500 pub const STATUS_OBJECT_NOT_EXTERNALLY_BACKED: NTSTATUS = -1073740691i32;
9501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9502 pub const STATUS_OBJECT_NO_LONGER_EXISTS: NTSTATUS = -1072103391i32;
9503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9504 pub const STATUS_OBJECT_PATH_INVALID: NTSTATUS = -1073741767i32;
9505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9506 pub const STATUS_OBJECT_PATH_NOT_FOUND: NTSTATUS = -1073741766i32;
9507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9508 pub const STATUS_OBJECT_PATH_SYNTAX_BAD: NTSTATUS = -1073741765i32;
9509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9510 pub const STATUS_OBJECT_TYPE_MISMATCH: NTSTATUS = -1073741788i32;
9511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9512 pub const STATUS_OFFLOAD_READ_FILE_NOT_SUPPORTED: NTSTATUS = -1073700189i32;
9513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9514 pub const STATUS_OFFLOAD_READ_FLT_NOT_SUPPORTED: NTSTATUS = -1073700191i32;
9515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9516 pub const STATUS_OFFLOAD_WRITE_FILE_NOT_SUPPORTED: NTSTATUS = -1073700188i32;
9517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9518 pub const STATUS_OFFLOAD_WRITE_FLT_NOT_SUPPORTED: NTSTATUS = -1073700190i32;
9519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9520 pub const STATUS_ONLY_IF_CONNECTED: NTSTATUS = -1073741108i32;
9521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9522 pub const STATUS_OPEN_FAILED: NTSTATUS = -1073741514i32;
9523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9524 pub const STATUS_OPERATION_IN_PROGRESS: NTSTATUS = -1073740682i32;
9525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9526 pub const STATUS_OPERATION_NOT_SUPPORTED_IN_TRANSACTION: NTSTATUS = -1072103334i32;
9527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9528 pub const STATUS_OPLOCK_BREAK_IN_PROGRESS: NTSTATUS = 264i32;
9529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9530 pub const STATUS_OPLOCK_HANDLE_CLOSED: NTSTATUS = 534i32;
9531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9532 pub const STATUS_OPLOCK_NOT_GRANTED: NTSTATUS = -1073741598i32;
9533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9534 pub const STATUS_OPLOCK_SWITCHED_TO_NEW_HANDLE: NTSTATUS = 533i32;
9535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9536 pub const STATUS_ORDINAL_NOT_FOUND: NTSTATUS = -1073741512i32;
9537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9538 pub const STATUS_ORPHAN_NAME_EXHAUSTED: NTSTATUS = -1073739762i32;
9539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9540 pub const STATUS_PACKAGE_NOT_AVAILABLE: NTSTATUS = -1073740649i32;
9541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9542 pub const STATUS_PACKAGE_UPDATING: NTSTATUS = -1073740695i32;
9543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9544 pub const STATUS_PAGEFILE_CREATE_FAILED: NTSTATUS = -1073741498i32;
9545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9546 pub const STATUS_PAGEFILE_NOT_SUPPORTED: NTSTATUS = -1073740603i32;
9547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9548 pub const STATUS_PAGEFILE_QUOTA: NTSTATUS = -1073741817i32;
9549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9550 pub const STATUS_PAGEFILE_QUOTA_EXCEEDED: NTSTATUS = -1073741524i32;
9551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9552 pub const STATUS_PAGE_FAULT_COPY_ON_WRITE: NTSTATUS = 274i32;
9553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9554 pub const STATUS_PAGE_FAULT_DEMAND_ZERO: NTSTATUS = 273i32;
9555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9556 pub const STATUS_PAGE_FAULT_GUARD_PAGE: NTSTATUS = 275i32;
9557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9558 pub const STATUS_PAGE_FAULT_PAGING_FILE: NTSTATUS = 276i32;
9559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9560 pub const STATUS_PAGE_FAULT_TRANSITION: NTSTATUS = 272i32;
9561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9562 pub const STATUS_PARAMETER_QUOTA_EXCEEDED: NTSTATUS = -1073740784i32;
9563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9564 pub const STATUS_PARITY_ERROR: NTSTATUS = -1073741781i32;
9565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9566 pub const STATUS_PARTIAL_COPY: NTSTATUS = -2147483635i32;
9567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9568 pub const STATUS_PARTITION_FAILURE: NTSTATUS = -1073741454i32;
9569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9570 pub const STATUS_PARTITION_TERMINATING: NTSTATUS = -1073740640i32;
9571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9572 pub const STATUS_PASSWORD_CHANGE_REQUIRED: NTSTATUS = -1073741044i32;
9573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9574 pub const STATUS_PASSWORD_RESTRICTION: NTSTATUS = -1073741716i32;
9575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9576 pub const STATUS_PATCH_CONFLICT: NTSTATUS = -1073740628i32;
9577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9578 pub const STATUS_PATCH_DEFERRED: NTSTATUS = 1073741879i32;
9579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9580 pub const STATUS_PATH_NOT_COVERED: NTSTATUS = -1073741225i32;
9581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9582 pub const STATUS_PCP_ATTESTATION_CHALLENGE_NOT_SET: NTSTATUS = -1071046638i32;
9583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9584 pub const STATUS_PCP_AUTHENTICATION_FAILED: NTSTATUS = -1071046648i32;
9585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9586 pub const STATUS_PCP_AUTHENTICATION_IGNORED: NTSTATUS = -1071046647i32;
9587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9588 pub const STATUS_PCP_BUFFER_LENGTH_MISMATCH: NTSTATUS = -1071046626i32;
9589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9590 pub const STATUS_PCP_BUFFER_TOO_SMALL: NTSTATUS = -1071046650i32;
9591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9592 pub const STATUS_PCP_CLAIM_TYPE_NOT_SUPPORTED: NTSTATUS = -1071046628i32;
9593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9594 pub const STATUS_PCP_DEVICE_NOT_FOUND: NTSTATUS = -1071046643i32;
9595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9596 pub const STATUS_PCP_DEVICE_NOT_READY: NTSTATUS = -1071046655i32;
9597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9598 pub const STATUS_PCP_ERROR_MASK: NTSTATUS = -1071046656i32;
9599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9600 pub const STATUS_PCP_FLAG_NOT_SUPPORTED: NTSTATUS = -1071046652i32;
9601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9602 pub const STATUS_PCP_IFX_RSA_KEY_CREATION_BLOCKED: NTSTATUS = -1071046625i32;
9603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9604 pub const STATUS_PCP_INTERNAL_ERROR: NTSTATUS = -1071046649i32;
9605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9606 pub const STATUS_PCP_INVALID_HANDLE: NTSTATUS = -1071046654i32;
9607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9608 pub const STATUS_PCP_INVALID_PARAMETER: NTSTATUS = -1071046653i32;
9609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9610 pub const STATUS_PCP_KEY_ALREADY_FINALIZED: NTSTATUS = -1071046636i32;
9611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9612 pub const STATUS_PCP_KEY_HANDLE_INVALIDATED: NTSTATUS = -1071046622i32;
9613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9614 pub const STATUS_PCP_KEY_NOT_AIK: NTSTATUS = -1071046631i32;
9615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9616 pub const STATUS_PCP_KEY_NOT_AUTHENTICATED: NTSTATUS = -1071046632i32;
9617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9618 pub const STATUS_PCP_KEY_NOT_FINALIZED: NTSTATUS = -1071046639i32;
9619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9620 pub const STATUS_PCP_KEY_NOT_LOADED: NTSTATUS = -1071046641i32;
9621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9622 pub const STATUS_PCP_KEY_NOT_SIGNING_KEY: NTSTATUS = -1071046630i32;
9623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9624 pub const STATUS_PCP_KEY_USAGE_POLICY_INVALID: NTSTATUS = -1071046634i32;
9625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9626 pub const STATUS_PCP_KEY_USAGE_POLICY_NOT_SUPPORTED: NTSTATUS = -1071046635i32;
9627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9628 pub const STATUS_PCP_LOCKED_OUT: NTSTATUS = -1071046629i32;
9629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9630 pub const STATUS_PCP_NOT_PCR_BOUND: NTSTATUS = -1071046637i32;
9631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9632 pub const STATUS_PCP_NOT_SUPPORTED: NTSTATUS = -1071046651i32;
9633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9634 pub const STATUS_PCP_NO_KEY_CERTIFICATION: NTSTATUS = -1071046640i32;
9635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9636 pub const STATUS_PCP_POLICY_NOT_FOUND: NTSTATUS = -1071046646i32;
9637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9638 pub const STATUS_PCP_PROFILE_NOT_FOUND: NTSTATUS = -1071046645i32;
9639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9640 pub const STATUS_PCP_RAW_POLICY_NOT_SUPPORTED: NTSTATUS = -1071046623i32;
9641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9642 pub const STATUS_PCP_SOFT_KEY_ERROR: NTSTATUS = -1071046633i32;
9643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9644 pub const STATUS_PCP_TICKET_MISSING: NTSTATUS = -1071046624i32;
9645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9646 pub const STATUS_PCP_TPM_VERSION_NOT_SUPPORTED: NTSTATUS = -1071046627i32;
9647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9648 pub const STATUS_PCP_UNSUPPORTED_PSS_SALT: NTSTATUS = 1076437027i32;
9649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9650 pub const STATUS_PCP_VALIDATION_FAILED: NTSTATUS = -1071046644i32;
9651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9652 pub const STATUS_PCP_WRONG_PARENT: NTSTATUS = -1071046642i32;
9653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9654 pub const STATUS_PENDING: NTSTATUS = 259i32;
9655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9656 pub const STATUS_PER_USER_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740799i32;
9657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9658 pub const STATUS_PIPE_BROKEN: NTSTATUS = -1073741493i32;
9659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9660 pub const STATUS_PIPE_BUSY: NTSTATUS = -1073741650i32;
9661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9662 pub const STATUS_PIPE_CLOSING: NTSTATUS = -1073741647i32;
9663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9664 pub const STATUS_PIPE_CONNECTED: NTSTATUS = -1073741646i32;
9665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9666 pub const STATUS_PIPE_DISCONNECTED: NTSTATUS = -1073741648i32;
9667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9668 pub const STATUS_PIPE_EMPTY: NTSTATUS = -1073741607i32;
9669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9670 pub const STATUS_PIPE_LISTENING: NTSTATUS = -1073741645i32;
9671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9672 pub const STATUS_PIPE_NOT_AVAILABLE: NTSTATUS = -1073741652i32;
9673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9674 pub const STATUS_PKINIT_CLIENT_FAILURE: NTSTATUS = -1073740916i32;
9675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9676 pub const STATUS_PKINIT_FAILURE: NTSTATUS = -1073741024i32;
9677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9678 pub const STATUS_PKINIT_NAME_MISMATCH: NTSTATUS = -1073741063i32;
9679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9680 pub const STATUS_PKU2U_CERT_FAILURE: NTSTATUS = -1073740753i32;
9681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9682 pub const STATUS_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND: NTSTATUS = -1058340859i32;
9683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9684 pub const STATUS_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED: NTSTATUS = -1058340860i32;
9685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9686 pub const STATUS_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED: NTSTATUS = -1058340861i32;
9687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9688 pub const STATUS_PLATFORM_MANIFEST_INVALID: NTSTATUS = -1058340862i32;
9689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9690 pub const STATUS_PLATFORM_MANIFEST_NOT_ACTIVE: NTSTATUS = -1058340858i32;
9691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9692 pub const STATUS_PLATFORM_MANIFEST_NOT_AUTHORIZED: NTSTATUS = -1058340863i32;
9693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9694 pub const STATUS_PLATFORM_MANIFEST_NOT_SIGNED: NTSTATUS = -1058340857i32;
9695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9696 pub const STATUS_PLUGPLAY_NO_DEVICE: NTSTATUS = -1073741218i32;
9697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9698 pub const STATUS_PLUGPLAY_QUERY_VETOED: NTSTATUS = -2147483608i32;
9699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9700 pub const STATUS_PNP_BAD_MPS_TABLE: NTSTATUS = -1073479627i32;
9701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9702 pub const STATUS_PNP_DEVICE_CONFIGURATION_PENDING: NTSTATUS = -1073740651i32;
9703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9704 pub const STATUS_PNP_DRIVER_CONFIGURATION_INCOMPLETE: NTSTATUS = -1073740653i32;
9705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9706 pub const STATUS_PNP_DRIVER_CONFIGURATION_NOT_FOUND: NTSTATUS = -1073740654i32;
9707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9708 pub const STATUS_PNP_DRIVER_PACKAGE_NOT_FOUND: NTSTATUS = -1073740655i32;
9709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9710 pub const STATUS_PNP_FUNCTION_DRIVER_REQUIRED: NTSTATUS = -1073740652i32;
9711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9712 pub const STATUS_PNP_INVALID_ID: NTSTATUS = -1073479624i32;
9713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9714 pub const STATUS_PNP_IRQ_TRANSLATION_FAILED: NTSTATUS = -1073479625i32;
9715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9716 pub const STATUS_PNP_NO_COMPAT_DRIVERS: NTSTATUS = -1073740656i32;
9717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9718 pub const STATUS_PNP_REBOOT_REQUIRED: NTSTATUS = -1073741102i32;
9719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9720 pub const STATUS_PNP_RESTART_ENUMERATION: NTSTATUS = -1073741106i32;
9721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9722 pub const STATUS_PNP_TRANSLATION_FAILED: NTSTATUS = -1073479626i32;
9723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9724 pub const STATUS_POLICY_OBJECT_NOT_FOUND: NTSTATUS = -1073741158i32;
9725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9726 pub const STATUS_POLICY_ONLY_IN_DS: NTSTATUS = -1073741157i32;
9727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9728 pub const STATUS_PORT_ALREADY_HAS_COMPLETION_LIST: NTSTATUS = -1073740006i32;
9729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9730 pub const STATUS_PORT_ALREADY_SET: NTSTATUS = -1073741752i32;
9731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9732 pub const STATUS_PORT_CLOSED: NTSTATUS = -1073740032i32;
9733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9734 pub const STATUS_PORT_CONNECTION_REFUSED: NTSTATUS = -1073741759i32;
9735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9736 pub const STATUS_PORT_DISCONNECTED: NTSTATUS = -1073741769i32;
9737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9738 pub const STATUS_PORT_DO_NOT_DISTURB: NTSTATUS = -1073741770i32;
9739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9740 pub const STATUS_PORT_MESSAGE_TOO_LONG: NTSTATUS = -1073741777i32;
9741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9742 pub const STATUS_PORT_NOT_SET: NTSTATUS = -1073740973i32;
9743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9744 pub const STATUS_PORT_UNREACHABLE: NTSTATUS = -1073741249i32;
9745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9746 pub const STATUS_POSSIBLE_DEADLOCK: NTSTATUS = -1073741420i32;
9747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9748 pub const STATUS_POWER_STATE_INVALID: NTSTATUS = -1073741101i32;
9749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9750 pub const STATUS_PREDEFINED_HANDLE: NTSTATUS = 1073741846i32;
9751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9752 pub const STATUS_PRENT4_MACHINE_ACCOUNT: NTSTATUS = -1073740969i32;
9753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9754 pub const STATUS_PRIMARY_TRANSPORT_CONNECT_FAILED: NTSTATUS = 270i32;
9755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9756 pub const STATUS_PRINT_CANCELLED: NTSTATUS = -1073741624i32;
9757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9758 pub const STATUS_PRINT_QUEUE_FULL: NTSTATUS = -1073741626i32;
9759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9760 pub const STATUS_PRIVILEGED_INSTRUCTION: NTSTATUS = -1073741674i32;
9761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9762 pub const STATUS_PRIVILEGE_NOT_HELD: NTSTATUS = -1073741727i32;
9763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9764 pub const STATUS_PROACTIVE_SCAN_IN_PROGRESS: NTSTATUS = -1073739761i32;
9765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9766 pub const STATUS_PROCEDURE_NOT_FOUND: NTSTATUS = -1073741702i32;
9767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9768 pub const STATUS_PROCESS_CLONED: NTSTATUS = 297i32;
9769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9770 pub const STATUS_PROCESS_IN_JOB: NTSTATUS = 292i32;
9771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9772 pub const STATUS_PROCESS_IS_PROTECTED: NTSTATUS = -1073740014i32;
9773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9774 pub const STATUS_PROCESS_IS_TERMINATING: NTSTATUS = -1073741558i32;
9775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9776 pub const STATUS_PROCESS_NOT_IN_JOB: NTSTATUS = 291i32;
9777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9778 pub const STATUS_PROFILING_AT_LIMIT: NTSTATUS = -1073741613i32;
9779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9780 pub const STATUS_PROFILING_NOT_STARTED: NTSTATUS = -1073741641i32;
9781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9782 pub const STATUS_PROFILING_NOT_STOPPED: NTSTATUS = -1073741640i32;
9783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9784 pub const STATUS_PROPSET_NOT_FOUND: NTSTATUS = -1073741264i32;
9785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9786 pub const STATUS_PROTOCOL_NOT_SUPPORTED: NTSTATUS = -1073700845i32;
9787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9788 pub const STATUS_PROTOCOL_UNREACHABLE: NTSTATUS = -1073741250i32;
9789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9790 pub const STATUS_PTE_CHANGED: NTSTATUS = -1073740748i32;
9791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9792 pub const STATUS_PURGE_FAILED: NTSTATUS = -1073740747i32;
9793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9794 pub const STATUS_PWD_HISTORY_CONFLICT: NTSTATUS = -1073741220i32;
9795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9796 pub const STATUS_PWD_TOO_LONG: NTSTATUS = -1073741190i32;
9797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9798 pub const STATUS_PWD_TOO_RECENT: NTSTATUS = -1073741221i32;
9799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9800 pub const STATUS_PWD_TOO_SHORT: NTSTATUS = -1073741222i32;
9801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9802 pub const STATUS_QUERY_STORAGE_ERROR: NTSTATUS = -2143682559i32;
9803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9804 pub const STATUS_QUIC_ALPN_NEG_FAILURE: NTSTATUS = -1071382521i32;
9805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9806 pub const STATUS_QUIC_CONNECTION_IDLE: NTSTATUS = -1071382523i32;
9807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9808 pub const STATUS_QUIC_CONNECTION_TIMEOUT: NTSTATUS = -1071382522i32;
9809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9810 pub const STATUS_QUIC_HANDSHAKE_FAILURE: NTSTATUS = -1071382528i32;
9811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9812 pub const STATUS_QUIC_INTERNAL_ERROR: NTSTATUS = -1071382525i32;
9813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9814 pub const STATUS_QUIC_PROTOCOL_VIOLATION: NTSTATUS = -1071382524i32;
9815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9816 pub const STATUS_QUIC_USER_CANCELED: NTSTATUS = -1071382526i32;
9817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9818 pub const STATUS_QUIC_VER_NEG_FAILURE: NTSTATUS = -1071382527i32;
9819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9820 pub const STATUS_QUOTA_ACTIVITY: NTSTATUS = -1073740662i32;
9821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9822 pub const STATUS_QUOTA_EXCEEDED: NTSTATUS = -1073741756i32;
9823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9824 pub const STATUS_QUOTA_LIST_INCONSISTENT: NTSTATUS = -1073741210i32;
9825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9826 pub const STATUS_QUOTA_NOT_ENABLED: NTSTATUS = -1073741399i32;
9827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9828 pub const STATUS_RANGE_LIST_CONFLICT: NTSTATUS = -1073741182i32;
9829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9830 pub const STATUS_RANGE_NOT_FOUND: NTSTATUS = -1073741172i32;
9831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9832 pub const STATUS_RANGE_NOT_LOCKED: NTSTATUS = -1073741698i32;
9833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9834 pub const STATUS_RDBSS_CONTINUE_OPERATION: NTSTATUS = -1069481982i32;
9835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9836 pub const STATUS_RDBSS_POST_OPERATION: NTSTATUS = -1069481981i32;
9837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9838 pub const STATUS_RDBSS_RESTART_OPERATION: NTSTATUS = -1069481983i32;
9839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9840 pub const STATUS_RDBSS_RETRY_LOOKUP: NTSTATUS = -1069481980i32;
9841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9842 pub const STATUS_RDP_PROTOCOL_ERROR: NTSTATUS = -1073086414i32;
9843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9844 pub const STATUS_RECEIVE_EXPEDITED: NTSTATUS = 1073741840i32;
9845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9846 pub const STATUS_RECEIVE_PARTIAL: NTSTATUS = 1073741839i32;
9847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9848 pub const STATUS_RECEIVE_PARTIAL_EXPEDITED: NTSTATUS = 1073741841i32;
9849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9850 pub const STATUS_RECOVERABLE_BUGCHECK: NTSTATUS = -2147483596i32;
9851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9852 pub const STATUS_RECOVERY_FAILURE: NTSTATUS = -1073741273i32;
9853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9854 pub const STATUS_RECOVERY_NOT_NEEDED: NTSTATUS = 1075380276i32;
9855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9856 pub const STATUS_RECURSIVE_DISPATCH: NTSTATUS = -1073740028i32;
9857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9858 pub const STATUS_REDIRECTOR_HAS_OPEN_HANDLES: NTSTATUS = -2147483613i32;
9859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9860 pub const STATUS_REDIRECTOR_NOT_STARTED: NTSTATUS = -1073741573i32;
9861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9862 pub const STATUS_REDIRECTOR_PAUSED: NTSTATUS = -1073741615i32;
9863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9864 pub const STATUS_REDIRECTOR_STARTED: NTSTATUS = -1073741572i32;
9865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9866 pub const STATUS_REGISTRY_CORRUPT: NTSTATUS = -1073741492i32;
9867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9868 pub const STATUS_REGISTRY_HIVE_RECOVERED: NTSTATUS = -2147483606i32;
9869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9870 pub const STATUS_REGISTRY_IO_FAILED: NTSTATUS = -1073741491i32;
9871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9872 pub const STATUS_REGISTRY_QUOTA_LIMIT: NTSTATUS = -1073741226i32;
9873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9874 pub const STATUS_REGISTRY_RECOVERED: NTSTATUS = 1073741833i32;
9875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9876 pub const STATUS_REG_NAT_CONSUMPTION: NTSTATUS = -1073741111i32;
9877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9878 pub const STATUS_REINITIALIZATION_NEEDED: NTSTATUS = -1073741177i32;
9879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9880 pub const STATUS_REMOTE_DISCONNECT: NTSTATUS = -1073741508i32;
9881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9882 pub const STATUS_REMOTE_FILE_VERSION_MISMATCH: NTSTATUS = -1072103412i32;
9883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9884 pub const STATUS_REMOTE_NOT_LISTENING: NTSTATUS = -1073741636i32;
9885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9886 pub const STATUS_REMOTE_RESOURCES: NTSTATUS = -1073741507i32;
9887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9888 pub const STATUS_REMOTE_SESSION_LIMIT: NTSTATUS = -1073741418i32;
9889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9890 pub const STATUS_REMOTE_STORAGE_MEDIA_ERROR: NTSTATUS = -1073741154i32;
9891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9892 pub const STATUS_REMOTE_STORAGE_NOT_ACTIVE: NTSTATUS = -1073741155i32;
9893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9894 pub const STATUS_REPAIR_NEEDED: NTSTATUS = -1073741400i32;
9895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9896 pub const STATUS_REPARSE: NTSTATUS = 260i32;
9897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9898 pub const STATUS_REPARSE_ATTRIBUTE_CONFLICT: NTSTATUS = -1073741134i32;
9899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9900 pub const STATUS_REPARSE_GLOBAL: NTSTATUS = 872i32;
9901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9902 pub const STATUS_REPARSE_OBJECT: NTSTATUS = 280i32;
9903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9904 pub const STATUS_REPARSE_POINT_ENCOUNTERED: NTSTATUS = -1073740533i32;
9905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9906 pub const STATUS_REPARSE_POINT_NOT_RESOLVED: NTSTATUS = -1073741184i32;
9907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9908 pub const STATUS_REPLY_MESSAGE_MISMATCH: NTSTATUS = -1073741281i32;
9909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9910 pub const STATUS_REQUEST_ABORTED: NTSTATUS = -1073741248i32;
9911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9912 pub const STATUS_REQUEST_CANCELED: NTSTATUS = -1073740029i32;
9913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9914 pub const STATUS_REQUEST_NOT_ACCEPTED: NTSTATUS = -1073741616i32;
9915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9916 pub const STATUS_REQUEST_OUT_OF_SEQUENCE: NTSTATUS = -1073740758i32;
9917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9918 pub const STATUS_REQUEST_PAUSED: NTSTATUS = -1073740711i32;
9919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9920 pub const STATUS_RESIDENT_FILE_NOT_SUPPORTED: NTSTATUS = -1073740678i32;
9921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9922 pub const STATUS_RESOURCEMANAGER_NOT_FOUND: NTSTATUS = -1072103345i32;
9923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9924 pub const STATUS_RESOURCEMANAGER_READ_ONLY: NTSTATUS = 514i32;
9925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9926 pub const STATUS_RESOURCE_DATA_NOT_FOUND: NTSTATUS = -1073741687i32;
9927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9928 pub const STATUS_RESOURCE_ENUM_USER_STOP: NTSTATUS = -1073020921i32;
9929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9930 pub const STATUS_RESOURCE_IN_USE: NTSTATUS = -1073740024i32;
9931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9932 pub const STATUS_RESOURCE_LANG_NOT_FOUND: NTSTATUS = -1073741308i32;
9933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9934 pub const STATUS_RESOURCE_NAME_NOT_FOUND: NTSTATUS = -1073741685i32;
9935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9936 pub const STATUS_RESOURCE_NOT_OWNED: NTSTATUS = -1073741212i32;
9937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9938 pub const STATUS_RESOURCE_REQUIREMENTS_CHANGED: NTSTATUS = 281i32;
9939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9940 pub const STATUS_RESOURCE_TYPE_NOT_FOUND: NTSTATUS = -1073741686i32;
9941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9942 pub const STATUS_RESTART_BOOT_APPLICATION: NTSTATUS = -1073740717i32;
9943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9944 pub const STATUS_RESUME_HIBERNATION: NTSTATUS = 1073741867i32;
9945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9946 pub const STATUS_RETRY: NTSTATUS = -1073741267i32;
9947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9948 pub const STATUS_RETURN_ADDRESS_HIJACK_ATTEMPT: NTSTATUS = -2147483597i32;
9949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9950 pub const STATUS_REVISION_MISMATCH: NTSTATUS = -1073741735i32;
9951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9952 pub const STATUS_REVOCATION_OFFLINE_C: NTSTATUS = -1073740917i32;
9953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9954 pub const STATUS_REVOCATION_OFFLINE_KDC: NTSTATUS = -1073740788i32;
9955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9956 pub const STATUS_RING_NEWLY_EMPTY: NTSTATUS = 531i32;
9957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9958 pub const STATUS_RING_PREVIOUSLY_ABOVE_QUOTA: NTSTATUS = 530i32;
9959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9960 pub const STATUS_RING_PREVIOUSLY_EMPTY: NTSTATUS = 528i32;
9961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9962 pub const STATUS_RING_PREVIOUSLY_FULL: NTSTATUS = 529i32;
9963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9964 pub const STATUS_RING_SIGNAL_OPPOSITE_ENDPOINT: NTSTATUS = 532i32;
9965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9966 pub const STATUS_RKF_ACTIVE_KEY: NTSTATUS = -1069547514i32;
9967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9968 pub const STATUS_RKF_BLOB_FULL: NTSTATUS = -1069547517i32;
9969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9970 pub const STATUS_RKF_DUPLICATE_KEY: NTSTATUS = -1069547518i32;
9971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9972 pub const STATUS_RKF_FILE_BLOCKED: NTSTATUS = -1069547515i32;
9973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9974 pub const STATUS_RKF_KEY_NOT_FOUND: NTSTATUS = -1069547519i32;
9975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9976 pub const STATUS_RKF_STORE_FULL: NTSTATUS = -1069547516i32;
9977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9978 pub const STATUS_RM_ALREADY_STARTED: NTSTATUS = 1075380277i32;
9979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9980 pub const STATUS_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT: NTSTATUS = -1072103331i32;
9981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9982 pub const STATUS_RM_DISCONNECTED: NTSTATUS = -1072103374i32;
9983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9984 pub const STATUS_RM_METADATA_CORRUPT: NTSTATUS = -1072103418i32;
9985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9986 pub const STATUS_RM_NOT_ACTIVE: NTSTATUS = -1072103419i32;
9987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9988 pub const STATUS_ROLLBACK_TIMER_EXPIRED: NTSTATUS = -1072103364i32;
9989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9990 pub const STATUS_RTPM_CONTEXT_COMPLETE: NTSTATUS = 2699265i32;
9991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9992 pub const STATUS_RTPM_CONTEXT_CONTINUE: NTSTATUS = 2699264i32;
9993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9994 pub const STATUS_RTPM_INVALID_CONTEXT: NTSTATUS = -1071042556i32;
9995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9996 pub const STATUS_RTPM_NO_RESULT: NTSTATUS = -1071042558i32;
9997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
9998 pub const STATUS_RTPM_PCR_READ_INCOMPLETE: NTSTATUS = -1071042557i32;
9999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10000 pub const STATUS_RTPM_UNSUPPORTED_CMD: NTSTATUS = -1071042555i32;
10001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10002 pub const STATUS_RUNLEVEL_SWITCH_AGENT_TIMEOUT: NTSTATUS = -1073700539i32;
10003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10004 pub const STATUS_RUNLEVEL_SWITCH_IN_PROGRESS: NTSTATUS = -1073700538i32;
10005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10006 pub const STATUS_RUNLEVEL_SWITCH_TIMEOUT: NTSTATUS = -1073700541i32;
10007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10008 pub const STATUS_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED: NTSTATUS = -1073740633i32;
10009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10010 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET: NTSTATUS = -1073740632i32;
10011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10012 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE: NTSTATUS = -1073740631i32;
10013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10014 pub const STATUS_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER: NTSTATUS = -1073740630i32;
10015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10016 pub const STATUS_RXACT_COMMITTED: NTSTATUS = 266i32;
10017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10018 pub const STATUS_RXACT_COMMIT_FAILURE: NTSTATUS = -1073741539i32;
10019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10020 pub const STATUS_RXACT_COMMIT_NECESSARY: NTSTATUS = -2147483624i32;
10021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10022 pub const STATUS_RXACT_INVALID_STATE: NTSTATUS = -1073741540i32;
10023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10024 pub const STATUS_RXACT_STATE_CREATED: NTSTATUS = 1073741828i32;
10025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10026 pub const STATUS_SAM_INIT_FAILURE: NTSTATUS = -1073741085i32;
10027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10028 pub const STATUS_SAM_NEED_BOOTKEY_FLOPPY: NTSTATUS = -1073741088i32;
10029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10030 pub const STATUS_SAM_NEED_BOOTKEY_PASSWORD: NTSTATUS = -1073741089i32;
10031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10032 pub const STATUS_SCRUB_DATA_DISABLED: NTSTATUS = -1073740680i32;
10033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10034 pub const STATUS_SECCORE_INVALID_COMMAND: NTSTATUS = -1058537472i32;
10035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10036 pub const STATUS_SECONDARY_IC_PROVIDER_NOT_REGISTERED: NTSTATUS = -1073700575i32;
10037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10038 pub const STATUS_SECRET_TOO_LONG: NTSTATUS = -1073741481i32;
10039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10040 pub const STATUS_SECTION_DIRECT_MAP_ONLY: NTSTATUS = -1073739503i32;
10041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10042 pub const STATUS_SECTION_NOT_EXTENDED: NTSTATUS = -1073741689i32;
10043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10044 pub const STATUS_SECTION_NOT_IMAGE: NTSTATUS = -1073741751i32;
10045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10046 pub const STATUS_SECTION_PROTECTION: NTSTATUS = -1073741746i32;
10047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10048 pub const STATUS_SECTION_TOO_BIG: NTSTATUS = -1073741760i32;
10049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10050 pub const STATUS_SECUREBOOT_FILE_REPLACED: NTSTATUS = -1069350905i32;
10051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10052 pub const STATUS_SECUREBOOT_INVALID_POLICY: NTSTATUS = -1069350909i32;
10053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10054 pub const STATUS_SECUREBOOT_NOT_BASE_POLICY: NTSTATUS = -1069350897i32;
10055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10056 pub const STATUS_SECUREBOOT_NOT_ENABLED: NTSTATUS = -2143092730i32;
10057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10058 pub const STATUS_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY: NTSTATUS = -1069350896i32;
10059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10060 pub const STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH: NTSTATUS = -1069350901i32;
10061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10062 pub const STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION: NTSTATUS = -1069350902i32;
10063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10064 pub const STATUS_SECUREBOOT_POLICY_NOT_AUTHORIZED: NTSTATUS = -1069350904i32;
10065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10066 pub const STATUS_SECUREBOOT_POLICY_NOT_SIGNED: NTSTATUS = -1069350907i32;
10067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10068 pub const STATUS_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND: NTSTATUS = -1069350908i32;
10069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10070 pub const STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED: NTSTATUS = -1069350900i32;
10071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10072 pub const STATUS_SECUREBOOT_POLICY_UNKNOWN: NTSTATUS = -1069350903i32;
10073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10074 pub const STATUS_SECUREBOOT_POLICY_UPGRADE_MISMATCH: NTSTATUS = -1069350899i32;
10075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10076 pub const STATUS_SECUREBOOT_POLICY_VIOLATION: NTSTATUS = -1069350910i32;
10077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10078 pub const STATUS_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING: NTSTATUS = -1069350898i32;
10079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10080 pub const STATUS_SECUREBOOT_ROLLBACK_DETECTED: NTSTATUS = -1069350911i32;
10081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10082 pub const STATUS_SECURITY_STREAM_IS_INCONSISTENT: NTSTATUS = -1073741408i32;
10083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10084 pub const STATUS_SEGMENT_NOTIFICATION: NTSTATUS = 1073741829i32;
10085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10086 pub const STATUS_SEMAPHORE_LIMIT_EXCEEDED: NTSTATUS = -1073741753i32;
10087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10088 pub const STATUS_SERIAL_COUNTER_TIMEOUT: NTSTATUS = 1073741836i32;
10089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10090 pub const STATUS_SERIAL_MORE_WRITES: NTSTATUS = 1073741832i32;
10091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10092 pub const STATUS_SERIAL_NO_DEVICE_INITED: NTSTATUS = -1073741488i32;
10093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10094 pub const STATUS_SERVER_DISABLED: NTSTATUS = -1073741696i32;
10095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10096 pub const STATUS_SERVER_HAS_OPEN_HANDLES: NTSTATUS = -2147483612i32;
10097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10098 pub const STATUS_SERVER_NOT_DISABLED: NTSTATUS = -1073741695i32;
10099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10100 pub const STATUS_SERVER_SHUTDOWN_IN_PROGRESS: NTSTATUS = -1073741057i32;
10101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10102 pub const STATUS_SERVER_SID_MISMATCH: NTSTATUS = -1073741152i32;
10103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10104 pub const STATUS_SERVER_TRANSPORT_CONFLICT: NTSTATUS = -1073741388i32;
10105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10106 pub const STATUS_SERVER_UNAVAILABLE: NTSTATUS = -1073740698i32;
10107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10108 pub const STATUS_SERVICES_FAILED_AUTOSTART: NTSTATUS = 1073783108i32;
10109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10110 pub const STATUS_SERVICE_NOTIFICATION: NTSTATUS = 1073741848i32;
10111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10112 pub const STATUS_SESSION_KEY_TOO_SHORT: NTSTATUS = -1073740521i32;
10113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10114 pub const STATUS_SETMARK_DETECTED: NTSTATUS = -2147483615i32;
10115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10116 pub const STATUS_SET_CONTEXT_DENIED: NTSTATUS = -1073740278i32;
10117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10118 pub const STATUS_SEVERITY_COERROR: u32 = 2u32;
10119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10120 pub const STATUS_SEVERITY_COFAIL: u32 = 3u32;
10121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10122 pub const STATUS_SHARED_IRQ_BUSY: NTSTATUS = -1073741460i32;
10123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10124 pub const STATUS_SHARED_POLICY: NTSTATUS = -1073741159i32;
10125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10126 pub const STATUS_SHARE_UNAVAILABLE: NTSTATUS = -1073740672i32;
10127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10128 pub const STATUS_SHARING_PAUSED: NTSTATUS = -1073741617i32;
10129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10130 pub const STATUS_SHARING_VIOLATION: NTSTATUS = -1073741757i32;
10131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10132 pub const STATUS_SHORT_NAMES_NOT_ENABLED_ON_VOLUME: NTSTATUS = -1073741409i32;
10133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10134 pub const STATUS_SHUTDOWN_IN_PROGRESS: NTSTATUS = -1073741058i32;
10135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10136 pub const STATUS_SINGLE_STEP: NTSTATUS = -2147483644i32;
10137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10138 pub const STATUS_SMARTCARD_CARD_BLOCKED: NTSTATUS = -1073740927i32;
10139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10140 pub const STATUS_SMARTCARD_CARD_NOT_AUTHENTICATED: NTSTATUS = -1073740926i32;
10141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10142 pub const STATUS_SMARTCARD_CERT_EXPIRED: NTSTATUS = -1073740915i32;
10143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10144 pub const STATUS_SMARTCARD_CERT_REVOKED: NTSTATUS = -1073740919i32;
10145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10146 pub const STATUS_SMARTCARD_IO_ERROR: NTSTATUS = -1073740921i32;
10147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10148 pub const STATUS_SMARTCARD_LOGON_REQUIRED: NTSTATUS = -1073741062i32;
10149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10150 pub const STATUS_SMARTCARD_NO_CARD: NTSTATUS = -1073740925i32;
10151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10152 pub const STATUS_SMARTCARD_NO_CERTIFICATE: NTSTATUS = -1073740923i32;
10153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10154 pub const STATUS_SMARTCARD_NO_KEYSET: NTSTATUS = -1073740922i32;
10155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10156 pub const STATUS_SMARTCARD_NO_KEY_CONTAINER: NTSTATUS = -1073740924i32;
10157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10158 pub const STATUS_SMARTCARD_SILENT_CONTEXT: NTSTATUS = -1073740913i32;
10159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10160 pub const STATUS_SMARTCARD_SUBSYSTEM_FAILURE: NTSTATUS = -1073741023i32;
10161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10162 pub const STATUS_SMARTCARD_WRONG_PIN: NTSTATUS = -1073740928i32;
10163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10164 pub const STATUS_SMB1_NOT_AVAILABLE: NTSTATUS = -1073740525i32;
10165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10166 pub const STATUS_SMB_BAD_CLUSTER_DIALECT: NTSTATUS = -1067646975i32;
10167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10168 pub const STATUS_SMB_GUEST_LOGON_BLOCKED: NTSTATUS = -1067646974i32;
10169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10170 pub const STATUS_SMB_NO_PREAUTH_INTEGRITY_HASH_OVERLAP: NTSTATUS = -1067646976i32;
10171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10172 pub const STATUS_SMB_NO_SIGNING_ALGORITHM_OVERLAP: NTSTATUS = -1067646973i32;
10173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10174 pub const STATUS_SMI_PRIMITIVE_INSTALLER_FAILED: NTSTATUS = -1072365531i32;
10175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10176 pub const STATUS_SMR_GARBAGE_COLLECTION_REQUIRED: NTSTATUS = -1073740524i32;
10177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10178 pub const STATUS_SOME_NOT_MAPPED: NTSTATUS = 263i32;
10179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10180 pub const STATUS_SOURCE_ELEMENT_EMPTY: NTSTATUS = -1073741181i32;
10181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10182 pub const STATUS_SPACES_ALLOCATION_SIZE_INVALID: NTSTATUS = -1058602994i32;
10183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10184 pub const STATUS_SPACES_CACHE_FULL: NTSTATUS = -1058602970i32;
10185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10186 pub const STATUS_SPACES_COMPLETE: NTSTATUS = 15138818i32;
10187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10188 pub const STATUS_SPACES_CORRUPT_METADATA: NTSTATUS = -1058602986i32;
10189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10190 pub const STATUS_SPACES_DRIVE_LOST_DATA: NTSTATUS = -1058602979i32;
10191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10192 pub const STATUS_SPACES_DRIVE_NOT_READY: NTSTATUS = -1058602981i32;
10193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10194 pub const STATUS_SPACES_DRIVE_OPERATIONAL_STATE_INVALID: NTSTATUS = -1058602990i32;
10195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10196 pub const STATUS_SPACES_DRIVE_REDUNDANCY_INVALID: NTSTATUS = -1058603002i32;
10197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10198 pub const STATUS_SPACES_DRIVE_SECTOR_SIZE_INVALID: NTSTATUS = -1058603004i32;
10199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10200 pub const STATUS_SPACES_DRIVE_SPLIT: NTSTATUS = -1058602980i32;
10201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10202 pub const STATUS_SPACES_DRT_FULL: NTSTATUS = -1058602985i32;
10203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10204 pub const STATUS_SPACES_ENCLOSURE_AWARE_INVALID: NTSTATUS = -1058602993i32;
10205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10206 pub const STATUS_SPACES_ENTRY_INCOMPLETE: NTSTATUS = -1058602978i32;
10207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10208 pub const STATUS_SPACES_ENTRY_INVALID: NTSTATUS = -1058602977i32;
10209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10210 pub const STATUS_SPACES_EXTENDED_ERROR: NTSTATUS = -1058602996i32;
10211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10212 pub const STATUS_SPACES_FAULT_DOMAIN_TYPE_INVALID: NTSTATUS = -1058603007i32;
10213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10214 pub const STATUS_SPACES_FLUSH_METADATA: NTSTATUS = -1058602971i32;
10215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10216 pub const STATUS_SPACES_INCONSISTENCY: NTSTATUS = -1058602984i32;
10217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10218 pub const STATUS_SPACES_INTERLEAVE_LENGTH_INVALID: NTSTATUS = -1058602999i32;
10219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10220 pub const STATUS_SPACES_LOG_NOT_READY: NTSTATUS = -1058602983i32;
10221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10222 pub const STATUS_SPACES_MAP_REQUIRED: NTSTATUS = -1058602988i32;
10223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10224 pub const STATUS_SPACES_MARK_DIRTY: NTSTATUS = -1058602976i32;
10225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10226 pub const STATUS_SPACES_NOT_ENOUGH_DRIVES: NTSTATUS = -1058602997i32;
10227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10228 pub const STATUS_SPACES_NO_REDUNDANCY: NTSTATUS = -1058602982i32;
10229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10230 pub const STATUS_SPACES_NUMBER_OF_COLUMNS_INVALID: NTSTATUS = -1058602998i32;
10231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10232 pub const STATUS_SPACES_NUMBER_OF_DATA_COPIES_INVALID: NTSTATUS = -1058603001i32;
10233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10234 pub const STATUS_SPACES_NUMBER_OF_GROUPS_INVALID: NTSTATUS = -1058602991i32;
10235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10236 pub const STATUS_SPACES_PAUSE: NTSTATUS = 15138817i32;
10237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10238 pub const STATUS_SPACES_PD_INVALID_DATA: NTSTATUS = -1058602972i32;
10239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10240 pub const STATUS_SPACES_PD_LENGTH_MISMATCH: NTSTATUS = -1058602974i32;
10241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10242 pub const STATUS_SPACES_PD_NOT_FOUND: NTSTATUS = -1058602975i32;
10243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10244 pub const STATUS_SPACES_PD_UNSUPPORTED_VERSION: NTSTATUS = -1058602973i32;
10245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10246 pub const STATUS_SPACES_PROVISIONING_TYPE_INVALID: NTSTATUS = -1058602995i32;
10247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10248 pub const STATUS_SPACES_REDIRECT: NTSTATUS = 15138819i32;
10249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10250 pub const STATUS_SPACES_REPAIRED: NTSTATUS = 15138816i32;
10251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10252 pub const STATUS_SPACES_RESILIENCY_TYPE_INVALID: NTSTATUS = -1058603005i32;
10253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10254 pub const STATUS_SPACES_UNSUPPORTED_VERSION: NTSTATUS = -1058602987i32;
10255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10256 pub const STATUS_SPACES_UPDATE_COLUMN_STATE: NTSTATUS = -1058602989i32;
10257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10258 pub const STATUS_SPACES_WRITE_CACHE_SIZE_INVALID: NTSTATUS = -1058602992i32;
10259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10260 pub const STATUS_SPARSE_FILE_NOT_SUPPORTED: NTSTATUS = -1073740604i32;
10261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10262 pub const STATUS_SPARSE_NOT_ALLOWED_IN_TRANSACTION: NTSTATUS = -1072103351i32;
10263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10264 pub const STATUS_SPECIAL_ACCOUNT: NTSTATUS = -1073741532i32;
10265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10266 pub const STATUS_SPECIAL_GROUP: NTSTATUS = -1073741531i32;
10267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10268 pub const STATUS_SPECIAL_USER: NTSTATUS = -1073741530i32;
10269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10270 pub const STATUS_STACK_BUFFER_OVERRUN: NTSTATUS = -1073740791i32;
10271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10272 pub const STATUS_STACK_OVERFLOW: NTSTATUS = -1073741571i32;
10273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10274 pub const STATUS_STACK_OVERFLOW_READ: NTSTATUS = -1073741272i32;
10275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10276 pub const STATUS_STOPPED_ON_SYMLINK: NTSTATUS = -2147483603i32;
10277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10278 pub const STATUS_STORAGE_LOST_DATA_PERSISTENCE: NTSTATUS = -1073740642i32;
10279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10280 pub const STATUS_STORAGE_RESERVE_ALREADY_EXISTS: NTSTATUS = -1073740625i32;
10281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10282 pub const STATUS_STORAGE_RESERVE_DOES_NOT_EXIST: NTSTATUS = -1073740626i32;
10283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10284 pub const STATUS_STORAGE_RESERVE_ID_INVALID: NTSTATUS = -1073740627i32;
10285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10286 pub const STATUS_STORAGE_RESERVE_NOT_EMPTY: NTSTATUS = -1073740624i32;
10287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10288 pub const STATUS_STORAGE_STACK_ACCESS_DENIED: NTSTATUS = -1073740607i32;
10289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10290 pub const STATUS_STORAGE_TOPOLOGY_ID_MISMATCH: NTSTATUS = -1073740666i32;
10291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10292 pub const STATUS_STOWED_EXCEPTION: NTSTATUS = -1073741189i32;
10293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10294 pub const STATUS_STREAM_MINIVERSION_NOT_FOUND: NTSTATUS = -1072103390i32;
10295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10296 pub const STATUS_STREAM_MINIVERSION_NOT_VALID: NTSTATUS = -1072103389i32;
10297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10298 pub const STATUS_STRICT_CFG_VIOLATION: NTSTATUS = -1073740282i32;
10299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10300 pub const STATUS_STRONG_CRYPTO_NOT_SUPPORTED: NTSTATUS = -1073741066i32;
10301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10302 pub const STATUS_SUCCESS: NTSTATUS = 0i32;
10303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10304 pub const STATUS_SUSPEND_COUNT_EXCEEDED: NTSTATUS = -1073741750i32;
10305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10306 pub const STATUS_SVHDX_ERROR_NOT_AVAILABLE: NTSTATUS = -1067647232i32;
10307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10308 pub const STATUS_SVHDX_ERROR_STORED: NTSTATUS = -1067712512i32;
10309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10310 pub const STATUS_SVHDX_NO_INITIATOR: NTSTATUS = -1067647221i32;
10311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10312 pub const STATUS_SVHDX_RESERVATION_CONFLICT: NTSTATUS = -1067647225i32;
10313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10314 pub const STATUS_SVHDX_UNIT_ATTENTION_AVAILABLE: NTSTATUS = -1067647231i32;
10315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10316 pub const STATUS_SVHDX_UNIT_ATTENTION_CAPACITY_DATA_CHANGED: NTSTATUS = -1067647230i32;
10317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10318 pub const STATUS_SVHDX_UNIT_ATTENTION_OPERATING_DEFINITION_CHANGED: NTSTATUS = -1067647226i32;
10319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10320 pub const STATUS_SVHDX_UNIT_ATTENTION_REGISTRATIONS_PREEMPTED: NTSTATUS = -1067647227i32;
10321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10322 pub const STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_PREEMPTED: NTSTATUS = -1067647229i32;
10323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10324 pub const STATUS_SVHDX_UNIT_ATTENTION_RESERVATIONS_RELEASED: NTSTATUS = -1067647228i32;
10325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10326 pub const STATUS_SVHDX_VERSION_MISMATCH: NTSTATUS = -1067647223i32;
10327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10328 pub const STATUS_SVHDX_WRONG_FILE_TYPE: NTSTATUS = -1067647224i32;
10329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10330 pub const STATUS_SXS_ACTIVATION_CONTEXT_DISABLED: NTSTATUS = -1072365561i32;
10331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10332 pub const STATUS_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT: NTSTATUS = -1072365538i32;
10333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10334 pub const STATUS_SXS_ASSEMBLY_MISSING: NTSTATUS = -1072365556i32;
10335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10336 pub const STATUS_SXS_ASSEMBLY_NOT_FOUND: NTSTATUS = -1072365564i32;
10337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10338 pub const STATUS_SXS_CANT_GEN_ACTCTX: NTSTATUS = -1072365566i32;
10339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10340 pub const STATUS_SXS_COMPONENT_STORE_CORRUPT: NTSTATUS = -1072365542i32;
10341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10342 pub const STATUS_SXS_CORRUPTION: NTSTATUS = -1072365547i32;
10343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10344 pub const STATUS_SXS_CORRUPT_ACTIVATION_STACK: NTSTATUS = -1072365548i32;
10345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10346 pub const STATUS_SXS_EARLY_DEACTIVATION: NTSTATUS = -1072365553i32;
10347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10348 pub const STATUS_SXS_FILE_HASH_MISMATCH: NTSTATUS = -1072365541i32;
10349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10350 pub const STATUS_SXS_FILE_HASH_MISSING: NTSTATUS = -1072365529i32;
10351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10352 pub const STATUS_SXS_FILE_NOT_PART_OF_ASSEMBLY: NTSTATUS = -1072365537i32;
10353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10354 pub const STATUS_SXS_IDENTITIES_DIFFERENT: NTSTATUS = -1072365539i32;
10355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10356 pub const STATUS_SXS_IDENTITY_DUPLICATE_ATTRIBUTE: NTSTATUS = -1072365544i32;
10357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10358 pub const STATUS_SXS_IDENTITY_PARSE_ERROR: NTSTATUS = -1072365543i32;
10359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10360 pub const STATUS_SXS_INVALID_ACTCTXDATA_FORMAT: NTSTATUS = -1072365565i32;
10361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10362 pub const STATUS_SXS_INVALID_DEACTIVATION: NTSTATUS = -1072365552i32;
10363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10364 pub const STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME: NTSTATUS = -1072365545i32;
10365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10366 pub const STATUS_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE: NTSTATUS = -1072365546i32;
10367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10368 pub const STATUS_SXS_KEY_NOT_FOUND: NTSTATUS = -1072365560i32;
10369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10370 pub const STATUS_SXS_MANIFEST_FORMAT_ERROR: NTSTATUS = -1072365563i32;
10371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10372 pub const STATUS_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT: NTSTATUS = -1072365540i32;
10373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10374 pub const STATUS_SXS_MANIFEST_PARSE_ERROR: NTSTATUS = -1072365562i32;
10375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10376 pub const STATUS_SXS_MANIFEST_TOO_BIG: NTSTATUS = -1072365534i32;
10377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10378 pub const STATUS_SXS_MULTIPLE_DEACTIVATION: NTSTATUS = -1072365551i32;
10379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10380 pub const STATUS_SXS_PROCESS_DEFAULT_ALREADY_SET: NTSTATUS = -1072365554i32;
10381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10382 pub const STATUS_SXS_PROCESS_TERMINATION_REQUESTED: NTSTATUS = -1072365549i32;
10383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10384 pub const STATUS_SXS_RELEASE_ACTIVATION_CONTEXT: NTSTATUS = 1075118093i32;
10385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10386 pub const STATUS_SXS_SECTION_NOT_FOUND: NTSTATUS = -1072365567i32;
10387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10388 pub const STATUS_SXS_SETTING_NOT_REGISTERED: NTSTATUS = -1072365533i32;
10389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10390 pub const STATUS_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY: NTSTATUS = -1072365550i32;
10391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10392 pub const STATUS_SXS_THREAD_QUERIES_DISABLED: NTSTATUS = -1072365557i32;
10393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10394 pub const STATUS_SXS_TRANSACTION_CLOSURE_INCOMPLETE: NTSTATUS = -1072365532i32;
10395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10396 pub const STATUS_SXS_VERSION_CONFLICT: NTSTATUS = -1072365559i32;
10397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10398 pub const STATUS_SXS_WRONG_SECTION_TYPE: NTSTATUS = -1072365558i32;
10399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10400 pub const STATUS_SYMLINK_CLASS_DISABLED: NTSTATUS = -1073740011i32;
10401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10402 pub const STATUS_SYNCHRONIZATION_REQUIRED: NTSTATUS = -1073741516i32;
10403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10404 pub const STATUS_SYSTEM_DEVICE_NOT_FOUND: NTSTATUS = -1073740718i32;
10405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10406 pub const STATUS_SYSTEM_HIVE_TOO_LARGE: NTSTATUS = -1073740946i32;
10407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10408 pub const STATUS_SYSTEM_IMAGE_BAD_SIGNATURE: NTSTATUS = -1073741103i32;
10409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10410 pub const STATUS_SYSTEM_INTEGRITY_INVALID_POLICY: NTSTATUS = -1058471933i32;
10411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10412 pub const STATUS_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED: NTSTATUS = -1058471932i32;
10413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10414 pub const STATUS_SYSTEM_INTEGRITY_POLICY_VIOLATION: NTSTATUS = -1058471934i32;
10415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10416 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT: NTSTATUS = -1058471927i32;
10417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10418 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS: NTSTATUS = -1058471929i32;
10419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10420 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_OFFLINE: NTSTATUS = -1058471926i32;
10421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10422 pub const STATUS_SYSTEM_INTEGRITY_REPUTATION_PUA: NTSTATUS = -1058471928i32;
10423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10424 pub const STATUS_SYSTEM_INTEGRITY_ROLLBACK_DETECTED: NTSTATUS = -1058471935i32;
10425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10426 pub const STATUS_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED: NTSTATUS = -1058471930i32;
10427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10428 pub const STATUS_SYSTEM_INTEGRITY_TOO_MANY_POLICIES: NTSTATUS = -1058471931i32;
10429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10430 pub const STATUS_SYSTEM_NEEDS_REMEDIATION: NTSTATUS = -1073740674i32;
10431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10432 pub const STATUS_SYSTEM_POWERSTATE_COMPLEX_TRANSITION: NTSTATUS = 1073741873i32;
10433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10434 pub const STATUS_SYSTEM_POWERSTATE_TRANSITION: NTSTATUS = 1073741871i32;
10435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10436 pub const STATUS_SYSTEM_PROCESS_TERMINATED: NTSTATUS = -1073741286i32;
10437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10438 pub const STATUS_SYSTEM_SHUTDOWN: NTSTATUS = -1073741077i32;
10439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10440 pub const STATUS_THREADPOOL_FREE_LIBRARY_ON_COMPLETION_FAILED: NTSTATUS = -1073740018i32;
10441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10442 pub const STATUS_THREADPOOL_HANDLE_EXCEPTION: NTSTATUS = -1073740022i32;
10443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10444 pub const STATUS_THREADPOOL_RELEASED_DURING_OPERATION: NTSTATUS = -1073740017i32;
10445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10446 pub const STATUS_THREADPOOL_RELEASE_MUTEX_ON_COMPLETION_FAILED: NTSTATUS = -1073740019i32;
10447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10448 pub const STATUS_THREADPOOL_RELEASE_SEMAPHORE_ON_COMPLETION_FAILED: NTSTATUS = -1073740020i32;
10449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10450 pub const STATUS_THREADPOOL_SET_EVENT_ON_COMPLETION_FAILED: NTSTATUS = -1073740021i32;
10451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10452 pub const STATUS_THREAD_ALREADY_IN_SESSION: NTSTATUS = -1073740714i32;
10453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10454 pub const STATUS_THREAD_ALREADY_IN_TASK: NTSTATUS = -1073740542i32;
10455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10456 pub const STATUS_THREAD_IS_TERMINATING: NTSTATUS = -1073741749i32;
10457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10458 pub const STATUS_THREAD_NOT_IN_PROCESS: NTSTATUS = -1073741526i32;
10459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10460 pub const STATUS_THREAD_NOT_IN_SESSION: NTSTATUS = -1073740713i32;
10461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10462 pub const STATUS_THREAD_NOT_RUNNING: NTSTATUS = -1073740522i32;
10463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10464 pub const STATUS_THREAD_WAS_SUSPENDED: NTSTATUS = 1073741825i32;
10465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10466 pub const STATUS_TIMEOUT: NTSTATUS = 258i32;
10467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10468 pub const STATUS_TIMER_NOT_CANCELED: NTSTATUS = -1073741812i32;
10469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10470 pub const STATUS_TIMER_RESOLUTION_NOT_SET: NTSTATUS = -1073741243i32;
10471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10472 pub const STATUS_TIMER_RESUME_IGNORED: NTSTATUS = 1073741861i32;
10473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10474 pub const STATUS_TIME_DIFFERENCE_AT_DC: NTSTATUS = -1073741517i32;
10475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10476 pub const STATUS_TM_IDENTITY_MISMATCH: NTSTATUS = -1072103350i32;
10477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10478 pub const STATUS_TM_INITIALIZATION_FAILED: NTSTATUS = -1072103420i32;
10479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10480 pub const STATUS_TM_VOLATILE: NTSTATUS = -1072103365i32;
10481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10482 pub const STATUS_TOKEN_ALREADY_IN_USE: NTSTATUS = -1073741525i32;
10483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10484 pub const STATUS_TOO_LATE: NTSTATUS = -1073741431i32;
10485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10486 pub const STATUS_TOO_MANY_ADDRESSES: NTSTATUS = -1073741303i32;
10487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10488 pub const STATUS_TOO_MANY_COMMANDS: NTSTATUS = -1073741631i32;
10489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10490 pub const STATUS_TOO_MANY_CONTEXT_IDS: NTSTATUS = -1073741478i32;
10491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10492 pub const STATUS_TOO_MANY_GUIDS_REQUESTED: NTSTATUS = -1073741694i32;
10493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10494 pub const STATUS_TOO_MANY_LINKS: NTSTATUS = -1073741211i32;
10495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10496 pub const STATUS_TOO_MANY_LUIDS_REQUESTED: NTSTATUS = -1073741708i32;
10497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10498 pub const STATUS_TOO_MANY_NAMES: NTSTATUS = -1073741619i32;
10499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10500 pub const STATUS_TOO_MANY_NODES: NTSTATUS = -1073741298i32;
10501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10502 pub const STATUS_TOO_MANY_OPENED_FILES: NTSTATUS = -1073741537i32;
10503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10504 pub const STATUS_TOO_MANY_PAGING_FILES: NTSTATUS = -1073741673i32;
10505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10506 pub const STATUS_TOO_MANY_PRINCIPALS: NTSTATUS = -1073741065i32;
10507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10508 pub const STATUS_TOO_MANY_SECRETS: NTSTATUS = -1073741482i32;
10509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10510 pub const STATUS_TOO_MANY_SEGMENT_DESCRIPTORS: NTSTATUS = -1073740685i32;
10511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10512 pub const STATUS_TOO_MANY_SESSIONS: NTSTATUS = -1073741618i32;
10513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10514 pub const STATUS_TOO_MANY_SIDS: NTSTATUS = -1073741442i32;
10515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10516 pub const STATUS_TOO_MANY_THREADS: NTSTATUS = -1073741527i32;
10517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10518 pub const STATUS_TPM_20_E_ASYMMETRIC: NTSTATUS = -1071054719i32;
10519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10520 pub const STATUS_TPM_20_E_ATTRIBUTES: NTSTATUS = -1071054718i32;
10521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10522 pub const STATUS_TPM_20_E_AUTHSIZE: NTSTATUS = -1071054524i32;
10523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10524 pub const STATUS_TPM_20_E_AUTH_CONTEXT: NTSTATUS = -1071054523i32;
10525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10526 pub const STATUS_TPM_20_E_AUTH_FAIL: NTSTATUS = -1071054706i32;
10527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10528 pub const STATUS_TPM_20_E_AUTH_MISSING: NTSTATUS = -1071054555i32;
10529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10530 pub const STATUS_TPM_20_E_AUTH_TYPE: NTSTATUS = -1071054556i32;
10531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10532 pub const STATUS_TPM_20_E_AUTH_UNAVAILABLE: NTSTATUS = -1071054545i32;
10533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10534 pub const STATUS_TPM_20_E_BAD_AUTH: NTSTATUS = -1071054686i32;
10535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10536 pub const STATUS_TPM_20_E_BAD_CONTEXT: NTSTATUS = -1071054512i32;
10537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10538 pub const STATUS_TPM_20_E_BINDING: NTSTATUS = -1071054683i32;
10539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10540 pub const STATUS_TPM_20_E_COMMAND_CODE: NTSTATUS = -1071054525i32;
10541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10542 pub const STATUS_TPM_20_E_COMMAND_SIZE: NTSTATUS = -1071054526i32;
10543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10544 pub const STATUS_TPM_20_E_CPHASH: NTSTATUS = -1071054511i32;
10545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10546 pub const STATUS_TPM_20_E_CURVE: NTSTATUS = -1071054682i32;
10547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10548 pub const STATUS_TPM_20_E_DISABLED: NTSTATUS = -1071054560i32;
10549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10550 pub const STATUS_TPM_20_E_ECC_CURVE: NTSTATUS = -1071054557i32;
10551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10552 pub const STATUS_TPM_20_E_ECC_POINT: NTSTATUS = -1071054681i32;
10553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10554 pub const STATUS_TPM_20_E_EXCLUSIVE: NTSTATUS = -1071054559i32;
10555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10556 pub const STATUS_TPM_20_E_EXPIRED: NTSTATUS = -1071054685i32;
10557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10558 pub const STATUS_TPM_20_E_FAILURE: NTSTATUS = -1071054591i32;
10559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10560 pub const STATUS_TPM_20_E_HANDLE: NTSTATUS = -1071054709i32;
10561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10562 pub const STATUS_TPM_20_E_HASH: NTSTATUS = -1071054717i32;
10563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10564 pub const STATUS_TPM_20_E_HIERARCHY: NTSTATUS = -1071054715i32;
10565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10566 pub const STATUS_TPM_20_E_HMAC: NTSTATUS = -1071054567i32;
10567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10568 pub const STATUS_TPM_20_E_INITIALIZE: NTSTATUS = -1071054592i32;
10569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10570 pub const STATUS_TPM_20_E_INSUFFICIENT: NTSTATUS = -1071054694i32;
10571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10572 pub const STATUS_TPM_20_E_INTEGRITY: NTSTATUS = -1071054689i32;
10573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10574 pub const STATUS_TPM_20_E_KDF: NTSTATUS = -1071054708i32;
10575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10576 pub const STATUS_TPM_20_E_KEY: NTSTATUS = -1071054692i32;
10577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10578 pub const STATUS_TPM_20_E_KEY_SIZE: NTSTATUS = -1071054713i32;
10579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10580 pub const STATUS_TPM_20_E_MGF: NTSTATUS = -1071054712i32;
10581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10582 pub const STATUS_TPM_20_E_MODE: NTSTATUS = -1071054711i32;
10583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10584 pub const STATUS_TPM_20_E_NEEDS_TEST: NTSTATUS = -1071054509i32;
10585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10586 pub const STATUS_TPM_20_E_NONCE: NTSTATUS = -1071054705i32;
10587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10588 pub const STATUS_TPM_20_E_NO_RESULT: NTSTATUS = -1071054508i32;
10589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10590 pub const STATUS_TPM_20_E_NV_AUTHORIZATION: NTSTATUS = -1071054519i32;
10591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10592 pub const STATUS_TPM_20_E_NV_DEFINED: NTSTATUS = -1071054516i32;
10593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10594 pub const STATUS_TPM_20_E_NV_LOCKED: NTSTATUS = -1071054520i32;
10595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10596 pub const STATUS_TPM_20_E_NV_RANGE: NTSTATUS = -1071054522i32;
10597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10598 pub const STATUS_TPM_20_E_NV_SIZE: NTSTATUS = -1071054521i32;
10599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10600 pub const STATUS_TPM_20_E_NV_SPACE: NTSTATUS = -1071054517i32;
10601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10602 pub const STATUS_TPM_20_E_NV_UNINITIALIZED: NTSTATUS = -1071054518i32;
10603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10604 pub const STATUS_TPM_20_E_PARENT: NTSTATUS = -1071054510i32;
10605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10606 pub const STATUS_TPM_20_E_PCR: NTSTATUS = -1071054553i32;
10607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10608 pub const STATUS_TPM_20_E_PCR_CHANGED: NTSTATUS = -1071054552i32;
10609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10610 pub const STATUS_TPM_20_E_POLICY: NTSTATUS = -1071054554i32;
10611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10612 pub const STATUS_TPM_20_E_POLICY_CC: NTSTATUS = -1071054684i32;
10613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10614 pub const STATUS_TPM_20_E_POLICY_FAIL: NTSTATUS = -1071054691i32;
10615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10616 pub const STATUS_TPM_20_E_PP: NTSTATUS = -1071054704i32;
10617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10618 pub const STATUS_TPM_20_E_PRIVATE: NTSTATUS = -1071054581i32;
10619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10620 pub const STATUS_TPM_20_E_RANGE: NTSTATUS = -1071054707i32;
10621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10622 pub const STATUS_TPM_20_E_REBOOT: NTSTATUS = -1071054544i32;
10623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10624 pub const STATUS_TPM_20_E_RESERVED_BITS: NTSTATUS = -1071054687i32;
10625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10626 pub const STATUS_TPM_20_E_SCHEME: NTSTATUS = -1071054702i32;
10627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10628 pub const STATUS_TPM_20_E_SELECTOR: NTSTATUS = -1071054696i32;
10629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10630 pub const STATUS_TPM_20_E_SENSITIVE: NTSTATUS = -1071054507i32;
10631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10632 pub const STATUS_TPM_20_E_SEQUENCE: NTSTATUS = -1071054589i32;
10633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10634 pub const STATUS_TPM_20_E_SIGNATURE: NTSTATUS = -1071054693i32;
10635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10636 pub const STATUS_TPM_20_E_SIZE: NTSTATUS = -1071054699i32;
10637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10638 pub const STATUS_TPM_20_E_SYMMETRIC: NTSTATUS = -1071054698i32;
10639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10640 pub const STATUS_TPM_20_E_TAG: NTSTATUS = -1071054697i32;
10641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10642 pub const STATUS_TPM_20_E_TICKET: NTSTATUS = -1071054688i32;
10643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10644 pub const STATUS_TPM_20_E_TOO_MANY_CONTEXTS: NTSTATUS = -1071054546i32;
10645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10646 pub const STATUS_TPM_20_E_TYPE: NTSTATUS = -1071054710i32;
10647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10648 pub const STATUS_TPM_20_E_UNBALANCED: NTSTATUS = -1071054543i32;
10649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10650 pub const STATUS_TPM_20_E_UPGRADE: NTSTATUS = -1071054547i32;
10651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10652 pub const STATUS_TPM_20_E_VALUE: NTSTATUS = -1071054716i32;
10653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10654 pub const STATUS_TPM_ACCESS_DENIED: NTSTATUS = -1071050748i32;
10655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10656 pub const STATUS_TPM_AREA_LOCKED: NTSTATUS = -1071054788i32;
10657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10658 pub const STATUS_TPM_AUDITFAILURE: NTSTATUS = -1071054844i32;
10659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10660 pub const STATUS_TPM_AUDITFAIL_SUCCESSFUL: NTSTATUS = -1071054799i32;
10661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10662 pub const STATUS_TPM_AUDITFAIL_UNSUCCESSFUL: NTSTATUS = -1071054800i32;
10663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10664 pub const STATUS_TPM_AUTH2FAIL: NTSTATUS = -1071054819i32;
10665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10666 pub const STATUS_TPM_AUTHFAIL: NTSTATUS = -1071054847i32;
10667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10668 pub const STATUS_TPM_AUTH_CONFLICT: NTSTATUS = -1071054789i32;
10669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10670 pub const STATUS_TPM_BADCONTEXT: NTSTATUS = -1071054758i32;
10671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10672 pub const STATUS_TPM_BADINDEX: NTSTATUS = -1071054846i32;
10673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10674 pub const STATUS_TPM_BADTAG: NTSTATUS = -1071054818i32;
10675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10676 pub const STATUS_TPM_BAD_ATTRIBUTES: NTSTATUS = -1071054782i32;
10677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10678 pub const STATUS_TPM_BAD_COUNTER: NTSTATUS = -1071054779i32;
10679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10680 pub const STATUS_TPM_BAD_DATASIZE: NTSTATUS = -1071054805i32;
10681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10682 pub const STATUS_TPM_BAD_DELEGATE: NTSTATUS = -1071054759i32;
10683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10684 pub const STATUS_TPM_BAD_HANDLE: NTSTATUS = -1071054760i32;
10685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10686 pub const STATUS_TPM_BAD_KEY_PROPERTY: NTSTATUS = -1071054808i32;
10687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10688 pub const STATUS_TPM_BAD_LOCALITY: NTSTATUS = -1071054787i32;
10689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10690 pub const STATUS_TPM_BAD_MIGRATION: NTSTATUS = -1071054807i32;
10691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10692 pub const STATUS_TPM_BAD_MODE: NTSTATUS = -1071054804i32;
10693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10694 pub const STATUS_TPM_BAD_ORDINAL: NTSTATUS = -1071054838i32;
10695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10696 pub const STATUS_TPM_BAD_PARAMETER: NTSTATUS = -1071054845i32;
10697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10698 pub const STATUS_TPM_BAD_PARAM_SIZE: NTSTATUS = -1071054823i32;
10699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10700 pub const STATUS_TPM_BAD_PRESENCE: NTSTATUS = -1071054803i32;
10701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10702 pub const STATUS_TPM_BAD_SCHEME: NTSTATUS = -1071054806i32;
10703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10704 pub const STATUS_TPM_BAD_SIGNATURE: NTSTATUS = -1071054750i32;
10705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10706 pub const STATUS_TPM_BAD_TYPE: NTSTATUS = -1071054796i32;
10707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10708 pub const STATUS_TPM_BAD_VERSION: NTSTATUS = -1071054802i32;
10709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10710 pub const STATUS_TPM_CLEAR_DISABLED: NTSTATUS = -1071054843i32;
10711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10712 pub const STATUS_TPM_COMMAND_BLOCKED: NTSTATUS = -1071053824i32;
10713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10714 pub const STATUS_TPM_COMMAND_CANCELED: NTSTATUS = -1071050751i32;
10715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10716 pub const STATUS_TPM_CONTEXT_GAP: NTSTATUS = -1071054777i32;
10717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10718 pub const STATUS_TPM_DAA_INPUT_DATA0: NTSTATUS = -1071054767i32;
10719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10720 pub const STATUS_TPM_DAA_INPUT_DATA1: NTSTATUS = -1071054766i32;
10721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10722 pub const STATUS_TPM_DAA_ISSUER_SETTINGS: NTSTATUS = -1071054765i32;
10723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10724 pub const STATUS_TPM_DAA_ISSUER_VALIDITY: NTSTATUS = -1071054762i32;
10725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10726 pub const STATUS_TPM_DAA_RESOURCES: NTSTATUS = -1071054768i32;
10727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10728 pub const STATUS_TPM_DAA_STAGE: NTSTATUS = -1071054763i32;
10729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10730 pub const STATUS_TPM_DAA_TPM_SETTINGS: NTSTATUS = -1071054764i32;
10731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10732 pub const STATUS_TPM_DAA_WRONG_W: NTSTATUS = -1071054761i32;
10733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10734 pub const STATUS_TPM_DEACTIVATED: NTSTATUS = -1071054842i32;
10735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10736 pub const STATUS_TPM_DECRYPT_ERROR: NTSTATUS = -1071054815i32;
10737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10738 pub const STATUS_TPM_DEFEND_LOCK_RUNNING: NTSTATUS = -1071052797i32;
10739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10740 pub const STATUS_TPM_DELEGATE_ADMIN: NTSTATUS = -1071054771i32;
10741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10742 pub const STATUS_TPM_DELEGATE_FAMILY: NTSTATUS = -1071054772i32;
10743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10744 pub const STATUS_TPM_DELEGATE_LOCK: NTSTATUS = -1071054773i32;
10745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10746 pub const STATUS_TPM_DISABLED: NTSTATUS = -1071054841i32;
10747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10748 pub const STATUS_TPM_DISABLED_CMD: NTSTATUS = -1071054840i32;
10749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10750 pub const STATUS_TPM_DOING_SELFTEST: NTSTATUS = -1071052798i32;
10751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10752 pub const STATUS_TPM_DUPLICATE_VHANDLE: NTSTATUS = -1071053822i32;
10753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10754 pub const STATUS_TPM_EMBEDDED_COMMAND_BLOCKED: NTSTATUS = -1071053821i32;
10755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10756 pub const STATUS_TPM_EMBEDDED_COMMAND_UNSUPPORTED: NTSTATUS = -1071053820i32;
10757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10758 pub const STATUS_TPM_ENCRYPT_ERROR: NTSTATUS = -1071054816i32;
10759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10760 pub const STATUS_TPM_ERROR_MASK: NTSTATUS = -1071054848i32;
10761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10762 pub const STATUS_TPM_FAIL: NTSTATUS = -1071054839i32;
10763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10764 pub const STATUS_TPM_FAILEDSELFTEST: NTSTATUS = -1071054820i32;
10765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10766 pub const STATUS_TPM_FAMILYCOUNT: NTSTATUS = -1071054784i32;
10767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10768 pub const STATUS_TPM_INAPPROPRIATE_ENC: NTSTATUS = -1071054834i32;
10769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10770 pub const STATUS_TPM_INAPPROPRIATE_SIG: NTSTATUS = -1071054809i32;
10771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10772 pub const STATUS_TPM_INSTALL_DISABLED: NTSTATUS = -1071054837i32;
10773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10774 pub const STATUS_TPM_INSUFFICIENT_BUFFER: NTSTATUS = -1071050747i32;
10775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10776 pub const STATUS_TPM_INVALID_AUTHHANDLE: NTSTATUS = -1071054814i32;
10777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10778 pub const STATUS_TPM_INVALID_FAMILY: NTSTATUS = -1071054793i32;
10779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10780 pub const STATUS_TPM_INVALID_HANDLE: NTSTATUS = -1071053823i32;
10781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10782 pub const STATUS_TPM_INVALID_KEYHANDLE: NTSTATUS = -1071054836i32;
10783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10784 pub const STATUS_TPM_INVALID_KEYUSAGE: NTSTATUS = -1071054812i32;
10785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10786 pub const STATUS_TPM_INVALID_PCR_INFO: NTSTATUS = -1071054832i32;
10787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10788 pub const STATUS_TPM_INVALID_POSTINIT: NTSTATUS = -1071054810i32;
10789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10790 pub const STATUS_TPM_INVALID_RESOURCE: NTSTATUS = -1071054795i32;
10791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10792 pub const STATUS_TPM_INVALID_STRUCTURE: NTSTATUS = -1071054781i32;
10793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10794 pub const STATUS_TPM_IOERROR: NTSTATUS = -1071054817i32;
10795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10796 pub const STATUS_TPM_KEYNOTFOUND: NTSTATUS = -1071054835i32;
10797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10798 pub const STATUS_TPM_KEY_NOTSUPPORTED: NTSTATUS = -1071054790i32;
10799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10800 pub const STATUS_TPM_KEY_OWNER_CONTROL: NTSTATUS = -1071054780i32;
10801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10802 pub const STATUS_TPM_MAXNVWRITES: NTSTATUS = -1071054776i32;
10803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10804 pub const STATUS_TPM_MA_AUTHORITY: NTSTATUS = -1071054753i32;
10805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10806 pub const STATUS_TPM_MA_DESTINATION: NTSTATUS = -1071054755i32;
10807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10808 pub const STATUS_TPM_MA_SOURCE: NTSTATUS = -1071054754i32;
10809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10810 pub const STATUS_TPM_MA_TICKET_SIGNATURE: NTSTATUS = -1071054756i32;
10811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10812 pub const STATUS_TPM_MIGRATEFAIL: NTSTATUS = -1071054833i32;
10813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10814 pub const STATUS_TPM_NEEDS_SELFTEST: NTSTATUS = -1071052799i32;
10815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10816 pub const STATUS_TPM_NOCONTEXTSPACE: NTSTATUS = -1071054749i32;
10817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10818 pub const STATUS_TPM_NOOPERATOR: NTSTATUS = -1071054775i32;
10819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10820 pub const STATUS_TPM_NOSPACE: NTSTATUS = -1071054831i32;
10821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10822 pub const STATUS_TPM_NOSRK: NTSTATUS = -1071054830i32;
10823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10824 pub const STATUS_TPM_NOTFIPS: NTSTATUS = -1071054794i32;
10825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10826 pub const STATUS_TPM_NOTLOCAL: NTSTATUS = -1071054797i32;
10827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10828 pub const STATUS_TPM_NOTRESETABLE: NTSTATUS = -1071054798i32;
10829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10830 pub const STATUS_TPM_NOTSEALED_BLOB: NTSTATUS = -1071054829i32;
10831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10832 pub const STATUS_TPM_NOT_FOUND: NTSTATUS = -1071050749i32;
10833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10834 pub const STATUS_TPM_NOT_FULLWRITE: NTSTATUS = -1071054778i32;
10835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10836 pub const STATUS_TPM_NO_ENDORSEMENT: NTSTATUS = -1071054813i32;
10837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10838 pub const STATUS_TPM_NO_NV_PERMISSION: NTSTATUS = -1071054792i32;
10839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10840 pub const STATUS_TPM_NO_WRAP_TRANSPORT: NTSTATUS = -1071054801i32;
10841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10842 pub const STATUS_TPM_OWNER_CONTROL: NTSTATUS = -1071054769i32;
10843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10844 pub const STATUS_TPM_OWNER_SET: NTSTATUS = -1071054828i32;
10845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10846 pub const STATUS_TPM_PERMANENTEK: NTSTATUS = -1071054751i32;
10847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10848 pub const STATUS_TPM_PER_NOWRITE: NTSTATUS = -1071054785i32;
10849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10850 pub const STATUS_TPM_PPI_FUNCTION_UNSUPPORTED: NTSTATUS = -1071050746i32;
10851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10852 pub const STATUS_TPM_READ_ONLY: NTSTATUS = -1071054786i32;
10853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10854 pub const STATUS_TPM_REQUIRES_SIGN: NTSTATUS = -1071054791i32;
10855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10856 pub const STATUS_TPM_RESOURCEMISSING: NTSTATUS = -1071054774i32;
10857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10858 pub const STATUS_TPM_RESOURCES: NTSTATUS = -1071054827i32;
10859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10860 pub const STATUS_TPM_RETRY: NTSTATUS = -1071052800i32;
10861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10862 pub const STATUS_TPM_SHA_ERROR: NTSTATUS = -1071054821i32;
10863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10864 pub const STATUS_TPM_SHA_THREAD: NTSTATUS = -1071054822i32;
10865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10866 pub const STATUS_TPM_SHORTRANDOM: NTSTATUS = -1071054826i32;
10867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10868 pub const STATUS_TPM_SIZE: NTSTATUS = -1071054825i32;
10869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10870 pub const STATUS_TPM_TOOMANYCONTEXTS: NTSTATUS = -1071054757i32;
10871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10872 pub const STATUS_TPM_TOO_MANY_CONTEXTS: NTSTATUS = -1071050750i32;
10873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10874 pub const STATUS_TPM_TRANSPORT_NOTEXCLUSIVE: NTSTATUS = -1071054770i32;
10875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10876 pub const STATUS_TPM_WRITE_LOCKED: NTSTATUS = -1071054783i32;
10877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10878 pub const STATUS_TPM_WRONGPCRVAL: NTSTATUS = -1071054824i32;
10879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10880 pub const STATUS_TPM_WRONG_ENTITYTYPE: NTSTATUS = -1071054811i32;
10881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10882 pub const STATUS_TPM_ZERO_EXHAUST_ENABLED: NTSTATUS = -1071038464i32;
10883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10884 pub const STATUS_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE: NTSTATUS = -1072103360i32;
10885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10886 pub const STATUS_TRANSACTIONAL_CONFLICT: NTSTATUS = -1072103423i32;
10887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10888 pub const STATUS_TRANSACTIONAL_OPEN_NOT_ALLOWED: NTSTATUS = -1072103361i32;
10889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10890 pub const STATUS_TRANSACTIONMANAGER_IDENTITY_MISMATCH: NTSTATUS = -1072103332i32;
10891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10892 pub const STATUS_TRANSACTIONMANAGER_NOT_FOUND: NTSTATUS = -1072103343i32;
10893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10894 pub const STATUS_TRANSACTIONMANAGER_NOT_ONLINE: NTSTATUS = -1072103342i32;
10895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10896 pub const STATUS_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION: NTSTATUS = -1072103341i32;
10897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10898 pub const STATUS_TRANSACTIONS_NOT_FROZEN: NTSTATUS = -1072103355i32;
10899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10900 pub const STATUS_TRANSACTIONS_UNSUPPORTED_REMOTE: NTSTATUS = -1072103414i32;
10901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10902 pub const STATUS_TRANSACTION_ABORTED: NTSTATUS = -1073741297i32;
10903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10904 pub const STATUS_TRANSACTION_ALREADY_ABORTED: NTSTATUS = -1072103403i32;
10905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10906 pub const STATUS_TRANSACTION_ALREADY_COMMITTED: NTSTATUS = -1072103402i32;
10907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10908 pub const STATUS_TRANSACTION_FREEZE_IN_PROGRESS: NTSTATUS = -1072103354i32;
10909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10910 pub const STATUS_TRANSACTION_INTEGRITY_VIOLATED: NTSTATUS = -1072103333i32;
10911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10912 pub const STATUS_TRANSACTION_INVALID_ID: NTSTATUS = -1073741292i32;
10913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10914 pub const STATUS_TRANSACTION_INVALID_MARSHALL_BUFFER: NTSTATUS = -1072103401i32;
10915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10916 pub const STATUS_TRANSACTION_INVALID_TYPE: NTSTATUS = -1073741291i32;
10917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10918 pub const STATUS_TRANSACTION_MUST_WRITETHROUGH: NTSTATUS = -1072103330i32;
10919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10920 pub const STATUS_TRANSACTION_NOT_ACTIVE: NTSTATUS = -1072103421i32;
10921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10922 pub const STATUS_TRANSACTION_NOT_ENLISTED: NTSTATUS = -1072103327i32;
10923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10924 pub const STATUS_TRANSACTION_NOT_FOUND: NTSTATUS = -1072103346i32;
10925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10926 pub const STATUS_TRANSACTION_NOT_JOINED: NTSTATUS = -1072103417i32;
10927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10928 pub const STATUS_TRANSACTION_NOT_REQUESTED: NTSTATUS = -1072103404i32;
10929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10930 pub const STATUS_TRANSACTION_NOT_ROOT: NTSTATUS = -1072103340i32;
10931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10932 pub const STATUS_TRANSACTION_NO_MATCH: NTSTATUS = -1073741294i32;
10933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10934 pub const STATUS_TRANSACTION_NO_RELEASE: NTSTATUS = -1073741295i32;
10935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10936 pub const STATUS_TRANSACTION_NO_SUPERIOR: NTSTATUS = -1072103329i32;
10937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10938 pub const STATUS_TRANSACTION_OBJECT_EXPIRED: NTSTATUS = -1072103339i32;
10939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10940 pub const STATUS_TRANSACTION_PROPAGATION_FAILED: NTSTATUS = -1072103408i32;
10941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10942 pub const STATUS_TRANSACTION_RECORD_TOO_LONG: NTSTATUS = -1072103336i32;
10943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10944 pub const STATUS_TRANSACTION_REQUEST_NOT_VALID: NTSTATUS = -1072103405i32;
10945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10946 pub const STATUS_TRANSACTION_REQUIRED_PROMOTION: NTSTATUS = -1072103357i32;
10947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10948 pub const STATUS_TRANSACTION_RESPONDED: NTSTATUS = -1073741293i32;
10949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10950 pub const STATUS_TRANSACTION_RESPONSE_NOT_ENLISTED: NTSTATUS = -1072103337i32;
10951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10952 pub const STATUS_TRANSACTION_SCOPE_CALLBACKS_NOT_SET: NTSTATUS = -2145845182i32;
10953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10954 pub const STATUS_TRANSACTION_SUPERIOR_EXISTS: NTSTATUS = -1072103406i32;
10955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10956 pub const STATUS_TRANSACTION_TIMED_OUT: NTSTATUS = -1073741296i32;
10957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10958 pub const STATUS_TRANSLATION_COMPLETE: NTSTATUS = 288i32;
10959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10960 pub const STATUS_TRANSPORT_FULL: NTSTATUS = -1073741110i32;
10961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10962 pub const STATUS_TRIGGERED_EXECUTABLE_MEMORY_WRITE: NTSTATUS = -1073739994i32;
10963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10964 pub const STATUS_TRIM_READ_ZERO_NOT_SUPPORTED: NTSTATUS = -1073740686i32;
10965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10966 pub const STATUS_TRUSTED_DOMAIN_FAILURE: NTSTATUS = -1073741428i32;
10967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10968 pub const STATUS_TRUSTED_RELATIONSHIP_FAILURE: NTSTATUS = -1073741427i32;
10969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10970 pub const STATUS_TRUST_FAILURE: NTSTATUS = -1073741424i32;
10971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10972 pub const STATUS_TS_INCOMPATIBLE_SESSIONS: NTSTATUS = -1073086407i32;
10973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10974 pub const STATUS_TS_VIDEO_SUBSYSTEM_ERROR: NTSTATUS = -1073086406i32;
10975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10976 pub const STATUS_TXF_ATTRIBUTE_CORRUPT: NTSTATUS = -1072103363i32;
10977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10978 pub const STATUS_TXF_DIR_NOT_EMPTY: NTSTATUS = -1072103367i32;
10979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10980 pub const STATUS_TXF_METADATA_ALREADY_PRESENT: NTSTATUS = -2145845183i32;
10981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10982 pub const STATUS_UNABLE_TO_DECOMMIT_VM: NTSTATUS = -1073741780i32;
10983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10984 pub const STATUS_UNABLE_TO_DELETE_SECTION: NTSTATUS = -1073741797i32;
10985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10986 pub const STATUS_UNABLE_TO_FREE_VM: NTSTATUS = -1073741798i32;
10987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10988 pub const STATUS_UNABLE_TO_LOCK_MEDIA: NTSTATUS = -1073741451i32;
10989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10990 pub const STATUS_UNABLE_TO_UNLOAD_MEDIA: NTSTATUS = -1073741450i32;
10991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10992 pub const STATUS_UNDEFINED_CHARACTER: NTSTATUS = -1073741469i32;
10993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10994 pub const STATUS_UNDEFINED_SCOPE: NTSTATUS = -1073740540i32;
10995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10996 pub const STATUS_UNEXPECTED_IO_ERROR: NTSTATUS = -1073741591i32;
10997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
10998 pub const STATUS_UNEXPECTED_MM_CREATE_ERR: NTSTATUS = -1073741590i32;
10999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11000 pub const STATUS_UNEXPECTED_MM_EXTEND_ERR: NTSTATUS = -1073741588i32;
11001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11002 pub const STATUS_UNEXPECTED_MM_MAP_ERROR: NTSTATUS = -1073741589i32;
11003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11004 pub const STATUS_UNEXPECTED_NETWORK_ERROR: NTSTATUS = -1073741628i32;
11005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11006 pub const STATUS_UNFINISHED_CONTEXT_DELETED: NTSTATUS = -1073741074i32;
11007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11008 pub const STATUS_UNHANDLED_EXCEPTION: NTSTATUS = -1073741500i32;
11009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11010 pub const STATUS_UNKNOWN_REVISION: NTSTATUS = -1073741736i32;
11011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11012 pub const STATUS_UNMAPPABLE_CHARACTER: NTSTATUS = -1073741470i32;
11013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11014 pub const STATUS_UNRECOGNIZED_MEDIA: NTSTATUS = -1073741804i32;
11015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11016 pub const STATUS_UNRECOGNIZED_VOLUME: NTSTATUS = -1073741489i32;
11017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11018 pub const STATUS_UNSATISFIED_DEPENDENCIES: NTSTATUS = -1073740615i32;
11019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11020 pub const STATUS_UNSUCCESSFUL: NTSTATUS = -1073741823i32;
11021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11022 pub const STATUS_UNSUPPORTED_COMPRESSION: NTSTATUS = -1073741217i32;
11023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11024 pub const STATUS_UNSUPPORTED_PAGING_MODE: NTSTATUS = -1073740613i32;
11025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11026 pub const STATUS_UNSUPPORTED_PREAUTH: NTSTATUS = -1073740975i32;
11027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11028 pub const STATUS_UNTRUSTED_MOUNT_POINT: NTSTATUS = -1073740612i32;
11029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11030 pub const STATUS_UNWIND: NTSTATUS = -1073741785i32;
11031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11032 pub const STATUS_UNWIND_CONSOLIDATE: NTSTATUS = -2147483607i32;
11033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11034 pub const STATUS_USER2USER_REQUIRED: NTSTATUS = -1073740792i32;
11035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11036 pub const STATUS_USER_APC: NTSTATUS = 192i32;
11037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11038 pub const STATUS_USER_DELETE_TRUST_QUOTA_EXCEEDED: NTSTATUS = -1073740797i32;
11039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11040 pub const STATUS_USER_EXISTS: NTSTATUS = -1073741725i32;
11041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11042 pub const STATUS_USER_MAPPED_FILE: NTSTATUS = -1073741245i32;
11043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11044 pub const STATUS_USER_SESSION_DELETED: NTSTATUS = -1073741309i32;
11045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11046 pub const STATUS_VALIDATE_CONTINUE: NTSTATUS = -1073741199i32;
11047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11048 pub const STATUS_VALID_CATALOG_HASH: NTSTATUS = 301i32;
11049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11050 pub const STATUS_VALID_IMAGE_HASH: NTSTATUS = 300i32;
11051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11052 pub const STATUS_VALID_STRONG_CODE_HASH: NTSTATUS = 302i32;
11053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11054 pub const STATUS_VARIABLE_NOT_FOUND: NTSTATUS = -1073741568i32;
11055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11056 pub const STATUS_VDM_DISALLOWED: NTSTATUS = -1073740780i32;
11057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11058 pub const STATUS_VDM_HARD_ERROR: NTSTATUS = -1073741283i32;
11059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11060 pub const STATUS_VERIFIER_STOP: NTSTATUS = -1073740767i32;
11061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11062 pub const STATUS_VERIFY_REQUIRED: NTSTATUS = -2147483626i32;
11063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11064 pub const STATUS_VHDSET_BACKING_STORAGE_NOT_FOUND: NTSTATUS = -1067647220i32;
11065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11066 pub const STATUS_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE: NTSTATUS = -1069940685i32;
11067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11068 pub const STATUS_VHD_BITMAP_MISMATCH: NTSTATUS = -1069940724i32;
11069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11070 pub const STATUS_VHD_BLOCK_ALLOCATION_FAILURE: NTSTATUS = -1069940727i32;
11071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11072 pub const STATUS_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT: NTSTATUS = -1069940726i32;
11073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11074 pub const STATUS_VHD_CHANGE_TRACKING_DISABLED: NTSTATUS = -1069940694i32;
11075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11076 pub const STATUS_VHD_CHILD_PARENT_ID_MISMATCH: NTSTATUS = -1069940722i32;
11077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11078 pub const STATUS_VHD_CHILD_PARENT_SIZE_MISMATCH: NTSTATUS = -1069940713i32;
11079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11080 pub const STATUS_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH: NTSTATUS = -1069940721i32;
11081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11082 pub const STATUS_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE: NTSTATUS = -1069940686i32;
11083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11084 pub const STATUS_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED: NTSTATUS = -1069940712i32;
11085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11086 pub const STATUS_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT: NTSTATUS = -1069940711i32;
11087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11088 pub const STATUS_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH: NTSTATUS = -1069940734i32;
11089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11090 pub const STATUS_VHD_DRIVE_FOOTER_CORRUPT: NTSTATUS = -1069940733i32;
11091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11092 pub const STATUS_VHD_DRIVE_FOOTER_MISSING: NTSTATUS = -1069940735i32;
11093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11094 pub const STATUS_VHD_FORMAT_UNKNOWN: NTSTATUS = -1069940732i32;
11095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11096 pub const STATUS_VHD_FORMAT_UNSUPPORTED_VERSION: NTSTATUS = -1069940731i32;
11097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11098 pub const STATUS_VHD_INVALID_BLOCK_SIZE: NTSTATUS = -1069940725i32;
11099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11100 pub const STATUS_VHD_INVALID_CHANGE_TRACKING_ID: NTSTATUS = -1069940695i32;
11101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11102 pub const STATUS_VHD_INVALID_FILE_SIZE: NTSTATUS = -1069940717i32;
11103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11104 pub const STATUS_VHD_INVALID_SIZE: NTSTATUS = -1069940718i32;
11105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11106 pub const STATUS_VHD_INVALID_STATE: NTSTATUS = -1069940708i32;
11107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11108 pub const STATUS_VHD_INVALID_TYPE: NTSTATUS = -1069940709i32;
11109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11110 pub const STATUS_VHD_METADATA_FULL: NTSTATUS = -1069940696i32;
11111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11112 pub const STATUS_VHD_METADATA_READ_FAILURE: NTSTATUS = -1069940720i32;
11113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11114 pub const STATUS_VHD_METADATA_WRITE_FAILURE: NTSTATUS = -1069940719i32;
11115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11116 pub const STATUS_VHD_MISSING_CHANGE_TRACKING_INFORMATION: NTSTATUS = -1069940688i32;
11117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11118 pub const STATUS_VHD_PARENT_VHD_ACCESS_DENIED: NTSTATUS = -1069940714i32;
11119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11120 pub const STATUS_VHD_PARENT_VHD_NOT_FOUND: NTSTATUS = -1069940723i32;
11121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11122 pub const STATUS_VHD_RESIZE_WOULD_TRUNCATE_DATA: NTSTATUS = -1069940687i32;
11123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11124 pub const STATUS_VHD_SHARED: NTSTATUS = -1067647222i32;
11125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11126 pub const STATUS_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH: NTSTATUS = -1069940730i32;
11127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11128 pub const STATUS_VHD_SPARSE_HEADER_CORRUPT: NTSTATUS = -1069940728i32;
11129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11130 pub const STATUS_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION: NTSTATUS = -1069940729i32;
11131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11132 pub const STATUS_VIDEO_DRIVER_DEBUG_REPORT_REQUEST: NTSTATUS = 1075511532i32;
11133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11134 pub const STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD: NTSTATUS = -1071972118i32;
11135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11136 pub const STATUS_VIDEO_HUNG_DISPLAY_DRIVER_THREAD_RECOVERED: NTSTATUS = -2145713941i32;
11137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11138 pub const STATUS_VID_CHILD_GPA_PAGE_SET_CORRUPTED: NTSTATUS = -1070137330i32;
11139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11140 pub const STATUS_VID_DUPLICATE_HANDLER: NTSTATUS = -1070137343i32;
11141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11142 pub const STATUS_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT: NTSTATUS = -1070137314i32;
11143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11144 pub const STATUS_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT: NTSTATUS = -1070137332i32;
11145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11146 pub const STATUS_VID_HANDLER_NOT_PRESENT: NTSTATUS = -1070137340i32;
11147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11148 pub const STATUS_VID_INVALID_CHILD_GPA_PAGE_SET: NTSTATUS = -1070137310i32;
11149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11150 pub const STATUS_VID_INVALID_GPA_RANGE_HANDLE: NTSTATUS = -1070137323i32;
11151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11152 pub const STATUS_VID_INVALID_MEMORY_BLOCK_HANDLE: NTSTATUS = -1070137326i32;
11153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11154 pub const STATUS_VID_INVALID_MESSAGE_QUEUE_HANDLE: NTSTATUS = -1070137324i32;
11155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11156 pub const STATUS_VID_INVALID_NUMA_NODE_INDEX: NTSTATUS = -1070137328i32;
11157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11158 pub const STATUS_VID_INVALID_NUMA_SETTINGS: NTSTATUS = -1070137329i32;
11159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11160 pub const STATUS_VID_INVALID_OBJECT_NAME: NTSTATUS = -1070137339i32;
11161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11162 pub const STATUS_VID_INVALID_PPM_HANDLE: NTSTATUS = -1070137320i32;
11163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11164 pub const STATUS_VID_INVALID_PROCESSOR_STATE: NTSTATUS = -1070137315i32;
11165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11166 pub const STATUS_VID_KM_INTERFACE_ALREADY_INITIALIZED: NTSTATUS = -1070137313i32;
11167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11168 pub const STATUS_VID_MBPS_ARE_LOCKED: NTSTATUS = -1070137319i32;
11169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11170 pub const STATUS_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE: NTSTATUS = -1070137307i32;
11171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11172 pub const STATUS_VID_MBP_COUNT_EXCEEDED_LIMIT: NTSTATUS = -1070137306i32;
11173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11174 pub const STATUS_VID_MB_PROPERTY_ALREADY_SET_RESET: NTSTATUS = -1070137312i32;
11175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11176 pub const STATUS_VID_MB_STILL_REFERENCED: NTSTATUS = -1070137331i32;
11177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11178 pub const STATUS_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED: NTSTATUS = -1070137321i32;
11179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11180 pub const STATUS_VID_MESSAGE_QUEUE_ALREADY_EXISTS: NTSTATUS = -1070137333i32;
11181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11182 pub const STATUS_VID_MESSAGE_QUEUE_CLOSED: NTSTATUS = -1070137318i32;
11183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11184 pub const STATUS_VID_MESSAGE_QUEUE_NAME_TOO_LONG: NTSTATUS = -1070137337i32;
11185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11186 pub const STATUS_VID_MMIO_RANGE_DESTROYED: NTSTATUS = -1070137311i32;
11187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11188 pub const STATUS_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED: NTSTATUS = -1070137327i32;
11189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11190 pub const STATUS_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE: NTSTATUS = -1070137322i32;
11191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11192 pub const STATUS_VID_PAGE_RANGE_OVERFLOW: NTSTATUS = -1070137325i32;
11193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11194 pub const STATUS_VID_PARTITION_ALREADY_EXISTS: NTSTATUS = -1070137336i32;
11195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11196 pub const STATUS_VID_PARTITION_DOES_NOT_EXIST: NTSTATUS = -1070137335i32;
11197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11198 pub const STATUS_VID_PARTITION_NAME_NOT_FOUND: NTSTATUS = -1070137334i32;
11199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11200 pub const STATUS_VID_PARTITION_NAME_TOO_LONG: NTSTATUS = -1070137338i32;
11201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11202 pub const STATUS_VID_QUEUE_FULL: NTSTATUS = -1070137341i32;
11203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11204 pub const STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED: NTSTATUS = -2143879167i32;
11205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11206 pub const STATUS_VID_RESERVE_PAGE_SET_IS_BEING_USED: NTSTATUS = -1070137309i32;
11207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11208 pub const STATUS_VID_RESERVE_PAGE_SET_TOO_SMALL: NTSTATUS = -1070137308i32;
11209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11210 pub const STATUS_VID_SAVED_STATE_CORRUPT: NTSTATUS = -1070137305i32;
11211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11212 pub const STATUS_VID_SAVED_STATE_INCOMPATIBLE: NTSTATUS = -1070137303i32;
11213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11214 pub const STATUS_VID_SAVED_STATE_UNRECOGNIZED_ITEM: NTSTATUS = -1070137304i32;
11215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11216 pub const STATUS_VID_STOP_PENDING: NTSTATUS = -1070137316i32;
11217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11218 pub const STATUS_VID_TOO_MANY_HANDLERS: NTSTATUS = -1070137342i32;
11219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11220 pub const STATUS_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED: NTSTATUS = -1070137317i32;
11221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11222 pub const STATUS_VID_VTL_ACCESS_DENIED: NTSTATUS = -1070137302i32;
11223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11224 pub const STATUS_VIRTDISK_DISK_ALREADY_OWNED: NTSTATUS = -1069940706i32;
11225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11226 pub const STATUS_VIRTDISK_DISK_ONLINE_AND_WRITABLE: NTSTATUS = -1069940705i32;
11227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11228 pub const STATUS_VIRTDISK_NOT_VIRTUAL_DISK: NTSTATUS = -1069940715i32;
11229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11230 pub const STATUS_VIRTDISK_PROVIDER_NOT_FOUND: NTSTATUS = -1069940716i32;
11231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11232 pub const STATUS_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE: NTSTATUS = -1069940707i32;
11233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11234 pub const STATUS_VIRTUAL_CIRCUIT_CLOSED: NTSTATUS = -1073741610i32;
11235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11236 pub const STATUS_VIRTUAL_DISK_LIMITATION: NTSTATUS = -1069940710i32;
11237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11238 pub const STATUS_VIRUS_DELETED: NTSTATUS = -1073739513i32;
11239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11240 pub const STATUS_VIRUS_INFECTED: NTSTATUS = -1073739514i32;
11241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11242 pub const STATUS_VOLMGR_ALL_DISKS_FAILED: NTSTATUS = -1070071767i32;
11243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11244 pub const STATUS_VOLMGR_BAD_BOOT_DISK: NTSTATUS = -1070071729i32;
11245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11246 pub const STATUS_VOLMGR_DATABASE_FULL: NTSTATUS = -1070071807i32;
11247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11248 pub const STATUS_VOLMGR_DIFFERENT_SECTOR_SIZE: NTSTATUS = -1070071730i32;
11249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11250 pub const STATUS_VOLMGR_DISK_CONFIGURATION_CORRUPTED: NTSTATUS = -1070071806i32;
11251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11252 pub const STATUS_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC: NTSTATUS = -1070071805i32;
11253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11254 pub const STATUS_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME: NTSTATUS = -1070071803i32;
11255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11256 pub const STATUS_VOLMGR_DISK_DUPLICATE: NTSTATUS = -1070071802i32;
11257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11258 pub const STATUS_VOLMGR_DISK_DYNAMIC: NTSTATUS = -1070071801i32;
11259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11260 pub const STATUS_VOLMGR_DISK_ID_INVALID: NTSTATUS = -1070071800i32;
11261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11262 pub const STATUS_VOLMGR_DISK_INVALID: NTSTATUS = -1070071799i32;
11263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11264 pub const STATUS_VOLMGR_DISK_LAST_VOTER: NTSTATUS = -1070071798i32;
11265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11266 pub const STATUS_VOLMGR_DISK_LAYOUT_INVALID: NTSTATUS = -1070071797i32;
11267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11268 pub const STATUS_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS: NTSTATUS = -1070071796i32;
11269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11270 pub const STATUS_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED: NTSTATUS = -1070071795i32;
11271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11272 pub const STATUS_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL: NTSTATUS = -1070071794i32;
11273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11274 pub const STATUS_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS: NTSTATUS = -1070071793i32;
11275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11276 pub const STATUS_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS: NTSTATUS = -1070071792i32;
11277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11278 pub const STATUS_VOLMGR_DISK_MISSING: NTSTATUS = -1070071791i32;
11279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11280 pub const STATUS_VOLMGR_DISK_NOT_EMPTY: NTSTATUS = -1070071790i32;
11281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11282 pub const STATUS_VOLMGR_DISK_NOT_ENOUGH_SPACE: NTSTATUS = -1070071789i32;
11283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11284 pub const STATUS_VOLMGR_DISK_REVECTORING_FAILED: NTSTATUS = -1070071788i32;
11285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11286 pub const STATUS_VOLMGR_DISK_SECTOR_SIZE_INVALID: NTSTATUS = -1070071787i32;
11287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11288 pub const STATUS_VOLMGR_DISK_SET_NOT_CONTAINED: NTSTATUS = -1070071786i32;
11289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11290 pub const STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS: NTSTATUS = -1070071785i32;
11291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11292 pub const STATUS_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES: NTSTATUS = -1070071784i32;
11293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11294 pub const STATUS_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED: NTSTATUS = -1070071783i32;
11295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11296 pub const STATUS_VOLMGR_EXTENT_ALREADY_USED: NTSTATUS = -1070071782i32;
11297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11298 pub const STATUS_VOLMGR_EXTENT_NOT_CONTIGUOUS: NTSTATUS = -1070071781i32;
11299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11300 pub const STATUS_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION: NTSTATUS = -1070071780i32;
11301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11302 pub const STATUS_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED: NTSTATUS = -1070071779i32;
11303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11304 pub const STATUS_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION: NTSTATUS = -1070071778i32;
11305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11306 pub const STATUS_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH: NTSTATUS = -1070071777i32;
11307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11308 pub const STATUS_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED: NTSTATUS = -1070071776i32;
11309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11310 pub const STATUS_VOLMGR_INCOMPLETE_DISK_MIGRATION: NTSTATUS = -2143813630i32;
11311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11312 pub const STATUS_VOLMGR_INCOMPLETE_REGENERATION: NTSTATUS = -2143813631i32;
11313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11314 pub const STATUS_VOLMGR_INTERLEAVE_LENGTH_INVALID: NTSTATUS = -1070071775i32;
11315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11316 pub const STATUS_VOLMGR_MAXIMUM_REGISTERED_USERS: NTSTATUS = -1070071774i32;
11317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11318 pub const STATUS_VOLMGR_MEMBER_INDEX_DUPLICATE: NTSTATUS = -1070071772i32;
11319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11320 pub const STATUS_VOLMGR_MEMBER_INDEX_INVALID: NTSTATUS = -1070071771i32;
11321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11322 pub const STATUS_VOLMGR_MEMBER_IN_SYNC: NTSTATUS = -1070071773i32;
11323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11324 pub const STATUS_VOLMGR_MEMBER_MISSING: NTSTATUS = -1070071770i32;
11325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11326 pub const STATUS_VOLMGR_MEMBER_NOT_DETACHED: NTSTATUS = -1070071769i32;
11327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11328 pub const STATUS_VOLMGR_MEMBER_REGENERATING: NTSTATUS = -1070071768i32;
11329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11330 pub const STATUS_VOLMGR_MIRROR_NOT_SUPPORTED: NTSTATUS = -1070071717i32;
11331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11332 pub const STATUS_VOLMGR_NOTIFICATION_RESET: NTSTATUS = -1070071764i32;
11333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11334 pub const STATUS_VOLMGR_NOT_PRIMARY_PACK: NTSTATUS = -1070071726i32;
11335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11336 pub const STATUS_VOLMGR_NO_REGISTERED_USERS: NTSTATUS = -1070071766i32;
11337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11338 pub const STATUS_VOLMGR_NO_SUCH_USER: NTSTATUS = -1070071765i32;
11339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11340 pub const STATUS_VOLMGR_NO_VALID_LOG_COPIES: NTSTATUS = -1070071720i32;
11341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11342 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_INVALID: NTSTATUS = -1070071718i32;
11343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11344 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID: NTSTATUS = -1070071723i32;
11345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11346 pub const STATUS_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID: NTSTATUS = -1070071724i32;
11347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11348 pub const STATUS_VOLMGR_NUMBER_OF_EXTENTS_INVALID: NTSTATUS = -1070071731i32;
11349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11350 pub const STATUS_VOLMGR_NUMBER_OF_MEMBERS_INVALID: NTSTATUS = -1070071763i32;
11351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11352 pub const STATUS_VOLMGR_NUMBER_OF_PLEXES_INVALID: NTSTATUS = -1070071762i32;
11353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11354 pub const STATUS_VOLMGR_PACK_CONFIG_OFFLINE: NTSTATUS = -1070071728i32;
11355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11356 pub const STATUS_VOLMGR_PACK_CONFIG_ONLINE: NTSTATUS = -1070071727i32;
11357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11358 pub const STATUS_VOLMGR_PACK_CONFIG_UPDATE_FAILED: NTSTATUS = -1070071804i32;
11359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11360 pub const STATUS_VOLMGR_PACK_DUPLICATE: NTSTATUS = -1070071761i32;
11361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11362 pub const STATUS_VOLMGR_PACK_HAS_QUORUM: NTSTATUS = -1070071756i32;
11363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11364 pub const STATUS_VOLMGR_PACK_ID_INVALID: NTSTATUS = -1070071760i32;
11365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11366 pub const STATUS_VOLMGR_PACK_INVALID: NTSTATUS = -1070071759i32;
11367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11368 pub const STATUS_VOLMGR_PACK_LOG_UPDATE_FAILED: NTSTATUS = -1070071725i32;
11369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11370 pub const STATUS_VOLMGR_PACK_NAME_INVALID: NTSTATUS = -1070071758i32;
11371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11372 pub const STATUS_VOLMGR_PACK_OFFLINE: NTSTATUS = -1070071757i32;
11373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11374 pub const STATUS_VOLMGR_PACK_WITHOUT_QUORUM: NTSTATUS = -1070071755i32;
11375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11376 pub const STATUS_VOLMGR_PARTITION_STYLE_INVALID: NTSTATUS = -1070071754i32;
11377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11378 pub const STATUS_VOLMGR_PARTITION_UPDATE_FAILED: NTSTATUS = -1070071753i32;
11379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11380 pub const STATUS_VOLMGR_PLEX_INDEX_DUPLICATE: NTSTATUS = -1070071751i32;
11381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11382 pub const STATUS_VOLMGR_PLEX_INDEX_INVALID: NTSTATUS = -1070071750i32;
11383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11384 pub const STATUS_VOLMGR_PLEX_IN_SYNC: NTSTATUS = -1070071752i32;
11385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11386 pub const STATUS_VOLMGR_PLEX_LAST_ACTIVE: NTSTATUS = -1070071749i32;
11387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11388 pub const STATUS_VOLMGR_PLEX_MISSING: NTSTATUS = -1070071748i32;
11389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11390 pub const STATUS_VOLMGR_PLEX_NOT_RAID5: NTSTATUS = -1070071745i32;
11391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11392 pub const STATUS_VOLMGR_PLEX_NOT_SIMPLE: NTSTATUS = -1070071744i32;
11393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11394 pub const STATUS_VOLMGR_PLEX_NOT_SIMPLE_SPANNED: NTSTATUS = -1070071721i32;
11395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11396 pub const STATUS_VOLMGR_PLEX_REGENERATING: NTSTATUS = -1070071747i32;
11397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11398 pub const STATUS_VOLMGR_PLEX_TYPE_INVALID: NTSTATUS = -1070071746i32;
11399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11400 pub const STATUS_VOLMGR_PRIMARY_PACK_PRESENT: NTSTATUS = -1070071719i32;
11401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11402 pub const STATUS_VOLMGR_RAID5_NOT_SUPPORTED: NTSTATUS = -1070071716i32;
11403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11404 pub const STATUS_VOLMGR_STRUCTURE_SIZE_INVALID: NTSTATUS = -1070071743i32;
11405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11406 pub const STATUS_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS: NTSTATUS = -1070071742i32;
11407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11408 pub const STATUS_VOLMGR_TRANSACTION_IN_PROGRESS: NTSTATUS = -1070071741i32;
11409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11410 pub const STATUS_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE: NTSTATUS = -1070071740i32;
11411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11412 pub const STATUS_VOLMGR_VOLUME_CONTAINS_MISSING_DISK: NTSTATUS = -1070071739i32;
11413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11414 pub const STATUS_VOLMGR_VOLUME_ID_INVALID: NTSTATUS = -1070071738i32;
11415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11416 pub const STATUS_VOLMGR_VOLUME_LENGTH_INVALID: NTSTATUS = -1070071737i32;
11417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11418 pub const STATUS_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE: NTSTATUS = -1070071736i32;
11419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11420 pub const STATUS_VOLMGR_VOLUME_MIRRORED: NTSTATUS = -1070071722i32;
11421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11422 pub const STATUS_VOLMGR_VOLUME_NOT_MIRRORED: NTSTATUS = -1070071735i32;
11423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11424 pub const STATUS_VOLMGR_VOLUME_NOT_RETAINED: NTSTATUS = -1070071734i32;
11425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11426 pub const STATUS_VOLMGR_VOLUME_OFFLINE: NTSTATUS = -1070071733i32;
11427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11428 pub const STATUS_VOLMGR_VOLUME_RETAINED: NTSTATUS = -1070071732i32;
11429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11430 pub const STATUS_VOLSNAP_ACTIVATION_TIMEOUT: NTSTATUS = -1068498940i32;
11431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11432 pub const STATUS_VOLSNAP_BOOTFILE_NOT_VALID: NTSTATUS = -1068498941i32;
11433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11434 pub const STATUS_VOLSNAP_HIBERNATE_READY: NTSTATUS = 293i32;
11435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11436 pub const STATUS_VOLSNAP_NO_BYPASSIO_WITH_SNAPSHOT: NTSTATUS = -1068498939i32;
11437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11438 pub const STATUS_VOLSNAP_PREPARE_HIBERNATE: NTSTATUS = -1073740793i32;
11439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11440 pub const STATUS_VOLUME_DIRTY: NTSTATUS = -1073739770i32;
11441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11442 pub const STATUS_VOLUME_DISMOUNTED: NTSTATUS = -1073741202i32;
11443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11444 pub const STATUS_VOLUME_MOUNTED: NTSTATUS = 265i32;
11445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11446 pub const STATUS_VOLUME_NOT_CLUSTER_ALIGNED: NTSTATUS = -1073740636i32;
11447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11448 pub const STATUS_VOLUME_NOT_SUPPORTED: NTSTATUS = -1073740602i32;
11449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11450 pub const STATUS_VOLUME_NOT_UPGRADED: NTSTATUS = -1073741156i32;
11451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11452 pub const STATUS_VOLUME_WRITE_ACCESS_DENIED: NTSTATUS = -1073740589i32;
11453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11454 pub const STATUS_VRF_VOLATILE_CFG_AND_IO_ENABLED: NTSTATUS = -1073738744i32;
11455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11456 pub const STATUS_VRF_VOLATILE_NMI_REGISTERED: NTSTATUS = -1073738738i32;
11457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11458 pub const STATUS_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM: NTSTATUS = -1073738741i32;
11459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11460 pub const STATUS_VRF_VOLATILE_NOT_STOPPABLE: NTSTATUS = -1073738743i32;
11461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11462 pub const STATUS_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS: NTSTATUS = -1073738740i32;
11463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11464 pub const STATUS_VRF_VOLATILE_PROTECTED_DRIVER: NTSTATUS = -1073738739i32;
11465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11466 pub const STATUS_VRF_VOLATILE_SAFE_MODE: NTSTATUS = -1073738742i32;
11467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11468 pub const STATUS_VRF_VOLATILE_SETTINGS_CONFLICT: NTSTATUS = -1073738737i32;
11469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11470 pub const STATUS_VSM_DMA_PROTECTION_NOT_IN_USE: NTSTATUS = -1069219839i32;
11471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11472 pub const STATUS_VSM_NOT_INITIALIZED: NTSTATUS = -1069219840i32;
11473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11474 pub const STATUS_WAIT_0: NTSTATUS = 0i32;
11475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11476 pub const STATUS_WAIT_1: NTSTATUS = 1i32;
11477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11478 pub const STATUS_WAIT_2: NTSTATUS = 2i32;
11479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11480 pub const STATUS_WAIT_3: NTSTATUS = 3i32;
11481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11482 pub const STATUS_WAIT_63: NTSTATUS = 63i32;
11483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11484 pub const STATUS_WAIT_FOR_OPLOCK: NTSTATUS = 871i32;
11485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11486 pub const STATUS_WAKE_SYSTEM: NTSTATUS = 1073742484i32;
11487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11488 pub const STATUS_WAKE_SYSTEM_DEBUGGER: NTSTATUS = -2147483641i32;
11489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11490 pub const STATUS_WAS_LOCKED: NTSTATUS = 1073741849i32;
11491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11492 pub const STATUS_WAS_UNLOCKED: NTSTATUS = 1073741847i32;
11493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11494 pub const STATUS_WEAK_WHFBKEY_BLOCKED: NTSTATUS = -1073741389i32;
11495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11496 pub const STATUS_WIM_NOT_BOOTABLE: NTSTATUS = -1073740665i32;
11497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11498 pub const STATUS_WMI_ALREADY_DISABLED: NTSTATUS = -1073741054i32;
11499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11500 pub const STATUS_WMI_ALREADY_ENABLED: NTSTATUS = -1073741053i32;
11501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11502 pub const STATUS_WMI_GUID_DISCONNECTED: NTSTATUS = -1073741055i32;
11503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11504 pub const STATUS_WMI_GUID_NOT_FOUND: NTSTATUS = -1073741163i32;
11505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11506 pub const STATUS_WMI_INSTANCE_NOT_FOUND: NTSTATUS = -1073741162i32;
11507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11508 pub const STATUS_WMI_ITEMID_NOT_FOUND: NTSTATUS = -1073741161i32;
11509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11510 pub const STATUS_WMI_NOT_SUPPORTED: NTSTATUS = -1073741091i32;
11511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11512 pub const STATUS_WMI_READ_ONLY: NTSTATUS = -1073741114i32;
11513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11514 pub const STATUS_WMI_SET_FAILURE: NTSTATUS = -1073741113i32;
11515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11516 pub const STATUS_WMI_TRY_AGAIN: NTSTATUS = -1073741160i32;
11517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11518 pub const STATUS_WOF_FILE_RESOURCE_TABLE_CORRUPT: NTSTATUS = -1073700185i32;
11519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11520 pub const STATUS_WOF_WIM_HEADER_CORRUPT: NTSTATUS = -1073700187i32;
11521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11522 pub const STATUS_WOF_WIM_RESOURCE_TABLE_CORRUPT: NTSTATUS = -1073700186i32;
11523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11524 pub const STATUS_WORKING_SET_LIMIT_RANGE: NTSTATUS = 1073741826i32;
11525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11526 pub const STATUS_WORKING_SET_QUOTA: NTSTATUS = -1073741663i32;
11527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11528 pub const STATUS_WOW_ASSERTION: NTSTATUS = -1073702760i32;
11529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11530 pub const STATUS_WRONG_COMPARTMENT: NTSTATUS = -1073700731i32;
11531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11532 pub const STATUS_WRONG_CREDENTIAL_HANDLE: NTSTATUS = -1073741070i32;
11533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11534 pub const STATUS_WRONG_EFS: NTSTATUS = -1073741169i32;
11535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11536 pub const STATUS_WRONG_PASSWORD_CORE: NTSTATUS = -1073741495i32;
11537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11538 pub const STATUS_WRONG_VOLUME: NTSTATUS = -1073741806i32;
11539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11540 pub const STATUS_WX86_BREAKPOINT: NTSTATUS = 1073741855i32;
11541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11542 pub const STATUS_WX86_CONTINUE: NTSTATUS = 1073741853i32;
11543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11544 pub const STATUS_WX86_CREATEWX86TIB: NTSTATUS = 1073741864i32;
11545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11546 pub const STATUS_WX86_EXCEPTION_CHAIN: NTSTATUS = 1073741858i32;
11547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11548 pub const STATUS_WX86_EXCEPTION_CONTINUE: NTSTATUS = 1073741856i32;
11549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11550 pub const STATUS_WX86_EXCEPTION_LASTCHANCE: NTSTATUS = 1073741857i32;
11551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11552 pub const STATUS_WX86_FLOAT_STACK_CHECK: NTSTATUS = -1073741200i32;
11553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11554 pub const STATUS_WX86_INTERNAL_ERROR: NTSTATUS = -1073741201i32;
11555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11556 pub const STATUS_WX86_SINGLE_STEP: NTSTATUS = 1073741854i32;
11557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11558 pub const STATUS_WX86_UNSIMULATE: NTSTATUS = 1073741852i32;
11559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11560 pub const STATUS_XMLDSIG_ERROR: NTSTATUS = -1073700732i32;
11561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11562 pub const STATUS_XML_ENCODING_MISMATCH: NTSTATUS = -1072365535i32;
11563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11564 pub const STATUS_XML_PARSE_ERROR: NTSTATUS = -1073700733i32;
11565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11566 pub const STG_E_ABNORMALAPIEXIT: ::windows_sys::core::HRESULT = -2147286790i32;
11567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11568 pub const STG_E_ACCESSDENIED: ::windows_sys::core::HRESULT = -2147287035i32;
11569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11570 pub const STG_E_BADBASEADDRESS: ::windows_sys::core::HRESULT = -2147286768i32;
11571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11572 pub const STG_E_CANTSAVE: ::windows_sys::core::HRESULT = -2147286781i32;
11573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11574 pub const STG_E_CSS_AUTHENTICATION_FAILURE: ::windows_sys::core::HRESULT = -2147286266i32;
11575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11576 pub const STG_E_CSS_KEY_NOT_ESTABLISHED: ::windows_sys::core::HRESULT = -2147286264i32;
11577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11578 pub const STG_E_CSS_KEY_NOT_PRESENT: ::windows_sys::core::HRESULT = -2147286265i32;
11579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11580 pub const STG_E_CSS_REGION_MISMATCH: ::windows_sys::core::HRESULT = -2147286262i32;
11581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11582 pub const STG_E_CSS_SCRAMBLED_SECTOR: ::windows_sys::core::HRESULT = -2147286263i32;
11583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11584 pub const STG_E_DEVICE_UNRESPONSIVE: ::windows_sys::core::HRESULT = -2147286518i32;
11585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11586 pub const STG_E_DISKISWRITEPROTECTED: ::windows_sys::core::HRESULT = -2147287021i32;
11587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11588 pub const STG_E_DOCFILECORRUPT: ::windows_sys::core::HRESULT = -2147286775i32;
11589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11590 pub const STG_E_DOCFILETOOLARGE: ::windows_sys::core::HRESULT = -2147286767i32;
11591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11592 pub const STG_E_EXTANTMARSHALLINGS: ::windows_sys::core::HRESULT = -2147286776i32;
11593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11594 pub const STG_E_FILEALREADYEXISTS: ::windows_sys::core::HRESULT = -2147286960i32;
11595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11596 pub const STG_E_FILENOTFOUND: ::windows_sys::core::HRESULT = -2147287038i32;
11597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11598 pub const STG_E_FIRMWARE_IMAGE_INVALID: ::windows_sys::core::HRESULT = -2147286519i32;
11599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11600 pub const STG_E_FIRMWARE_SLOT_INVALID: ::windows_sys::core::HRESULT = -2147286520i32;
11601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11602 pub const STG_E_INCOMPLETE: ::windows_sys::core::HRESULT = -2147286527i32;
11603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11604 pub const STG_E_INSUFFICIENTMEMORY: ::windows_sys::core::HRESULT = -2147287032i32;
11605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11606 pub const STG_E_INUSE: ::windows_sys::core::HRESULT = -2147286784i32;
11607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11608 pub const STG_E_INVALIDFLAG: ::windows_sys::core::HRESULT = -2147286785i32;
11609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11610 pub const STG_E_INVALIDFUNCTION: ::windows_sys::core::HRESULT = -2147287039i32;
11611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11612 pub const STG_E_INVALIDHANDLE: ::windows_sys::core::HRESULT = -2147287034i32;
11613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11614 pub const STG_E_INVALIDHEADER: ::windows_sys::core::HRESULT = -2147286789i32;
11615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11616 pub const STG_E_INVALIDNAME: ::windows_sys::core::HRESULT = -2147286788i32;
11617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11618 pub const STG_E_INVALIDPARAMETER: ::windows_sys::core::HRESULT = -2147286953i32;
11619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11620 pub const STG_E_INVALIDPOINTER: ::windows_sys::core::HRESULT = -2147287031i32;
11621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11622 pub const STG_E_LOCKVIOLATION: ::windows_sys::core::HRESULT = -2147287007i32;
11623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11624 pub const STG_E_MEDIUMFULL: ::windows_sys::core::HRESULT = -2147286928i32;
11625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11626 pub const STG_E_NOMOREFILES: ::windows_sys::core::HRESULT = -2147287022i32;
11627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11628 pub const STG_E_NOTCURRENT: ::windows_sys::core::HRESULT = -2147286783i32;
11629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11630 pub const STG_E_NOTFILEBASEDSTORAGE: ::windows_sys::core::HRESULT = -2147286777i32;
11631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11632 pub const STG_E_NOTSIMPLEFORMAT: ::windows_sys::core::HRESULT = -2147286766i32;
11633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11634 pub const STG_E_OLDDLL: ::windows_sys::core::HRESULT = -2147286779i32;
11635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11636 pub const STG_E_OLDFORMAT: ::windows_sys::core::HRESULT = -2147286780i32;
11637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11638 pub const STG_E_PATHNOTFOUND: ::windows_sys::core::HRESULT = -2147287037i32;
11639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11640 pub const STG_E_PROPSETMISMATCHED: ::windows_sys::core::HRESULT = -2147286800i32;
11641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11642 pub const STG_E_READFAULT: ::windows_sys::core::HRESULT = -2147287010i32;
11643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11644 pub const STG_E_RESETS_EXHAUSTED: ::windows_sys::core::HRESULT = -2147286261i32;
11645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11646 pub const STG_E_REVERTED: ::windows_sys::core::HRESULT = -2147286782i32;
11647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11648 pub const STG_E_SEEKERROR: ::windows_sys::core::HRESULT = -2147287015i32;
11649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11650 pub const STG_E_SHAREREQUIRED: ::windows_sys::core::HRESULT = -2147286778i32;
11651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11652 pub const STG_E_SHAREVIOLATION: ::windows_sys::core::HRESULT = -2147287008i32;
11653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11654 pub const STG_E_STATUS_COPY_PROTECTION_FAILURE: ::windows_sys::core::HRESULT = -2147286267i32;
11655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11656 pub const STG_E_TERMINATED: ::windows_sys::core::HRESULT = -2147286526i32;
11657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11658 pub const STG_E_TOOMANYOPENFILES: ::windows_sys::core::HRESULT = -2147287036i32;
11659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11660 pub const STG_E_UNIMPLEMENTEDFUNCTION: ::windows_sys::core::HRESULT = -2147286786i32;
11661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11662 pub const STG_E_UNKNOWN: ::windows_sys::core::HRESULT = -2147286787i32;
11663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11664 pub const STG_E_WRITEFAULT: ::windows_sys::core::HRESULT = -2147287011i32;
11665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11666 pub const STG_S_BLOCK: ::windows_sys::core::HRESULT = 197121i32;
11667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11668 pub const STG_S_CANNOTCONSOLIDATE: ::windows_sys::core::HRESULT = 197126i32;
11669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11670 pub const STG_S_CONSOLIDATIONFAILED: ::windows_sys::core::HRESULT = 197125i32;
11671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11672 pub const STG_S_CONVERTED: ::windows_sys::core::HRESULT = 197120i32;
11673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11674 pub const STG_S_MONITORING: ::windows_sys::core::HRESULT = 197123i32;
11675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11676 pub const STG_S_MULTIPLEOPENS: ::windows_sys::core::HRESULT = 197124i32;
11677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11678 pub const STG_S_POWER_CYCLE_REQUIRED: ::windows_sys::core::HRESULT = 197127i32;
11679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11680 pub const STG_S_RETRYNOW: ::windows_sys::core::HRESULT = 197122i32;
11681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11682 pub const STILL_ACTIVE: NTSTATUS = 259i32;
11683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11684 pub const STORE_ERROR_LICENSE_REVOKED: i32 = 15864i32;
11685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11686 pub const STORE_ERROR_PENDING_COM_TRANSACTION: i32 = 15863i32;
11687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11688 pub const STORE_ERROR_UNLICENSED: i32 = 15861i32;
11689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11690 pub const STORE_ERROR_UNLICENSED_USER: i32 = 15862i32;
11691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11692 pub const STRICT: u32 = 1u32;
11693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11694 pub const SUCCESS: u32 = 0u32;
11695 #[repr(C)]
11696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11697 pub struct SYSTEMTIME {
11698 pub wYear: u16,
11699 pub wMonth: u16,
11700 pub wDayOfWeek: u16,
11701 pub wDay: u16,
11702 pub wHour: u16,
11703 pub wMinute: u16,
11704 pub wSecond: u16,
11705 pub wMilliseconds: u16,
11706 }
11707 impl ::core::marker::Copy for SYSTEMTIME {}
11708 impl ::core::clone::Clone for SYSTEMTIME {
11709 fn clone(&self) -> Self {
11710 *self
11711 }
11712 }
11713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11714 pub const S_APPLICATION_ACTIVATION_ERROR_HANDLED_BY_DIALOG: ::windows_sys::core::HRESULT = 2556505i32;
11715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11716 pub const S_FALSE: ::windows_sys::core::HRESULT = 1i32;
11717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11718 pub const S_OK: ::windows_sys::core::HRESULT = 0i32;
11719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11720 pub const S_STORE_LAUNCHED_FOR_REMEDIATION: ::windows_sys::core::HRESULT = 2556504i32;
11721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11722 pub const TBSIMP_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144796160i32;
11723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11724 pub const TBSIMP_E_CLEANUP_FAILED: ::windows_sys::core::HRESULT = -2144796159i32;
11725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11726 pub const TBSIMP_E_COMMAND_CANCELED: ::windows_sys::core::HRESULT = -2144796149i32;
11727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11728 pub const TBSIMP_E_COMMAND_FAILED: ::windows_sys::core::HRESULT = -2144796143i32;
11729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11730 pub const TBSIMP_E_DUPLICATE_VHANDLE: ::windows_sys::core::HRESULT = -2144796154i32;
11731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11732 pub const TBSIMP_E_HASH_BAD_KEY: ::windows_sys::core::HRESULT = -2144796155i32;
11733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11734 pub const TBSIMP_E_HASH_TABLE_FULL: ::windows_sys::core::HRESULT = -2144796138i32;
11735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11736 pub const TBSIMP_E_INVALID_CONTEXT_HANDLE: ::windows_sys::core::HRESULT = -2144796158i32;
11737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11738 pub const TBSIMP_E_INVALID_CONTEXT_PARAM: ::windows_sys::core::HRESULT = -2144796157i32;
11739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11740 pub const TBSIMP_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144796153i32;
11741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11742 pub const TBSIMP_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144796152i32;
11743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11744 pub const TBSIMP_E_INVALID_RESOURCE: ::windows_sys::core::HRESULT = -2144796140i32;
11745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11746 pub const TBSIMP_E_LIST_NOT_FOUND: ::windows_sys::core::HRESULT = -2144796146i32;
11747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11748 pub const TBSIMP_E_LIST_NO_MORE_ITEMS: ::windows_sys::core::HRESULT = -2144796147i32;
11749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11750 pub const TBSIMP_E_NOTHING_TO_UNLOAD: ::windows_sys::core::HRESULT = -2144796139i32;
11751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11752 pub const TBSIMP_E_NOT_ENOUGH_SPACE: ::windows_sys::core::HRESULT = -2144796145i32;
11753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11754 pub const TBSIMP_E_NOT_ENOUGH_TPM_CONTEXTS: ::windows_sys::core::HRESULT = -2144796144i32;
11755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11756 pub const TBSIMP_E_NO_EVENT_LOG: ::windows_sys::core::HRESULT = -2144796133i32;
11757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11758 pub const TBSIMP_E_OUT_OF_MEMORY: ::windows_sys::core::HRESULT = -2144796148i32;
11759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11760 pub const TBSIMP_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144796135i32;
11761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11762 pub const TBSIMP_E_RESOURCE_EXPIRED: ::windows_sys::core::HRESULT = -2144796141i32;
11763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11764 pub const TBSIMP_E_RPC_INIT_FAILED: ::windows_sys::core::HRESULT = -2144796151i32;
11765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11766 pub const TBSIMP_E_SCHEDULER_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144796150i32;
11767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11768 pub const TBSIMP_E_TOO_MANY_RESOURCES: ::windows_sys::core::HRESULT = -2144796136i32;
11769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11770 pub const TBSIMP_E_TOO_MANY_TBS_CONTEXTS: ::windows_sys::core::HRESULT = -2144796137i32;
11771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11772 pub const TBSIMP_E_TPM_ERROR: ::windows_sys::core::HRESULT = -2144796156i32;
11773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11774 pub const TBSIMP_E_TPM_INCOMPATIBLE: ::windows_sys::core::HRESULT = -2144796134i32;
11775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11776 pub const TBSIMP_E_UNKNOWN_ORDINAL: ::windows_sys::core::HRESULT = -2144796142i32;
11777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11778 pub const TBS_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2144845806i32;
11779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11780 pub const TBS_E_BAD_PARAMETER: ::windows_sys::core::HRESULT = -2144845822i32;
11781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11782 pub const TBS_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2144845810i32;
11783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11784 pub const TBS_E_COMMAND_CANCELED: ::windows_sys::core::HRESULT = -2144845811i32;
11785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11786 pub const TBS_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2144845819i32;
11787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11788 pub const TBS_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144845823i32;
11789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11790 pub const TBS_E_INVALID_CONTEXT: ::windows_sys::core::HRESULT = -2144845820i32;
11791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11792 pub const TBS_E_INVALID_CONTEXT_PARAM: ::windows_sys::core::HRESULT = -2144845817i32;
11793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11794 pub const TBS_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144845821i32;
11795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11796 pub const TBS_E_IOERROR: ::windows_sys::core::HRESULT = -2144845818i32;
11797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11798 pub const TBS_E_NO_EVENT_LOG: ::windows_sys::core::HRESULT = -2144845807i32;
11799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11800 pub const TBS_E_OWNERAUTH_NOT_FOUND: ::windows_sys::core::HRESULT = -2144845803i32;
11801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11802 pub const TBS_E_PPI_FUNCTION_UNSUPPORTED: ::windows_sys::core::HRESULT = -2144845804i32;
11803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11804 pub const TBS_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144845812i32;
11805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11806 pub const TBS_E_PROVISIONING_INCOMPLETE: ::windows_sys::core::HRESULT = -2144845802i32;
11807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11808 pub const TBS_E_PROVISIONING_NOT_ALLOWED: ::windows_sys::core::HRESULT = -2144845805i32;
11809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11810 pub const TBS_E_SERVICE_DISABLED: ::windows_sys::core::HRESULT = -2144845808i32;
11811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11812 pub const TBS_E_SERVICE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2144845816i32;
11813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11814 pub const TBS_E_SERVICE_START_PENDING: ::windows_sys::core::HRESULT = -2144845813i32;
11815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11816 pub const TBS_E_TOO_MANY_RESOURCES: ::windows_sys::core::HRESULT = -2144845814i32;
11817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11818 pub const TBS_E_TOO_MANY_TBS_CONTEXTS: ::windows_sys::core::HRESULT = -2144845815i32;
11819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11820 pub const TBS_E_TPM_NOT_FOUND: ::windows_sys::core::HRESULT = -2144845809i32;
11821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11822 pub const TPC_E_INITIALIZE_FAIL: ::windows_sys::core::HRESULT = -2147220957i32;
11823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11824 pub const TPC_E_INVALID_CONFIGURATION: ::windows_sys::core::HRESULT = -2147220935i32;
11825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11826 pub const TPC_E_INVALID_DATA_FROM_RECOGNIZER: ::windows_sys::core::HRESULT = -2147220934i32;
11827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11828 pub const TPC_E_INVALID_INPUT_RECT: ::windows_sys::core::HRESULT = -2147220967i32;
11829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11830 pub const TPC_E_INVALID_PACKET_DESCRIPTION: ::windows_sys::core::HRESULT = -2147220941i32;
11831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11832 pub const TPC_E_INVALID_PROPERTY: ::windows_sys::core::HRESULT = -2147220927i32;
11833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11834 pub const TPC_E_INVALID_RIGHTS: ::windows_sys::core::HRESULT = -2147220938i32;
11835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11836 pub const TPC_E_INVALID_STROKE: ::windows_sys::core::HRESULT = -2147220958i32;
11837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11838 pub const TPC_E_NOT_RELEVANT: ::windows_sys::core::HRESULT = -2147220942i32;
11839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11840 pub const TPC_E_NO_DEFAULT_TABLET: ::windows_sys::core::HRESULT = -2147220974i32;
11841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11842 pub const TPC_E_OUT_OF_ORDER_CALL: ::windows_sys::core::HRESULT = -2147220937i32;
11843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11844 pub const TPC_E_QUEUE_FULL: ::windows_sys::core::HRESULT = -2147220936i32;
11845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11846 pub const TPC_E_RECOGNIZER_NOT_REGISTERED: ::windows_sys::core::HRESULT = -2147220939i32;
11847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11848 pub const TPC_E_UNKNOWN_PROPERTY: ::windows_sys::core::HRESULT = -2147220965i32;
11849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11850 pub const TPC_S_INTERRUPTED: ::windows_sys::core::HRESULT = 262739i32;
11851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11852 pub const TPC_S_NO_DATA_TO_PROCESS: ::windows_sys::core::HRESULT = 262740i32;
11853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11854 pub const TPC_S_TRUNCATED: ::windows_sys::core::HRESULT = 262738i32;
11855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11856 pub const TPMAPI_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2144796408i32;
11857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11858 pub const TPMAPI_E_AUTHORIZATION_FAILED: ::windows_sys::core::HRESULT = -2144796407i32;
11859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11860 pub const TPMAPI_E_AUTHORIZATION_REVOKED: ::windows_sys::core::HRESULT = -2144796378i32;
11861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11862 pub const TPMAPI_E_AUTHORIZING_KEY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144796376i32;
11863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11864 pub const TPMAPI_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144796410i32;
11865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11866 pub const TPMAPI_E_EMPTY_TCG_LOG: ::windows_sys::core::HRESULT = -2144796390i32;
11867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11868 pub const TPMAPI_E_ENCRYPTION_FAILED: ::windows_sys::core::HRESULT = -2144796400i32;
11869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11870 pub const TPMAPI_E_ENDORSEMENT_AUTH_NOT_NULL: ::windows_sys::core::HRESULT = -2144796379i32;
11871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11872 pub const TPMAPI_E_FIPS_RNG_CHECK_FAILED: ::windows_sys::core::HRESULT = -2144796391i32;
11873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11874 pub const TPMAPI_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144796409i32;
11875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11876 pub const TPMAPI_E_INVALID_AUTHORIZATION_SIGNATURE: ::windows_sys::core::HRESULT = -2144796375i32;
11877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11878 pub const TPMAPI_E_INVALID_CONTEXT_HANDLE: ::windows_sys::core::HRESULT = -2144796406i32;
11879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11880 pub const TPMAPI_E_INVALID_CONTEXT_PARAMS: ::windows_sys::core::HRESULT = -2144796395i32;
11881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11882 pub const TPMAPI_E_INVALID_DELEGATE_BLOB: ::windows_sys::core::HRESULT = -2144796396i32;
11883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11884 pub const TPMAPI_E_INVALID_ENCODING: ::windows_sys::core::HRESULT = -2144796402i32;
11885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11886 pub const TPMAPI_E_INVALID_KEY_BLOB: ::windows_sys::core::HRESULT = -2144796394i32;
11887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11888 pub const TPMAPI_E_INVALID_KEY_PARAMS: ::windows_sys::core::HRESULT = -2144796399i32;
11889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11890 pub const TPMAPI_E_INVALID_KEY_SIZE: ::windows_sys::core::HRESULT = -2144796401i32;
11891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11892 pub const TPMAPI_E_INVALID_MIGRATION_AUTHORIZATION_BLOB: ::windows_sys::core::HRESULT = -2144796398i32;
11893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11894 pub const TPMAPI_E_INVALID_OUTPUT_POINTER: ::windows_sys::core::HRESULT = -2144796413i32;
11895 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11896 pub const TPMAPI_E_INVALID_OWNER_AUTH: ::windows_sys::core::HRESULT = -2144796392i32;
11897 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11898 pub const TPMAPI_E_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144796412i32;
11899 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11900 pub const TPMAPI_E_INVALID_PCR_DATA: ::windows_sys::core::HRESULT = -2144796393i32;
11901 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11902 pub const TPMAPI_E_INVALID_PCR_INDEX: ::windows_sys::core::HRESULT = -2144796397i32;
11903 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11904 pub const TPMAPI_E_INVALID_POLICYAUTH_BLOB_TYPE: ::windows_sys::core::HRESULT = -2144796370i32;
11905 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11906 pub const TPMAPI_E_INVALID_STATE: ::windows_sys::core::HRESULT = -2144796416i32;
11907 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11908 pub const TPMAPI_E_INVALID_TCG_LOG_ENTRY: ::windows_sys::core::HRESULT = -2144796389i32;
11909 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11910 pub const TPMAPI_E_INVALID_TPM_VERSION: ::windows_sys::core::HRESULT = -2144796371i32;
11911 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11912 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_KEY: ::windows_sys::core::HRESULT = -2144796377i32;
11913 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11914 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_OTHER: ::windows_sys::core::HRESULT = -2144796373i32;
11915 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11916 pub const TPMAPI_E_MALFORMED_AUTHORIZATION_POLICY: ::windows_sys::core::HRESULT = -2144796374i32;
11917 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11918 pub const TPMAPI_E_MESSAGE_TOO_LARGE: ::windows_sys::core::HRESULT = -2144796403i32;
11919 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11920 pub const TPMAPI_E_NOT_ENOUGH_DATA: ::windows_sys::core::HRESULT = -2144796415i32;
11921 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11922 pub const TPMAPI_E_NO_AUTHORIZATION_CHAIN_FOUND: ::windows_sys::core::HRESULT = -2144796382i32;
11923 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11924 pub const TPMAPI_E_NV_BITS_NOT_DEFINED: ::windows_sys::core::HRESULT = -2144796385i32;
11925 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11926 pub const TPMAPI_E_NV_BITS_NOT_READY: ::windows_sys::core::HRESULT = -2144796384i32;
11927 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11928 pub const TPMAPI_E_OUT_OF_MEMORY: ::windows_sys::core::HRESULT = -2144796411i32;
11929 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11930 pub const TPMAPI_E_OWNER_AUTH_NOT_NULL: ::windows_sys::core::HRESULT = -2144796380i32;
11931 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11932 pub const TPMAPI_E_POLICY_DENIES_OPERATION: ::windows_sys::core::HRESULT = -2144796386i32;
11933 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11934 pub const TPMAPI_E_SEALING_KEY_CHANGED: ::windows_sys::core::HRESULT = -2144796372i32;
11935 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11936 pub const TPMAPI_E_SEALING_KEY_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144796383i32;
11937 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11938 pub const TPMAPI_E_SVN_COUNTER_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2144796381i32;
11939 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11940 pub const TPMAPI_E_TBS_COMMUNICATION_ERROR: ::windows_sys::core::HRESULT = -2144796405i32;
11941 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11942 pub const TPMAPI_E_TCG_INVALID_DIGEST_ENTRY: ::windows_sys::core::HRESULT = -2144796387i32;
11943 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11944 pub const TPMAPI_E_TCG_SEPARATOR_ABSENT: ::windows_sys::core::HRESULT = -2144796388i32;
11945 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11946 pub const TPMAPI_E_TOO_MUCH_DATA: ::windows_sys::core::HRESULT = -2144796414i32;
11947 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11948 pub const TPMAPI_E_TPM_COMMAND_ERROR: ::windows_sys::core::HRESULT = -2144796404i32;
11949 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11950 pub const TPM_20_E_ASYMMETRIC: ::windows_sys::core::HRESULT = -2144862079i32;
11951 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11952 pub const TPM_20_E_ATTRIBUTES: ::windows_sys::core::HRESULT = -2144862078i32;
11953 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11954 pub const TPM_20_E_AUTHSIZE: ::windows_sys::core::HRESULT = -2144861884i32;
11955 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11956 pub const TPM_20_E_AUTH_CONTEXT: ::windows_sys::core::HRESULT = -2144861883i32;
11957 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11958 pub const TPM_20_E_AUTH_FAIL: ::windows_sys::core::HRESULT = -2144862066i32;
11959 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11960 pub const TPM_20_E_AUTH_MISSING: ::windows_sys::core::HRESULT = -2144861915i32;
11961 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11962 pub const TPM_20_E_AUTH_TYPE: ::windows_sys::core::HRESULT = -2144861916i32;
11963 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11964 pub const TPM_20_E_AUTH_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144861905i32;
11965 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11966 pub const TPM_20_E_BAD_AUTH: ::windows_sys::core::HRESULT = -2144862046i32;
11967 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11968 pub const TPM_20_E_BAD_CONTEXT: ::windows_sys::core::HRESULT = -2144861872i32;
11969 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11970 pub const TPM_20_E_BINDING: ::windows_sys::core::HRESULT = -2144862043i32;
11971 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11972 pub const TPM_20_E_CANCELED: ::windows_sys::core::HRESULT = -2144859895i32;
11973 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11974 pub const TPM_20_E_COMMAND_CODE: ::windows_sys::core::HRESULT = -2144861885i32;
11975 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11976 pub const TPM_20_E_COMMAND_SIZE: ::windows_sys::core::HRESULT = -2144861886i32;
11977 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11978 pub const TPM_20_E_CONTEXT_GAP: ::windows_sys::core::HRESULT = -2144859903i32;
11979 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11980 pub const TPM_20_E_CPHASH: ::windows_sys::core::HRESULT = -2144861871i32;
11981 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11982 pub const TPM_20_E_CURVE: ::windows_sys::core::HRESULT = -2144862042i32;
11983 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11984 pub const TPM_20_E_DISABLED: ::windows_sys::core::HRESULT = -2144861920i32;
11985 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11986 pub const TPM_20_E_ECC_CURVE: ::windows_sys::core::HRESULT = -2144861917i32;
11987 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11988 pub const TPM_20_E_ECC_POINT: ::windows_sys::core::HRESULT = -2144862041i32;
11989 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11990 pub const TPM_20_E_EXCLUSIVE: ::windows_sys::core::HRESULT = -2144861919i32;
11991 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11992 pub const TPM_20_E_EXPIRED: ::windows_sys::core::HRESULT = -2144862045i32;
11993 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11994 pub const TPM_20_E_FAILURE: ::windows_sys::core::HRESULT = -2144861951i32;
11995 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11996 pub const TPM_20_E_HANDLE: ::windows_sys::core::HRESULT = -2144862069i32;
11997 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
11998 pub const TPM_20_E_HASH: ::windows_sys::core::HRESULT = -2144862077i32;
11999 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12000 pub const TPM_20_E_HIERARCHY: ::windows_sys::core::HRESULT = -2144862075i32;
12001 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12002 pub const TPM_20_E_HMAC: ::windows_sys::core::HRESULT = -2144861927i32;
12003 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12004 pub const TPM_20_E_INITIALIZE: ::windows_sys::core::HRESULT = -2144861952i32;
12005 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12006 pub const TPM_20_E_INSUFFICIENT: ::windows_sys::core::HRESULT = -2144862054i32;
12007 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12008 pub const TPM_20_E_INTEGRITY: ::windows_sys::core::HRESULT = -2144862049i32;
12009 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12010 pub const TPM_20_E_KDF: ::windows_sys::core::HRESULT = -2144862068i32;
12011 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12012 pub const TPM_20_E_KEY: ::windows_sys::core::HRESULT = -2144862052i32;
12013 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12014 pub const TPM_20_E_KEY_SIZE: ::windows_sys::core::HRESULT = -2144862073i32;
12015 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12016 pub const TPM_20_E_LOCALITY: ::windows_sys::core::HRESULT = -2144859897i32;
12017 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12018 pub const TPM_20_E_LOCKOUT: ::windows_sys::core::HRESULT = -2144859871i32;
12019 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12020 pub const TPM_20_E_MEMORY: ::windows_sys::core::HRESULT = -2144859900i32;
12021 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12022 pub const TPM_20_E_MGF: ::windows_sys::core::HRESULT = -2144862072i32;
12023 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12024 pub const TPM_20_E_MODE: ::windows_sys::core::HRESULT = -2144862071i32;
12025 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12026 pub const TPM_20_E_NEEDS_TEST: ::windows_sys::core::HRESULT = -2144861869i32;
12027 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12028 pub const TPM_20_E_NONCE: ::windows_sys::core::HRESULT = -2144862065i32;
12029 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12030 pub const TPM_20_E_NO_RESULT: ::windows_sys::core::HRESULT = -2144861868i32;
12031 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12032 pub const TPM_20_E_NV_AUTHORIZATION: ::windows_sys::core::HRESULT = -2144861879i32;
12033 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12034 pub const TPM_20_E_NV_DEFINED: ::windows_sys::core::HRESULT = -2144861876i32;
12035 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12036 pub const TPM_20_E_NV_LOCKED: ::windows_sys::core::HRESULT = -2144861880i32;
12037 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12038 pub const TPM_20_E_NV_RANGE: ::windows_sys::core::HRESULT = -2144861882i32;
12039 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12040 pub const TPM_20_E_NV_RATE: ::windows_sys::core::HRESULT = -2144859872i32;
12041 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12042 pub const TPM_20_E_NV_SIZE: ::windows_sys::core::HRESULT = -2144861881i32;
12043 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12044 pub const TPM_20_E_NV_SPACE: ::windows_sys::core::HRESULT = -2144861877i32;
12045 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12046 pub const TPM_20_E_NV_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144859869i32;
12047 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12048 pub const TPM_20_E_NV_UNINITIALIZED: ::windows_sys::core::HRESULT = -2144861878i32;
12049 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12050 pub const TPM_20_E_OBJECT_HANDLES: ::windows_sys::core::HRESULT = -2144859898i32;
12051 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12052 pub const TPM_20_E_OBJECT_MEMORY: ::windows_sys::core::HRESULT = -2144859902i32;
12053 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12054 pub const TPM_20_E_PARENT: ::windows_sys::core::HRESULT = -2144861870i32;
12055 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12056 pub const TPM_20_E_PCR: ::windows_sys::core::HRESULT = -2144861913i32;
12057 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12058 pub const TPM_20_E_PCR_CHANGED: ::windows_sys::core::HRESULT = -2144861912i32;
12059 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12060 pub const TPM_20_E_POLICY: ::windows_sys::core::HRESULT = -2144861914i32;
12061 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12062 pub const TPM_20_E_POLICY_CC: ::windows_sys::core::HRESULT = -2144862044i32;
12063 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12064 pub const TPM_20_E_POLICY_FAIL: ::windows_sys::core::HRESULT = -2144862051i32;
12065 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12066 pub const TPM_20_E_PP: ::windows_sys::core::HRESULT = -2144862064i32;
12067 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12068 pub const TPM_20_E_PRIVATE: ::windows_sys::core::HRESULT = -2144861941i32;
12069 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12070 pub const TPM_20_E_RANGE: ::windows_sys::core::HRESULT = -2144862067i32;
12071 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12072 pub const TPM_20_E_REBOOT: ::windows_sys::core::HRESULT = -2144861904i32;
12073 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12074 pub const TPM_20_E_RESERVED_BITS: ::windows_sys::core::HRESULT = -2144862047i32;
12075 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12076 pub const TPM_20_E_RETRY: ::windows_sys::core::HRESULT = -2144859870i32;
12077 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12078 pub const TPM_20_E_SCHEME: ::windows_sys::core::HRESULT = -2144862062i32;
12079 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12080 pub const TPM_20_E_SELECTOR: ::windows_sys::core::HRESULT = -2144862056i32;
12081 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12082 pub const TPM_20_E_SENSITIVE: ::windows_sys::core::HRESULT = -2144861867i32;
12083 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12084 pub const TPM_20_E_SEQUENCE: ::windows_sys::core::HRESULT = -2144861949i32;
12085 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12086 pub const TPM_20_E_SESSION_HANDLES: ::windows_sys::core::HRESULT = -2144859899i32;
12087 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12088 pub const TPM_20_E_SESSION_MEMORY: ::windows_sys::core::HRESULT = -2144859901i32;
12089 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12090 pub const TPM_20_E_SIGNATURE: ::windows_sys::core::HRESULT = -2144862053i32;
12091 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12092 pub const TPM_20_E_SIZE: ::windows_sys::core::HRESULT = -2144862059i32;
12093 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12094 pub const TPM_20_E_SYMMETRIC: ::windows_sys::core::HRESULT = -2144862058i32;
12095 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12096 pub const TPM_20_E_TAG: ::windows_sys::core::HRESULT = -2144862057i32;
12097 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12098 pub const TPM_20_E_TESTING: ::windows_sys::core::HRESULT = -2144859894i32;
12099 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12100 pub const TPM_20_E_TICKET: ::windows_sys::core::HRESULT = -2144862048i32;
12101 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12102 pub const TPM_20_E_TOO_MANY_CONTEXTS: ::windows_sys::core::HRESULT = -2144861906i32;
12103 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12104 pub const TPM_20_E_TYPE: ::windows_sys::core::HRESULT = -2144862070i32;
12105 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12106 pub const TPM_20_E_UNBALANCED: ::windows_sys::core::HRESULT = -2144861903i32;
12107 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12108 pub const TPM_20_E_UPGRADE: ::windows_sys::core::HRESULT = -2144861907i32;
12109 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12110 pub const TPM_20_E_VALUE: ::windows_sys::core::HRESULT = -2144862076i32;
12111 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12112 pub const TPM_20_E_YIELDED: ::windows_sys::core::HRESULT = -2144859896i32;
12113 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12114 pub const TPM_E_AREA_LOCKED: ::windows_sys::core::HRESULT = -2144862148i32;
12115 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12116 pub const TPM_E_ATTESTATION_CHALLENGE_NOT_SET: ::windows_sys::core::HRESULT = -2144795630i32;
12117 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12118 pub const TPM_E_AUDITFAILURE: ::windows_sys::core::HRESULT = -2144862204i32;
12119 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12120 pub const TPM_E_AUDITFAIL_SUCCESSFUL: ::windows_sys::core::HRESULT = -2144862159i32;
12121 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12122 pub const TPM_E_AUDITFAIL_UNSUCCESSFUL: ::windows_sys::core::HRESULT = -2144862160i32;
12123 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12124 pub const TPM_E_AUTH2FAIL: ::windows_sys::core::HRESULT = -2144862179i32;
12125 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12126 pub const TPM_E_AUTHFAIL: ::windows_sys::core::HRESULT = -2144862207i32;
12127 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12128 pub const TPM_E_AUTH_CONFLICT: ::windows_sys::core::HRESULT = -2144862149i32;
12129 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12130 pub const TPM_E_BADCONTEXT: ::windows_sys::core::HRESULT = -2144862118i32;
12131 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12132 pub const TPM_E_BADINDEX: ::windows_sys::core::HRESULT = -2144862206i32;
12133 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12134 pub const TPM_E_BADTAG: ::windows_sys::core::HRESULT = -2144862178i32;
12135 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12136 pub const TPM_E_BAD_ATTRIBUTES: ::windows_sys::core::HRESULT = -2144862142i32;
12137 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12138 pub const TPM_E_BAD_COUNTER: ::windows_sys::core::HRESULT = -2144862139i32;
12139 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12140 pub const TPM_E_BAD_DATASIZE: ::windows_sys::core::HRESULT = -2144862165i32;
12141 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12142 pub const TPM_E_BAD_DELEGATE: ::windows_sys::core::HRESULT = -2144862119i32;
12143 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12144 pub const TPM_E_BAD_HANDLE: ::windows_sys::core::HRESULT = -2144862120i32;
12145 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12146 pub const TPM_E_BAD_KEY_PROPERTY: ::windows_sys::core::HRESULT = -2144862168i32;
12147 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12148 pub const TPM_E_BAD_LOCALITY: ::windows_sys::core::HRESULT = -2144862147i32;
12149 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12150 pub const TPM_E_BAD_MIGRATION: ::windows_sys::core::HRESULT = -2144862167i32;
12151 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12152 pub const TPM_E_BAD_MODE: ::windows_sys::core::HRESULT = -2144862164i32;
12153 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12154 pub const TPM_E_BAD_ORDINAL: ::windows_sys::core::HRESULT = -2144862198i32;
12155 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12156 pub const TPM_E_BAD_PARAMETER: ::windows_sys::core::HRESULT = -2144862205i32;
12157 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12158 pub const TPM_E_BAD_PARAM_SIZE: ::windows_sys::core::HRESULT = -2144862183i32;
12159 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12160 pub const TPM_E_BAD_PRESENCE: ::windows_sys::core::HRESULT = -2144862163i32;
12161 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12162 pub const TPM_E_BAD_SCHEME: ::windows_sys::core::HRESULT = -2144862166i32;
12163 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12164 pub const TPM_E_BAD_SIGNATURE: ::windows_sys::core::HRESULT = -2144862110i32;
12165 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12166 pub const TPM_E_BAD_TYPE: ::windows_sys::core::HRESULT = -2144862156i32;
12167 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12168 pub const TPM_E_BAD_VERSION: ::windows_sys::core::HRESULT = -2144862162i32;
12169 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12170 pub const TPM_E_BUFFER_LENGTH_MISMATCH: ::windows_sys::core::HRESULT = -2144795618i32;
12171 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12172 pub const TPM_E_CLAIM_TYPE_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795620i32;
12173 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12174 pub const TPM_E_CLEAR_DISABLED: ::windows_sys::core::HRESULT = -2144862203i32;
12175 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12176 pub const TPM_E_COMMAND_BLOCKED: ::windows_sys::core::HRESULT = -2144861184i32;
12177 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12178 pub const TPM_E_CONTEXT_GAP: ::windows_sys::core::HRESULT = -2144862137i32;
12179 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12180 pub const TPM_E_DAA_INPUT_DATA0: ::windows_sys::core::HRESULT = -2144862127i32;
12181 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12182 pub const TPM_E_DAA_INPUT_DATA1: ::windows_sys::core::HRESULT = -2144862126i32;
12183 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12184 pub const TPM_E_DAA_ISSUER_SETTINGS: ::windows_sys::core::HRESULT = -2144862125i32;
12185 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12186 pub const TPM_E_DAA_ISSUER_VALIDITY: ::windows_sys::core::HRESULT = -2144862122i32;
12187 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12188 pub const TPM_E_DAA_RESOURCES: ::windows_sys::core::HRESULT = -2144862128i32;
12189 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12190 pub const TPM_E_DAA_STAGE: ::windows_sys::core::HRESULT = -2144862123i32;
12191 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12192 pub const TPM_E_DAA_TPM_SETTINGS: ::windows_sys::core::HRESULT = -2144862124i32;
12193 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12194 pub const TPM_E_DAA_WRONG_W: ::windows_sys::core::HRESULT = -2144862121i32;
12195 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12196 pub const TPM_E_DEACTIVATED: ::windows_sys::core::HRESULT = -2144862202i32;
12197 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12198 pub const TPM_E_DECRYPT_ERROR: ::windows_sys::core::HRESULT = -2144862175i32;
12199 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12200 pub const TPM_E_DEFEND_LOCK_RUNNING: ::windows_sys::core::HRESULT = -2144860157i32;
12201 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12202 pub const TPM_E_DELEGATE_ADMIN: ::windows_sys::core::HRESULT = -2144862131i32;
12203 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12204 pub const TPM_E_DELEGATE_FAMILY: ::windows_sys::core::HRESULT = -2144862132i32;
12205 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12206 pub const TPM_E_DELEGATE_LOCK: ::windows_sys::core::HRESULT = -2144862133i32;
12207 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12208 pub const TPM_E_DISABLED: ::windows_sys::core::HRESULT = -2144862201i32;
12209 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12210 pub const TPM_E_DISABLED_CMD: ::windows_sys::core::HRESULT = -2144862200i32;
12211 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12212 pub const TPM_E_DOING_SELFTEST: ::windows_sys::core::HRESULT = -2144860158i32;
12213 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12214 pub const TPM_E_DUPLICATE_VHANDLE: ::windows_sys::core::HRESULT = -2144861182i32;
12215 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12216 pub const TPM_E_EMBEDDED_COMMAND_BLOCKED: ::windows_sys::core::HRESULT = -2144861181i32;
12217 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12218 pub const TPM_E_EMBEDDED_COMMAND_UNSUPPORTED: ::windows_sys::core::HRESULT = -2144861180i32;
12219 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12220 pub const TPM_E_ENCRYPT_ERROR: ::windows_sys::core::HRESULT = -2144862176i32;
12221 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12222 pub const TPM_E_ERROR_MASK: ::windows_sys::core::HRESULT = -2144862208i32;
12223 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12224 pub const TPM_E_FAIL: ::windows_sys::core::HRESULT = -2144862199i32;
12225 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12226 pub const TPM_E_FAILEDSELFTEST: ::windows_sys::core::HRESULT = -2144862180i32;
12227 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12228 pub const TPM_E_FAMILYCOUNT: ::windows_sys::core::HRESULT = -2144862144i32;
12229 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12230 pub const TPM_E_INAPPROPRIATE_ENC: ::windows_sys::core::HRESULT = -2144862194i32;
12231 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12232 pub const TPM_E_INAPPROPRIATE_SIG: ::windows_sys::core::HRESULT = -2144862169i32;
12233 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12234 pub const TPM_E_INSTALL_DISABLED: ::windows_sys::core::HRESULT = -2144862197i32;
12235 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12236 pub const TPM_E_INVALID_AUTHHANDLE: ::windows_sys::core::HRESULT = -2144862174i32;
12237 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12238 pub const TPM_E_INVALID_FAMILY: ::windows_sys::core::HRESULT = -2144862153i32;
12239 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12240 pub const TPM_E_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2144861183i32;
12241 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12242 pub const TPM_E_INVALID_KEYHANDLE: ::windows_sys::core::HRESULT = -2144862196i32;
12243 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12244 pub const TPM_E_INVALID_KEYUSAGE: ::windows_sys::core::HRESULT = -2144862172i32;
12245 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12246 pub const TPM_E_INVALID_OWNER_AUTH: ::windows_sys::core::HRESULT = -2144795135i32;
12247 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12248 pub const TPM_E_INVALID_PCR_INFO: ::windows_sys::core::HRESULT = -2144862192i32;
12249 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12250 pub const TPM_E_INVALID_POSTINIT: ::windows_sys::core::HRESULT = -2144862170i32;
12251 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12252 pub const TPM_E_INVALID_RESOURCE: ::windows_sys::core::HRESULT = -2144862155i32;
12253 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12254 pub const TPM_E_INVALID_STRUCTURE: ::windows_sys::core::HRESULT = -2144862141i32;
12255 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12256 pub const TPM_E_IOERROR: ::windows_sys::core::HRESULT = -2144862177i32;
12257 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12258 pub const TPM_E_KEYNOTFOUND: ::windows_sys::core::HRESULT = -2144862195i32;
12259 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12260 pub const TPM_E_KEY_ALREADY_FINALIZED: ::windows_sys::core::HRESULT = -2144795628i32;
12261 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12262 pub const TPM_E_KEY_NOTSUPPORTED: ::windows_sys::core::HRESULT = -2144862150i32;
12263 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12264 pub const TPM_E_KEY_NOT_AUTHENTICATED: ::windows_sys::core::HRESULT = -2144795624i32;
12265 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12266 pub const TPM_E_KEY_NOT_FINALIZED: ::windows_sys::core::HRESULT = -2144795631i32;
12267 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12268 pub const TPM_E_KEY_NOT_LOADED: ::windows_sys::core::HRESULT = -2144795633i32;
12269 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12270 pub const TPM_E_KEY_NOT_SIGNING_KEY: ::windows_sys::core::HRESULT = -2144795622i32;
12271 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12272 pub const TPM_E_KEY_OWNER_CONTROL: ::windows_sys::core::HRESULT = -2144862140i32;
12273 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12274 pub const TPM_E_KEY_USAGE_POLICY_INVALID: ::windows_sys::core::HRESULT = -2144795626i32;
12275 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12276 pub const TPM_E_KEY_USAGE_POLICY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795627i32;
12277 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12278 pub const TPM_E_LOCKED_OUT: ::windows_sys::core::HRESULT = -2144795621i32;
12279 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12280 pub const TPM_E_MAXNVWRITES: ::windows_sys::core::HRESULT = -2144862136i32;
12281 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12282 pub const TPM_E_MA_AUTHORITY: ::windows_sys::core::HRESULT = -2144862113i32;
12283 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12284 pub const TPM_E_MA_DESTINATION: ::windows_sys::core::HRESULT = -2144862115i32;
12285 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12286 pub const TPM_E_MA_SOURCE: ::windows_sys::core::HRESULT = -2144862114i32;
12287 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12288 pub const TPM_E_MA_TICKET_SIGNATURE: ::windows_sys::core::HRESULT = -2144862116i32;
12289 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12290 pub const TPM_E_MIGRATEFAIL: ::windows_sys::core::HRESULT = -2144862193i32;
12291 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12292 pub const TPM_E_NEEDS_SELFTEST: ::windows_sys::core::HRESULT = -2144860159i32;
12293 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12294 pub const TPM_E_NOCONTEXTSPACE: ::windows_sys::core::HRESULT = -2144862109i32;
12295 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12296 pub const TPM_E_NOOPERATOR: ::windows_sys::core::HRESULT = -2144862135i32;
12297 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12298 pub const TPM_E_NOSPACE: ::windows_sys::core::HRESULT = -2144862191i32;
12299 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12300 pub const TPM_E_NOSRK: ::windows_sys::core::HRESULT = -2144862190i32;
12301 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12302 pub const TPM_E_NOTFIPS: ::windows_sys::core::HRESULT = -2144862154i32;
12303 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12304 pub const TPM_E_NOTLOCAL: ::windows_sys::core::HRESULT = -2144862157i32;
12305 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12306 pub const TPM_E_NOTRESETABLE: ::windows_sys::core::HRESULT = -2144862158i32;
12307 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12308 pub const TPM_E_NOTSEALED_BLOB: ::windows_sys::core::HRESULT = -2144862189i32;
12309 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12310 pub const TPM_E_NOT_FULLWRITE: ::windows_sys::core::HRESULT = -2144862138i32;
12311 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12312 pub const TPM_E_NOT_PCR_BOUND: ::windows_sys::core::HRESULT = -2144795629i32;
12313 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12314 pub const TPM_E_NO_ENDORSEMENT: ::windows_sys::core::HRESULT = -2144862173i32;
12315 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12316 pub const TPM_E_NO_KEY_CERTIFICATION: ::windows_sys::core::HRESULT = -2144795632i32;
12317 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12318 pub const TPM_E_NO_NV_PERMISSION: ::windows_sys::core::HRESULT = -2144862152i32;
12319 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12320 pub const TPM_E_NO_WRAP_TRANSPORT: ::windows_sys::core::HRESULT = -2144862161i32;
12321 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12322 pub const TPM_E_OWNER_CONTROL: ::windows_sys::core::HRESULT = -2144862129i32;
12323 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12324 pub const TPM_E_OWNER_SET: ::windows_sys::core::HRESULT = -2144862188i32;
12325 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12326 pub const TPM_E_PCP_AUTHENTICATION_FAILED: ::windows_sys::core::HRESULT = -2144795640i32;
12327 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12328 pub const TPM_E_PCP_AUTHENTICATION_IGNORED: ::windows_sys::core::HRESULT = -2144795639i32;
12329 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12330 pub const TPM_E_PCP_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2144795642i32;
12331 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12332 pub const TPM_E_PCP_DEVICE_NOT_READY: ::windows_sys::core::HRESULT = -2144795647i32;
12333 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12334 pub const TPM_E_PCP_ERROR_MASK: ::windows_sys::core::HRESULT = -2144795648i32;
12335 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12336 pub const TPM_E_PCP_FLAG_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795644i32;
12337 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12338 pub const TPM_E_PCP_IFX_RSA_KEY_CREATION_BLOCKED: ::windows_sys::core::HRESULT = -2144795617i32;
12339 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12340 pub const TPM_E_PCP_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2144795641i32;
12341 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12342 pub const TPM_E_PCP_INVALID_HANDLE: ::windows_sys::core::HRESULT = -2144795646i32;
12343 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12344 pub const TPM_E_PCP_INVALID_PARAMETER: ::windows_sys::core::HRESULT = -2144795645i32;
12345 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12346 pub const TPM_E_PCP_KEY_HANDLE_INVALIDATED: ::windows_sys::core::HRESULT = -2144795614i32;
12347 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12348 pub const TPM_E_PCP_KEY_NOT_AIK: ::windows_sys::core::HRESULT = -2144795623i32;
12349 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12350 pub const TPM_E_PCP_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795643i32;
12351 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12352 pub const TPM_E_PCP_PLATFORM_CLAIM_MAY_BE_OUTDATED: ::windows_sys::core::HRESULT = 1076429860i32;
12353 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12354 pub const TPM_E_PCP_PLATFORM_CLAIM_OUTDATED: ::windows_sys::core::HRESULT = 1076429861i32;
12355 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12356 pub const TPM_E_PCP_PLATFORM_CLAIM_REBOOT: ::windows_sys::core::HRESULT = 1076429862i32;
12357 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12358 pub const TPM_E_PCP_POLICY_NOT_FOUND: ::windows_sys::core::HRESULT = -2144795638i32;
12359 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12360 pub const TPM_E_PCP_PROFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2144795637i32;
12361 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12362 pub const TPM_E_PCP_RAW_POLICY_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795615i32;
12363 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12364 pub const TPM_E_PCP_TICKET_MISSING: ::windows_sys::core::HRESULT = -2144795616i32;
12365 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12366 pub const TPM_E_PCP_UNSUPPORTED_PSS_SALT: ::windows_sys::core::HRESULT = 1076429859i32;
12367 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12368 pub const TPM_E_PCP_VALIDATION_FAILED: ::windows_sys::core::HRESULT = -2144795636i32;
12369 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12370 pub const TPM_E_PCP_WRONG_PARENT: ::windows_sys::core::HRESULT = -2144795634i32;
12371 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12372 pub const TPM_E_PERMANENTEK: ::windows_sys::core::HRESULT = -2144862111i32;
12373 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12374 pub const TPM_E_PER_NOWRITE: ::windows_sys::core::HRESULT = -2144862145i32;
12375 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12376 pub const TPM_E_PPI_ACPI_FAILURE: ::windows_sys::core::HRESULT = -2144795904i32;
12377 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12378 pub const TPM_E_PPI_BIOS_FAILURE: ::windows_sys::core::HRESULT = -2144795902i32;
12379 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12380 pub const TPM_E_PPI_BLOCKED_IN_BIOS: ::windows_sys::core::HRESULT = -2144795900i32;
12381 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12382 pub const TPM_E_PPI_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795901i32;
12383 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12384 pub const TPM_E_PPI_USER_ABORT: ::windows_sys::core::HRESULT = -2144795903i32;
12385 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12386 pub const TPM_E_PROVISIONING_INCOMPLETE: ::windows_sys::core::HRESULT = -2144795136i32;
12387 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12388 pub const TPM_E_READ_ONLY: ::windows_sys::core::HRESULT = -2144862146i32;
12389 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12390 pub const TPM_E_REQUIRES_SIGN: ::windows_sys::core::HRESULT = -2144862151i32;
12391 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12392 pub const TPM_E_RESOURCEMISSING: ::windows_sys::core::HRESULT = -2144862134i32;
12393 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12394 pub const TPM_E_RESOURCES: ::windows_sys::core::HRESULT = -2144862187i32;
12395 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12396 pub const TPM_E_RETRY: ::windows_sys::core::HRESULT = -2144860160i32;
12397 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12398 pub const TPM_E_SHA_ERROR: ::windows_sys::core::HRESULT = -2144862181i32;
12399 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12400 pub const TPM_E_SHA_THREAD: ::windows_sys::core::HRESULT = -2144862182i32;
12401 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12402 pub const TPM_E_SHORTRANDOM: ::windows_sys::core::HRESULT = -2144862186i32;
12403 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12404 pub const TPM_E_SIZE: ::windows_sys::core::HRESULT = -2144862185i32;
12405 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12406 pub const TPM_E_SOFT_KEY_ERROR: ::windows_sys::core::HRESULT = -2144795625i32;
12407 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12408 pub const TPM_E_TOOMANYCONTEXTS: ::windows_sys::core::HRESULT = -2144862117i32;
12409 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12410 pub const TPM_E_TOO_MUCH_DATA: ::windows_sys::core::HRESULT = -2144795134i32;
12411 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12412 pub const TPM_E_TRANSPORT_NOTEXCLUSIVE: ::windows_sys::core::HRESULT = -2144862130i32;
12413 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12414 pub const TPM_E_VERSION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2144795619i32;
12415 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12416 pub const TPM_E_WRITE_LOCKED: ::windows_sys::core::HRESULT = -2144862143i32;
12417 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12418 pub const TPM_E_WRONGPCRVAL: ::windows_sys::core::HRESULT = -2144862184i32;
12419 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12420 pub const TPM_E_WRONG_ENTITYTYPE: ::windows_sys::core::HRESULT = -2144862171i32;
12421 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12422 pub const TPM_E_ZERO_EXHAUST_ENABLED: ::windows_sys::core::HRESULT = -2144795392i32;
12423 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12424 pub const TRUST_E_ACTION_UNKNOWN: ::windows_sys::core::HRESULT = -2146762750i32;
12425 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12426 pub const TRUST_E_BAD_DIGEST: ::windows_sys::core::HRESULT = -2146869232i32;
12427 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12428 pub const TRUST_E_BASIC_CONSTRAINTS: ::windows_sys::core::HRESULT = -2146869223i32;
12429 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12430 pub const TRUST_E_CERT_SIGNATURE: ::windows_sys::core::HRESULT = -2146869244i32;
12431 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12432 pub const TRUST_E_COUNTER_SIGNER: ::windows_sys::core::HRESULT = -2146869245i32;
12433 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12434 pub const TRUST_E_EXPLICIT_DISTRUST: ::windows_sys::core::HRESULT = -2146762479i32;
12435 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12436 pub const TRUST_E_FAIL: ::windows_sys::core::HRESULT = -2146762485i32;
12437 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12438 pub const TRUST_E_FINANCIAL_CRITERIA: ::windows_sys::core::HRESULT = -2146869218i32;
12439 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12440 pub const TRUST_E_MALFORMED_SIGNATURE: ::windows_sys::core::HRESULT = -2146869231i32;
12441 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12442 pub const TRUST_E_NOSIGNATURE: ::windows_sys::core::HRESULT = -2146762496i32;
12443 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12444 pub const TRUST_E_NO_SIGNER_CERT: ::windows_sys::core::HRESULT = -2146869246i32;
12445 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12446 pub const TRUST_E_PROVIDER_UNKNOWN: ::windows_sys::core::HRESULT = -2146762751i32;
12447 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12448 pub const TRUST_E_SUBJECT_FORM_UNKNOWN: ::windows_sys::core::HRESULT = -2146762749i32;
12449 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12450 pub const TRUST_E_SUBJECT_NOT_TRUSTED: ::windows_sys::core::HRESULT = -2146762748i32;
12451 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12452 pub const TRUST_E_SYSTEM_ERROR: ::windows_sys::core::HRESULT = -2146869247i32;
12453 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12454 pub const TRUST_E_TIME_STAMP: ::windows_sys::core::HRESULT = -2146869243i32;
12455 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12456 pub const TYPE_E_AMBIGUOUSNAME: ::windows_sys::core::HRESULT = -2147319764i32;
12457 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12458 pub const TYPE_E_BADMODULEKIND: ::windows_sys::core::HRESULT = -2147317571i32;
12459 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12460 pub const TYPE_E_BUFFERTOOSMALL: ::windows_sys::core::HRESULT = -2147319786i32;
12461 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12462 pub const TYPE_E_CANTCREATETMPFILE: ::windows_sys::core::HRESULT = -2147316573i32;
12463 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12464 pub const TYPE_E_CANTLOADLIBRARY: ::windows_sys::core::HRESULT = -2147312566i32;
12465 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12466 pub const TYPE_E_CIRCULARTYPE: ::windows_sys::core::HRESULT = -2147312508i32;
12467 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12468 pub const TYPE_E_DLLFUNCTIONNOTFOUND: ::windows_sys::core::HRESULT = -2147319761i32;
12469 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12470 pub const TYPE_E_DUPLICATEID: ::windows_sys::core::HRESULT = -2147317562i32;
12471 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12472 pub const TYPE_E_ELEMENTNOTFOUND: ::windows_sys::core::HRESULT = -2147319765i32;
12473 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12474 pub const TYPE_E_FIELDNOTFOUND: ::windows_sys::core::HRESULT = -2147319785i32;
12475 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12476 pub const TYPE_E_INCONSISTENTPROPFUNCS: ::windows_sys::core::HRESULT = -2147312509i32;
12477 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12478 pub const TYPE_E_INVALIDID: ::windows_sys::core::HRESULT = -2147317553i32;
12479 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12480 pub const TYPE_E_INVALIDSTATE: ::windows_sys::core::HRESULT = -2147319767i32;
12481 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12482 pub const TYPE_E_INVDATAREAD: ::windows_sys::core::HRESULT = -2147319784i32;
12483 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12484 pub const TYPE_E_IOERROR: ::windows_sys::core::HRESULT = -2147316574i32;
12485 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12486 pub const TYPE_E_LIBNOTREGISTERED: ::windows_sys::core::HRESULT = -2147319779i32;
12487 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12488 pub const TYPE_E_NAMECONFLICT: ::windows_sys::core::HRESULT = -2147319763i32;
12489 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12490 pub const TYPE_E_OUTOFBOUNDS: ::windows_sys::core::HRESULT = -2147316575i32;
12491 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12492 pub const TYPE_E_QUALIFIEDNAMEDISALLOWED: ::windows_sys::core::HRESULT = -2147319768i32;
12493 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12494 pub const TYPE_E_REGISTRYACCESS: ::windows_sys::core::HRESULT = -2147319780i32;
12495 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12496 pub const TYPE_E_SIZETOOBIG: ::windows_sys::core::HRESULT = -2147317563i32;
12497 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12498 pub const TYPE_E_TYPEMISMATCH: ::windows_sys::core::HRESULT = -2147316576i32;
12499 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12500 pub const TYPE_E_UNDEFINEDTYPE: ::windows_sys::core::HRESULT = -2147319769i32;
12501 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12502 pub const TYPE_E_UNKNOWNLCID: ::windows_sys::core::HRESULT = -2147319762i32;
12503 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12504 pub const TYPE_E_UNSUPFORMAT: ::windows_sys::core::HRESULT = -2147319783i32;
12505 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12506 pub const TYPE_E_WRONGTYPEKIND: ::windows_sys::core::HRESULT = -2147319766i32;
12507 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12508 pub const UCEERR_BLOCKSFULL: ::windows_sys::core::HRESULT = -2003303415i32;
12509 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12510 pub const UCEERR_CHANNELSYNCABANDONED: ::windows_sys::core::HRESULT = -2003303404i32;
12511 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12512 pub const UCEERR_CHANNELSYNCTIMEDOUT: ::windows_sys::core::HRESULT = -2003303405i32;
12513 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12514 pub const UCEERR_COMMANDTRANSPORTDENIED: ::windows_sys::core::HRESULT = -2003303400i32;
12515 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12516 pub const UCEERR_CONNECTIONIDLOOKUPFAILED: ::windows_sys::core::HRESULT = -2003303416i32;
12517 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12518 pub const UCEERR_CTXSTACKFRSTTARGETNULL: ::windows_sys::core::HRESULT = -2003303417i32;
12519 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12520 pub const UCEERR_FEEDBACK_UNSUPPORTED: ::windows_sys::core::HRESULT = -2003303401i32;
12521 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12522 pub const UCEERR_GRAPHICSSTREAMALREADYOPEN: ::windows_sys::core::HRESULT = -2003303392i32;
12523 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12524 pub const UCEERR_GRAPHICSSTREAMUNAVAILABLE: ::windows_sys::core::HRESULT = -2003303399i32;
12525 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12526 pub const UCEERR_HANDLELOOKUPFAILED: ::windows_sys::core::HRESULT = -2003303419i32;
12527 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12528 pub const UCEERR_ILLEGALHANDLE: ::windows_sys::core::HRESULT = -2003303420i32;
12529 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12530 pub const UCEERR_ILLEGALPACKET: ::windows_sys::core::HRESULT = -2003303422i32;
12531 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12532 pub const UCEERR_ILLEGALRECORDTYPE: ::windows_sys::core::HRESULT = -2003303412i32;
12533 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12534 pub const UCEERR_INVALIDPACKETHEADER: ::windows_sys::core::HRESULT = -2003303424i32;
12535 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12536 pub const UCEERR_MALFORMEDPACKET: ::windows_sys::core::HRESULT = -2003303421i32;
12537 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12538 pub const UCEERR_MEMORYFAILURE: ::windows_sys::core::HRESULT = -2003303414i32;
12539 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12540 pub const UCEERR_MISSINGBEGINCOMMAND: ::windows_sys::core::HRESULT = -2003303406i32;
12541 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12542 pub const UCEERR_MISSINGENDCOMMAND: ::windows_sys::core::HRESULT = -2003303407i32;
12543 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12544 pub const UCEERR_NO_MULTIPLE_WORKER_THREADS: ::windows_sys::core::HRESULT = -2003303409i32;
12545 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12546 pub const UCEERR_OUTOFHANDLES: ::windows_sys::core::HRESULT = -2003303411i32;
12547 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12548 pub const UCEERR_PACKETRECORDOUTOFRANGE: ::windows_sys::core::HRESULT = -2003303413i32;
12549 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12550 pub const UCEERR_PARTITION_ZOMBIED: ::windows_sys::core::HRESULT = -2003303389i32;
12551 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12552 pub const UCEERR_REMOTINGNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003303408i32;
12553 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12554 pub const UCEERR_RENDERTHREADFAILURE: ::windows_sys::core::HRESULT = -2003303418i32;
12555 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12556 pub const UCEERR_TRANSPORTDISCONNECTED: ::windows_sys::core::HRESULT = -2003303391i32;
12557 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12558 pub const UCEERR_TRANSPORTOVERLOADED: ::windows_sys::core::HRESULT = -2003303390i32;
12559 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12560 pub const UCEERR_TRANSPORTUNAVAILABLE: ::windows_sys::core::HRESULT = -2003303402i32;
12561 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12562 pub const UCEERR_UNCHANGABLE_UPDATE_ATTEMPTED: ::windows_sys::core::HRESULT = -2003303410i32;
12563 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12564 pub const UCEERR_UNKNOWNPACKET: ::windows_sys::core::HRESULT = -2003303423i32;
12565 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12566 pub const UCEERR_UNSUPPORTEDTRANSPORTVERSION: ::windows_sys::core::HRESULT = -2003303403i32;
12567 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12568 pub const UI_E_AMBIGUOUS_MATCH: ::windows_sys::core::HRESULT = -2144731126i32;
12569 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12570 pub const UI_E_BOOLEAN_EXPECTED: ::windows_sys::core::HRESULT = -2144731128i32;
12571 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12572 pub const UI_E_CREATE_FAILED: ::windows_sys::core::HRESULT = -2144731135i32;
12573 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12574 pub const UI_E_DIFFERENT_OWNER: ::windows_sys::core::HRESULT = -2144731127i32;
12575 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12576 pub const UI_E_END_KEYFRAME_NOT_DETERMINED: ::windows_sys::core::HRESULT = -2144730876i32;
12577 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12578 pub const UI_E_FP_OVERFLOW: ::windows_sys::core::HRESULT = -2144731125i32;
12579 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12580 pub const UI_E_ILLEGAL_REENTRANCY: ::windows_sys::core::HRESULT = -2144731133i32;
12581 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12582 pub const UI_E_INVALID_DIMENSION: ::windows_sys::core::HRESULT = -2144730869i32;
12583 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12584 pub const UI_E_INVALID_OUTPUT: ::windows_sys::core::HRESULT = -2144731129i32;
12585 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12586 pub const UI_E_LOOPS_OVERLAP: ::windows_sys::core::HRESULT = -2144730875i32;
12587 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12588 pub const UI_E_OBJECT_SEALED: ::windows_sys::core::HRESULT = -2144731132i32;
12589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12590 pub const UI_E_PRIMITIVE_OUT_OF_BOUNDS: ::windows_sys::core::HRESULT = -2144730868i32;
12591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12592 pub const UI_E_SHUTDOWN_CALLED: ::windows_sys::core::HRESULT = -2144731134i32;
12593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12594 pub const UI_E_START_KEYFRAME_AFTER_END: ::windows_sys::core::HRESULT = -2144730877i32;
12595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12596 pub const UI_E_STORYBOARD_ACTIVE: ::windows_sys::core::HRESULT = -2144730879i32;
12597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12598 pub const UI_E_STORYBOARD_NOT_PLAYING: ::windows_sys::core::HRESULT = -2144730878i32;
12599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12600 pub const UI_E_TIMER_CLIENT_ALREADY_CONNECTED: ::windows_sys::core::HRESULT = -2144730870i32;
12601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12602 pub const UI_E_TIME_BEFORE_LAST_UPDATE: ::windows_sys::core::HRESULT = -2144730871i32;
12603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12604 pub const UI_E_TRANSITION_ALREADY_USED: ::windows_sys::core::HRESULT = -2144730874i32;
12605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12606 pub const UI_E_TRANSITION_ECLIPSED: ::windows_sys::core::HRESULT = -2144730872i32;
12607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12608 pub const UI_E_TRANSITION_NOT_IN_STORYBOARD: ::windows_sys::core::HRESULT = -2144730873i32;
12609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12610 pub const UI_E_VALUE_NOT_DETERMINED: ::windows_sys::core::HRESULT = -2144731130i32;
12611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12612 pub const UI_E_VALUE_NOT_SET: ::windows_sys::core::HRESULT = -2144731131i32;
12613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12614 pub const UI_E_WINDOW_CLOSED: ::windows_sys::core::HRESULT = -2144730623i32;
12615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12616 pub const UI_E_WRONG_THREAD: ::windows_sys::core::HRESULT = -2144731124i32;
12617 #[repr(C)]
12618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12619 pub struct UNICODE_STRING {
12620 pub Length: u16,
12621 pub MaximumLength: u16,
12622 pub Buffer: ::windows_sys::core::PWSTR,
12623 }
12624 impl ::core::marker::Copy for UNICODE_STRING {}
12625 impl ::core::clone::Clone for UNICODE_STRING {
12626 fn clone(&self) -> Self {
12627 *self
12628 }
12629 }
12630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12631 pub const UTC_E_ACTION_NOT_SUPPORTED_IN_DESTINATION: ::windows_sys::core::HRESULT = -2017128380i32;
12632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12633 pub const UTC_E_AGENT_DIAGNOSTICS_TOO_LARGE: ::windows_sys::core::HRESULT = -2017128363i32;
12634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12635 pub const UTC_E_ALTERNATIVE_TRACE_CANNOT_PREEMPT: ::windows_sys::core::HRESULT = -2017128446i32;
12636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12637 pub const UTC_E_AOT_NOT_RUNNING: ::windows_sys::core::HRESULT = -2017128445i32;
12638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12639 pub const UTC_E_API_BUSY: ::windows_sys::core::HRESULT = -2017128405i32;
12640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12641 pub const UTC_E_API_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2017128388i32;
12642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12643 pub const UTC_E_API_RESULT_UNAVAILABLE: ::windows_sys::core::HRESULT = -2017128408i32;
12644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12645 pub const UTC_E_BINARY_MISSING: ::windows_sys::core::HRESULT = -2017128396i32;
12646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12647 pub const UTC_E_CANNOT_LOAD_SCENARIO_EDITOR_XML: ::windows_sys::core::HRESULT = -2017128417i32;
12648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12649 pub const UTC_E_CERT_REV_FAILED: ::windows_sys::core::HRESULT = -2017128385i32;
12650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12651 pub const UTC_E_CHILD_PROCESS_FAILED: ::windows_sys::core::HRESULT = -2017128419i32;
12652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12653 pub const UTC_E_COMMAND_LINE_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128418i32;
12654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12655 pub const UTC_E_DELAY_TERMINATED: ::windows_sys::core::HRESULT = -2017128411i32;
12656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12657 pub const UTC_E_DEVICE_TICKET_ERROR: ::windows_sys::core::HRESULT = -2017128410i32;
12658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12659 pub const UTC_E_DIAGRULES_SCHEMAVERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128438i32;
12660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12661 pub const UTC_E_ESCALATION_ALREADY_RUNNING: ::windows_sys::core::HRESULT = -2017128433i32;
12662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12663 pub const UTC_E_ESCALATION_CANCELLED_AT_SHUTDOWN: ::windows_sys::core::HRESULT = -2017128358i32;
12664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12665 pub const UTC_E_ESCALATION_DIRECTORY_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2017128401i32;
12666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12667 pub const UTC_E_ESCALATION_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128421i32;
12668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12669 pub const UTC_E_ESCALATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2017128416i32;
12670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12671 pub const UTC_E_EVENTLOG_ENTRY_MALFORMED: ::windows_sys::core::HRESULT = -2017128439i32;
12672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12673 pub const UTC_E_EXCLUSIVITY_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2017128403i32;
12674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12675 pub const UTC_E_EXE_TERMINATED: ::windows_sys::core::HRESULT = -2017128422i32;
12676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12677 pub const UTC_E_FAILED_TO_RECEIVE_AGENT_DIAGNOSTICS: ::windows_sys::core::HRESULT = -2017128362i32;
12678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12679 pub const UTC_E_FAILED_TO_RESOLVE_CONTAINER_ID: ::windows_sys::core::HRESULT = -2017128394i32;
12680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12681 pub const UTC_E_FAILED_TO_START_NDISCAP: ::windows_sys::core::HRESULT = -2017128384i32;
12682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12683 pub const UTC_E_FILTER_FUNCTION_RESTRICTED: ::windows_sys::core::HRESULT = -2017128376i32;
12684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12685 pub const UTC_E_FILTER_ILLEGAL_EVAL: ::windows_sys::core::HRESULT = -2017128365i32;
12686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12687 pub const UTC_E_FILTER_INVALID_COMMAND: ::windows_sys::core::HRESULT = -2017128366i32;
12688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12689 pub const UTC_E_FILTER_INVALID_FUNCTION: ::windows_sys::core::HRESULT = -2017128368i32;
12690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12691 pub const UTC_E_FILTER_INVALID_FUNCTION_PARAMS: ::windows_sys::core::HRESULT = -2017128367i32;
12692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12693 pub const UTC_E_FILTER_INVALID_TYPE: ::windows_sys::core::HRESULT = -2017128378i32;
12694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12695 pub const UTC_E_FILTER_MISSING_ATTRIBUTE: ::windows_sys::core::HRESULT = -2017128379i32;
12696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12697 pub const UTC_E_FILTER_VARIABLE_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128377i32;
12698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12699 pub const UTC_E_FILTER_VERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128375i32;
12700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12701 pub const UTC_E_FORWARDER_ALREADY_DISABLED: ::windows_sys::core::HRESULT = -2017128440i32;
12702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12703 pub const UTC_E_FORWARDER_ALREADY_ENABLED: ::windows_sys::core::HRESULT = -2017128441i32;
12704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12705 pub const UTC_E_FORWARDER_PRODUCER_MISMATCH: ::windows_sys::core::HRESULT = -2017128430i32;
12706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12707 pub const UTC_E_GETFILEINFOACTION_FILE_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128357i32;
12708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12709 pub const UTC_E_GETFILE_EXTERNAL_PATH_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128387i32;
12710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12711 pub const UTC_E_GETFILE_FILE_PATH_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128402i32;
12712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12713 pub const UTC_E_INSUFFICIENT_SPACE_TO_START_TRACE: ::windows_sys::core::HRESULT = -2017128359i32;
12714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12715 pub const UTC_E_INTENTIONAL_SCRIPT_FAILURE: ::windows_sys::core::HRESULT = -2017128429i32;
12716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12717 pub const UTC_E_INVALID_AGGREGATION_STRUCT: ::windows_sys::core::HRESULT = -2017128381i32;
12718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12719 pub const UTC_E_INVALID_CUSTOM_FILTER: ::windows_sys::core::HRESULT = -2017128436i32;
12720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12721 pub const UTC_E_INVALID_FILTER: ::windows_sys::core::HRESULT = -2017128423i32;
12722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12723 pub const UTC_E_KERNELDUMP_LIMIT_REACHED: ::windows_sys::core::HRESULT = -2017128383i32;
12724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12725 pub const UTC_E_MISSING_AGGREGATE_EVENT_TAG: ::windows_sys::core::HRESULT = -2017128382i32;
12726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12727 pub const UTC_E_MULTIPLE_TIME_TRIGGER_ON_SINGLE_STATE: ::windows_sys::core::HRESULT = -2017128397i32;
12728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12729 pub const UTC_E_NO_WER_LOGGER_SUPPORTED: ::windows_sys::core::HRESULT = -2017128427i32;
12730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12731 pub const UTC_E_PERFTRACK_ALREADY_TRACING: ::windows_sys::core::HRESULT = -2017128432i32;
12732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12733 pub const UTC_E_REACHED_MAX_ESCALATIONS: ::windows_sys::core::HRESULT = -2017128431i32;
12734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12735 pub const UTC_E_REESCALATED_TOO_QUICKLY: ::windows_sys::core::HRESULT = -2017128434i32;
12736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12737 pub const UTC_E_RPC_TIMEOUT: ::windows_sys::core::HRESULT = -2017128407i32;
12738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12739 pub const UTC_E_RPC_WAIT_FAILED: ::windows_sys::core::HRESULT = -2017128406i32;
12740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12741 pub const UTC_E_SCENARIODEF_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128443i32;
12742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12743 pub const UTC_E_SCENARIODEF_SCHEMAVERSION_MISMATCH: ::windows_sys::core::HRESULT = -2017128424i32;
12744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12745 pub const UTC_E_SCENARIO_HAS_NO_ACTIONS: ::windows_sys::core::HRESULT = -2017128361i32;
12746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12747 pub const UTC_E_SCENARIO_THROTTLED: ::windows_sys::core::HRESULT = -2017128389i32;
12748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12749 pub const UTC_E_SCRIPT_MISSING: ::windows_sys::core::HRESULT = -2017128390i32;
12750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12751 pub const UTC_E_SCRIPT_TERMINATED: ::windows_sys::core::HRESULT = -2017128437i32;
12752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12753 pub const UTC_E_SCRIPT_TYPE_INVALID: ::windows_sys::core::HRESULT = -2017128444i32;
12754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12755 pub const UTC_E_SETREGKEYACTION_TYPE_NOT_APPROVED: ::windows_sys::core::HRESULT = -2017128356i32;
12756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12757 pub const UTC_E_SETUP_NOT_AUTHORIZED: ::windows_sys::core::HRESULT = -2017128420i32;
12758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12759 pub const UTC_E_SETUP_TIMED_OUT: ::windows_sys::core::HRESULT = -2017128415i32;
12760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12761 pub const UTC_E_SIF_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2017128412i32;
12762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12763 pub const UTC_E_SQM_INIT_FAILED: ::windows_sys::core::HRESULT = -2017128428i32;
12764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12765 pub const UTC_E_THROTTLED: ::windows_sys::core::HRESULT = -2017128392i32;
12766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12767 pub const UTC_E_TIME_TRIGGER_INVALID_TIME_RANGE: ::windows_sys::core::HRESULT = -2017128398i32;
12768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12769 pub const UTC_E_TIME_TRIGGER_ONLY_VALID_ON_SINGLE_TRANSITION: ::windows_sys::core::HRESULT = -2017128399i32;
12770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12771 pub const UTC_E_TIME_TRIGGER_ON_START_INVALID: ::windows_sys::core::HRESULT = -2017128400i32;
12772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12773 pub const UTC_E_TOGGLE_TRACE_STARTED: ::windows_sys::core::HRESULT = -2017128447i32;
12774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12775 pub const UTC_E_TRACEPROFILE_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128442i32;
12776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12777 pub const UTC_E_TRACERS_DONT_EXIST: ::windows_sys::core::HRESULT = -2017128426i32;
12778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12779 pub const UTC_E_TRACE_BUFFER_LIMIT_EXCEEDED: ::windows_sys::core::HRESULT = -2017128409i32;
12780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12781 pub const UTC_E_TRACE_MIN_DURATION_REQUIREMENT_NOT_MET: ::windows_sys::core::HRESULT = -2017128404i32;
12782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12783 pub const UTC_E_TRACE_NOT_RUNNING: ::windows_sys::core::HRESULT = -2017128435i32;
12784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12785 pub const UTC_E_TRACE_THROTTLED: ::windows_sys::core::HRESULT = -2017128355i32;
12786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12787 pub const UTC_E_TRIGGER_MISMATCH: ::windows_sys::core::HRESULT = -2017128414i32;
12788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12789 pub const UTC_E_TRIGGER_NOT_FOUND: ::windows_sys::core::HRESULT = -2017128413i32;
12790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12791 pub const UTC_E_TRY_GET_SCENARIO_TIMEOUT_EXCEEDED: ::windows_sys::core::HRESULT = -2017128386i32;
12792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12793 pub const UTC_E_TTTRACER_RETURNED_ERROR: ::windows_sys::core::HRESULT = -2017128364i32;
12794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12795 pub const UTC_E_TTTRACER_STORAGE_FULL: ::windows_sys::core::HRESULT = -2017128360i32;
12796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12797 pub const UTC_E_UNABLE_TO_RESOLVE_SESSION: ::windows_sys::core::HRESULT = -2017128393i32;
12798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12799 pub const UTC_E_UNAPPROVED_SCRIPT: ::windows_sys::core::HRESULT = -2017128391i32;
12800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12801 pub const UTC_E_WINRT_INIT_FAILED: ::windows_sys::core::HRESULT = -2017128425i32;
12802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12803 pub const VIEW_E_DRAW: ::windows_sys::core::HRESULT = -2147221184i32;
12804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12805 pub const VIEW_E_FIRST: i32 = -2147221184i32;
12806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12807 pub const VIEW_E_LAST: i32 = -2147221169i32;
12808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12809 pub const VIEW_S_ALREADY_FROZEN: ::windows_sys::core::HRESULT = 262464i32;
12810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12811 pub const VIEW_S_FIRST: i32 = 262464i32;
12812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12813 pub const VIEW_S_LAST: i32 = 262479i32;
12814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12815 pub const VM_SAVED_STATE_DUMP_E_GUEST_MEMORY_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136063i32;
12816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12817 pub const VM_SAVED_STATE_DUMP_E_INVALID_VP_STATE: ::windows_sys::core::HRESULT = -1070136058i32;
12818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12819 pub const VM_SAVED_STATE_DUMP_E_NESTED_VIRTUALIZATION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -1070136061i32;
12820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12821 pub const VM_SAVED_STATE_DUMP_E_NO_VP_FOUND_IN_PARTITION_STATE: ::windows_sys::core::HRESULT = -1070136062i32;
12822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12823 pub const VM_SAVED_STATE_DUMP_E_PARTITION_STATE_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136064i32;
12824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12825 pub const VM_SAVED_STATE_DUMP_E_VA_NOT_MAPPED: ::windows_sys::core::HRESULT = -1070136059i32;
12826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12827 pub const VM_SAVED_STATE_DUMP_E_VP_VTL_NOT_ENABLED: ::windows_sys::core::HRESULT = -1070136055i32;
12828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12829 pub const VM_SAVED_STATE_DUMP_E_WINDOWS_KERNEL_IMAGE_NOT_FOUND: ::windows_sys::core::HRESULT = -1070136060i32;
12830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12831 pub const WARNING_IPSEC_MM_POLICY_PRUNED: i32 = 13024i32;
12832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12833 pub const WARNING_IPSEC_QM_POLICY_PRUNED: i32 = 13025i32;
12834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12835 pub const WARNING_NO_MD5_MIGRATION: u32 = 946u32;
12836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12837 pub const WBREAK_E_BUFFER_TOO_SMALL: ::windows_sys::core::HRESULT = -2147215485i32;
12838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12839 pub const WBREAK_E_END_OF_TEXT: ::windows_sys::core::HRESULT = -2147215488i32;
12840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12841 pub const WBREAK_E_INIT_FAILED: ::windows_sys::core::HRESULT = -2147215483i32;
12842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12843 pub const WBREAK_E_QUERY_ONLY: ::windows_sys::core::HRESULT = -2147215486i32;
12844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12845 pub const WEB_E_INVALID_JSON_NUMBER: ::windows_sys::core::HRESULT = -2089484280i32;
12846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12847 pub const WEB_E_INVALID_JSON_STRING: ::windows_sys::core::HRESULT = -2089484281i32;
12848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12849 pub const WEB_E_INVALID_XML: ::windows_sys::core::HRESULT = -2089484286i32;
12850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12851 pub const WEB_E_JSON_VALUE_NOT_FOUND: ::windows_sys::core::HRESULT = -2089484279i32;
12852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12853 pub const WEB_E_MISSING_REQUIRED_ATTRIBUTE: ::windows_sys::core::HRESULT = -2089484284i32;
12854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12855 pub const WEB_E_MISSING_REQUIRED_ELEMENT: ::windows_sys::core::HRESULT = -2089484285i32;
12856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12857 pub const WEB_E_RESOURCE_TOO_LARGE: ::windows_sys::core::HRESULT = -2089484282i32;
12858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12859 pub const WEB_E_UNEXPECTED_CONTENT: ::windows_sys::core::HRESULT = -2089484283i32;
12860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12861 pub const WEB_E_UNSUPPORTED_FORMAT: ::windows_sys::core::HRESULT = -2089484287i32;
12862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12863 pub const WEP_E_BUFFER_TOO_LARGE: ::windows_sys::core::HRESULT = -2013200375i32;
12864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12865 pub const WEP_E_FIXED_DATA_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2013200382i32;
12866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12867 pub const WEP_E_HARDWARE_NOT_COMPLIANT: ::windows_sys::core::HRESULT = -2013200381i32;
12868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12869 pub const WEP_E_LOCK_NOT_CONFIGURED: ::windows_sys::core::HRESULT = -2013200380i32;
12870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12871 pub const WEP_E_NOT_PROVISIONED_ON_ALL_VOLUMES: ::windows_sys::core::HRESULT = -2013200383i32;
12872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12873 pub const WEP_E_NO_LICENSE: ::windows_sys::core::HRESULT = -2013200378i32;
12874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12875 pub const WEP_E_OS_NOT_PROTECTED: ::windows_sys::core::HRESULT = -2013200377i32;
12876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12877 pub const WEP_E_PROTECTION_SUSPENDED: ::windows_sys::core::HRESULT = -2013200379i32;
12878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12879 pub const WEP_E_UNEXPECTED_FAIL: ::windows_sys::core::HRESULT = -2013200376i32;
12880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12881 pub const WER_E_ALREADY_REPORTING: ::windows_sys::core::HRESULT = -2145681404i32;
12882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12883 pub const WER_E_CANCELED: ::windows_sys::core::HRESULT = -2145681407i32;
12884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12885 pub const WER_E_CRASH_FAILURE: ::windows_sys::core::HRESULT = -2145681408i32;
12886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12887 pub const WER_E_DUMP_THROTTLED: ::windows_sys::core::HRESULT = -2145681403i32;
12888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12889 pub const WER_E_INSUFFICIENT_CONSENT: ::windows_sys::core::HRESULT = -2145681402i32;
12890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12891 pub const WER_E_NETWORK_FAILURE: ::windows_sys::core::HRESULT = -2145681406i32;
12892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12893 pub const WER_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2145681405i32;
12894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12895 pub const WER_E_TOO_HEAVY: ::windows_sys::core::HRESULT = -2145681401i32;
12896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12897 pub const WER_S_ASSERT_CONTINUE: ::windows_sys::core::HRESULT = 1769482i32;
12898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12899 pub const WER_S_DISABLED: ::windows_sys::core::HRESULT = 1769475i32;
12900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12901 pub const WER_S_DISABLED_ARCHIVE: ::windows_sys::core::HRESULT = 1769478i32;
12902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12903 pub const WER_S_DISABLED_QUEUE: ::windows_sys::core::HRESULT = 1769477i32;
12904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12905 pub const WER_S_IGNORE_ALL_ASSERTS: ::windows_sys::core::HRESULT = 1769481i32;
12906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12907 pub const WER_S_IGNORE_ASSERT_INSTANCE: ::windows_sys::core::HRESULT = 1769480i32;
12908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12909 pub const WER_S_REPORT_ASYNC: ::windows_sys::core::HRESULT = 1769479i32;
12910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12911 pub const WER_S_REPORT_DEBUG: ::windows_sys::core::HRESULT = 1769472i32;
12912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12913 pub const WER_S_REPORT_QUEUED: ::windows_sys::core::HRESULT = 1769474i32;
12914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12915 pub const WER_S_REPORT_UPLOADED: ::windows_sys::core::HRESULT = 1769473i32;
12916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12917 pub const WER_S_REPORT_UPLOADED_CAB: ::windows_sys::core::HRESULT = 1769484i32;
12918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12919 pub const WER_S_SUSPENDED_UPLOAD: ::windows_sys::core::HRESULT = 1769476i32;
12920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12921 pub const WER_S_THROTTLED: ::windows_sys::core::HRESULT = 1769483i32;
12922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12923 pub const WHV_E_GPA_RANGE_NOT_FOUND: ::windows_sys::core::HRESULT = -2143878395i32;
12924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12925 pub const WHV_E_INSUFFICIENT_BUFFER: ::windows_sys::core::HRESULT = -2143878399i32;
12926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12927 pub const WHV_E_INVALID_PARTITION_CONFIG: ::windows_sys::core::HRESULT = -2143878396i32;
12928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12929 pub const WHV_E_INVALID_VP_REGISTER_NAME: ::windows_sys::core::HRESULT = -2143878391i32;
12930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12931 pub const WHV_E_INVALID_VP_STATE: ::windows_sys::core::HRESULT = -2143878392i32;
12932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12933 pub const WHV_E_UNKNOWN_CAPABILITY: ::windows_sys::core::HRESULT = -2143878400i32;
12934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12935 pub const WHV_E_UNKNOWN_PROPERTY: ::windows_sys::core::HRESULT = -2143878398i32;
12936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12937 pub const WHV_E_UNSUPPORTED_HYPERVISOR_CONFIG: ::windows_sys::core::HRESULT = -2143878397i32;
12938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12939 pub const WHV_E_UNSUPPORTED_PROCESSOR_CONFIG: ::windows_sys::core::HRESULT = -2143878384i32;
12940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12941 pub const WHV_E_VP_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2143878394i32;
12942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12943 pub const WHV_E_VP_DOES_NOT_EXIST: ::windows_sys::core::HRESULT = -2143878393i32;
12944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12945 pub type WIN32_ERROR = u32;
12946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12947 pub const NO_ERROR: WIN32_ERROR = 0u32;
12948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12949 pub const WAIT_TIMEOUT: WIN32_ERROR = 258u32;
12950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12951 pub const WAIT_FAILED: WIN32_ERROR = 4294967295u32;
12952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12953 pub const ERROR_SUCCESS: WIN32_ERROR = 0u32;
12954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12955 pub const ERROR_INVALID_FUNCTION: WIN32_ERROR = 1u32;
12956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12957 pub const ERROR_FILE_NOT_FOUND: WIN32_ERROR = 2u32;
12958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12959 pub const ERROR_PATH_NOT_FOUND: WIN32_ERROR = 3u32;
12960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12961 pub const ERROR_TOO_MANY_OPEN_FILES: WIN32_ERROR = 4u32;
12962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12963 pub const ERROR_ACCESS_DENIED: WIN32_ERROR = 5u32;
12964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12965 pub const ERROR_INVALID_HANDLE: WIN32_ERROR = 6u32;
12966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12967 pub const ERROR_ARENA_TRASHED: WIN32_ERROR = 7u32;
12968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12969 pub const ERROR_NOT_ENOUGH_MEMORY: WIN32_ERROR = 8u32;
12970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12971 pub const ERROR_INVALID_BLOCK: WIN32_ERROR = 9u32;
12972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12973 pub const ERROR_BAD_ENVIRONMENT: WIN32_ERROR = 10u32;
12974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12975 pub const ERROR_BAD_FORMAT: WIN32_ERROR = 11u32;
12976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12977 pub const ERROR_INVALID_ACCESS: WIN32_ERROR = 12u32;
12978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12979 pub const ERROR_INVALID_DATA: WIN32_ERROR = 13u32;
12980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12981 pub const ERROR_OUTOFMEMORY: WIN32_ERROR = 14u32;
12982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12983 pub const ERROR_INVALID_DRIVE: WIN32_ERROR = 15u32;
12984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12985 pub const ERROR_CURRENT_DIRECTORY: WIN32_ERROR = 16u32;
12986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12987 pub const ERROR_NOT_SAME_DEVICE: WIN32_ERROR = 17u32;
12988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12989 pub const ERROR_NO_MORE_FILES: WIN32_ERROR = 18u32;
12990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12991 pub const ERROR_WRITE_PROTECT: WIN32_ERROR = 19u32;
12992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12993 pub const ERROR_BAD_UNIT: WIN32_ERROR = 20u32;
12994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12995 pub const ERROR_NOT_READY: WIN32_ERROR = 21u32;
12996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12997 pub const ERROR_BAD_COMMAND: WIN32_ERROR = 22u32;
12998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
12999 pub const ERROR_CRC: WIN32_ERROR = 23u32;
13000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13001 pub const ERROR_BAD_LENGTH: WIN32_ERROR = 24u32;
13002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13003 pub const ERROR_SEEK: WIN32_ERROR = 25u32;
13004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13005 pub const ERROR_NOT_DOS_DISK: WIN32_ERROR = 26u32;
13006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13007 pub const ERROR_SECTOR_NOT_FOUND: WIN32_ERROR = 27u32;
13008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13009 pub const ERROR_OUT_OF_PAPER: WIN32_ERROR = 28u32;
13010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13011 pub const ERROR_WRITE_FAULT: WIN32_ERROR = 29u32;
13012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13013 pub const ERROR_READ_FAULT: WIN32_ERROR = 30u32;
13014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13015 pub const ERROR_GEN_FAILURE: WIN32_ERROR = 31u32;
13016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13017 pub const ERROR_SHARING_VIOLATION: WIN32_ERROR = 32u32;
13018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13019 pub const ERROR_LOCK_VIOLATION: WIN32_ERROR = 33u32;
13020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13021 pub const ERROR_WRONG_DISK: WIN32_ERROR = 34u32;
13022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13023 pub const ERROR_SHARING_BUFFER_EXCEEDED: WIN32_ERROR = 36u32;
13024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13025 pub const ERROR_HANDLE_EOF: WIN32_ERROR = 38u32;
13026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13027 pub const ERROR_HANDLE_DISK_FULL: WIN32_ERROR = 39u32;
13028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13029 pub const ERROR_NOT_SUPPORTED: WIN32_ERROR = 50u32;
13030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13031 pub const ERROR_REM_NOT_LIST: WIN32_ERROR = 51u32;
13032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13033 pub const ERROR_DUP_NAME: WIN32_ERROR = 52u32;
13034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13035 pub const ERROR_BAD_NETPATH: WIN32_ERROR = 53u32;
13036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13037 pub const ERROR_NETWORK_BUSY: WIN32_ERROR = 54u32;
13038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13039 pub const ERROR_DEV_NOT_EXIST: WIN32_ERROR = 55u32;
13040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13041 pub const ERROR_TOO_MANY_CMDS: WIN32_ERROR = 56u32;
13042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13043 pub const ERROR_ADAP_HDW_ERR: WIN32_ERROR = 57u32;
13044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13045 pub const ERROR_BAD_NET_RESP: WIN32_ERROR = 58u32;
13046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13047 pub const ERROR_UNEXP_NET_ERR: WIN32_ERROR = 59u32;
13048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13049 pub const ERROR_BAD_REM_ADAP: WIN32_ERROR = 60u32;
13050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13051 pub const ERROR_PRINTQ_FULL: WIN32_ERROR = 61u32;
13052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13053 pub const ERROR_NO_SPOOL_SPACE: WIN32_ERROR = 62u32;
13054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13055 pub const ERROR_PRINT_CANCELLED: WIN32_ERROR = 63u32;
13056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13057 pub const ERROR_NETNAME_DELETED: WIN32_ERROR = 64u32;
13058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13059 pub const ERROR_NETWORK_ACCESS_DENIED: WIN32_ERROR = 65u32;
13060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13061 pub const ERROR_BAD_DEV_TYPE: WIN32_ERROR = 66u32;
13062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13063 pub const ERROR_BAD_NET_NAME: WIN32_ERROR = 67u32;
13064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13065 pub const ERROR_TOO_MANY_NAMES: WIN32_ERROR = 68u32;
13066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13067 pub const ERROR_TOO_MANY_SESS: WIN32_ERROR = 69u32;
13068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13069 pub const ERROR_SHARING_PAUSED: WIN32_ERROR = 70u32;
13070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13071 pub const ERROR_REQ_NOT_ACCEP: WIN32_ERROR = 71u32;
13072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13073 pub const ERROR_REDIR_PAUSED: WIN32_ERROR = 72u32;
13074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13075 pub const ERROR_FILE_EXISTS: WIN32_ERROR = 80u32;
13076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13077 pub const ERROR_CANNOT_MAKE: WIN32_ERROR = 82u32;
13078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13079 pub const ERROR_FAIL_I24: WIN32_ERROR = 83u32;
13080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13081 pub const ERROR_OUT_OF_STRUCTURES: WIN32_ERROR = 84u32;
13082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13083 pub const ERROR_ALREADY_ASSIGNED: WIN32_ERROR = 85u32;
13084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13085 pub const ERROR_INVALID_PASSWORD: WIN32_ERROR = 86u32;
13086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13087 pub const ERROR_INVALID_PARAMETER: WIN32_ERROR = 87u32;
13088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13089 pub const ERROR_NET_WRITE_FAULT: WIN32_ERROR = 88u32;
13090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13091 pub const ERROR_NO_PROC_SLOTS: WIN32_ERROR = 89u32;
13092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13093 pub const ERROR_TOO_MANY_SEMAPHORES: WIN32_ERROR = 100u32;
13094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13095 pub const ERROR_EXCL_SEM_ALREADY_OWNED: WIN32_ERROR = 101u32;
13096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13097 pub const ERROR_SEM_IS_SET: WIN32_ERROR = 102u32;
13098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13099 pub const ERROR_TOO_MANY_SEM_REQUESTS: WIN32_ERROR = 103u32;
13100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13101 pub const ERROR_INVALID_AT_INTERRUPT_TIME: WIN32_ERROR = 104u32;
13102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13103 pub const ERROR_SEM_OWNER_DIED: WIN32_ERROR = 105u32;
13104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13105 pub const ERROR_SEM_USER_LIMIT: WIN32_ERROR = 106u32;
13106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13107 pub const ERROR_DISK_CHANGE: WIN32_ERROR = 107u32;
13108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13109 pub const ERROR_DRIVE_LOCKED: WIN32_ERROR = 108u32;
13110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13111 pub const ERROR_BROKEN_PIPE: WIN32_ERROR = 109u32;
13112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13113 pub const ERROR_OPEN_FAILED: WIN32_ERROR = 110u32;
13114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13115 pub const ERROR_BUFFER_OVERFLOW: WIN32_ERROR = 111u32;
13116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13117 pub const ERROR_DISK_FULL: WIN32_ERROR = 112u32;
13118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13119 pub const ERROR_NO_MORE_SEARCH_HANDLES: WIN32_ERROR = 113u32;
13120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13121 pub const ERROR_INVALID_TARGET_HANDLE: WIN32_ERROR = 114u32;
13122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13123 pub const ERROR_INVALID_CATEGORY: WIN32_ERROR = 117u32;
13124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13125 pub const ERROR_INVALID_VERIFY_SWITCH: WIN32_ERROR = 118u32;
13126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13127 pub const ERROR_BAD_DRIVER_LEVEL: WIN32_ERROR = 119u32;
13128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13129 pub const ERROR_CALL_NOT_IMPLEMENTED: WIN32_ERROR = 120u32;
13130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13131 pub const ERROR_SEM_TIMEOUT: WIN32_ERROR = 121u32;
13132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13133 pub const ERROR_INSUFFICIENT_BUFFER: WIN32_ERROR = 122u32;
13134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13135 pub const ERROR_INVALID_NAME: WIN32_ERROR = 123u32;
13136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13137 pub const ERROR_INVALID_LEVEL: WIN32_ERROR = 124u32;
13138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13139 pub const ERROR_NO_VOLUME_LABEL: WIN32_ERROR = 125u32;
13140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13141 pub const ERROR_MOD_NOT_FOUND: WIN32_ERROR = 126u32;
13142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13143 pub const ERROR_PROC_NOT_FOUND: WIN32_ERROR = 127u32;
13144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13145 pub const ERROR_WAIT_NO_CHILDREN: WIN32_ERROR = 128u32;
13146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13147 pub const ERROR_CHILD_NOT_COMPLETE: WIN32_ERROR = 129u32;
13148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13149 pub const ERROR_DIRECT_ACCESS_HANDLE: WIN32_ERROR = 130u32;
13150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13151 pub const ERROR_NEGATIVE_SEEK: WIN32_ERROR = 131u32;
13152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13153 pub const ERROR_SEEK_ON_DEVICE: WIN32_ERROR = 132u32;
13154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13155 pub const ERROR_IS_JOIN_TARGET: WIN32_ERROR = 133u32;
13156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13157 pub const ERROR_IS_JOINED: WIN32_ERROR = 134u32;
13158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13159 pub const ERROR_IS_SUBSTED: WIN32_ERROR = 135u32;
13160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13161 pub const ERROR_NOT_JOINED: WIN32_ERROR = 136u32;
13162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13163 pub const ERROR_NOT_SUBSTED: WIN32_ERROR = 137u32;
13164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13165 pub const ERROR_JOIN_TO_JOIN: WIN32_ERROR = 138u32;
13166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13167 pub const ERROR_SUBST_TO_SUBST: WIN32_ERROR = 139u32;
13168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13169 pub const ERROR_JOIN_TO_SUBST: WIN32_ERROR = 140u32;
13170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13171 pub const ERROR_SUBST_TO_JOIN: WIN32_ERROR = 141u32;
13172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13173 pub const ERROR_BUSY_DRIVE: WIN32_ERROR = 142u32;
13174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13175 pub const ERROR_SAME_DRIVE: WIN32_ERROR = 143u32;
13176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13177 pub const ERROR_DIR_NOT_ROOT: WIN32_ERROR = 144u32;
13178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13179 pub const ERROR_DIR_NOT_EMPTY: WIN32_ERROR = 145u32;
13180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13181 pub const ERROR_IS_SUBST_PATH: WIN32_ERROR = 146u32;
13182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13183 pub const ERROR_IS_JOIN_PATH: WIN32_ERROR = 147u32;
13184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13185 pub const ERROR_PATH_BUSY: WIN32_ERROR = 148u32;
13186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13187 pub const ERROR_IS_SUBST_TARGET: WIN32_ERROR = 149u32;
13188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13189 pub const ERROR_SYSTEM_TRACE: WIN32_ERROR = 150u32;
13190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13191 pub const ERROR_INVALID_EVENT_COUNT: WIN32_ERROR = 151u32;
13192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13193 pub const ERROR_TOO_MANY_MUXWAITERS: WIN32_ERROR = 152u32;
13194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13195 pub const ERROR_INVALID_LIST_FORMAT: WIN32_ERROR = 153u32;
13196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13197 pub const ERROR_LABEL_TOO_LONG: WIN32_ERROR = 154u32;
13198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13199 pub const ERROR_TOO_MANY_TCBS: WIN32_ERROR = 155u32;
13200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13201 pub const ERROR_SIGNAL_REFUSED: WIN32_ERROR = 156u32;
13202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13203 pub const ERROR_DISCARDED: WIN32_ERROR = 157u32;
13204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13205 pub const ERROR_NOT_LOCKED: WIN32_ERROR = 158u32;
13206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13207 pub const ERROR_BAD_THREADID_ADDR: WIN32_ERROR = 159u32;
13208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13209 pub const ERROR_BAD_ARGUMENTS: WIN32_ERROR = 160u32;
13210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13211 pub const ERROR_BAD_PATHNAME: WIN32_ERROR = 161u32;
13212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13213 pub const ERROR_SIGNAL_PENDING: WIN32_ERROR = 162u32;
13214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13215 pub const ERROR_MAX_THRDS_REACHED: WIN32_ERROR = 164u32;
13216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13217 pub const ERROR_LOCK_FAILED: WIN32_ERROR = 167u32;
13218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13219 pub const ERROR_BUSY: WIN32_ERROR = 170u32;
13220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13221 pub const ERROR_DEVICE_SUPPORT_IN_PROGRESS: WIN32_ERROR = 171u32;
13222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13223 pub const ERROR_CANCEL_VIOLATION: WIN32_ERROR = 173u32;
13224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13225 pub const ERROR_ATOMIC_LOCKS_NOT_SUPPORTED: WIN32_ERROR = 174u32;
13226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13227 pub const ERROR_INVALID_SEGMENT_NUMBER: WIN32_ERROR = 180u32;
13228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13229 pub const ERROR_INVALID_ORDINAL: WIN32_ERROR = 182u32;
13230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13231 pub const ERROR_ALREADY_EXISTS: WIN32_ERROR = 183u32;
13232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13233 pub const ERROR_INVALID_FLAG_NUMBER: WIN32_ERROR = 186u32;
13234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13235 pub const ERROR_SEM_NOT_FOUND: WIN32_ERROR = 187u32;
13236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13237 pub const ERROR_INVALID_STARTING_CODESEG: WIN32_ERROR = 188u32;
13238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13239 pub const ERROR_INVALID_STACKSEG: WIN32_ERROR = 189u32;
13240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13241 pub const ERROR_INVALID_MODULETYPE: WIN32_ERROR = 190u32;
13242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13243 pub const ERROR_INVALID_EXE_SIGNATURE: WIN32_ERROR = 191u32;
13244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13245 pub const ERROR_EXE_MARKED_INVALID: WIN32_ERROR = 192u32;
13246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13247 pub const ERROR_BAD_EXE_FORMAT: WIN32_ERROR = 193u32;
13248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13249 pub const ERROR_ITERATED_DATA_EXCEEDS_64k: WIN32_ERROR = 194u32;
13250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13251 pub const ERROR_INVALID_MINALLOCSIZE: WIN32_ERROR = 195u32;
13252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13253 pub const ERROR_DYNLINK_FROM_INVALID_RING: WIN32_ERROR = 196u32;
13254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13255 pub const ERROR_IOPL_NOT_ENABLED: WIN32_ERROR = 197u32;
13256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13257 pub const ERROR_INVALID_SEGDPL: WIN32_ERROR = 198u32;
13258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13259 pub const ERROR_AUTODATASEG_EXCEEDS_64k: WIN32_ERROR = 199u32;
13260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13261 pub const ERROR_RING2SEG_MUST_BE_MOVABLE: WIN32_ERROR = 200u32;
13262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13263 pub const ERROR_RELOC_CHAIN_XEEDS_SEGLIM: WIN32_ERROR = 201u32;
13264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13265 pub const ERROR_INFLOOP_IN_RELOC_CHAIN: WIN32_ERROR = 202u32;
13266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13267 pub const ERROR_ENVVAR_NOT_FOUND: WIN32_ERROR = 203u32;
13268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13269 pub const ERROR_NO_SIGNAL_SENT: WIN32_ERROR = 205u32;
13270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13271 pub const ERROR_FILENAME_EXCED_RANGE: WIN32_ERROR = 206u32;
13272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13273 pub const ERROR_RING2_STACK_IN_USE: WIN32_ERROR = 207u32;
13274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13275 pub const ERROR_META_EXPANSION_TOO_LONG: WIN32_ERROR = 208u32;
13276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13277 pub const ERROR_INVALID_SIGNAL_NUMBER: WIN32_ERROR = 209u32;
13278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13279 pub const ERROR_THREAD_1_INACTIVE: WIN32_ERROR = 210u32;
13280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13281 pub const ERROR_LOCKED: WIN32_ERROR = 212u32;
13282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13283 pub const ERROR_TOO_MANY_MODULES: WIN32_ERROR = 214u32;
13284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13285 pub const ERROR_NESTING_NOT_ALLOWED: WIN32_ERROR = 215u32;
13286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13287 pub const ERROR_EXE_MACHINE_TYPE_MISMATCH: WIN32_ERROR = 216u32;
13288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13289 pub const ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY: WIN32_ERROR = 217u32;
13290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13291 pub const ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY: WIN32_ERROR = 218u32;
13292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13293 pub const ERROR_FILE_CHECKED_OUT: WIN32_ERROR = 220u32;
13294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13295 pub const ERROR_CHECKOUT_REQUIRED: WIN32_ERROR = 221u32;
13296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13297 pub const ERROR_BAD_FILE_TYPE: WIN32_ERROR = 222u32;
13298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13299 pub const ERROR_FILE_TOO_LARGE: WIN32_ERROR = 223u32;
13300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13301 pub const ERROR_FORMS_AUTH_REQUIRED: WIN32_ERROR = 224u32;
13302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13303 pub const ERROR_VIRUS_INFECTED: WIN32_ERROR = 225u32;
13304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13305 pub const ERROR_VIRUS_DELETED: WIN32_ERROR = 226u32;
13306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13307 pub const ERROR_PIPE_LOCAL: WIN32_ERROR = 229u32;
13308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13309 pub const ERROR_BAD_PIPE: WIN32_ERROR = 230u32;
13310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13311 pub const ERROR_PIPE_BUSY: WIN32_ERROR = 231u32;
13312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13313 pub const ERROR_NO_DATA: WIN32_ERROR = 232u32;
13314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13315 pub const ERROR_PIPE_NOT_CONNECTED: WIN32_ERROR = 233u32;
13316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13317 pub const ERROR_MORE_DATA: WIN32_ERROR = 234u32;
13318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13319 pub const ERROR_NO_WORK_DONE: WIN32_ERROR = 235u32;
13320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13321 pub const ERROR_VC_DISCONNECTED: WIN32_ERROR = 240u32;
13322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13323 pub const ERROR_INVALID_EA_NAME: WIN32_ERROR = 254u32;
13324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13325 pub const ERROR_EA_LIST_INCONSISTENT: WIN32_ERROR = 255u32;
13326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13327 pub const ERROR_NO_MORE_ITEMS: WIN32_ERROR = 259u32;
13328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13329 pub const ERROR_CANNOT_COPY: WIN32_ERROR = 266u32;
13330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13331 pub const ERROR_DIRECTORY: WIN32_ERROR = 267u32;
13332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13333 pub const ERROR_EAS_DIDNT_FIT: WIN32_ERROR = 275u32;
13334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13335 pub const ERROR_EA_FILE_CORRUPT: WIN32_ERROR = 276u32;
13336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13337 pub const ERROR_EA_TABLE_FULL: WIN32_ERROR = 277u32;
13338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13339 pub const ERROR_INVALID_EA_HANDLE: WIN32_ERROR = 278u32;
13340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13341 pub const ERROR_EAS_NOT_SUPPORTED: WIN32_ERROR = 282u32;
13342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13343 pub const ERROR_NOT_OWNER: WIN32_ERROR = 288u32;
13344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13345 pub const ERROR_TOO_MANY_POSTS: WIN32_ERROR = 298u32;
13346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13347 pub const ERROR_PARTIAL_COPY: WIN32_ERROR = 299u32;
13348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13349 pub const ERROR_OPLOCK_NOT_GRANTED: WIN32_ERROR = 300u32;
13350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13351 pub const ERROR_INVALID_OPLOCK_PROTOCOL: WIN32_ERROR = 301u32;
13352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13353 pub const ERROR_DISK_TOO_FRAGMENTED: WIN32_ERROR = 302u32;
13354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13355 pub const ERROR_DELETE_PENDING: WIN32_ERROR = 303u32;
13356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13357 pub const ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING: WIN32_ERROR = 304u32;
13358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13359 pub const ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME: WIN32_ERROR = 305u32;
13360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13361 pub const ERROR_SECURITY_STREAM_IS_INCONSISTENT: WIN32_ERROR = 306u32;
13362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13363 pub const ERROR_INVALID_LOCK_RANGE: WIN32_ERROR = 307u32;
13364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13365 pub const ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT: WIN32_ERROR = 308u32;
13366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13367 pub const ERROR_NOTIFICATION_GUID_ALREADY_DEFINED: WIN32_ERROR = 309u32;
13368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13369 pub const ERROR_INVALID_EXCEPTION_HANDLER: WIN32_ERROR = 310u32;
13370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13371 pub const ERROR_DUPLICATE_PRIVILEGES: WIN32_ERROR = 311u32;
13372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13373 pub const ERROR_NO_RANGES_PROCESSED: WIN32_ERROR = 312u32;
13374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13375 pub const ERROR_NOT_ALLOWED_ON_SYSTEM_FILE: WIN32_ERROR = 313u32;
13376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13377 pub const ERROR_DISK_RESOURCES_EXHAUSTED: WIN32_ERROR = 314u32;
13378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13379 pub const ERROR_INVALID_TOKEN: WIN32_ERROR = 315u32;
13380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13381 pub const ERROR_DEVICE_FEATURE_NOT_SUPPORTED: WIN32_ERROR = 316u32;
13382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13383 pub const ERROR_MR_MID_NOT_FOUND: WIN32_ERROR = 317u32;
13384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13385 pub const ERROR_SCOPE_NOT_FOUND: WIN32_ERROR = 318u32;
13386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13387 pub const ERROR_UNDEFINED_SCOPE: WIN32_ERROR = 319u32;
13388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13389 pub const ERROR_INVALID_CAP: WIN32_ERROR = 320u32;
13390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13391 pub const ERROR_DEVICE_UNREACHABLE: WIN32_ERROR = 321u32;
13392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13393 pub const ERROR_DEVICE_NO_RESOURCES: WIN32_ERROR = 322u32;
13394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13395 pub const ERROR_DATA_CHECKSUM_ERROR: WIN32_ERROR = 323u32;
13396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13397 pub const ERROR_INTERMIXED_KERNEL_EA_OPERATION: WIN32_ERROR = 324u32;
13398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13399 pub const ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED: WIN32_ERROR = 326u32;
13400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13401 pub const ERROR_OFFSET_ALIGNMENT_VIOLATION: WIN32_ERROR = 327u32;
13402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13403 pub const ERROR_INVALID_FIELD_IN_PARAMETER_LIST: WIN32_ERROR = 328u32;
13404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13405 pub const ERROR_OPERATION_IN_PROGRESS: WIN32_ERROR = 329u32;
13406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13407 pub const ERROR_BAD_DEVICE_PATH: WIN32_ERROR = 330u32;
13408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13409 pub const ERROR_TOO_MANY_DESCRIPTORS: WIN32_ERROR = 331u32;
13410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13411 pub const ERROR_SCRUB_DATA_DISABLED: WIN32_ERROR = 332u32;
13412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13413 pub const ERROR_NOT_REDUNDANT_STORAGE: WIN32_ERROR = 333u32;
13414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13415 pub const ERROR_RESIDENT_FILE_NOT_SUPPORTED: WIN32_ERROR = 334u32;
13416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13417 pub const ERROR_COMPRESSED_FILE_NOT_SUPPORTED: WIN32_ERROR = 335u32;
13418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13419 pub const ERROR_DIRECTORY_NOT_SUPPORTED: WIN32_ERROR = 336u32;
13420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13421 pub const ERROR_NOT_READ_FROM_COPY: WIN32_ERROR = 337u32;
13422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13423 pub const ERROR_FT_WRITE_FAILURE: WIN32_ERROR = 338u32;
13424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13425 pub const ERROR_FT_DI_SCAN_REQUIRED: WIN32_ERROR = 339u32;
13426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13427 pub const ERROR_INVALID_KERNEL_INFO_VERSION: WIN32_ERROR = 340u32;
13428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13429 pub const ERROR_INVALID_PEP_INFO_VERSION: WIN32_ERROR = 341u32;
13430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13431 pub const ERROR_OBJECT_NOT_EXTERNALLY_BACKED: WIN32_ERROR = 342u32;
13432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13433 pub const ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN: WIN32_ERROR = 343u32;
13434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13435 pub const ERROR_COMPRESSION_NOT_BENEFICIAL: WIN32_ERROR = 344u32;
13436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13437 pub const ERROR_STORAGE_TOPOLOGY_ID_MISMATCH: WIN32_ERROR = 345u32;
13438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13439 pub const ERROR_BLOCKED_BY_PARENTAL_CONTROLS: WIN32_ERROR = 346u32;
13440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13441 pub const ERROR_BLOCK_TOO_MANY_REFERENCES: WIN32_ERROR = 347u32;
13442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13443 pub const ERROR_MARKED_TO_DISALLOW_WRITES: WIN32_ERROR = 348u32;
13444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13445 pub const ERROR_ENCLAVE_FAILURE: WIN32_ERROR = 349u32;
13446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13447 pub const ERROR_FAIL_NOACTION_REBOOT: WIN32_ERROR = 350u32;
13448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13449 pub const ERROR_FAIL_SHUTDOWN: WIN32_ERROR = 351u32;
13450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13451 pub const ERROR_FAIL_RESTART: WIN32_ERROR = 352u32;
13452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13453 pub const ERROR_MAX_SESSIONS_REACHED: WIN32_ERROR = 353u32;
13454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13455 pub const ERROR_NETWORK_ACCESS_DENIED_EDP: WIN32_ERROR = 354u32;
13456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13457 pub const ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL: WIN32_ERROR = 355u32;
13458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13459 pub const ERROR_EDP_POLICY_DENIES_OPERATION: WIN32_ERROR = 356u32;
13460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13461 pub const ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED: WIN32_ERROR = 357u32;
13462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13463 pub const ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT: WIN32_ERROR = 358u32;
13464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13465 pub const ERROR_DEVICE_IN_MAINTENANCE: WIN32_ERROR = 359u32;
13466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13467 pub const ERROR_NOT_SUPPORTED_ON_DAX: WIN32_ERROR = 360u32;
13468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13469 pub const ERROR_DAX_MAPPING_EXISTS: WIN32_ERROR = 361u32;
13470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13471 pub const ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING: WIN32_ERROR = 362u32;
13472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13473 pub const ERROR_CLOUD_FILE_METADATA_CORRUPT: WIN32_ERROR = 363u32;
13474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13475 pub const ERROR_CLOUD_FILE_METADATA_TOO_LARGE: WIN32_ERROR = 364u32;
13476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13477 pub const ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE: WIN32_ERROR = 365u32;
13478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13479 pub const ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH: WIN32_ERROR = 366u32;
13480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13481 pub const ERROR_CHILD_PROCESS_BLOCKED: WIN32_ERROR = 367u32;
13482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13483 pub const ERROR_STORAGE_LOST_DATA_PERSISTENCE: WIN32_ERROR = 368u32;
13484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13485 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE: WIN32_ERROR = 369u32;
13486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13487 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT: WIN32_ERROR = 370u32;
13488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13489 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY: WIN32_ERROR = 371u32;
13490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13491 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN: WIN32_ERROR = 372u32;
13492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13493 pub const ERROR_GDI_HANDLE_LEAK: WIN32_ERROR = 373u32;
13494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13495 pub const ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS: WIN32_ERROR = 374u32;
13496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13497 pub const ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED: WIN32_ERROR = 375u32;
13498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13499 pub const ERROR_NOT_A_CLOUD_FILE: WIN32_ERROR = 376u32;
13500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13501 pub const ERROR_CLOUD_FILE_NOT_IN_SYNC: WIN32_ERROR = 377u32;
13502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13503 pub const ERROR_CLOUD_FILE_ALREADY_CONNECTED: WIN32_ERROR = 378u32;
13504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13505 pub const ERROR_CLOUD_FILE_NOT_SUPPORTED: WIN32_ERROR = 379u32;
13506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13507 pub const ERROR_CLOUD_FILE_INVALID_REQUEST: WIN32_ERROR = 380u32;
13508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13509 pub const ERROR_CLOUD_FILE_READ_ONLY_VOLUME: WIN32_ERROR = 381u32;
13510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13511 pub const ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY: WIN32_ERROR = 382u32;
13512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13513 pub const ERROR_CLOUD_FILE_VALIDATION_FAILED: WIN32_ERROR = 383u32;
13514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13515 pub const ERROR_SMB1_NOT_AVAILABLE: WIN32_ERROR = 384u32;
13516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13517 pub const ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION: WIN32_ERROR = 385u32;
13518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13519 pub const ERROR_CLOUD_FILE_AUTHENTICATION_FAILED: WIN32_ERROR = 386u32;
13520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13521 pub const ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES: WIN32_ERROR = 387u32;
13522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13523 pub const ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE: WIN32_ERROR = 388u32;
13524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13525 pub const ERROR_CLOUD_FILE_UNSUCCESSFUL: WIN32_ERROR = 389u32;
13526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13527 pub const ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT: WIN32_ERROR = 390u32;
13528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13529 pub const ERROR_CLOUD_FILE_IN_USE: WIN32_ERROR = 391u32;
13530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13531 pub const ERROR_CLOUD_FILE_PINNED: WIN32_ERROR = 392u32;
13532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13533 pub const ERROR_CLOUD_FILE_REQUEST_ABORTED: WIN32_ERROR = 393u32;
13534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13535 pub const ERROR_CLOUD_FILE_PROPERTY_CORRUPT: WIN32_ERROR = 394u32;
13536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13537 pub const ERROR_CLOUD_FILE_ACCESS_DENIED: WIN32_ERROR = 395u32;
13538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13539 pub const ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS: WIN32_ERROR = 396u32;
13540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13541 pub const ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT: WIN32_ERROR = 397u32;
13542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13543 pub const ERROR_CLOUD_FILE_REQUEST_CANCELED: WIN32_ERROR = 398u32;
13544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13545 pub const ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED: WIN32_ERROR = 399u32;
13546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13547 pub const ERROR_THREAD_MODE_ALREADY_BACKGROUND: WIN32_ERROR = 400u32;
13548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13549 pub const ERROR_THREAD_MODE_NOT_BACKGROUND: WIN32_ERROR = 401u32;
13550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13551 pub const ERROR_PROCESS_MODE_ALREADY_BACKGROUND: WIN32_ERROR = 402u32;
13552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13553 pub const ERROR_PROCESS_MODE_NOT_BACKGROUND: WIN32_ERROR = 403u32;
13554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13555 pub const ERROR_CLOUD_FILE_PROVIDER_TERMINATED: WIN32_ERROR = 404u32;
13556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13557 pub const ERROR_NOT_A_CLOUD_SYNC_ROOT: WIN32_ERROR = 405u32;
13558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13559 pub const ERROR_FILE_PROTECTED_UNDER_DPL: WIN32_ERROR = 406u32;
13560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13561 pub const ERROR_VOLUME_NOT_CLUSTER_ALIGNED: WIN32_ERROR = 407u32;
13562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13563 pub const ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND: WIN32_ERROR = 408u32;
13564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13565 pub const ERROR_APPX_FILE_NOT_ENCRYPTED: WIN32_ERROR = 409u32;
13566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13567 pub const ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED: WIN32_ERROR = 410u32;
13568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13569 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET: WIN32_ERROR = 411u32;
13570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13571 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE: WIN32_ERROR = 412u32;
13572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13573 pub const ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER: WIN32_ERROR = 413u32;
13574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13575 pub const ERROR_LINUX_SUBSYSTEM_NOT_PRESENT: WIN32_ERROR = 414u32;
13576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13577 pub const ERROR_FT_READ_FAILURE: WIN32_ERROR = 415u32;
13578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13579 pub const ERROR_STORAGE_RESERVE_ID_INVALID: WIN32_ERROR = 416u32;
13580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13581 pub const ERROR_STORAGE_RESERVE_DOES_NOT_EXIST: WIN32_ERROR = 417u32;
13582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13583 pub const ERROR_STORAGE_RESERVE_ALREADY_EXISTS: WIN32_ERROR = 418u32;
13584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13585 pub const ERROR_STORAGE_RESERVE_NOT_EMPTY: WIN32_ERROR = 419u32;
13586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13587 pub const ERROR_NOT_A_DAX_VOLUME: WIN32_ERROR = 420u32;
13588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13589 pub const ERROR_NOT_DAX_MAPPABLE: WIN32_ERROR = 421u32;
13590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13591 pub const ERROR_TIME_SENSITIVE_THREAD: WIN32_ERROR = 422u32;
13592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13593 pub const ERROR_DPL_NOT_SUPPORTED_FOR_USER: WIN32_ERROR = 423u32;
13594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13595 pub const ERROR_CASE_DIFFERING_NAMES_IN_DIR: WIN32_ERROR = 424u32;
13596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13597 pub const ERROR_FILE_NOT_SUPPORTED: WIN32_ERROR = 425u32;
13598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13599 pub const ERROR_CLOUD_FILE_REQUEST_TIMEOUT: WIN32_ERROR = 426u32;
13600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13601 pub const ERROR_NO_TASK_QUEUE: WIN32_ERROR = 427u32;
13602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13603 pub const ERROR_SRC_SRV_DLL_LOAD_FAILED: WIN32_ERROR = 428u32;
13604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13605 pub const ERROR_NOT_SUPPORTED_WITH_BTT: WIN32_ERROR = 429u32;
13606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13607 pub const ERROR_ENCRYPTION_DISABLED: WIN32_ERROR = 430u32;
13608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13609 pub const ERROR_ENCRYPTING_METADATA_DISALLOWED: WIN32_ERROR = 431u32;
13610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13611 pub const ERROR_CANT_CLEAR_ENCRYPTION_FLAG: WIN32_ERROR = 432u32;
13612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13613 pub const ERROR_NO_SUCH_DEVICE: WIN32_ERROR = 433u32;
13614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13615 pub const ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED: WIN32_ERROR = 434u32;
13616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13617 pub const ERROR_FILE_SNAP_IN_PROGRESS: WIN32_ERROR = 435u32;
13618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13619 pub const ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED: WIN32_ERROR = 436u32;
13620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13621 pub const ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED: WIN32_ERROR = 437u32;
13622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13623 pub const ERROR_FILE_SNAP_IO_NOT_COORDINATED: WIN32_ERROR = 438u32;
13624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13625 pub const ERROR_FILE_SNAP_UNEXPECTED_ERROR: WIN32_ERROR = 439u32;
13626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13627 pub const ERROR_FILE_SNAP_INVALID_PARAMETER: WIN32_ERROR = 440u32;
13628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13629 pub const ERROR_UNSATISFIED_DEPENDENCIES: WIN32_ERROR = 441u32;
13630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13631 pub const ERROR_CASE_SENSITIVE_PATH: WIN32_ERROR = 442u32;
13632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13633 pub const ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR: WIN32_ERROR = 443u32;
13634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13635 pub const ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED: WIN32_ERROR = 444u32;
13636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13637 pub const ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION: WIN32_ERROR = 445u32;
13638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13639 pub const ERROR_DLP_POLICY_DENIES_OPERATION: WIN32_ERROR = 446u32;
13640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13641 pub const ERROR_SECURITY_DENIES_OPERATION: WIN32_ERROR = 447u32;
13642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13643 pub const ERROR_UNTRUSTED_MOUNT_POINT: WIN32_ERROR = 448u32;
13644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13645 pub const ERROR_DLP_POLICY_SILENTLY_FAIL: WIN32_ERROR = 449u32;
13646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13647 pub const ERROR_CAPAUTHZ_NOT_DEVUNLOCKED: WIN32_ERROR = 450u32;
13648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13649 pub const ERROR_CAPAUTHZ_CHANGE_TYPE: WIN32_ERROR = 451u32;
13650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13651 pub const ERROR_CAPAUTHZ_NOT_PROVISIONED: WIN32_ERROR = 452u32;
13652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13653 pub const ERROR_CAPAUTHZ_NOT_AUTHORIZED: WIN32_ERROR = 453u32;
13654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13655 pub const ERROR_CAPAUTHZ_NO_POLICY: WIN32_ERROR = 454u32;
13656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13657 pub const ERROR_CAPAUTHZ_DB_CORRUPTED: WIN32_ERROR = 455u32;
13658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13659 pub const ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG: WIN32_ERROR = 456u32;
13660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13661 pub const ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY: WIN32_ERROR = 457u32;
13662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13663 pub const ERROR_CAPAUTHZ_SCCD_PARSE_ERROR: WIN32_ERROR = 458u32;
13664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13665 pub const ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED: WIN32_ERROR = 459u32;
13666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13667 pub const ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH: WIN32_ERROR = 460u32;
13668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13669 pub const ERROR_CIMFS_IMAGE_CORRUPT: WIN32_ERROR = 470u32;
13670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13671 pub const ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED: WIN32_ERROR = 471u32;
13672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13673 pub const ERROR_STORAGE_STACK_ACCESS_DENIED: WIN32_ERROR = 472u32;
13674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13675 pub const ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES: WIN32_ERROR = 473u32;
13676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13677 pub const ERROR_INDEX_OUT_OF_BOUNDS: WIN32_ERROR = 474u32;
13678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13679 pub const ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT: WIN32_ERROR = 480u32;
13680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13681 pub const ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT: WIN32_ERROR = 481u32;
13682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13683 pub const ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT: WIN32_ERROR = 482u32;
13684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13685 pub const ERROR_DEVICE_HARDWARE_ERROR: WIN32_ERROR = 483u32;
13686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13687 pub const ERROR_INVALID_ADDRESS: WIN32_ERROR = 487u32;
13688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13689 pub const ERROR_HAS_SYSTEM_CRITICAL_FILES: WIN32_ERROR = 488u32;
13690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13691 pub const ERROR_ENCRYPTED_FILE_NOT_SUPPORTED: WIN32_ERROR = 489u32;
13692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13693 pub const ERROR_SPARSE_FILE_NOT_SUPPORTED: WIN32_ERROR = 490u32;
13694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13695 pub const ERROR_PAGEFILE_NOT_SUPPORTED: WIN32_ERROR = 491u32;
13696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13697 pub const ERROR_VOLUME_NOT_SUPPORTED: WIN32_ERROR = 492u32;
13698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13699 pub const ERROR_NOT_SUPPORTED_WITH_BYPASSIO: WIN32_ERROR = 493u32;
13700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13701 pub const ERROR_NO_BYPASSIO_DRIVER_SUPPORT: WIN32_ERROR = 494u32;
13702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13703 pub const ERROR_NOT_SUPPORTED_WITH_ENCRYPTION: WIN32_ERROR = 495u32;
13704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13705 pub const ERROR_NOT_SUPPORTED_WITH_COMPRESSION: WIN32_ERROR = 496u32;
13706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13707 pub const ERROR_NOT_SUPPORTED_WITH_REPLICATION: WIN32_ERROR = 497u32;
13708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13709 pub const ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION: WIN32_ERROR = 498u32;
13710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13711 pub const ERROR_NOT_SUPPORTED_WITH_AUDITING: WIN32_ERROR = 499u32;
13712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13713 pub const ERROR_USER_PROFILE_LOAD: WIN32_ERROR = 500u32;
13714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13715 pub const ERROR_SESSION_KEY_TOO_SHORT: WIN32_ERROR = 501u32;
13716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13717 pub const ERROR_ACCESS_DENIED_APPDATA: WIN32_ERROR = 502u32;
13718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13719 pub const ERROR_NOT_SUPPORTED_WITH_MONITORING: WIN32_ERROR = 503u32;
13720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13721 pub const ERROR_NOT_SUPPORTED_WITH_SNAPSHOT: WIN32_ERROR = 504u32;
13722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13723 pub const ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION: WIN32_ERROR = 505u32;
13724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13725 pub const ERROR_BYPASSIO_FLT_NOT_SUPPORTED: WIN32_ERROR = 506u32;
13726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13727 pub const ERROR_DEVICE_RESET_REQUIRED: WIN32_ERROR = 507u32;
13728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13729 pub const ERROR_VOLUME_WRITE_ACCESS_DENIED: WIN32_ERROR = 508u32;
13730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13731 pub const ERROR_ARITHMETIC_OVERFLOW: WIN32_ERROR = 534u32;
13732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13733 pub const ERROR_PIPE_CONNECTED: WIN32_ERROR = 535u32;
13734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13735 pub const ERROR_PIPE_LISTENING: WIN32_ERROR = 536u32;
13736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13737 pub const ERROR_VERIFIER_STOP: WIN32_ERROR = 537u32;
13738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13739 pub const ERROR_ABIOS_ERROR: WIN32_ERROR = 538u32;
13740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13741 pub const ERROR_WX86_WARNING: WIN32_ERROR = 539u32;
13742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13743 pub const ERROR_WX86_ERROR: WIN32_ERROR = 540u32;
13744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13745 pub const ERROR_TIMER_NOT_CANCELED: WIN32_ERROR = 541u32;
13746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13747 pub const ERROR_UNWIND: WIN32_ERROR = 542u32;
13748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13749 pub const ERROR_BAD_STACK: WIN32_ERROR = 543u32;
13750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13751 pub const ERROR_INVALID_UNWIND_TARGET: WIN32_ERROR = 544u32;
13752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13753 pub const ERROR_INVALID_PORT_ATTRIBUTES: WIN32_ERROR = 545u32;
13754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13755 pub const ERROR_PORT_MESSAGE_TOO_LONG: WIN32_ERROR = 546u32;
13756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13757 pub const ERROR_INVALID_QUOTA_LOWER: WIN32_ERROR = 547u32;
13758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13759 pub const ERROR_DEVICE_ALREADY_ATTACHED: WIN32_ERROR = 548u32;
13760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13761 pub const ERROR_INSTRUCTION_MISALIGNMENT: WIN32_ERROR = 549u32;
13762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13763 pub const ERROR_PROFILING_NOT_STARTED: WIN32_ERROR = 550u32;
13764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13765 pub const ERROR_PROFILING_NOT_STOPPED: WIN32_ERROR = 551u32;
13766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13767 pub const ERROR_COULD_NOT_INTERPRET: WIN32_ERROR = 552u32;
13768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13769 pub const ERROR_PROFILING_AT_LIMIT: WIN32_ERROR = 553u32;
13770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13771 pub const ERROR_CANT_WAIT: WIN32_ERROR = 554u32;
13772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13773 pub const ERROR_CANT_TERMINATE_SELF: WIN32_ERROR = 555u32;
13774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13775 pub const ERROR_UNEXPECTED_MM_CREATE_ERR: WIN32_ERROR = 556u32;
13776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13777 pub const ERROR_UNEXPECTED_MM_MAP_ERROR: WIN32_ERROR = 557u32;
13778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13779 pub const ERROR_UNEXPECTED_MM_EXTEND_ERR: WIN32_ERROR = 558u32;
13780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13781 pub const ERROR_BAD_FUNCTION_TABLE: WIN32_ERROR = 559u32;
13782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13783 pub const ERROR_NO_GUID_TRANSLATION: WIN32_ERROR = 560u32;
13784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13785 pub const ERROR_INVALID_LDT_SIZE: WIN32_ERROR = 561u32;
13786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13787 pub const ERROR_INVALID_LDT_OFFSET: WIN32_ERROR = 563u32;
13788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13789 pub const ERROR_INVALID_LDT_DESCRIPTOR: WIN32_ERROR = 564u32;
13790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13791 pub const ERROR_TOO_MANY_THREADS: WIN32_ERROR = 565u32;
13792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13793 pub const ERROR_THREAD_NOT_IN_PROCESS: WIN32_ERROR = 566u32;
13794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13795 pub const ERROR_PAGEFILE_QUOTA_EXCEEDED: WIN32_ERROR = 567u32;
13796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13797 pub const ERROR_LOGON_SERVER_CONFLICT: WIN32_ERROR = 568u32;
13798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13799 pub const ERROR_SYNCHRONIZATION_REQUIRED: WIN32_ERROR = 569u32;
13800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13801 pub const ERROR_NET_OPEN_FAILED: WIN32_ERROR = 570u32;
13802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13803 pub const ERROR_IO_PRIVILEGE_FAILED: WIN32_ERROR = 571u32;
13804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13805 pub const ERROR_CONTROL_C_EXIT: WIN32_ERROR = 572u32;
13806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13807 pub const ERROR_MISSING_SYSTEMFILE: WIN32_ERROR = 573u32;
13808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13809 pub const ERROR_UNHANDLED_EXCEPTION: WIN32_ERROR = 574u32;
13810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13811 pub const ERROR_APP_INIT_FAILURE: WIN32_ERROR = 575u32;
13812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13813 pub const ERROR_PAGEFILE_CREATE_FAILED: WIN32_ERROR = 576u32;
13814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13815 pub const ERROR_INVALID_IMAGE_HASH: WIN32_ERROR = 577u32;
13816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13817 pub const ERROR_NO_PAGEFILE: WIN32_ERROR = 578u32;
13818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13819 pub const ERROR_ILLEGAL_FLOAT_CONTEXT: WIN32_ERROR = 579u32;
13820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13821 pub const ERROR_NO_EVENT_PAIR: WIN32_ERROR = 580u32;
13822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13823 pub const ERROR_DOMAIN_CTRLR_CONFIG_ERROR: WIN32_ERROR = 581u32;
13824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13825 pub const ERROR_ILLEGAL_CHARACTER: WIN32_ERROR = 582u32;
13826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13827 pub const ERROR_UNDEFINED_CHARACTER: WIN32_ERROR = 583u32;
13828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13829 pub const ERROR_FLOPPY_VOLUME: WIN32_ERROR = 584u32;
13830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13831 pub const ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT: WIN32_ERROR = 585u32;
13832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13833 pub const ERROR_BACKUP_CONTROLLER: WIN32_ERROR = 586u32;
13834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13835 pub const ERROR_MUTANT_LIMIT_EXCEEDED: WIN32_ERROR = 587u32;
13836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13837 pub const ERROR_FS_DRIVER_REQUIRED: WIN32_ERROR = 588u32;
13838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13839 pub const ERROR_CANNOT_LOAD_REGISTRY_FILE: WIN32_ERROR = 589u32;
13840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13841 pub const ERROR_DEBUG_ATTACH_FAILED: WIN32_ERROR = 590u32;
13842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13843 pub const ERROR_SYSTEM_PROCESS_TERMINATED: WIN32_ERROR = 591u32;
13844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13845 pub const ERROR_DATA_NOT_ACCEPTED: WIN32_ERROR = 592u32;
13846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13847 pub const ERROR_VDM_HARD_ERROR: WIN32_ERROR = 593u32;
13848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13849 pub const ERROR_DRIVER_CANCEL_TIMEOUT: WIN32_ERROR = 594u32;
13850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13851 pub const ERROR_REPLY_MESSAGE_MISMATCH: WIN32_ERROR = 595u32;
13852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13853 pub const ERROR_LOST_WRITEBEHIND_DATA: WIN32_ERROR = 596u32;
13854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13855 pub const ERROR_CLIENT_SERVER_PARAMETERS_INVALID: WIN32_ERROR = 597u32;
13856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13857 pub const ERROR_NOT_TINY_STREAM: WIN32_ERROR = 598u32;
13858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13859 pub const ERROR_STACK_OVERFLOW_READ: WIN32_ERROR = 599u32;
13860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13861 pub const ERROR_CONVERT_TO_LARGE: WIN32_ERROR = 600u32;
13862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13863 pub const ERROR_FOUND_OUT_OF_SCOPE: WIN32_ERROR = 601u32;
13864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13865 pub const ERROR_ALLOCATE_BUCKET: WIN32_ERROR = 602u32;
13866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13867 pub const ERROR_MARSHALL_OVERFLOW: WIN32_ERROR = 603u32;
13868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13869 pub const ERROR_INVALID_VARIANT: WIN32_ERROR = 604u32;
13870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13871 pub const ERROR_BAD_COMPRESSION_BUFFER: WIN32_ERROR = 605u32;
13872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13873 pub const ERROR_AUDIT_FAILED: WIN32_ERROR = 606u32;
13874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13875 pub const ERROR_TIMER_RESOLUTION_NOT_SET: WIN32_ERROR = 607u32;
13876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13877 pub const ERROR_INSUFFICIENT_LOGON_INFO: WIN32_ERROR = 608u32;
13878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13879 pub const ERROR_BAD_DLL_ENTRYPOINT: WIN32_ERROR = 609u32;
13880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13881 pub const ERROR_BAD_SERVICE_ENTRYPOINT: WIN32_ERROR = 610u32;
13882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13883 pub const ERROR_IP_ADDRESS_CONFLICT1: WIN32_ERROR = 611u32;
13884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13885 pub const ERROR_IP_ADDRESS_CONFLICT2: WIN32_ERROR = 612u32;
13886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13887 pub const ERROR_REGISTRY_QUOTA_LIMIT: WIN32_ERROR = 613u32;
13888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13889 pub const ERROR_NO_CALLBACK_ACTIVE: WIN32_ERROR = 614u32;
13890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13891 pub const ERROR_PWD_TOO_SHORT: WIN32_ERROR = 615u32;
13892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13893 pub const ERROR_PWD_TOO_RECENT: WIN32_ERROR = 616u32;
13894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13895 pub const ERROR_PWD_HISTORY_CONFLICT: WIN32_ERROR = 617u32;
13896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13897 pub const ERROR_UNSUPPORTED_COMPRESSION: WIN32_ERROR = 618u32;
13898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13899 pub const ERROR_INVALID_HW_PROFILE: WIN32_ERROR = 619u32;
13900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13901 pub const ERROR_INVALID_PLUGPLAY_DEVICE_PATH: WIN32_ERROR = 620u32;
13902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13903 pub const ERROR_QUOTA_LIST_INCONSISTENT: WIN32_ERROR = 621u32;
13904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13905 pub const ERROR_EVALUATION_EXPIRATION: WIN32_ERROR = 622u32;
13906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13907 pub const ERROR_ILLEGAL_DLL_RELOCATION: WIN32_ERROR = 623u32;
13908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13909 pub const ERROR_DLL_INIT_FAILED_LOGOFF: WIN32_ERROR = 624u32;
13910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13911 pub const ERROR_VALIDATE_CONTINUE: WIN32_ERROR = 625u32;
13912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13913 pub const ERROR_NO_MORE_MATCHES: WIN32_ERROR = 626u32;
13914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13915 pub const ERROR_RANGE_LIST_CONFLICT: WIN32_ERROR = 627u32;
13916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13917 pub const ERROR_SERVER_SID_MISMATCH: WIN32_ERROR = 628u32;
13918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13919 pub const ERROR_CANT_ENABLE_DENY_ONLY: WIN32_ERROR = 629u32;
13920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13921 pub const ERROR_FLOAT_MULTIPLE_FAULTS: WIN32_ERROR = 630u32;
13922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13923 pub const ERROR_FLOAT_MULTIPLE_TRAPS: WIN32_ERROR = 631u32;
13924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13925 pub const ERROR_NOINTERFACE: WIN32_ERROR = 632u32;
13926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13927 pub const ERROR_DRIVER_FAILED_SLEEP: WIN32_ERROR = 633u32;
13928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13929 pub const ERROR_CORRUPT_SYSTEM_FILE: WIN32_ERROR = 634u32;
13930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13931 pub const ERROR_COMMITMENT_MINIMUM: WIN32_ERROR = 635u32;
13932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13933 pub const ERROR_PNP_RESTART_ENUMERATION: WIN32_ERROR = 636u32;
13934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13935 pub const ERROR_SYSTEM_IMAGE_BAD_SIGNATURE: WIN32_ERROR = 637u32;
13936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13937 pub const ERROR_PNP_REBOOT_REQUIRED: WIN32_ERROR = 638u32;
13938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13939 pub const ERROR_INSUFFICIENT_POWER: WIN32_ERROR = 639u32;
13940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13941 pub const ERROR_MULTIPLE_FAULT_VIOLATION: WIN32_ERROR = 640u32;
13942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13943 pub const ERROR_SYSTEM_SHUTDOWN: WIN32_ERROR = 641u32;
13944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13945 pub const ERROR_PORT_NOT_SET: WIN32_ERROR = 642u32;
13946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13947 pub const ERROR_DS_VERSION_CHECK_FAILURE: WIN32_ERROR = 643u32;
13948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13949 pub const ERROR_RANGE_NOT_FOUND: WIN32_ERROR = 644u32;
13950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13951 pub const ERROR_NOT_SAFE_MODE_DRIVER: WIN32_ERROR = 646u32;
13952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13953 pub const ERROR_FAILED_DRIVER_ENTRY: WIN32_ERROR = 647u32;
13954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13955 pub const ERROR_DEVICE_ENUMERATION_ERROR: WIN32_ERROR = 648u32;
13956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13957 pub const ERROR_MOUNT_POINT_NOT_RESOLVED: WIN32_ERROR = 649u32;
13958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13959 pub const ERROR_INVALID_DEVICE_OBJECT_PARAMETER: WIN32_ERROR = 650u32;
13960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13961 pub const ERROR_MCA_OCCURED: WIN32_ERROR = 651u32;
13962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13963 pub const ERROR_DRIVER_DATABASE_ERROR: WIN32_ERROR = 652u32;
13964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13965 pub const ERROR_SYSTEM_HIVE_TOO_LARGE: WIN32_ERROR = 653u32;
13966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13967 pub const ERROR_DRIVER_FAILED_PRIOR_UNLOAD: WIN32_ERROR = 654u32;
13968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13969 pub const ERROR_VOLSNAP_PREPARE_HIBERNATE: WIN32_ERROR = 655u32;
13970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13971 pub const ERROR_HIBERNATION_FAILURE: WIN32_ERROR = 656u32;
13972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13973 pub const ERROR_PWD_TOO_LONG: WIN32_ERROR = 657u32;
13974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13975 pub const ERROR_FILE_SYSTEM_LIMITATION: WIN32_ERROR = 665u32;
13976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13977 pub const ERROR_ASSERTION_FAILURE: WIN32_ERROR = 668u32;
13978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13979 pub const ERROR_ACPI_ERROR: WIN32_ERROR = 669u32;
13980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13981 pub const ERROR_WOW_ASSERTION: WIN32_ERROR = 670u32;
13982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13983 pub const ERROR_PNP_BAD_MPS_TABLE: WIN32_ERROR = 671u32;
13984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13985 pub const ERROR_PNP_TRANSLATION_FAILED: WIN32_ERROR = 672u32;
13986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13987 pub const ERROR_PNP_IRQ_TRANSLATION_FAILED: WIN32_ERROR = 673u32;
13988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13989 pub const ERROR_PNP_INVALID_ID: WIN32_ERROR = 674u32;
13990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13991 pub const ERROR_WAKE_SYSTEM_DEBUGGER: WIN32_ERROR = 675u32;
13992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13993 pub const ERROR_HANDLES_CLOSED: WIN32_ERROR = 676u32;
13994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13995 pub const ERROR_EXTRANEOUS_INFORMATION: WIN32_ERROR = 677u32;
13996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13997 pub const ERROR_RXACT_COMMIT_NECESSARY: WIN32_ERROR = 678u32;
13998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
13999 pub const ERROR_MEDIA_CHECK: WIN32_ERROR = 679u32;
14000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14001 pub const ERROR_GUID_SUBSTITUTION_MADE: WIN32_ERROR = 680u32;
14002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14003 pub const ERROR_STOPPED_ON_SYMLINK: WIN32_ERROR = 681u32;
14004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14005 pub const ERROR_LONGJUMP: WIN32_ERROR = 682u32;
14006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14007 pub const ERROR_PLUGPLAY_QUERY_VETOED: WIN32_ERROR = 683u32;
14008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14009 pub const ERROR_UNWIND_CONSOLIDATE: WIN32_ERROR = 684u32;
14010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14011 pub const ERROR_REGISTRY_HIVE_RECOVERED: WIN32_ERROR = 685u32;
14012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14013 pub const ERROR_DLL_MIGHT_BE_INSECURE: WIN32_ERROR = 686u32;
14014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14015 pub const ERROR_DLL_MIGHT_BE_INCOMPATIBLE: WIN32_ERROR = 687u32;
14016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14017 pub const ERROR_DBG_EXCEPTION_NOT_HANDLED: WIN32_ERROR = 688u32;
14018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14019 pub const ERROR_DBG_REPLY_LATER: WIN32_ERROR = 689u32;
14020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14021 pub const ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE: WIN32_ERROR = 690u32;
14022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14023 pub const ERROR_DBG_TERMINATE_THREAD: WIN32_ERROR = 691u32;
14024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14025 pub const ERROR_DBG_TERMINATE_PROCESS: WIN32_ERROR = 692u32;
14026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14027 pub const ERROR_DBG_CONTROL_C: WIN32_ERROR = 693u32;
14028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14029 pub const ERROR_DBG_PRINTEXCEPTION_C: WIN32_ERROR = 694u32;
14030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14031 pub const ERROR_DBG_RIPEXCEPTION: WIN32_ERROR = 695u32;
14032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14033 pub const ERROR_DBG_CONTROL_BREAK: WIN32_ERROR = 696u32;
14034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14035 pub const ERROR_DBG_COMMAND_EXCEPTION: WIN32_ERROR = 697u32;
14036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14037 pub const ERROR_OBJECT_NAME_EXISTS: WIN32_ERROR = 698u32;
14038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14039 pub const ERROR_THREAD_WAS_SUSPENDED: WIN32_ERROR = 699u32;
14040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14041 pub const ERROR_IMAGE_NOT_AT_BASE: WIN32_ERROR = 700u32;
14042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14043 pub const ERROR_RXACT_STATE_CREATED: WIN32_ERROR = 701u32;
14044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14045 pub const ERROR_SEGMENT_NOTIFICATION: WIN32_ERROR = 702u32;
14046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14047 pub const ERROR_BAD_CURRENT_DIRECTORY: WIN32_ERROR = 703u32;
14048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14049 pub const ERROR_FT_READ_RECOVERY_FROM_BACKUP: WIN32_ERROR = 704u32;
14050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14051 pub const ERROR_FT_WRITE_RECOVERY: WIN32_ERROR = 705u32;
14052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14053 pub const ERROR_IMAGE_MACHINE_TYPE_MISMATCH: WIN32_ERROR = 706u32;
14054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14055 pub const ERROR_RECEIVE_PARTIAL: WIN32_ERROR = 707u32;
14056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14057 pub const ERROR_RECEIVE_EXPEDITED: WIN32_ERROR = 708u32;
14058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14059 pub const ERROR_RECEIVE_PARTIAL_EXPEDITED: WIN32_ERROR = 709u32;
14060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14061 pub const ERROR_EVENT_DONE: WIN32_ERROR = 710u32;
14062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14063 pub const ERROR_EVENT_PENDING: WIN32_ERROR = 711u32;
14064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14065 pub const ERROR_CHECKING_FILE_SYSTEM: WIN32_ERROR = 712u32;
14066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14067 pub const ERROR_FATAL_APP_EXIT: WIN32_ERROR = 713u32;
14068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14069 pub const ERROR_PREDEFINED_HANDLE: WIN32_ERROR = 714u32;
14070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14071 pub const ERROR_WAS_UNLOCKED: WIN32_ERROR = 715u32;
14072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14073 pub const ERROR_SERVICE_NOTIFICATION: WIN32_ERROR = 716u32;
14074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14075 pub const ERROR_WAS_LOCKED: WIN32_ERROR = 717u32;
14076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14077 pub const ERROR_LOG_HARD_ERROR: WIN32_ERROR = 718u32;
14078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14079 pub const ERROR_ALREADY_WIN32: WIN32_ERROR = 719u32;
14080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14081 pub const ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE: WIN32_ERROR = 720u32;
14082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14083 pub const ERROR_NO_YIELD_PERFORMED: WIN32_ERROR = 721u32;
14084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14085 pub const ERROR_TIMER_RESUME_IGNORED: WIN32_ERROR = 722u32;
14086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14087 pub const ERROR_ARBITRATION_UNHANDLED: WIN32_ERROR = 723u32;
14088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14089 pub const ERROR_CARDBUS_NOT_SUPPORTED: WIN32_ERROR = 724u32;
14090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14091 pub const ERROR_MP_PROCESSOR_MISMATCH: WIN32_ERROR = 725u32;
14092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14093 pub const ERROR_HIBERNATED: WIN32_ERROR = 726u32;
14094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14095 pub const ERROR_RESUME_HIBERNATION: WIN32_ERROR = 727u32;
14096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14097 pub const ERROR_FIRMWARE_UPDATED: WIN32_ERROR = 728u32;
14098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14099 pub const ERROR_DRIVERS_LEAKING_LOCKED_PAGES: WIN32_ERROR = 729u32;
14100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14101 pub const ERROR_WAKE_SYSTEM: WIN32_ERROR = 730u32;
14102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14103 pub const ERROR_WAIT_1: WIN32_ERROR = 731u32;
14104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14105 pub const ERROR_WAIT_2: WIN32_ERROR = 732u32;
14106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14107 pub const ERROR_WAIT_3: WIN32_ERROR = 733u32;
14108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14109 pub const ERROR_WAIT_63: WIN32_ERROR = 734u32;
14110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14111 pub const ERROR_ABANDONED_WAIT_0: WIN32_ERROR = 735u32;
14112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14113 pub const ERROR_ABANDONED_WAIT_63: WIN32_ERROR = 736u32;
14114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14115 pub const ERROR_USER_APC: WIN32_ERROR = 737u32;
14116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14117 pub const ERROR_KERNEL_APC: WIN32_ERROR = 738u32;
14118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14119 pub const ERROR_ALERTED: WIN32_ERROR = 739u32;
14120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14121 pub const ERROR_ELEVATION_REQUIRED: WIN32_ERROR = 740u32;
14122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14123 pub const ERROR_REPARSE: WIN32_ERROR = 741u32;
14124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14125 pub const ERROR_OPLOCK_BREAK_IN_PROGRESS: WIN32_ERROR = 742u32;
14126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14127 pub const ERROR_VOLUME_MOUNTED: WIN32_ERROR = 743u32;
14128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14129 pub const ERROR_RXACT_COMMITTED: WIN32_ERROR = 744u32;
14130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14131 pub const ERROR_NOTIFY_CLEANUP: WIN32_ERROR = 745u32;
14132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14133 pub const ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED: WIN32_ERROR = 746u32;
14134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14135 pub const ERROR_PAGE_FAULT_TRANSITION: WIN32_ERROR = 747u32;
14136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14137 pub const ERROR_PAGE_FAULT_DEMAND_ZERO: WIN32_ERROR = 748u32;
14138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14139 pub const ERROR_PAGE_FAULT_COPY_ON_WRITE: WIN32_ERROR = 749u32;
14140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14141 pub const ERROR_PAGE_FAULT_GUARD_PAGE: WIN32_ERROR = 750u32;
14142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14143 pub const ERROR_PAGE_FAULT_PAGING_FILE: WIN32_ERROR = 751u32;
14144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14145 pub const ERROR_CACHE_PAGE_LOCKED: WIN32_ERROR = 752u32;
14146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14147 pub const ERROR_CRASH_DUMP: WIN32_ERROR = 753u32;
14148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14149 pub const ERROR_BUFFER_ALL_ZEROS: WIN32_ERROR = 754u32;
14150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14151 pub const ERROR_REPARSE_OBJECT: WIN32_ERROR = 755u32;
14152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14153 pub const ERROR_RESOURCE_REQUIREMENTS_CHANGED: WIN32_ERROR = 756u32;
14154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14155 pub const ERROR_TRANSLATION_COMPLETE: WIN32_ERROR = 757u32;
14156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14157 pub const ERROR_NOTHING_TO_TERMINATE: WIN32_ERROR = 758u32;
14158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14159 pub const ERROR_PROCESS_NOT_IN_JOB: WIN32_ERROR = 759u32;
14160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14161 pub const ERROR_PROCESS_IN_JOB: WIN32_ERROR = 760u32;
14162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14163 pub const ERROR_VOLSNAP_HIBERNATE_READY: WIN32_ERROR = 761u32;
14164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14165 pub const ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY: WIN32_ERROR = 762u32;
14166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14167 pub const ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED: WIN32_ERROR = 763u32;
14168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14169 pub const ERROR_INTERRUPT_STILL_CONNECTED: WIN32_ERROR = 764u32;
14170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14171 pub const ERROR_WAIT_FOR_OPLOCK: WIN32_ERROR = 765u32;
14172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14173 pub const ERROR_DBG_EXCEPTION_HANDLED: WIN32_ERROR = 766u32;
14174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14175 pub const ERROR_DBG_CONTINUE: WIN32_ERROR = 767u32;
14176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14177 pub const ERROR_CALLBACK_POP_STACK: WIN32_ERROR = 768u32;
14178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14179 pub const ERROR_COMPRESSION_DISABLED: WIN32_ERROR = 769u32;
14180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14181 pub const ERROR_CANTFETCHBACKWARDS: WIN32_ERROR = 770u32;
14182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14183 pub const ERROR_CANTSCROLLBACKWARDS: WIN32_ERROR = 771u32;
14184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14185 pub const ERROR_ROWSNOTRELEASED: WIN32_ERROR = 772u32;
14186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14187 pub const ERROR_BAD_ACCESSOR_FLAGS: WIN32_ERROR = 773u32;
14188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14189 pub const ERROR_ERRORS_ENCOUNTERED: WIN32_ERROR = 774u32;
14190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14191 pub const ERROR_NOT_CAPABLE: WIN32_ERROR = 775u32;
14192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14193 pub const ERROR_REQUEST_OUT_OF_SEQUENCE: WIN32_ERROR = 776u32;
14194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14195 pub const ERROR_VERSION_PARSE_ERROR: WIN32_ERROR = 777u32;
14196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14197 pub const ERROR_BADSTARTPOSITION: WIN32_ERROR = 778u32;
14198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14199 pub const ERROR_MEMORY_HARDWARE: WIN32_ERROR = 779u32;
14200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14201 pub const ERROR_DISK_REPAIR_DISABLED: WIN32_ERROR = 780u32;
14202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14203 pub const ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE: WIN32_ERROR = 781u32;
14204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14205 pub const ERROR_SYSTEM_POWERSTATE_TRANSITION: WIN32_ERROR = 782u32;
14206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14207 pub const ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION: WIN32_ERROR = 783u32;
14208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14209 pub const ERROR_MCA_EXCEPTION: WIN32_ERROR = 784u32;
14210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14211 pub const ERROR_ACCESS_AUDIT_BY_POLICY: WIN32_ERROR = 785u32;
14212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14213 pub const ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY: WIN32_ERROR = 786u32;
14214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14215 pub const ERROR_ABANDON_HIBERFILE: WIN32_ERROR = 787u32;
14216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14217 pub const ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED: WIN32_ERROR = 788u32;
14218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14219 pub const ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR: WIN32_ERROR = 789u32;
14220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14221 pub const ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR: WIN32_ERROR = 790u32;
14222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14223 pub const ERROR_BAD_MCFG_TABLE: WIN32_ERROR = 791u32;
14224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14225 pub const ERROR_DISK_REPAIR_REDIRECTED: WIN32_ERROR = 792u32;
14226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14227 pub const ERROR_DISK_REPAIR_UNSUCCESSFUL: WIN32_ERROR = 793u32;
14228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14229 pub const ERROR_CORRUPT_LOG_OVERFULL: WIN32_ERROR = 794u32;
14230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14231 pub const ERROR_CORRUPT_LOG_CORRUPTED: WIN32_ERROR = 795u32;
14232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14233 pub const ERROR_CORRUPT_LOG_UNAVAILABLE: WIN32_ERROR = 796u32;
14234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14235 pub const ERROR_CORRUPT_LOG_DELETED_FULL: WIN32_ERROR = 797u32;
14236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14237 pub const ERROR_CORRUPT_LOG_CLEARED: WIN32_ERROR = 798u32;
14238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14239 pub const ERROR_ORPHAN_NAME_EXHAUSTED: WIN32_ERROR = 799u32;
14240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14241 pub const ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE: WIN32_ERROR = 800u32;
14242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14243 pub const ERROR_CANNOT_GRANT_REQUESTED_OPLOCK: WIN32_ERROR = 801u32;
14244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14245 pub const ERROR_CANNOT_BREAK_OPLOCK: WIN32_ERROR = 802u32;
14246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14247 pub const ERROR_OPLOCK_HANDLE_CLOSED: WIN32_ERROR = 803u32;
14248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14249 pub const ERROR_NO_ACE_CONDITION: WIN32_ERROR = 804u32;
14250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14251 pub const ERROR_INVALID_ACE_CONDITION: WIN32_ERROR = 805u32;
14252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14253 pub const ERROR_FILE_HANDLE_REVOKED: WIN32_ERROR = 806u32;
14254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14255 pub const ERROR_IMAGE_AT_DIFFERENT_BASE: WIN32_ERROR = 807u32;
14256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14257 pub const ERROR_ENCRYPTED_IO_NOT_POSSIBLE: WIN32_ERROR = 808u32;
14258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14259 pub const ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS: WIN32_ERROR = 809u32;
14260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14261 pub const ERROR_QUOTA_ACTIVITY: WIN32_ERROR = 810u32;
14262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14263 pub const ERROR_HANDLE_REVOKED: WIN32_ERROR = 811u32;
14264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14265 pub const ERROR_CALLBACK_INVOKE_INLINE: WIN32_ERROR = 812u32;
14266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14267 pub const ERROR_CPU_SET_INVALID: WIN32_ERROR = 813u32;
14268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14269 pub const ERROR_ENCLAVE_NOT_TERMINATED: WIN32_ERROR = 814u32;
14270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14271 pub const ERROR_ENCLAVE_VIOLATION: WIN32_ERROR = 815u32;
14272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14273 pub const ERROR_SERVER_TRANSPORT_CONFLICT: WIN32_ERROR = 816u32;
14274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14275 pub const ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT: WIN32_ERROR = 817u32;
14276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14277 pub const ERROR_FT_READ_FROM_COPY_FAILURE: WIN32_ERROR = 818u32;
14278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14279 pub const ERROR_SECTION_DIRECT_MAP_ONLY: WIN32_ERROR = 819u32;
14280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14281 pub const ERROR_EA_ACCESS_DENIED: WIN32_ERROR = 994u32;
14282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14283 pub const ERROR_OPERATION_ABORTED: WIN32_ERROR = 995u32;
14284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14285 pub const ERROR_IO_INCOMPLETE: WIN32_ERROR = 996u32;
14286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14287 pub const ERROR_IO_PENDING: WIN32_ERROR = 997u32;
14288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14289 pub const ERROR_NOACCESS: WIN32_ERROR = 998u32;
14290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14291 pub const ERROR_SWAPERROR: WIN32_ERROR = 999u32;
14292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14293 pub const ERROR_STACK_OVERFLOW: WIN32_ERROR = 1001u32;
14294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14295 pub const ERROR_INVALID_MESSAGE: WIN32_ERROR = 1002u32;
14296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14297 pub const ERROR_CAN_NOT_COMPLETE: WIN32_ERROR = 1003u32;
14298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14299 pub const ERROR_INVALID_FLAGS: WIN32_ERROR = 1004u32;
14300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14301 pub const ERROR_UNRECOGNIZED_VOLUME: WIN32_ERROR = 1005u32;
14302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14303 pub const ERROR_FILE_INVALID: WIN32_ERROR = 1006u32;
14304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14305 pub const ERROR_FULLSCREEN_MODE: WIN32_ERROR = 1007u32;
14306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14307 pub const ERROR_NO_TOKEN: WIN32_ERROR = 1008u32;
14308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14309 pub const ERROR_BADDB: WIN32_ERROR = 1009u32;
14310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14311 pub const ERROR_BADKEY: WIN32_ERROR = 1010u32;
14312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14313 pub const ERROR_CANTOPEN: WIN32_ERROR = 1011u32;
14314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14315 pub const ERROR_CANTREAD: WIN32_ERROR = 1012u32;
14316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14317 pub const ERROR_CANTWRITE: WIN32_ERROR = 1013u32;
14318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14319 pub const ERROR_REGISTRY_RECOVERED: WIN32_ERROR = 1014u32;
14320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14321 pub const ERROR_REGISTRY_CORRUPT: WIN32_ERROR = 1015u32;
14322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14323 pub const ERROR_REGISTRY_IO_FAILED: WIN32_ERROR = 1016u32;
14324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14325 pub const ERROR_NOT_REGISTRY_FILE: WIN32_ERROR = 1017u32;
14326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14327 pub const ERROR_KEY_DELETED: WIN32_ERROR = 1018u32;
14328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14329 pub const ERROR_NO_LOG_SPACE: WIN32_ERROR = 1019u32;
14330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14331 pub const ERROR_KEY_HAS_CHILDREN: WIN32_ERROR = 1020u32;
14332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14333 pub const ERROR_CHILD_MUST_BE_VOLATILE: WIN32_ERROR = 1021u32;
14334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14335 pub const ERROR_NOTIFY_ENUM_DIR: WIN32_ERROR = 1022u32;
14336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14337 pub const ERROR_DEPENDENT_SERVICES_RUNNING: WIN32_ERROR = 1051u32;
14338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14339 pub const ERROR_INVALID_SERVICE_CONTROL: WIN32_ERROR = 1052u32;
14340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14341 pub const ERROR_SERVICE_REQUEST_TIMEOUT: WIN32_ERROR = 1053u32;
14342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14343 pub const ERROR_SERVICE_NO_THREAD: WIN32_ERROR = 1054u32;
14344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14345 pub const ERROR_SERVICE_DATABASE_LOCKED: WIN32_ERROR = 1055u32;
14346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14347 pub const ERROR_SERVICE_ALREADY_RUNNING: WIN32_ERROR = 1056u32;
14348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14349 pub const ERROR_INVALID_SERVICE_ACCOUNT: WIN32_ERROR = 1057u32;
14350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14351 pub const ERROR_SERVICE_DISABLED: WIN32_ERROR = 1058u32;
14352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14353 pub const ERROR_CIRCULAR_DEPENDENCY: WIN32_ERROR = 1059u32;
14354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14355 pub const ERROR_SERVICE_DOES_NOT_EXIST: WIN32_ERROR = 1060u32;
14356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14357 pub const ERROR_SERVICE_CANNOT_ACCEPT_CTRL: WIN32_ERROR = 1061u32;
14358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14359 pub const ERROR_SERVICE_NOT_ACTIVE: WIN32_ERROR = 1062u32;
14360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14361 pub const ERROR_FAILED_SERVICE_CONTROLLER_CONNECT: WIN32_ERROR = 1063u32;
14362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14363 pub const ERROR_EXCEPTION_IN_SERVICE: WIN32_ERROR = 1064u32;
14364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14365 pub const ERROR_DATABASE_DOES_NOT_EXIST: WIN32_ERROR = 1065u32;
14366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14367 pub const ERROR_SERVICE_SPECIFIC_ERROR: WIN32_ERROR = 1066u32;
14368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14369 pub const ERROR_PROCESS_ABORTED: WIN32_ERROR = 1067u32;
14370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14371 pub const ERROR_SERVICE_DEPENDENCY_FAIL: WIN32_ERROR = 1068u32;
14372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14373 pub const ERROR_SERVICE_LOGON_FAILED: WIN32_ERROR = 1069u32;
14374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14375 pub const ERROR_SERVICE_START_HANG: WIN32_ERROR = 1070u32;
14376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14377 pub const ERROR_INVALID_SERVICE_LOCK: WIN32_ERROR = 1071u32;
14378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14379 pub const ERROR_SERVICE_MARKED_FOR_DELETE: WIN32_ERROR = 1072u32;
14380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14381 pub const ERROR_SERVICE_EXISTS: WIN32_ERROR = 1073u32;
14382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14383 pub const ERROR_ALREADY_RUNNING_LKG: WIN32_ERROR = 1074u32;
14384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14385 pub const ERROR_SERVICE_DEPENDENCY_DELETED: WIN32_ERROR = 1075u32;
14386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14387 pub const ERROR_BOOT_ALREADY_ACCEPTED: WIN32_ERROR = 1076u32;
14388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14389 pub const ERROR_SERVICE_NEVER_STARTED: WIN32_ERROR = 1077u32;
14390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14391 pub const ERROR_DUPLICATE_SERVICE_NAME: WIN32_ERROR = 1078u32;
14392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14393 pub const ERROR_DIFFERENT_SERVICE_ACCOUNT: WIN32_ERROR = 1079u32;
14394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14395 pub const ERROR_CANNOT_DETECT_DRIVER_FAILURE: WIN32_ERROR = 1080u32;
14396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14397 pub const ERROR_CANNOT_DETECT_PROCESS_ABORT: WIN32_ERROR = 1081u32;
14398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14399 pub const ERROR_NO_RECOVERY_PROGRAM: WIN32_ERROR = 1082u32;
14400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14401 pub const ERROR_SERVICE_NOT_IN_EXE: WIN32_ERROR = 1083u32;
14402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14403 pub const ERROR_NOT_SAFEBOOT_SERVICE: WIN32_ERROR = 1084u32;
14404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14405 pub const ERROR_END_OF_MEDIA: WIN32_ERROR = 1100u32;
14406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14407 pub const ERROR_FILEMARK_DETECTED: WIN32_ERROR = 1101u32;
14408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14409 pub const ERROR_BEGINNING_OF_MEDIA: WIN32_ERROR = 1102u32;
14410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14411 pub const ERROR_SETMARK_DETECTED: WIN32_ERROR = 1103u32;
14412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14413 pub const ERROR_NO_DATA_DETECTED: WIN32_ERROR = 1104u32;
14414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14415 pub const ERROR_PARTITION_FAILURE: WIN32_ERROR = 1105u32;
14416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14417 pub const ERROR_INVALID_BLOCK_LENGTH: WIN32_ERROR = 1106u32;
14418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14419 pub const ERROR_DEVICE_NOT_PARTITIONED: WIN32_ERROR = 1107u32;
14420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14421 pub const ERROR_UNABLE_TO_LOCK_MEDIA: WIN32_ERROR = 1108u32;
14422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14423 pub const ERROR_UNABLE_TO_UNLOAD_MEDIA: WIN32_ERROR = 1109u32;
14424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14425 pub const ERROR_MEDIA_CHANGED: WIN32_ERROR = 1110u32;
14426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14427 pub const ERROR_BUS_RESET: WIN32_ERROR = 1111u32;
14428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14429 pub const ERROR_NO_MEDIA_IN_DRIVE: WIN32_ERROR = 1112u32;
14430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14431 pub const ERROR_NO_UNICODE_TRANSLATION: WIN32_ERROR = 1113u32;
14432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14433 pub const ERROR_DLL_INIT_FAILED: WIN32_ERROR = 1114u32;
14434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14435 pub const ERROR_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1115u32;
14436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14437 pub const ERROR_NO_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1116u32;
14438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14439 pub const ERROR_IO_DEVICE: WIN32_ERROR = 1117u32;
14440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14441 pub const ERROR_SERIAL_NO_DEVICE: WIN32_ERROR = 1118u32;
14442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14443 pub const ERROR_IRQ_BUSY: WIN32_ERROR = 1119u32;
14444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14445 pub const ERROR_MORE_WRITES: WIN32_ERROR = 1120u32;
14446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14447 pub const ERROR_COUNTER_TIMEOUT: WIN32_ERROR = 1121u32;
14448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14449 pub const ERROR_FLOPPY_ID_MARK_NOT_FOUND: WIN32_ERROR = 1122u32;
14450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14451 pub const ERROR_FLOPPY_WRONG_CYLINDER: WIN32_ERROR = 1123u32;
14452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14453 pub const ERROR_FLOPPY_UNKNOWN_ERROR: WIN32_ERROR = 1124u32;
14454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14455 pub const ERROR_FLOPPY_BAD_REGISTERS: WIN32_ERROR = 1125u32;
14456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14457 pub const ERROR_DISK_RECALIBRATE_FAILED: WIN32_ERROR = 1126u32;
14458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14459 pub const ERROR_DISK_OPERATION_FAILED: WIN32_ERROR = 1127u32;
14460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14461 pub const ERROR_DISK_RESET_FAILED: WIN32_ERROR = 1128u32;
14462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14463 pub const ERROR_EOM_OVERFLOW: WIN32_ERROR = 1129u32;
14464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14465 pub const ERROR_NOT_ENOUGH_SERVER_MEMORY: WIN32_ERROR = 1130u32;
14466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14467 pub const ERROR_POSSIBLE_DEADLOCK: WIN32_ERROR = 1131u32;
14468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14469 pub const ERROR_MAPPED_ALIGNMENT: WIN32_ERROR = 1132u32;
14470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14471 pub const ERROR_SET_POWER_STATE_VETOED: WIN32_ERROR = 1140u32;
14472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14473 pub const ERROR_SET_POWER_STATE_FAILED: WIN32_ERROR = 1141u32;
14474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14475 pub const ERROR_TOO_MANY_LINKS: WIN32_ERROR = 1142u32;
14476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14477 pub const ERROR_OLD_WIN_VERSION: WIN32_ERROR = 1150u32;
14478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14479 pub const ERROR_APP_WRONG_OS: WIN32_ERROR = 1151u32;
14480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14481 pub const ERROR_SINGLE_INSTANCE_APP: WIN32_ERROR = 1152u32;
14482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14483 pub const ERROR_RMODE_APP: WIN32_ERROR = 1153u32;
14484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14485 pub const ERROR_INVALID_DLL: WIN32_ERROR = 1154u32;
14486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14487 pub const ERROR_NO_ASSOCIATION: WIN32_ERROR = 1155u32;
14488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14489 pub const ERROR_DDE_FAIL: WIN32_ERROR = 1156u32;
14490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14491 pub const ERROR_DLL_NOT_FOUND: WIN32_ERROR = 1157u32;
14492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14493 pub const ERROR_NO_MORE_USER_HANDLES: WIN32_ERROR = 1158u32;
14494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14495 pub const ERROR_MESSAGE_SYNC_ONLY: WIN32_ERROR = 1159u32;
14496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14497 pub const ERROR_SOURCE_ELEMENT_EMPTY: WIN32_ERROR = 1160u32;
14498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14499 pub const ERROR_DESTINATION_ELEMENT_FULL: WIN32_ERROR = 1161u32;
14500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14501 pub const ERROR_ILLEGAL_ELEMENT_ADDRESS: WIN32_ERROR = 1162u32;
14502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14503 pub const ERROR_MAGAZINE_NOT_PRESENT: WIN32_ERROR = 1163u32;
14504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14505 pub const ERROR_DEVICE_REINITIALIZATION_NEEDED: WIN32_ERROR = 1164u32;
14506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14507 pub const ERROR_DEVICE_REQUIRES_CLEANING: WIN32_ERROR = 1165u32;
14508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14509 pub const ERROR_DEVICE_DOOR_OPEN: WIN32_ERROR = 1166u32;
14510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14511 pub const ERROR_DEVICE_NOT_CONNECTED: WIN32_ERROR = 1167u32;
14512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14513 pub const ERROR_NOT_FOUND: WIN32_ERROR = 1168u32;
14514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14515 pub const ERROR_NO_MATCH: WIN32_ERROR = 1169u32;
14516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14517 pub const ERROR_SET_NOT_FOUND: WIN32_ERROR = 1170u32;
14518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14519 pub const ERROR_POINT_NOT_FOUND: WIN32_ERROR = 1171u32;
14520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14521 pub const ERROR_NO_TRACKING_SERVICE: WIN32_ERROR = 1172u32;
14522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14523 pub const ERROR_NO_VOLUME_ID: WIN32_ERROR = 1173u32;
14524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14525 pub const ERROR_UNABLE_TO_REMOVE_REPLACED: WIN32_ERROR = 1175u32;
14526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14527 pub const ERROR_UNABLE_TO_MOVE_REPLACEMENT: WIN32_ERROR = 1176u32;
14528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14529 pub const ERROR_UNABLE_TO_MOVE_REPLACEMENT_2: WIN32_ERROR = 1177u32;
14530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14531 pub const ERROR_JOURNAL_DELETE_IN_PROGRESS: WIN32_ERROR = 1178u32;
14532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14533 pub const ERROR_JOURNAL_NOT_ACTIVE: WIN32_ERROR = 1179u32;
14534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14535 pub const ERROR_POTENTIAL_FILE_FOUND: WIN32_ERROR = 1180u32;
14536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14537 pub const ERROR_JOURNAL_ENTRY_DELETED: WIN32_ERROR = 1181u32;
14538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14539 pub const ERROR_PARTITION_TERMINATING: WIN32_ERROR = 1184u32;
14540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14541 pub const ERROR_SHUTDOWN_IS_SCHEDULED: WIN32_ERROR = 1190u32;
14542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14543 pub const ERROR_SHUTDOWN_USERS_LOGGED_ON: WIN32_ERROR = 1191u32;
14544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14545 pub const ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE: WIN32_ERROR = 1192u32;
14546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14547 pub const ERROR_BAD_DEVICE: WIN32_ERROR = 1200u32;
14548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14549 pub const ERROR_CONNECTION_UNAVAIL: WIN32_ERROR = 1201u32;
14550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14551 pub const ERROR_DEVICE_ALREADY_REMEMBERED: WIN32_ERROR = 1202u32;
14552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14553 pub const ERROR_NO_NET_OR_BAD_PATH: WIN32_ERROR = 1203u32;
14554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14555 pub const ERROR_BAD_PROVIDER: WIN32_ERROR = 1204u32;
14556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14557 pub const ERROR_CANNOT_OPEN_PROFILE: WIN32_ERROR = 1205u32;
14558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14559 pub const ERROR_BAD_PROFILE: WIN32_ERROR = 1206u32;
14560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14561 pub const ERROR_NOT_CONTAINER: WIN32_ERROR = 1207u32;
14562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14563 pub const ERROR_EXTENDED_ERROR: WIN32_ERROR = 1208u32;
14564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14565 pub const ERROR_INVALID_GROUPNAME: WIN32_ERROR = 1209u32;
14566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14567 pub const ERROR_INVALID_COMPUTERNAME: WIN32_ERROR = 1210u32;
14568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14569 pub const ERROR_INVALID_EVENTNAME: WIN32_ERROR = 1211u32;
14570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14571 pub const ERROR_INVALID_DOMAINNAME: WIN32_ERROR = 1212u32;
14572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14573 pub const ERROR_INVALID_SERVICENAME: WIN32_ERROR = 1213u32;
14574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14575 pub const ERROR_INVALID_NETNAME: WIN32_ERROR = 1214u32;
14576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14577 pub const ERROR_INVALID_SHARENAME: WIN32_ERROR = 1215u32;
14578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14579 pub const ERROR_INVALID_PASSWORDNAME: WIN32_ERROR = 1216u32;
14580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14581 pub const ERROR_INVALID_MESSAGENAME: WIN32_ERROR = 1217u32;
14582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14583 pub const ERROR_INVALID_MESSAGEDEST: WIN32_ERROR = 1218u32;
14584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14585 pub const ERROR_SESSION_CREDENTIAL_CONFLICT: WIN32_ERROR = 1219u32;
14586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14587 pub const ERROR_REMOTE_SESSION_LIMIT_EXCEEDED: WIN32_ERROR = 1220u32;
14588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14589 pub const ERROR_DUP_DOMAINNAME: WIN32_ERROR = 1221u32;
14590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14591 pub const ERROR_NO_NETWORK: WIN32_ERROR = 1222u32;
14592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14593 pub const ERROR_CANCELLED: WIN32_ERROR = 1223u32;
14594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14595 pub const ERROR_USER_MAPPED_FILE: WIN32_ERROR = 1224u32;
14596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14597 pub const ERROR_CONNECTION_REFUSED: WIN32_ERROR = 1225u32;
14598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14599 pub const ERROR_GRACEFUL_DISCONNECT: WIN32_ERROR = 1226u32;
14600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14601 pub const ERROR_ADDRESS_ALREADY_ASSOCIATED: WIN32_ERROR = 1227u32;
14602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14603 pub const ERROR_ADDRESS_NOT_ASSOCIATED: WIN32_ERROR = 1228u32;
14604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14605 pub const ERROR_CONNECTION_INVALID: WIN32_ERROR = 1229u32;
14606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14607 pub const ERROR_CONNECTION_ACTIVE: WIN32_ERROR = 1230u32;
14608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14609 pub const ERROR_NETWORK_UNREACHABLE: WIN32_ERROR = 1231u32;
14610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14611 pub const ERROR_HOST_UNREACHABLE: WIN32_ERROR = 1232u32;
14612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14613 pub const ERROR_PROTOCOL_UNREACHABLE: WIN32_ERROR = 1233u32;
14614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14615 pub const ERROR_PORT_UNREACHABLE: WIN32_ERROR = 1234u32;
14616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14617 pub const ERROR_REQUEST_ABORTED: WIN32_ERROR = 1235u32;
14618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14619 pub const ERROR_CONNECTION_ABORTED: WIN32_ERROR = 1236u32;
14620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14621 pub const ERROR_RETRY: WIN32_ERROR = 1237u32;
14622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14623 pub const ERROR_CONNECTION_COUNT_LIMIT: WIN32_ERROR = 1238u32;
14624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14625 pub const ERROR_LOGIN_TIME_RESTRICTION: WIN32_ERROR = 1239u32;
14626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14627 pub const ERROR_LOGIN_WKSTA_RESTRICTION: WIN32_ERROR = 1240u32;
14628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14629 pub const ERROR_INCORRECT_ADDRESS: WIN32_ERROR = 1241u32;
14630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14631 pub const ERROR_ALREADY_REGISTERED: WIN32_ERROR = 1242u32;
14632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14633 pub const ERROR_SERVICE_NOT_FOUND: WIN32_ERROR = 1243u32;
14634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14635 pub const ERROR_NOT_AUTHENTICATED: WIN32_ERROR = 1244u32;
14636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14637 pub const ERROR_NOT_LOGGED_ON: WIN32_ERROR = 1245u32;
14638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14639 pub const ERROR_CONTINUE: WIN32_ERROR = 1246u32;
14640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14641 pub const ERROR_ALREADY_INITIALIZED: WIN32_ERROR = 1247u32;
14642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14643 pub const ERROR_NO_MORE_DEVICES: WIN32_ERROR = 1248u32;
14644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14645 pub const ERROR_NO_SUCH_SITE: WIN32_ERROR = 1249u32;
14646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14647 pub const ERROR_DOMAIN_CONTROLLER_EXISTS: WIN32_ERROR = 1250u32;
14648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14649 pub const ERROR_ONLY_IF_CONNECTED: WIN32_ERROR = 1251u32;
14650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14651 pub const ERROR_OVERRIDE_NOCHANGES: WIN32_ERROR = 1252u32;
14652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14653 pub const ERROR_BAD_USER_PROFILE: WIN32_ERROR = 1253u32;
14654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14655 pub const ERROR_NOT_SUPPORTED_ON_SBS: WIN32_ERROR = 1254u32;
14656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14657 pub const ERROR_SERVER_SHUTDOWN_IN_PROGRESS: WIN32_ERROR = 1255u32;
14658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14659 pub const ERROR_HOST_DOWN: WIN32_ERROR = 1256u32;
14660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14661 pub const ERROR_NON_ACCOUNT_SID: WIN32_ERROR = 1257u32;
14662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14663 pub const ERROR_NON_DOMAIN_SID: WIN32_ERROR = 1258u32;
14664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14665 pub const ERROR_APPHELP_BLOCK: WIN32_ERROR = 1259u32;
14666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14667 pub const ERROR_ACCESS_DISABLED_BY_POLICY: WIN32_ERROR = 1260u32;
14668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14669 pub const ERROR_REG_NAT_CONSUMPTION: WIN32_ERROR = 1261u32;
14670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14671 pub const ERROR_CSCSHARE_OFFLINE: WIN32_ERROR = 1262u32;
14672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14673 pub const ERROR_PKINIT_FAILURE: WIN32_ERROR = 1263u32;
14674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14675 pub const ERROR_SMARTCARD_SUBSYSTEM_FAILURE: WIN32_ERROR = 1264u32;
14676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14677 pub const ERROR_DOWNGRADE_DETECTED: WIN32_ERROR = 1265u32;
14678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14679 pub const ERROR_MACHINE_LOCKED: WIN32_ERROR = 1271u32;
14680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14681 pub const ERROR_SMB_GUEST_LOGON_BLOCKED: WIN32_ERROR = 1272u32;
14682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14683 pub const ERROR_CALLBACK_SUPPLIED_INVALID_DATA: WIN32_ERROR = 1273u32;
14684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14685 pub const ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED: WIN32_ERROR = 1274u32;
14686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14687 pub const ERROR_DRIVER_BLOCKED: WIN32_ERROR = 1275u32;
14688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14689 pub const ERROR_INVALID_IMPORT_OF_NON_DLL: WIN32_ERROR = 1276u32;
14690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14691 pub const ERROR_ACCESS_DISABLED_WEBBLADE: WIN32_ERROR = 1277u32;
14692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14693 pub const ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER: WIN32_ERROR = 1278u32;
14694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14695 pub const ERROR_RECOVERY_FAILURE: WIN32_ERROR = 1279u32;
14696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14697 pub const ERROR_ALREADY_FIBER: WIN32_ERROR = 1280u32;
14698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14699 pub const ERROR_ALREADY_THREAD: WIN32_ERROR = 1281u32;
14700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14701 pub const ERROR_STACK_BUFFER_OVERRUN: WIN32_ERROR = 1282u32;
14702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14703 pub const ERROR_PARAMETER_QUOTA_EXCEEDED: WIN32_ERROR = 1283u32;
14704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14705 pub const ERROR_DEBUGGER_INACTIVE: WIN32_ERROR = 1284u32;
14706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14707 pub const ERROR_DELAY_LOAD_FAILED: WIN32_ERROR = 1285u32;
14708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14709 pub const ERROR_VDM_DISALLOWED: WIN32_ERROR = 1286u32;
14710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14711 pub const ERROR_UNIDENTIFIED_ERROR: WIN32_ERROR = 1287u32;
14712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14713 pub const ERROR_INVALID_CRUNTIME_PARAMETER: WIN32_ERROR = 1288u32;
14714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14715 pub const ERROR_BEYOND_VDL: WIN32_ERROR = 1289u32;
14716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14717 pub const ERROR_INCOMPATIBLE_SERVICE_SID_TYPE: WIN32_ERROR = 1290u32;
14718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14719 pub const ERROR_DRIVER_PROCESS_TERMINATED: WIN32_ERROR = 1291u32;
14720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14721 pub const ERROR_IMPLEMENTATION_LIMIT: WIN32_ERROR = 1292u32;
14722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14723 pub const ERROR_PROCESS_IS_PROTECTED: WIN32_ERROR = 1293u32;
14724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14725 pub const ERROR_SERVICE_NOTIFY_CLIENT_LAGGING: WIN32_ERROR = 1294u32;
14726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14727 pub const ERROR_DISK_QUOTA_EXCEEDED: WIN32_ERROR = 1295u32;
14728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14729 pub const ERROR_CONTENT_BLOCKED: WIN32_ERROR = 1296u32;
14730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14731 pub const ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE: WIN32_ERROR = 1297u32;
14732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14733 pub const ERROR_APP_HANG: WIN32_ERROR = 1298u32;
14734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14735 pub const ERROR_INVALID_LABEL: WIN32_ERROR = 1299u32;
14736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14737 pub const ERROR_NOT_ALL_ASSIGNED: WIN32_ERROR = 1300u32;
14738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14739 pub const ERROR_SOME_NOT_MAPPED: WIN32_ERROR = 1301u32;
14740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14741 pub const ERROR_NO_QUOTAS_FOR_ACCOUNT: WIN32_ERROR = 1302u32;
14742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14743 pub const ERROR_LOCAL_USER_SESSION_KEY: WIN32_ERROR = 1303u32;
14744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14745 pub const ERROR_NULL_LM_PASSWORD: WIN32_ERROR = 1304u32;
14746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14747 pub const ERROR_UNKNOWN_REVISION: WIN32_ERROR = 1305u32;
14748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14749 pub const ERROR_REVISION_MISMATCH: WIN32_ERROR = 1306u32;
14750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14751 pub const ERROR_INVALID_OWNER: WIN32_ERROR = 1307u32;
14752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14753 pub const ERROR_INVALID_PRIMARY_GROUP: WIN32_ERROR = 1308u32;
14754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14755 pub const ERROR_NO_IMPERSONATION_TOKEN: WIN32_ERROR = 1309u32;
14756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14757 pub const ERROR_CANT_DISABLE_MANDATORY: WIN32_ERROR = 1310u32;
14758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14759 pub const ERROR_NO_LOGON_SERVERS: WIN32_ERROR = 1311u32;
14760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14761 pub const ERROR_NO_SUCH_LOGON_SESSION: WIN32_ERROR = 1312u32;
14762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14763 pub const ERROR_NO_SUCH_PRIVILEGE: WIN32_ERROR = 1313u32;
14764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14765 pub const ERROR_PRIVILEGE_NOT_HELD: WIN32_ERROR = 1314u32;
14766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14767 pub const ERROR_INVALID_ACCOUNT_NAME: WIN32_ERROR = 1315u32;
14768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14769 pub const ERROR_USER_EXISTS: WIN32_ERROR = 1316u32;
14770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14771 pub const ERROR_NO_SUCH_USER: WIN32_ERROR = 1317u32;
14772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14773 pub const ERROR_GROUP_EXISTS: WIN32_ERROR = 1318u32;
14774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14775 pub const ERROR_NO_SUCH_GROUP: WIN32_ERROR = 1319u32;
14776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14777 pub const ERROR_MEMBER_IN_GROUP: WIN32_ERROR = 1320u32;
14778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14779 pub const ERROR_MEMBER_NOT_IN_GROUP: WIN32_ERROR = 1321u32;
14780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14781 pub const ERROR_LAST_ADMIN: WIN32_ERROR = 1322u32;
14782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14783 pub const ERROR_WRONG_PASSWORD: WIN32_ERROR = 1323u32;
14784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14785 pub const ERROR_ILL_FORMED_PASSWORD: WIN32_ERROR = 1324u32;
14786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14787 pub const ERROR_PASSWORD_RESTRICTION: WIN32_ERROR = 1325u32;
14788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14789 pub const ERROR_LOGON_FAILURE: WIN32_ERROR = 1326u32;
14790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14791 pub const ERROR_ACCOUNT_RESTRICTION: WIN32_ERROR = 1327u32;
14792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14793 pub const ERROR_INVALID_LOGON_HOURS: WIN32_ERROR = 1328u32;
14794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14795 pub const ERROR_INVALID_WORKSTATION: WIN32_ERROR = 1329u32;
14796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14797 pub const ERROR_PASSWORD_EXPIRED: WIN32_ERROR = 1330u32;
14798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14799 pub const ERROR_ACCOUNT_DISABLED: WIN32_ERROR = 1331u32;
14800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14801 pub const ERROR_NONE_MAPPED: WIN32_ERROR = 1332u32;
14802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14803 pub const ERROR_TOO_MANY_LUIDS_REQUESTED: WIN32_ERROR = 1333u32;
14804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14805 pub const ERROR_LUIDS_EXHAUSTED: WIN32_ERROR = 1334u32;
14806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14807 pub const ERROR_INVALID_SUB_AUTHORITY: WIN32_ERROR = 1335u32;
14808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14809 pub const ERROR_INVALID_ACL: WIN32_ERROR = 1336u32;
14810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14811 pub const ERROR_INVALID_SID: WIN32_ERROR = 1337u32;
14812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14813 pub const ERROR_INVALID_SECURITY_DESCR: WIN32_ERROR = 1338u32;
14814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14815 pub const ERROR_BAD_INHERITANCE_ACL: WIN32_ERROR = 1340u32;
14816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14817 pub const ERROR_SERVER_DISABLED: WIN32_ERROR = 1341u32;
14818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14819 pub const ERROR_SERVER_NOT_DISABLED: WIN32_ERROR = 1342u32;
14820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14821 pub const ERROR_INVALID_ID_AUTHORITY: WIN32_ERROR = 1343u32;
14822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14823 pub const ERROR_ALLOTTED_SPACE_EXCEEDED: WIN32_ERROR = 1344u32;
14824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14825 pub const ERROR_INVALID_GROUP_ATTRIBUTES: WIN32_ERROR = 1345u32;
14826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14827 pub const ERROR_BAD_IMPERSONATION_LEVEL: WIN32_ERROR = 1346u32;
14828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14829 pub const ERROR_CANT_OPEN_ANONYMOUS: WIN32_ERROR = 1347u32;
14830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14831 pub const ERROR_BAD_VALIDATION_CLASS: WIN32_ERROR = 1348u32;
14832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14833 pub const ERROR_BAD_TOKEN_TYPE: WIN32_ERROR = 1349u32;
14834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14835 pub const ERROR_NO_SECURITY_ON_OBJECT: WIN32_ERROR = 1350u32;
14836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14837 pub const ERROR_CANT_ACCESS_DOMAIN_INFO: WIN32_ERROR = 1351u32;
14838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14839 pub const ERROR_INVALID_SERVER_STATE: WIN32_ERROR = 1352u32;
14840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14841 pub const ERROR_INVALID_DOMAIN_STATE: WIN32_ERROR = 1353u32;
14842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14843 pub const ERROR_INVALID_DOMAIN_ROLE: WIN32_ERROR = 1354u32;
14844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14845 pub const ERROR_NO_SUCH_DOMAIN: WIN32_ERROR = 1355u32;
14846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14847 pub const ERROR_DOMAIN_EXISTS: WIN32_ERROR = 1356u32;
14848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14849 pub const ERROR_DOMAIN_LIMIT_EXCEEDED: WIN32_ERROR = 1357u32;
14850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14851 pub const ERROR_INTERNAL_DB_CORRUPTION: WIN32_ERROR = 1358u32;
14852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14853 pub const ERROR_INTERNAL_ERROR: WIN32_ERROR = 1359u32;
14854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14855 pub const ERROR_GENERIC_NOT_MAPPED: WIN32_ERROR = 1360u32;
14856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14857 pub const ERROR_BAD_DESCRIPTOR_FORMAT: WIN32_ERROR = 1361u32;
14858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14859 pub const ERROR_NOT_LOGON_PROCESS: WIN32_ERROR = 1362u32;
14860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14861 pub const ERROR_LOGON_SESSION_EXISTS: WIN32_ERROR = 1363u32;
14862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14863 pub const ERROR_NO_SUCH_PACKAGE: WIN32_ERROR = 1364u32;
14864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14865 pub const ERROR_BAD_LOGON_SESSION_STATE: WIN32_ERROR = 1365u32;
14866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14867 pub const ERROR_LOGON_SESSION_COLLISION: WIN32_ERROR = 1366u32;
14868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14869 pub const ERROR_INVALID_LOGON_TYPE: WIN32_ERROR = 1367u32;
14870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14871 pub const ERROR_CANNOT_IMPERSONATE: WIN32_ERROR = 1368u32;
14872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14873 pub const ERROR_RXACT_INVALID_STATE: WIN32_ERROR = 1369u32;
14874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14875 pub const ERROR_RXACT_COMMIT_FAILURE: WIN32_ERROR = 1370u32;
14876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14877 pub const ERROR_SPECIAL_ACCOUNT: WIN32_ERROR = 1371u32;
14878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14879 pub const ERROR_SPECIAL_GROUP: WIN32_ERROR = 1372u32;
14880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14881 pub const ERROR_SPECIAL_USER: WIN32_ERROR = 1373u32;
14882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14883 pub const ERROR_MEMBERS_PRIMARY_GROUP: WIN32_ERROR = 1374u32;
14884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14885 pub const ERROR_TOKEN_ALREADY_IN_USE: WIN32_ERROR = 1375u32;
14886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14887 pub const ERROR_NO_SUCH_ALIAS: WIN32_ERROR = 1376u32;
14888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14889 pub const ERROR_MEMBER_NOT_IN_ALIAS: WIN32_ERROR = 1377u32;
14890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14891 pub const ERROR_MEMBER_IN_ALIAS: WIN32_ERROR = 1378u32;
14892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14893 pub const ERROR_ALIAS_EXISTS: WIN32_ERROR = 1379u32;
14894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14895 pub const ERROR_LOGON_NOT_GRANTED: WIN32_ERROR = 1380u32;
14896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14897 pub const ERROR_TOO_MANY_SECRETS: WIN32_ERROR = 1381u32;
14898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14899 pub const ERROR_SECRET_TOO_LONG: WIN32_ERROR = 1382u32;
14900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14901 pub const ERROR_INTERNAL_DB_ERROR: WIN32_ERROR = 1383u32;
14902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14903 pub const ERROR_TOO_MANY_CONTEXT_IDS: WIN32_ERROR = 1384u32;
14904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14905 pub const ERROR_LOGON_TYPE_NOT_GRANTED: WIN32_ERROR = 1385u32;
14906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14907 pub const ERROR_NT_CROSS_ENCRYPTION_REQUIRED: WIN32_ERROR = 1386u32;
14908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14909 pub const ERROR_NO_SUCH_MEMBER: WIN32_ERROR = 1387u32;
14910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14911 pub const ERROR_INVALID_MEMBER: WIN32_ERROR = 1388u32;
14912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14913 pub const ERROR_TOO_MANY_SIDS: WIN32_ERROR = 1389u32;
14914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14915 pub const ERROR_LM_CROSS_ENCRYPTION_REQUIRED: WIN32_ERROR = 1390u32;
14916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14917 pub const ERROR_NO_INHERITANCE: WIN32_ERROR = 1391u32;
14918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14919 pub const ERROR_FILE_CORRUPT: WIN32_ERROR = 1392u32;
14920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14921 pub const ERROR_DISK_CORRUPT: WIN32_ERROR = 1393u32;
14922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14923 pub const ERROR_NO_USER_SESSION_KEY: WIN32_ERROR = 1394u32;
14924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14925 pub const ERROR_LICENSE_QUOTA_EXCEEDED: WIN32_ERROR = 1395u32;
14926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14927 pub const ERROR_WRONG_TARGET_NAME: WIN32_ERROR = 1396u32;
14928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14929 pub const ERROR_MUTUAL_AUTH_FAILED: WIN32_ERROR = 1397u32;
14930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14931 pub const ERROR_TIME_SKEW: WIN32_ERROR = 1398u32;
14932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14933 pub const ERROR_CURRENT_DOMAIN_NOT_ALLOWED: WIN32_ERROR = 1399u32;
14934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14935 pub const ERROR_INVALID_WINDOW_HANDLE: WIN32_ERROR = 1400u32;
14936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14937 pub const ERROR_INVALID_MENU_HANDLE: WIN32_ERROR = 1401u32;
14938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14939 pub const ERROR_INVALID_CURSOR_HANDLE: WIN32_ERROR = 1402u32;
14940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14941 pub const ERROR_INVALID_ACCEL_HANDLE: WIN32_ERROR = 1403u32;
14942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14943 pub const ERROR_INVALID_HOOK_HANDLE: WIN32_ERROR = 1404u32;
14944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14945 pub const ERROR_INVALID_DWP_HANDLE: WIN32_ERROR = 1405u32;
14946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14947 pub const ERROR_TLW_WITH_WSCHILD: WIN32_ERROR = 1406u32;
14948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14949 pub const ERROR_CANNOT_FIND_WND_CLASS: WIN32_ERROR = 1407u32;
14950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14951 pub const ERROR_WINDOW_OF_OTHER_THREAD: WIN32_ERROR = 1408u32;
14952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14953 pub const ERROR_HOTKEY_ALREADY_REGISTERED: WIN32_ERROR = 1409u32;
14954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14955 pub const ERROR_CLASS_ALREADY_EXISTS: WIN32_ERROR = 1410u32;
14956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14957 pub const ERROR_CLASS_DOES_NOT_EXIST: WIN32_ERROR = 1411u32;
14958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14959 pub const ERROR_CLASS_HAS_WINDOWS: WIN32_ERROR = 1412u32;
14960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14961 pub const ERROR_INVALID_INDEX: WIN32_ERROR = 1413u32;
14962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14963 pub const ERROR_INVALID_ICON_HANDLE: WIN32_ERROR = 1414u32;
14964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14965 pub const ERROR_PRIVATE_DIALOG_INDEX: WIN32_ERROR = 1415u32;
14966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14967 pub const ERROR_LISTBOX_ID_NOT_FOUND: WIN32_ERROR = 1416u32;
14968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14969 pub const ERROR_NO_WILDCARD_CHARACTERS: WIN32_ERROR = 1417u32;
14970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14971 pub const ERROR_CLIPBOARD_NOT_OPEN: WIN32_ERROR = 1418u32;
14972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14973 pub const ERROR_HOTKEY_NOT_REGISTERED: WIN32_ERROR = 1419u32;
14974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14975 pub const ERROR_WINDOW_NOT_DIALOG: WIN32_ERROR = 1420u32;
14976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14977 pub const ERROR_CONTROL_ID_NOT_FOUND: WIN32_ERROR = 1421u32;
14978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14979 pub const ERROR_INVALID_COMBOBOX_MESSAGE: WIN32_ERROR = 1422u32;
14980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14981 pub const ERROR_WINDOW_NOT_COMBOBOX: WIN32_ERROR = 1423u32;
14982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14983 pub const ERROR_INVALID_EDIT_HEIGHT: WIN32_ERROR = 1424u32;
14984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14985 pub const ERROR_DC_NOT_FOUND: WIN32_ERROR = 1425u32;
14986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14987 pub const ERROR_INVALID_HOOK_FILTER: WIN32_ERROR = 1426u32;
14988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14989 pub const ERROR_INVALID_FILTER_PROC: WIN32_ERROR = 1427u32;
14990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14991 pub const ERROR_HOOK_NEEDS_HMOD: WIN32_ERROR = 1428u32;
14992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14993 pub const ERROR_GLOBAL_ONLY_HOOK: WIN32_ERROR = 1429u32;
14994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14995 pub const ERROR_JOURNAL_HOOK_SET: WIN32_ERROR = 1430u32;
14996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14997 pub const ERROR_HOOK_NOT_INSTALLED: WIN32_ERROR = 1431u32;
14998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
14999 pub const ERROR_INVALID_LB_MESSAGE: WIN32_ERROR = 1432u32;
15000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15001 pub const ERROR_SETCOUNT_ON_BAD_LB: WIN32_ERROR = 1433u32;
15002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15003 pub const ERROR_LB_WITHOUT_TABSTOPS: WIN32_ERROR = 1434u32;
15004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15005 pub const ERROR_DESTROY_OBJECT_OF_OTHER_THREAD: WIN32_ERROR = 1435u32;
15006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15007 pub const ERROR_CHILD_WINDOW_MENU: WIN32_ERROR = 1436u32;
15008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15009 pub const ERROR_NO_SYSTEM_MENU: WIN32_ERROR = 1437u32;
15010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15011 pub const ERROR_INVALID_MSGBOX_STYLE: WIN32_ERROR = 1438u32;
15012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15013 pub const ERROR_INVALID_SPI_VALUE: WIN32_ERROR = 1439u32;
15014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15015 pub const ERROR_SCREEN_ALREADY_LOCKED: WIN32_ERROR = 1440u32;
15016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15017 pub const ERROR_HWNDS_HAVE_DIFF_PARENT: WIN32_ERROR = 1441u32;
15018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15019 pub const ERROR_NOT_CHILD_WINDOW: WIN32_ERROR = 1442u32;
15020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15021 pub const ERROR_INVALID_GW_COMMAND: WIN32_ERROR = 1443u32;
15022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15023 pub const ERROR_INVALID_THREAD_ID: WIN32_ERROR = 1444u32;
15024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15025 pub const ERROR_NON_MDICHILD_WINDOW: WIN32_ERROR = 1445u32;
15026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15027 pub const ERROR_POPUP_ALREADY_ACTIVE: WIN32_ERROR = 1446u32;
15028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15029 pub const ERROR_NO_SCROLLBARS: WIN32_ERROR = 1447u32;
15030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15031 pub const ERROR_INVALID_SCROLLBAR_RANGE: WIN32_ERROR = 1448u32;
15032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15033 pub const ERROR_INVALID_SHOWWIN_COMMAND: WIN32_ERROR = 1449u32;
15034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15035 pub const ERROR_NO_SYSTEM_RESOURCES: WIN32_ERROR = 1450u32;
15036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15037 pub const ERROR_NONPAGED_SYSTEM_RESOURCES: WIN32_ERROR = 1451u32;
15038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15039 pub const ERROR_PAGED_SYSTEM_RESOURCES: WIN32_ERROR = 1452u32;
15040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15041 pub const ERROR_WORKING_SET_QUOTA: WIN32_ERROR = 1453u32;
15042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15043 pub const ERROR_PAGEFILE_QUOTA: WIN32_ERROR = 1454u32;
15044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15045 pub const ERROR_COMMITMENT_LIMIT: WIN32_ERROR = 1455u32;
15046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15047 pub const ERROR_MENU_ITEM_NOT_FOUND: WIN32_ERROR = 1456u32;
15048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15049 pub const ERROR_INVALID_KEYBOARD_HANDLE: WIN32_ERROR = 1457u32;
15050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15051 pub const ERROR_HOOK_TYPE_NOT_ALLOWED: WIN32_ERROR = 1458u32;
15052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15053 pub const ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION: WIN32_ERROR = 1459u32;
15054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15055 pub const ERROR_TIMEOUT: WIN32_ERROR = 1460u32;
15056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15057 pub const ERROR_INVALID_MONITOR_HANDLE: WIN32_ERROR = 1461u32;
15058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15059 pub const ERROR_INCORRECT_SIZE: WIN32_ERROR = 1462u32;
15060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15061 pub const ERROR_SYMLINK_CLASS_DISABLED: WIN32_ERROR = 1463u32;
15062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15063 pub const ERROR_SYMLINK_NOT_SUPPORTED: WIN32_ERROR = 1464u32;
15064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15065 pub const ERROR_XML_PARSE_ERROR: WIN32_ERROR = 1465u32;
15066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15067 pub const ERROR_XMLDSIG_ERROR: WIN32_ERROR = 1466u32;
15068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15069 pub const ERROR_RESTART_APPLICATION: WIN32_ERROR = 1467u32;
15070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15071 pub const ERROR_WRONG_COMPARTMENT: WIN32_ERROR = 1468u32;
15072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15073 pub const ERROR_AUTHIP_FAILURE: WIN32_ERROR = 1469u32;
15074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15075 pub const ERROR_NO_NVRAM_RESOURCES: WIN32_ERROR = 1470u32;
15076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15077 pub const ERROR_NOT_GUI_PROCESS: WIN32_ERROR = 1471u32;
15078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15079 pub const ERROR_EVENTLOG_FILE_CORRUPT: WIN32_ERROR = 1500u32;
15080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15081 pub const ERROR_EVENTLOG_CANT_START: WIN32_ERROR = 1501u32;
15082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15083 pub const ERROR_LOG_FILE_FULL: WIN32_ERROR = 1502u32;
15084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15085 pub const ERROR_EVENTLOG_FILE_CHANGED: WIN32_ERROR = 1503u32;
15086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15087 pub const ERROR_CONTAINER_ASSIGNED: WIN32_ERROR = 1504u32;
15088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15089 pub const ERROR_JOB_NO_CONTAINER: WIN32_ERROR = 1505u32;
15090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15091 pub const ERROR_INVALID_TASK_NAME: WIN32_ERROR = 1550u32;
15092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15093 pub const ERROR_INVALID_TASK_INDEX: WIN32_ERROR = 1551u32;
15094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15095 pub const ERROR_THREAD_ALREADY_IN_TASK: WIN32_ERROR = 1552u32;
15096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15097 pub const ERROR_INSTALL_SERVICE_FAILURE: WIN32_ERROR = 1601u32;
15098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15099 pub const ERROR_INSTALL_USEREXIT: WIN32_ERROR = 1602u32;
15100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15101 pub const ERROR_INSTALL_FAILURE: WIN32_ERROR = 1603u32;
15102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15103 pub const ERROR_INSTALL_SUSPEND: WIN32_ERROR = 1604u32;
15104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15105 pub const ERROR_UNKNOWN_PRODUCT: WIN32_ERROR = 1605u32;
15106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15107 pub const ERROR_UNKNOWN_FEATURE: WIN32_ERROR = 1606u32;
15108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15109 pub const ERROR_UNKNOWN_COMPONENT: WIN32_ERROR = 1607u32;
15110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15111 pub const ERROR_UNKNOWN_PROPERTY: WIN32_ERROR = 1608u32;
15112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15113 pub const ERROR_INVALID_HANDLE_STATE: WIN32_ERROR = 1609u32;
15114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15115 pub const ERROR_BAD_CONFIGURATION: WIN32_ERROR = 1610u32;
15116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15117 pub const ERROR_INDEX_ABSENT: WIN32_ERROR = 1611u32;
15118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15119 pub const ERROR_INSTALL_SOURCE_ABSENT: WIN32_ERROR = 1612u32;
15120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15121 pub const ERROR_INSTALL_PACKAGE_VERSION: WIN32_ERROR = 1613u32;
15122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15123 pub const ERROR_PRODUCT_UNINSTALLED: WIN32_ERROR = 1614u32;
15124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15125 pub const ERROR_BAD_QUERY_SYNTAX: WIN32_ERROR = 1615u32;
15126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15127 pub const ERROR_INVALID_FIELD: WIN32_ERROR = 1616u32;
15128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15129 pub const ERROR_DEVICE_REMOVED: WIN32_ERROR = 1617u32;
15130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15131 pub const ERROR_INSTALL_ALREADY_RUNNING: WIN32_ERROR = 1618u32;
15132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15133 pub const ERROR_INSTALL_PACKAGE_OPEN_FAILED: WIN32_ERROR = 1619u32;
15134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15135 pub const ERROR_INSTALL_PACKAGE_INVALID: WIN32_ERROR = 1620u32;
15136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15137 pub const ERROR_INSTALL_UI_FAILURE: WIN32_ERROR = 1621u32;
15138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15139 pub const ERROR_INSTALL_LOG_FAILURE: WIN32_ERROR = 1622u32;
15140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15141 pub const ERROR_INSTALL_LANGUAGE_UNSUPPORTED: WIN32_ERROR = 1623u32;
15142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15143 pub const ERROR_INSTALL_TRANSFORM_FAILURE: WIN32_ERROR = 1624u32;
15144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15145 pub const ERROR_INSTALL_PACKAGE_REJECTED: WIN32_ERROR = 1625u32;
15146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15147 pub const ERROR_FUNCTION_NOT_CALLED: WIN32_ERROR = 1626u32;
15148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15149 pub const ERROR_FUNCTION_FAILED: WIN32_ERROR = 1627u32;
15150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15151 pub const ERROR_INVALID_TABLE: WIN32_ERROR = 1628u32;
15152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15153 pub const ERROR_DATATYPE_MISMATCH: WIN32_ERROR = 1629u32;
15154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15155 pub const ERROR_UNSUPPORTED_TYPE: WIN32_ERROR = 1630u32;
15156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15157 pub const ERROR_CREATE_FAILED: WIN32_ERROR = 1631u32;
15158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15159 pub const ERROR_INSTALL_TEMP_UNWRITABLE: WIN32_ERROR = 1632u32;
15160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15161 pub const ERROR_INSTALL_PLATFORM_UNSUPPORTED: WIN32_ERROR = 1633u32;
15162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15163 pub const ERROR_INSTALL_NOTUSED: WIN32_ERROR = 1634u32;
15164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15165 pub const ERROR_PATCH_PACKAGE_OPEN_FAILED: WIN32_ERROR = 1635u32;
15166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15167 pub const ERROR_PATCH_PACKAGE_INVALID: WIN32_ERROR = 1636u32;
15168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15169 pub const ERROR_PATCH_PACKAGE_UNSUPPORTED: WIN32_ERROR = 1637u32;
15170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15171 pub const ERROR_PRODUCT_VERSION: WIN32_ERROR = 1638u32;
15172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15173 pub const ERROR_INVALID_COMMAND_LINE: WIN32_ERROR = 1639u32;
15174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15175 pub const ERROR_INSTALL_REMOTE_DISALLOWED: WIN32_ERROR = 1640u32;
15176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15177 pub const ERROR_SUCCESS_REBOOT_INITIATED: WIN32_ERROR = 1641u32;
15178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15179 pub const ERROR_PATCH_TARGET_NOT_FOUND: WIN32_ERROR = 1642u32;
15180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15181 pub const ERROR_PATCH_PACKAGE_REJECTED: WIN32_ERROR = 1643u32;
15182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15183 pub const ERROR_INSTALL_TRANSFORM_REJECTED: WIN32_ERROR = 1644u32;
15184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15185 pub const ERROR_INSTALL_REMOTE_PROHIBITED: WIN32_ERROR = 1645u32;
15186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15187 pub const ERROR_PATCH_REMOVAL_UNSUPPORTED: WIN32_ERROR = 1646u32;
15188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15189 pub const ERROR_UNKNOWN_PATCH: WIN32_ERROR = 1647u32;
15190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15191 pub const ERROR_PATCH_NO_SEQUENCE: WIN32_ERROR = 1648u32;
15192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15193 pub const ERROR_PATCH_REMOVAL_DISALLOWED: WIN32_ERROR = 1649u32;
15194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15195 pub const ERROR_INVALID_PATCH_XML: WIN32_ERROR = 1650u32;
15196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15197 pub const ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT: WIN32_ERROR = 1651u32;
15198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15199 pub const ERROR_INSTALL_SERVICE_SAFEBOOT: WIN32_ERROR = 1652u32;
15200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15201 pub const ERROR_FAIL_FAST_EXCEPTION: WIN32_ERROR = 1653u32;
15202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15203 pub const ERROR_INSTALL_REJECTED: WIN32_ERROR = 1654u32;
15204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15205 pub const ERROR_DYNAMIC_CODE_BLOCKED: WIN32_ERROR = 1655u32;
15206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15207 pub const ERROR_NOT_SAME_OBJECT: WIN32_ERROR = 1656u32;
15208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15209 pub const ERROR_STRICT_CFG_VIOLATION: WIN32_ERROR = 1657u32;
15210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15211 pub const ERROR_SET_CONTEXT_DENIED: WIN32_ERROR = 1660u32;
15212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15213 pub const ERROR_CROSS_PARTITION_VIOLATION: WIN32_ERROR = 1661u32;
15214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15215 pub const ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT: WIN32_ERROR = 1662u32;
15216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15217 pub const ERROR_INVALID_USER_BUFFER: WIN32_ERROR = 1784u32;
15218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15219 pub const ERROR_UNRECOGNIZED_MEDIA: WIN32_ERROR = 1785u32;
15220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15221 pub const ERROR_NO_TRUST_LSA_SECRET: WIN32_ERROR = 1786u32;
15222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15223 pub const ERROR_NO_TRUST_SAM_ACCOUNT: WIN32_ERROR = 1787u32;
15224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15225 pub const ERROR_TRUSTED_DOMAIN_FAILURE: WIN32_ERROR = 1788u32;
15226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15227 pub const ERROR_TRUSTED_RELATIONSHIP_FAILURE: WIN32_ERROR = 1789u32;
15228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15229 pub const ERROR_TRUST_FAILURE: WIN32_ERROR = 1790u32;
15230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15231 pub const ERROR_NETLOGON_NOT_STARTED: WIN32_ERROR = 1792u32;
15232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15233 pub const ERROR_ACCOUNT_EXPIRED: WIN32_ERROR = 1793u32;
15234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15235 pub const ERROR_REDIRECTOR_HAS_OPEN_HANDLES: WIN32_ERROR = 1794u32;
15236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15237 pub const ERROR_PRINTER_DRIVER_ALREADY_INSTALLED: WIN32_ERROR = 1795u32;
15238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15239 pub const ERROR_UNKNOWN_PORT: WIN32_ERROR = 1796u32;
15240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15241 pub const ERROR_UNKNOWN_PRINTER_DRIVER: WIN32_ERROR = 1797u32;
15242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15243 pub const ERROR_UNKNOWN_PRINTPROCESSOR: WIN32_ERROR = 1798u32;
15244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15245 pub const ERROR_INVALID_SEPARATOR_FILE: WIN32_ERROR = 1799u32;
15246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15247 pub const ERROR_INVALID_PRIORITY: WIN32_ERROR = 1800u32;
15248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15249 pub const ERROR_INVALID_PRINTER_NAME: WIN32_ERROR = 1801u32;
15250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15251 pub const ERROR_PRINTER_ALREADY_EXISTS: WIN32_ERROR = 1802u32;
15252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15253 pub const ERROR_INVALID_PRINTER_COMMAND: WIN32_ERROR = 1803u32;
15254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15255 pub const ERROR_INVALID_DATATYPE: WIN32_ERROR = 1804u32;
15256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15257 pub const ERROR_INVALID_ENVIRONMENT: WIN32_ERROR = 1805u32;
15258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15259 pub const ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT: WIN32_ERROR = 1807u32;
15260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15261 pub const ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT: WIN32_ERROR = 1808u32;
15262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15263 pub const ERROR_NOLOGON_SERVER_TRUST_ACCOUNT: WIN32_ERROR = 1809u32;
15264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15265 pub const ERROR_DOMAIN_TRUST_INCONSISTENT: WIN32_ERROR = 1810u32;
15266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15267 pub const ERROR_SERVER_HAS_OPEN_HANDLES: WIN32_ERROR = 1811u32;
15268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15269 pub const ERROR_RESOURCE_DATA_NOT_FOUND: WIN32_ERROR = 1812u32;
15270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15271 pub const ERROR_RESOURCE_TYPE_NOT_FOUND: WIN32_ERROR = 1813u32;
15272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15273 pub const ERROR_RESOURCE_NAME_NOT_FOUND: WIN32_ERROR = 1814u32;
15274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15275 pub const ERROR_RESOURCE_LANG_NOT_FOUND: WIN32_ERROR = 1815u32;
15276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15277 pub const ERROR_NOT_ENOUGH_QUOTA: WIN32_ERROR = 1816u32;
15278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15279 pub const ERROR_INVALID_TIME: WIN32_ERROR = 1901u32;
15280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15281 pub const ERROR_INVALID_FORM_NAME: WIN32_ERROR = 1902u32;
15282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15283 pub const ERROR_INVALID_FORM_SIZE: WIN32_ERROR = 1903u32;
15284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15285 pub const ERROR_ALREADY_WAITING: WIN32_ERROR = 1904u32;
15286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15287 pub const ERROR_PRINTER_DELETED: WIN32_ERROR = 1905u32;
15288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15289 pub const ERROR_INVALID_PRINTER_STATE: WIN32_ERROR = 1906u32;
15290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15291 pub const ERROR_PASSWORD_MUST_CHANGE: WIN32_ERROR = 1907u32;
15292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15293 pub const ERROR_DOMAIN_CONTROLLER_NOT_FOUND: WIN32_ERROR = 1908u32;
15294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15295 pub const ERROR_ACCOUNT_LOCKED_OUT: WIN32_ERROR = 1909u32;
15296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15297 pub const ERROR_NO_SITENAME: WIN32_ERROR = 1919u32;
15298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15299 pub const ERROR_CANT_ACCESS_FILE: WIN32_ERROR = 1920u32;
15300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15301 pub const ERROR_CANT_RESOLVE_FILENAME: WIN32_ERROR = 1921u32;
15302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15303 pub const ERROR_KM_DRIVER_BLOCKED: WIN32_ERROR = 1930u32;
15304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15305 pub const ERROR_CONTEXT_EXPIRED: WIN32_ERROR = 1931u32;
15306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15307 pub const ERROR_PER_USER_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1932u32;
15308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15309 pub const ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1933u32;
15310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15311 pub const ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED: WIN32_ERROR = 1934u32;
15312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15313 pub const ERROR_AUTHENTICATION_FIREWALL_FAILED: WIN32_ERROR = 1935u32;
15314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15315 pub const ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED: WIN32_ERROR = 1936u32;
15316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15317 pub const ERROR_NTLM_BLOCKED: WIN32_ERROR = 1937u32;
15318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15319 pub const ERROR_PASSWORD_CHANGE_REQUIRED: WIN32_ERROR = 1938u32;
15320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15321 pub const ERROR_LOST_MODE_LOGON_RESTRICTION: WIN32_ERROR = 1939u32;
15322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15323 pub const ERROR_INVALID_PIXEL_FORMAT: WIN32_ERROR = 2000u32;
15324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15325 pub const ERROR_BAD_DRIVER: WIN32_ERROR = 2001u32;
15326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15327 pub const ERROR_INVALID_WINDOW_STYLE: WIN32_ERROR = 2002u32;
15328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15329 pub const ERROR_METAFILE_NOT_SUPPORTED: WIN32_ERROR = 2003u32;
15330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15331 pub const ERROR_TRANSFORM_NOT_SUPPORTED: WIN32_ERROR = 2004u32;
15332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15333 pub const ERROR_CLIPPING_NOT_SUPPORTED: WIN32_ERROR = 2005u32;
15334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15335 pub const ERROR_INVALID_CMM: WIN32_ERROR = 2010u32;
15336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15337 pub const ERROR_INVALID_PROFILE: WIN32_ERROR = 2011u32;
15338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15339 pub const ERROR_TAG_NOT_FOUND: WIN32_ERROR = 2012u32;
15340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15341 pub const ERROR_TAG_NOT_PRESENT: WIN32_ERROR = 2013u32;
15342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15343 pub const ERROR_DUPLICATE_TAG: WIN32_ERROR = 2014u32;
15344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15345 pub const ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE: WIN32_ERROR = 2015u32;
15346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15347 pub const ERROR_PROFILE_NOT_FOUND: WIN32_ERROR = 2016u32;
15348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15349 pub const ERROR_INVALID_COLORSPACE: WIN32_ERROR = 2017u32;
15350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15351 pub const ERROR_ICM_NOT_ENABLED: WIN32_ERROR = 2018u32;
15352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15353 pub const ERROR_DELETING_ICM_XFORM: WIN32_ERROR = 2019u32;
15354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15355 pub const ERROR_INVALID_TRANSFORM: WIN32_ERROR = 2020u32;
15356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15357 pub const ERROR_COLORSPACE_MISMATCH: WIN32_ERROR = 2021u32;
15358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15359 pub const ERROR_INVALID_COLORINDEX: WIN32_ERROR = 2022u32;
15360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15361 pub const ERROR_PROFILE_DOES_NOT_MATCH_DEVICE: WIN32_ERROR = 2023u32;
15362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15363 pub const ERROR_CONNECTED_OTHER_PASSWORD: WIN32_ERROR = 2108u32;
15364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15365 pub const ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT: WIN32_ERROR = 2109u32;
15366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15367 pub const ERROR_BAD_USERNAME: WIN32_ERROR = 2202u32;
15368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15369 pub const ERROR_NOT_CONNECTED: WIN32_ERROR = 2250u32;
15370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15371 pub const ERROR_OPEN_FILES: WIN32_ERROR = 2401u32;
15372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15373 pub const ERROR_ACTIVE_CONNECTIONS: WIN32_ERROR = 2402u32;
15374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15375 pub const ERROR_DEVICE_IN_USE: WIN32_ERROR = 2404u32;
15376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15377 pub const ERROR_UNKNOWN_PRINT_MONITOR: WIN32_ERROR = 3000u32;
15378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15379 pub const ERROR_PRINTER_DRIVER_IN_USE: WIN32_ERROR = 3001u32;
15380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15381 pub const ERROR_SPOOL_FILE_NOT_FOUND: WIN32_ERROR = 3002u32;
15382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15383 pub const ERROR_SPL_NO_STARTDOC: WIN32_ERROR = 3003u32;
15384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15385 pub const ERROR_SPL_NO_ADDJOB: WIN32_ERROR = 3004u32;
15386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15387 pub const ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED: WIN32_ERROR = 3005u32;
15388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15389 pub const ERROR_PRINT_MONITOR_ALREADY_INSTALLED: WIN32_ERROR = 3006u32;
15390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15391 pub const ERROR_INVALID_PRINT_MONITOR: WIN32_ERROR = 3007u32;
15392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15393 pub const ERROR_PRINT_MONITOR_IN_USE: WIN32_ERROR = 3008u32;
15394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15395 pub const ERROR_PRINTER_HAS_JOBS_QUEUED: WIN32_ERROR = 3009u32;
15396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15397 pub const ERROR_SUCCESS_REBOOT_REQUIRED: WIN32_ERROR = 3010u32;
15398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15399 pub const ERROR_SUCCESS_RESTART_REQUIRED: WIN32_ERROR = 3011u32;
15400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15401 pub const ERROR_PRINTER_NOT_FOUND: WIN32_ERROR = 3012u32;
15402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15403 pub const ERROR_PRINTER_DRIVER_WARNED: WIN32_ERROR = 3013u32;
15404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15405 pub const ERROR_PRINTER_DRIVER_BLOCKED: WIN32_ERROR = 3014u32;
15406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15407 pub const ERROR_PRINTER_DRIVER_PACKAGE_IN_USE: WIN32_ERROR = 3015u32;
15408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15409 pub const ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND: WIN32_ERROR = 3016u32;
15410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15411 pub const ERROR_FAIL_REBOOT_REQUIRED: WIN32_ERROR = 3017u32;
15412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15413 pub const ERROR_FAIL_REBOOT_INITIATED: WIN32_ERROR = 3018u32;
15414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15415 pub const ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED: WIN32_ERROR = 3019u32;
15416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15417 pub const ERROR_PRINT_JOB_RESTART_REQUIRED: WIN32_ERROR = 3020u32;
15418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15419 pub const ERROR_INVALID_PRINTER_DRIVER_MANIFEST: WIN32_ERROR = 3021u32;
15420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15421 pub const ERROR_PRINTER_NOT_SHAREABLE: WIN32_ERROR = 3022u32;
15422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15423 pub const ERROR_REQUEST_PAUSED: WIN32_ERROR = 3050u32;
15424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15425 pub const ERROR_APPEXEC_CONDITION_NOT_SATISFIED: WIN32_ERROR = 3060u32;
15426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15427 pub const ERROR_APPEXEC_HANDLE_INVALIDATED: WIN32_ERROR = 3061u32;
15428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15429 pub const ERROR_APPEXEC_INVALID_HOST_GENERATION: WIN32_ERROR = 3062u32;
15430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15431 pub const ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION: WIN32_ERROR = 3063u32;
15432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15433 pub const ERROR_APPEXEC_INVALID_HOST_STATE: WIN32_ERROR = 3064u32;
15434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15435 pub const ERROR_APPEXEC_NO_DONOR: WIN32_ERROR = 3065u32;
15436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15437 pub const ERROR_APPEXEC_HOST_ID_MISMATCH: WIN32_ERROR = 3066u32;
15438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15439 pub const ERROR_APPEXEC_UNKNOWN_USER: WIN32_ERROR = 3067u32;
15440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15441 pub const ERROR_APPEXEC_APP_COMPAT_BLOCK: WIN32_ERROR = 3068u32;
15442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15443 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT: WIN32_ERROR = 3069u32;
15444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15445 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION: WIN32_ERROR = 3070u32;
15446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15447 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING: WIN32_ERROR = 3071u32;
15448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15449 pub const ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES: WIN32_ERROR = 3072u32;
15450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15451 pub const ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED: WIN32_ERROR = 3080u32;
15452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15453 pub const ERROR_VRF_VOLATILE_NOT_STOPPABLE: WIN32_ERROR = 3081u32;
15454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15455 pub const ERROR_VRF_VOLATILE_SAFE_MODE: WIN32_ERROR = 3082u32;
15456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15457 pub const ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM: WIN32_ERROR = 3083u32;
15458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15459 pub const ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS: WIN32_ERROR = 3084u32;
15460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15461 pub const ERROR_VRF_VOLATILE_PROTECTED_DRIVER: WIN32_ERROR = 3085u32;
15462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15463 pub const ERROR_VRF_VOLATILE_NMI_REGISTERED: WIN32_ERROR = 3086u32;
15464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15465 pub const ERROR_VRF_VOLATILE_SETTINGS_CONFLICT: WIN32_ERROR = 3087u32;
15466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15467 pub const ERROR_DIF_IOCALLBACK_NOT_REPLACED: WIN32_ERROR = 3190u32;
15468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15469 pub const ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED: WIN32_ERROR = 3191u32;
15470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15471 pub const ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED: WIN32_ERROR = 3192u32;
15472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15473 pub const ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED: WIN32_ERROR = 3193u32;
15474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15475 pub const ERROR_DIF_VOLATILE_INVALID_INFO: WIN32_ERROR = 3194u32;
15476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15477 pub const ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING: WIN32_ERROR = 3195u32;
15478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15479 pub const ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING: WIN32_ERROR = 3196u32;
15480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15481 pub const ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED: WIN32_ERROR = 3197u32;
15482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15483 pub const ERROR_DIF_VOLATILE_NOT_ALLOWED: WIN32_ERROR = 3198u32;
15484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15485 pub const ERROR_DIF_BINDING_API_NOT_FOUND: WIN32_ERROR = 3199u32;
15486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15487 pub const ERROR_IO_REISSUE_AS_CACHED: WIN32_ERROR = 3950u32;
15488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15489 pub const ERROR_WINS_INTERNAL: WIN32_ERROR = 4000u32;
15490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15491 pub const ERROR_CAN_NOT_DEL_LOCAL_WINS: WIN32_ERROR = 4001u32;
15492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15493 pub const ERROR_STATIC_INIT: WIN32_ERROR = 4002u32;
15494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15495 pub const ERROR_INC_BACKUP: WIN32_ERROR = 4003u32;
15496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15497 pub const ERROR_FULL_BACKUP: WIN32_ERROR = 4004u32;
15498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15499 pub const ERROR_REC_NON_EXISTENT: WIN32_ERROR = 4005u32;
15500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15501 pub const ERROR_RPL_NOT_ALLOWED: WIN32_ERROR = 4006u32;
15502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15503 pub const ERROR_DHCP_ADDRESS_CONFLICT: WIN32_ERROR = 4100u32;
15504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15505 pub const ERROR_WMI_GUID_NOT_FOUND: WIN32_ERROR = 4200u32;
15506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15507 pub const ERROR_WMI_INSTANCE_NOT_FOUND: WIN32_ERROR = 4201u32;
15508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15509 pub const ERROR_WMI_ITEMID_NOT_FOUND: WIN32_ERROR = 4202u32;
15510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15511 pub const ERROR_WMI_TRY_AGAIN: WIN32_ERROR = 4203u32;
15512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15513 pub const ERROR_WMI_DP_NOT_FOUND: WIN32_ERROR = 4204u32;
15514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15515 pub const ERROR_WMI_UNRESOLVED_INSTANCE_REF: WIN32_ERROR = 4205u32;
15516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15517 pub const ERROR_WMI_ALREADY_ENABLED: WIN32_ERROR = 4206u32;
15518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15519 pub const ERROR_WMI_GUID_DISCONNECTED: WIN32_ERROR = 4207u32;
15520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15521 pub const ERROR_WMI_SERVER_UNAVAILABLE: WIN32_ERROR = 4208u32;
15522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15523 pub const ERROR_WMI_DP_FAILED: WIN32_ERROR = 4209u32;
15524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15525 pub const ERROR_WMI_INVALID_MOF: WIN32_ERROR = 4210u32;
15526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15527 pub const ERROR_WMI_INVALID_REGINFO: WIN32_ERROR = 4211u32;
15528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15529 pub const ERROR_WMI_ALREADY_DISABLED: WIN32_ERROR = 4212u32;
15530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15531 pub const ERROR_WMI_READ_ONLY: WIN32_ERROR = 4213u32;
15532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15533 pub const ERROR_WMI_SET_FAILURE: WIN32_ERROR = 4214u32;
15534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15535 pub const ERROR_NOT_APPCONTAINER: WIN32_ERROR = 4250u32;
15536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15537 pub const ERROR_APPCONTAINER_REQUIRED: WIN32_ERROR = 4251u32;
15538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15539 pub const ERROR_NOT_SUPPORTED_IN_APPCONTAINER: WIN32_ERROR = 4252u32;
15540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15541 pub const ERROR_INVALID_PACKAGE_SID_LENGTH: WIN32_ERROR = 4253u32;
15542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15543 pub const ERROR_INVALID_MEDIA: WIN32_ERROR = 4300u32;
15544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15545 pub const ERROR_INVALID_LIBRARY: WIN32_ERROR = 4301u32;
15546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15547 pub const ERROR_INVALID_MEDIA_POOL: WIN32_ERROR = 4302u32;
15548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15549 pub const ERROR_DRIVE_MEDIA_MISMATCH: WIN32_ERROR = 4303u32;
15550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15551 pub const ERROR_MEDIA_OFFLINE: WIN32_ERROR = 4304u32;
15552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15553 pub const ERROR_LIBRARY_OFFLINE: WIN32_ERROR = 4305u32;
15554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15555 pub const ERROR_EMPTY: WIN32_ERROR = 4306u32;
15556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15557 pub const ERROR_NOT_EMPTY: WIN32_ERROR = 4307u32;
15558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15559 pub const ERROR_MEDIA_UNAVAILABLE: WIN32_ERROR = 4308u32;
15560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15561 pub const ERROR_RESOURCE_DISABLED: WIN32_ERROR = 4309u32;
15562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15563 pub const ERROR_INVALID_CLEANER: WIN32_ERROR = 4310u32;
15564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15565 pub const ERROR_UNABLE_TO_CLEAN: WIN32_ERROR = 4311u32;
15566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15567 pub const ERROR_OBJECT_NOT_FOUND: WIN32_ERROR = 4312u32;
15568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15569 pub const ERROR_DATABASE_FAILURE: WIN32_ERROR = 4313u32;
15570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15571 pub const ERROR_DATABASE_FULL: WIN32_ERROR = 4314u32;
15572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15573 pub const ERROR_MEDIA_INCOMPATIBLE: WIN32_ERROR = 4315u32;
15574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15575 pub const ERROR_RESOURCE_NOT_PRESENT: WIN32_ERROR = 4316u32;
15576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15577 pub const ERROR_INVALID_OPERATION: WIN32_ERROR = 4317u32;
15578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15579 pub const ERROR_MEDIA_NOT_AVAILABLE: WIN32_ERROR = 4318u32;
15580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15581 pub const ERROR_DEVICE_NOT_AVAILABLE: WIN32_ERROR = 4319u32;
15582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15583 pub const ERROR_REQUEST_REFUSED: WIN32_ERROR = 4320u32;
15584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15585 pub const ERROR_INVALID_DRIVE_OBJECT: WIN32_ERROR = 4321u32;
15586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15587 pub const ERROR_LIBRARY_FULL: WIN32_ERROR = 4322u32;
15588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15589 pub const ERROR_MEDIUM_NOT_ACCESSIBLE: WIN32_ERROR = 4323u32;
15590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15591 pub const ERROR_UNABLE_TO_LOAD_MEDIUM: WIN32_ERROR = 4324u32;
15592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15593 pub const ERROR_UNABLE_TO_INVENTORY_DRIVE: WIN32_ERROR = 4325u32;
15594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15595 pub const ERROR_UNABLE_TO_INVENTORY_SLOT: WIN32_ERROR = 4326u32;
15596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15597 pub const ERROR_UNABLE_TO_INVENTORY_TRANSPORT: WIN32_ERROR = 4327u32;
15598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15599 pub const ERROR_TRANSPORT_FULL: WIN32_ERROR = 4328u32;
15600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15601 pub const ERROR_CONTROLLING_IEPORT: WIN32_ERROR = 4329u32;
15602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15603 pub const ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA: WIN32_ERROR = 4330u32;
15604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15605 pub const ERROR_CLEANER_SLOT_SET: WIN32_ERROR = 4331u32;
15606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15607 pub const ERROR_CLEANER_SLOT_NOT_SET: WIN32_ERROR = 4332u32;
15608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15609 pub const ERROR_CLEANER_CARTRIDGE_SPENT: WIN32_ERROR = 4333u32;
15610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15611 pub const ERROR_UNEXPECTED_OMID: WIN32_ERROR = 4334u32;
15612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15613 pub const ERROR_CANT_DELETE_LAST_ITEM: WIN32_ERROR = 4335u32;
15614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15615 pub const ERROR_MESSAGE_EXCEEDS_MAX_SIZE: WIN32_ERROR = 4336u32;
15616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15617 pub const ERROR_VOLUME_CONTAINS_SYS_FILES: WIN32_ERROR = 4337u32;
15618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15619 pub const ERROR_INDIGENOUS_TYPE: WIN32_ERROR = 4338u32;
15620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15621 pub const ERROR_NO_SUPPORTING_DRIVES: WIN32_ERROR = 4339u32;
15622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15623 pub const ERROR_CLEANER_CARTRIDGE_INSTALLED: WIN32_ERROR = 4340u32;
15624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15625 pub const ERROR_IEPORT_FULL: WIN32_ERROR = 4341u32;
15626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15627 pub const ERROR_FILE_OFFLINE: WIN32_ERROR = 4350u32;
15628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15629 pub const ERROR_REMOTE_STORAGE_NOT_ACTIVE: WIN32_ERROR = 4351u32;
15630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15631 pub const ERROR_REMOTE_STORAGE_MEDIA_ERROR: WIN32_ERROR = 4352u32;
15632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15633 pub const ERROR_NOT_A_REPARSE_POINT: WIN32_ERROR = 4390u32;
15634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15635 pub const ERROR_REPARSE_ATTRIBUTE_CONFLICT: WIN32_ERROR = 4391u32;
15636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15637 pub const ERROR_INVALID_REPARSE_DATA: WIN32_ERROR = 4392u32;
15638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15639 pub const ERROR_REPARSE_TAG_INVALID: WIN32_ERROR = 4393u32;
15640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15641 pub const ERROR_REPARSE_TAG_MISMATCH: WIN32_ERROR = 4394u32;
15642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15643 pub const ERROR_REPARSE_POINT_ENCOUNTERED: WIN32_ERROR = 4395u32;
15644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15645 pub const ERROR_APP_DATA_NOT_FOUND: WIN32_ERROR = 4400u32;
15646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15647 pub const ERROR_APP_DATA_EXPIRED: WIN32_ERROR = 4401u32;
15648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15649 pub const ERROR_APP_DATA_CORRUPT: WIN32_ERROR = 4402u32;
15650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15651 pub const ERROR_APP_DATA_LIMIT_EXCEEDED: WIN32_ERROR = 4403u32;
15652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15653 pub const ERROR_APP_DATA_REBOOT_REQUIRED: WIN32_ERROR = 4404u32;
15654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15655 pub const ERROR_SECUREBOOT_ROLLBACK_DETECTED: WIN32_ERROR = 4420u32;
15656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15657 pub const ERROR_SECUREBOOT_POLICY_VIOLATION: WIN32_ERROR = 4421u32;
15658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15659 pub const ERROR_SECUREBOOT_INVALID_POLICY: WIN32_ERROR = 4422u32;
15660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15661 pub const ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND: WIN32_ERROR = 4423u32;
15662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15663 pub const ERROR_SECUREBOOT_POLICY_NOT_SIGNED: WIN32_ERROR = 4424u32;
15664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15665 pub const ERROR_SECUREBOOT_NOT_ENABLED: WIN32_ERROR = 4425u32;
15666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15667 pub const ERROR_SECUREBOOT_FILE_REPLACED: WIN32_ERROR = 4426u32;
15668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15669 pub const ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED: WIN32_ERROR = 4427u32;
15670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15671 pub const ERROR_SECUREBOOT_POLICY_UNKNOWN: WIN32_ERROR = 4428u32;
15672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15673 pub const ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION: WIN32_ERROR = 4429u32;
15674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15675 pub const ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH: WIN32_ERROR = 4430u32;
15676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15677 pub const ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED: WIN32_ERROR = 4431u32;
15678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15679 pub const ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH: WIN32_ERROR = 4432u32;
15680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15681 pub const ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING: WIN32_ERROR = 4433u32;
15682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15683 pub const ERROR_SECUREBOOT_NOT_BASE_POLICY: WIN32_ERROR = 4434u32;
15684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15685 pub const ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY: WIN32_ERROR = 4435u32;
15686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15687 pub const ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED: WIN32_ERROR = 4440u32;
15688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15689 pub const ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED: WIN32_ERROR = 4441u32;
15690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15691 pub const ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED: WIN32_ERROR = 4442u32;
15692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15693 pub const ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED: WIN32_ERROR = 4443u32;
15694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15695 pub const ERROR_ALREADY_HAS_STREAM_ID: WIN32_ERROR = 4444u32;
15696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15697 pub const ERROR_SMR_GARBAGE_COLLECTION_REQUIRED: WIN32_ERROR = 4445u32;
15698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15699 pub const ERROR_WOF_WIM_HEADER_CORRUPT: WIN32_ERROR = 4446u32;
15700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15701 pub const ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT: WIN32_ERROR = 4447u32;
15702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15703 pub const ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT: WIN32_ERROR = 4448u32;
15704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15705 pub const ERROR_OBJECT_IS_IMMUTABLE: WIN32_ERROR = 4449u32;
15706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15707 pub const ERROR_VOLUME_NOT_SIS_ENABLED: WIN32_ERROR = 4500u32;
15708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15709 pub const ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED: WIN32_ERROR = 4550u32;
15710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15711 pub const ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION: WIN32_ERROR = 4551u32;
15712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15713 pub const ERROR_SYSTEM_INTEGRITY_INVALID_POLICY: WIN32_ERROR = 4552u32;
15714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15715 pub const ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED: WIN32_ERROR = 4553u32;
15716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15717 pub const ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES: WIN32_ERROR = 4554u32;
15718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15719 pub const ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED: WIN32_ERROR = 4555u32;
15720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15721 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS: WIN32_ERROR = 4556u32;
15722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15723 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA: WIN32_ERROR = 4557u32;
15724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15725 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT: WIN32_ERROR = 4558u32;
15726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15727 pub const ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE: WIN32_ERROR = 4559u32;
15728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15729 pub const ERROR_VSM_NOT_INITIALIZED: WIN32_ERROR = 4560u32;
15730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15731 pub const ERROR_VSM_DMA_PROTECTION_NOT_IN_USE: WIN32_ERROR = 4561u32;
15732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15733 pub const ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED: WIN32_ERROR = 4570u32;
15734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15735 pub const ERROR_PLATFORM_MANIFEST_INVALID: WIN32_ERROR = 4571u32;
15736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15737 pub const ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED: WIN32_ERROR = 4572u32;
15738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15739 pub const ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED: WIN32_ERROR = 4573u32;
15740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15741 pub const ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND: WIN32_ERROR = 4574u32;
15742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15743 pub const ERROR_PLATFORM_MANIFEST_NOT_ACTIVE: WIN32_ERROR = 4575u32;
15744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15745 pub const ERROR_PLATFORM_MANIFEST_NOT_SIGNED: WIN32_ERROR = 4576u32;
15746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15747 pub const ERROR_DEPENDENT_RESOURCE_EXISTS: WIN32_ERROR = 5001u32;
15748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15749 pub const ERROR_DEPENDENCY_NOT_FOUND: WIN32_ERROR = 5002u32;
15750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15751 pub const ERROR_DEPENDENCY_ALREADY_EXISTS: WIN32_ERROR = 5003u32;
15752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15753 pub const ERROR_RESOURCE_NOT_ONLINE: WIN32_ERROR = 5004u32;
15754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15755 pub const ERROR_HOST_NODE_NOT_AVAILABLE: WIN32_ERROR = 5005u32;
15756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15757 pub const ERROR_RESOURCE_NOT_AVAILABLE: WIN32_ERROR = 5006u32;
15758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15759 pub const ERROR_RESOURCE_NOT_FOUND: WIN32_ERROR = 5007u32;
15760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15761 pub const ERROR_SHUTDOWN_CLUSTER: WIN32_ERROR = 5008u32;
15762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15763 pub const ERROR_CANT_EVICT_ACTIVE_NODE: WIN32_ERROR = 5009u32;
15764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15765 pub const ERROR_OBJECT_ALREADY_EXISTS: WIN32_ERROR = 5010u32;
15766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15767 pub const ERROR_OBJECT_IN_LIST: WIN32_ERROR = 5011u32;
15768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15769 pub const ERROR_GROUP_NOT_AVAILABLE: WIN32_ERROR = 5012u32;
15770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15771 pub const ERROR_GROUP_NOT_FOUND: WIN32_ERROR = 5013u32;
15772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15773 pub const ERROR_GROUP_NOT_ONLINE: WIN32_ERROR = 5014u32;
15774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15775 pub const ERROR_HOST_NODE_NOT_RESOURCE_OWNER: WIN32_ERROR = 5015u32;
15776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15777 pub const ERROR_HOST_NODE_NOT_GROUP_OWNER: WIN32_ERROR = 5016u32;
15778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15779 pub const ERROR_RESMON_CREATE_FAILED: WIN32_ERROR = 5017u32;
15780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15781 pub const ERROR_RESMON_ONLINE_FAILED: WIN32_ERROR = 5018u32;
15782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15783 pub const ERROR_RESOURCE_ONLINE: WIN32_ERROR = 5019u32;
15784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15785 pub const ERROR_QUORUM_RESOURCE: WIN32_ERROR = 5020u32;
15786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15787 pub const ERROR_NOT_QUORUM_CAPABLE: WIN32_ERROR = 5021u32;
15788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15789 pub const ERROR_CLUSTER_SHUTTING_DOWN: WIN32_ERROR = 5022u32;
15790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15791 pub const ERROR_INVALID_STATE: WIN32_ERROR = 5023u32;
15792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15793 pub const ERROR_RESOURCE_PROPERTIES_STORED: WIN32_ERROR = 5024u32;
15794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15795 pub const ERROR_NOT_QUORUM_CLASS: WIN32_ERROR = 5025u32;
15796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15797 pub const ERROR_CORE_RESOURCE: WIN32_ERROR = 5026u32;
15798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15799 pub const ERROR_QUORUM_RESOURCE_ONLINE_FAILED: WIN32_ERROR = 5027u32;
15800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15801 pub const ERROR_QUORUMLOG_OPEN_FAILED: WIN32_ERROR = 5028u32;
15802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15803 pub const ERROR_CLUSTERLOG_CORRUPT: WIN32_ERROR = 5029u32;
15804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15805 pub const ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE: WIN32_ERROR = 5030u32;
15806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15807 pub const ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE: WIN32_ERROR = 5031u32;
15808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15809 pub const ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND: WIN32_ERROR = 5032u32;
15810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15811 pub const ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE: WIN32_ERROR = 5033u32;
15812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15813 pub const ERROR_QUORUM_OWNER_ALIVE: WIN32_ERROR = 5034u32;
15814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15815 pub const ERROR_NETWORK_NOT_AVAILABLE: WIN32_ERROR = 5035u32;
15816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15817 pub const ERROR_NODE_NOT_AVAILABLE: WIN32_ERROR = 5036u32;
15818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15819 pub const ERROR_ALL_NODES_NOT_AVAILABLE: WIN32_ERROR = 5037u32;
15820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15821 pub const ERROR_RESOURCE_FAILED: WIN32_ERROR = 5038u32;
15822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15823 pub const ERROR_CLUSTER_INVALID_NODE: WIN32_ERROR = 5039u32;
15824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15825 pub const ERROR_CLUSTER_NODE_EXISTS: WIN32_ERROR = 5040u32;
15826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15827 pub const ERROR_CLUSTER_JOIN_IN_PROGRESS: WIN32_ERROR = 5041u32;
15828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15829 pub const ERROR_CLUSTER_NODE_NOT_FOUND: WIN32_ERROR = 5042u32;
15830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15831 pub const ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND: WIN32_ERROR = 5043u32;
15832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15833 pub const ERROR_CLUSTER_NETWORK_EXISTS: WIN32_ERROR = 5044u32;
15834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15835 pub const ERROR_CLUSTER_NETWORK_NOT_FOUND: WIN32_ERROR = 5045u32;
15836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15837 pub const ERROR_CLUSTER_NETINTERFACE_EXISTS: WIN32_ERROR = 5046u32;
15838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15839 pub const ERROR_CLUSTER_NETINTERFACE_NOT_FOUND: WIN32_ERROR = 5047u32;
15840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15841 pub const ERROR_CLUSTER_INVALID_REQUEST: WIN32_ERROR = 5048u32;
15842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15843 pub const ERROR_CLUSTER_INVALID_NETWORK_PROVIDER: WIN32_ERROR = 5049u32;
15844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15845 pub const ERROR_CLUSTER_NODE_DOWN: WIN32_ERROR = 5050u32;
15846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15847 pub const ERROR_CLUSTER_NODE_UNREACHABLE: WIN32_ERROR = 5051u32;
15848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15849 pub const ERROR_CLUSTER_NODE_NOT_MEMBER: WIN32_ERROR = 5052u32;
15850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15851 pub const ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS: WIN32_ERROR = 5053u32;
15852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15853 pub const ERROR_CLUSTER_INVALID_NETWORK: WIN32_ERROR = 5054u32;
15854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15855 pub const ERROR_CLUSTER_NODE_UP: WIN32_ERROR = 5056u32;
15856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15857 pub const ERROR_CLUSTER_IPADDR_IN_USE: WIN32_ERROR = 5057u32;
15858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15859 pub const ERROR_CLUSTER_NODE_NOT_PAUSED: WIN32_ERROR = 5058u32;
15860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15861 pub const ERROR_CLUSTER_NO_SECURITY_CONTEXT: WIN32_ERROR = 5059u32;
15862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15863 pub const ERROR_CLUSTER_NETWORK_NOT_INTERNAL: WIN32_ERROR = 5060u32;
15864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15865 pub const ERROR_CLUSTER_NODE_ALREADY_UP: WIN32_ERROR = 5061u32;
15866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15867 pub const ERROR_CLUSTER_NODE_ALREADY_DOWN: WIN32_ERROR = 5062u32;
15868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15869 pub const ERROR_CLUSTER_NETWORK_ALREADY_ONLINE: WIN32_ERROR = 5063u32;
15870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15871 pub const ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE: WIN32_ERROR = 5064u32;
15872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15873 pub const ERROR_CLUSTER_NODE_ALREADY_MEMBER: WIN32_ERROR = 5065u32;
15874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15875 pub const ERROR_CLUSTER_LAST_INTERNAL_NETWORK: WIN32_ERROR = 5066u32;
15876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15877 pub const ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS: WIN32_ERROR = 5067u32;
15878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15879 pub const ERROR_INVALID_OPERATION_ON_QUORUM: WIN32_ERROR = 5068u32;
15880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15881 pub const ERROR_DEPENDENCY_NOT_ALLOWED: WIN32_ERROR = 5069u32;
15882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15883 pub const ERROR_CLUSTER_NODE_PAUSED: WIN32_ERROR = 5070u32;
15884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15885 pub const ERROR_NODE_CANT_HOST_RESOURCE: WIN32_ERROR = 5071u32;
15886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15887 pub const ERROR_CLUSTER_NODE_NOT_READY: WIN32_ERROR = 5072u32;
15888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15889 pub const ERROR_CLUSTER_NODE_SHUTTING_DOWN: WIN32_ERROR = 5073u32;
15890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15891 pub const ERROR_CLUSTER_JOIN_ABORTED: WIN32_ERROR = 5074u32;
15892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15893 pub const ERROR_CLUSTER_INCOMPATIBLE_VERSIONS: WIN32_ERROR = 5075u32;
15894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15895 pub const ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED: WIN32_ERROR = 5076u32;
15896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15897 pub const ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED: WIN32_ERROR = 5077u32;
15898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15899 pub const ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND: WIN32_ERROR = 5078u32;
15900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15901 pub const ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED: WIN32_ERROR = 5079u32;
15902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15903 pub const ERROR_CLUSTER_RESNAME_NOT_FOUND: WIN32_ERROR = 5080u32;
15904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15905 pub const ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED: WIN32_ERROR = 5081u32;
15906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15907 pub const ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST: WIN32_ERROR = 5082u32;
15908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15909 pub const ERROR_CLUSTER_DATABASE_SEQMISMATCH: WIN32_ERROR = 5083u32;
15910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15911 pub const ERROR_RESMON_INVALID_STATE: WIN32_ERROR = 5084u32;
15912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15913 pub const ERROR_CLUSTER_GUM_NOT_LOCKER: WIN32_ERROR = 5085u32;
15914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15915 pub const ERROR_QUORUM_DISK_NOT_FOUND: WIN32_ERROR = 5086u32;
15916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15917 pub const ERROR_DATABASE_BACKUP_CORRUPT: WIN32_ERROR = 5087u32;
15918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15919 pub const ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT: WIN32_ERROR = 5088u32;
15920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15921 pub const ERROR_RESOURCE_PROPERTY_UNCHANGEABLE: WIN32_ERROR = 5089u32;
15922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15923 pub const ERROR_NO_ADMIN_ACCESS_POINT: WIN32_ERROR = 5090u32;
15924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15925 pub const ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE: WIN32_ERROR = 5890u32;
15926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15927 pub const ERROR_CLUSTER_QUORUMLOG_NOT_FOUND: WIN32_ERROR = 5891u32;
15928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15929 pub const ERROR_CLUSTER_MEMBERSHIP_HALT: WIN32_ERROR = 5892u32;
15930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15931 pub const ERROR_CLUSTER_INSTANCE_ID_MISMATCH: WIN32_ERROR = 5893u32;
15932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15933 pub const ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP: WIN32_ERROR = 5894u32;
15934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15935 pub const ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH: WIN32_ERROR = 5895u32;
15936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15937 pub const ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP: WIN32_ERROR = 5896u32;
15938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15939 pub const ERROR_CLUSTER_PARAMETER_MISMATCH: WIN32_ERROR = 5897u32;
15940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15941 pub const ERROR_NODE_CANNOT_BE_CLUSTERED: WIN32_ERROR = 5898u32;
15942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15943 pub const ERROR_CLUSTER_WRONG_OS_VERSION: WIN32_ERROR = 5899u32;
15944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15945 pub const ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME: WIN32_ERROR = 5900u32;
15946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15947 pub const ERROR_CLUSCFG_ALREADY_COMMITTED: WIN32_ERROR = 5901u32;
15948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15949 pub const ERROR_CLUSCFG_ROLLBACK_FAILED: WIN32_ERROR = 5902u32;
15950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15951 pub const ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT: WIN32_ERROR = 5903u32;
15952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15953 pub const ERROR_CLUSTER_OLD_VERSION: WIN32_ERROR = 5904u32;
15954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15955 pub const ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME: WIN32_ERROR = 5905u32;
15956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15957 pub const ERROR_CLUSTER_NO_NET_ADAPTERS: WIN32_ERROR = 5906u32;
15958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15959 pub const ERROR_CLUSTER_POISONED: WIN32_ERROR = 5907u32;
15960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15961 pub const ERROR_CLUSTER_GROUP_MOVING: WIN32_ERROR = 5908u32;
15962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15963 pub const ERROR_CLUSTER_RESOURCE_TYPE_BUSY: WIN32_ERROR = 5909u32;
15964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15965 pub const ERROR_RESOURCE_CALL_TIMED_OUT: WIN32_ERROR = 5910u32;
15966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15967 pub const ERROR_INVALID_CLUSTER_IPV6_ADDRESS: WIN32_ERROR = 5911u32;
15968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15969 pub const ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION: WIN32_ERROR = 5912u32;
15970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15971 pub const ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS: WIN32_ERROR = 5913u32;
15972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15973 pub const ERROR_CLUSTER_PARTIAL_SEND: WIN32_ERROR = 5914u32;
15974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15975 pub const ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION: WIN32_ERROR = 5915u32;
15976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15977 pub const ERROR_CLUSTER_INVALID_STRING_TERMINATION: WIN32_ERROR = 5916u32;
15978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15979 pub const ERROR_CLUSTER_INVALID_STRING_FORMAT: WIN32_ERROR = 5917u32;
15980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15981 pub const ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS: WIN32_ERROR = 5918u32;
15982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15983 pub const ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS: WIN32_ERROR = 5919u32;
15984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15985 pub const ERROR_CLUSTER_NULL_DATA: WIN32_ERROR = 5920u32;
15986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15987 pub const ERROR_CLUSTER_PARTIAL_READ: WIN32_ERROR = 5921u32;
15988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15989 pub const ERROR_CLUSTER_PARTIAL_WRITE: WIN32_ERROR = 5922u32;
15990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15991 pub const ERROR_CLUSTER_CANT_DESERIALIZE_DATA: WIN32_ERROR = 5923u32;
15992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15993 pub const ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT: WIN32_ERROR = 5924u32;
15994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15995 pub const ERROR_CLUSTER_NO_QUORUM: WIN32_ERROR = 5925u32;
15996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15997 pub const ERROR_CLUSTER_INVALID_IPV6_NETWORK: WIN32_ERROR = 5926u32;
15998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
15999 pub const ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK: WIN32_ERROR = 5927u32;
16000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16001 pub const ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP: WIN32_ERROR = 5928u32;
16002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16003 pub const ERROR_DEPENDENCY_TREE_TOO_COMPLEX: WIN32_ERROR = 5929u32;
16004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16005 pub const ERROR_EXCEPTION_IN_RESOURCE_CALL: WIN32_ERROR = 5930u32;
16006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16007 pub const ERROR_CLUSTER_RHS_FAILED_INITIALIZATION: WIN32_ERROR = 5931u32;
16008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16009 pub const ERROR_CLUSTER_NOT_INSTALLED: WIN32_ERROR = 5932u32;
16010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16011 pub const ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE: WIN32_ERROR = 5933u32;
16012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16013 pub const ERROR_CLUSTER_MAX_NODES_IN_CLUSTER: WIN32_ERROR = 5934u32;
16014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16015 pub const ERROR_CLUSTER_TOO_MANY_NODES: WIN32_ERROR = 5935u32;
16016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16017 pub const ERROR_CLUSTER_OBJECT_ALREADY_USED: WIN32_ERROR = 5936u32;
16018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16019 pub const ERROR_NONCORE_GROUPS_FOUND: WIN32_ERROR = 5937u32;
16020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16021 pub const ERROR_FILE_SHARE_RESOURCE_CONFLICT: WIN32_ERROR = 5938u32;
16022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16023 pub const ERROR_CLUSTER_EVICT_INVALID_REQUEST: WIN32_ERROR = 5939u32;
16024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16025 pub const ERROR_CLUSTER_SINGLETON_RESOURCE: WIN32_ERROR = 5940u32;
16026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16027 pub const ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE: WIN32_ERROR = 5941u32;
16028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16029 pub const ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED: WIN32_ERROR = 5942u32;
16030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16031 pub const ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR: WIN32_ERROR = 5943u32;
16032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16033 pub const ERROR_CLUSTER_GROUP_BUSY: WIN32_ERROR = 5944u32;
16034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16035 pub const ERROR_CLUSTER_NOT_SHARED_VOLUME: WIN32_ERROR = 5945u32;
16036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16037 pub const ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR: WIN32_ERROR = 5946u32;
16038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16039 pub const ERROR_CLUSTER_SHARED_VOLUMES_IN_USE: WIN32_ERROR = 5947u32;
16040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16041 pub const ERROR_CLUSTER_USE_SHARED_VOLUMES_API: WIN32_ERROR = 5948u32;
16042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16043 pub const ERROR_CLUSTER_BACKUP_IN_PROGRESS: WIN32_ERROR = 5949u32;
16044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16045 pub const ERROR_NON_CSV_PATH: WIN32_ERROR = 5950u32;
16046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16047 pub const ERROR_CSV_VOLUME_NOT_LOCAL: WIN32_ERROR = 5951u32;
16048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16049 pub const ERROR_CLUSTER_WATCHDOG_TERMINATING: WIN32_ERROR = 5952u32;
16050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16051 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES: WIN32_ERROR = 5953u32;
16052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16053 pub const ERROR_CLUSTER_INVALID_NODE_WEIGHT: WIN32_ERROR = 5954u32;
16054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16055 pub const ERROR_CLUSTER_RESOURCE_VETOED_CALL: WIN32_ERROR = 5955u32;
16056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16057 pub const ERROR_RESMON_SYSTEM_RESOURCES_LACKING: WIN32_ERROR = 5956u32;
16058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16059 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION: WIN32_ERROR = 5957u32;
16060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16061 pub const ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE: WIN32_ERROR = 5958u32;
16062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16063 pub const ERROR_CLUSTER_GROUP_QUEUED: WIN32_ERROR = 5959u32;
16064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16065 pub const ERROR_CLUSTER_RESOURCE_LOCKED_STATUS: WIN32_ERROR = 5960u32;
16066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16067 pub const ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED: WIN32_ERROR = 5961u32;
16068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16069 pub const ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS: WIN32_ERROR = 5962u32;
16070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16071 pub const ERROR_CLUSTER_DISK_NOT_CONNECTED: WIN32_ERROR = 5963u32;
16072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16073 pub const ERROR_DISK_NOT_CSV_CAPABLE: WIN32_ERROR = 5964u32;
16074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16075 pub const ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE: WIN32_ERROR = 5965u32;
16076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16077 pub const ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED: WIN32_ERROR = 5966u32;
16078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16079 pub const ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED: WIN32_ERROR = 5967u32;
16080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16081 pub const ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES: WIN32_ERROR = 5968u32;
16082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16083 pub const ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES: WIN32_ERROR = 5969u32;
16084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16085 pub const ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE: WIN32_ERROR = 5970u32;
16086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16087 pub const ERROR_CLUSTER_AFFINITY_CONFLICT: WIN32_ERROR = 5971u32;
16088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16089 pub const ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE: WIN32_ERROR = 5972u32;
16090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16091 pub const ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS: WIN32_ERROR = 5973u32;
16092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16093 pub const ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED: WIN32_ERROR = 5974u32;
16094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16095 pub const ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED: WIN32_ERROR = 5975u32;
16096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16097 pub const ERROR_CLUSTER_UPGRADE_IN_PROGRESS: WIN32_ERROR = 5976u32;
16098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16099 pub const ERROR_CLUSTER_UPGRADE_INCOMPLETE: WIN32_ERROR = 5977u32;
16100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16101 pub const ERROR_CLUSTER_NODE_IN_GRACE_PERIOD: WIN32_ERROR = 5978u32;
16102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16103 pub const ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT: WIN32_ERROR = 5979u32;
16104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16105 pub const ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER: WIN32_ERROR = 5980u32;
16106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16107 pub const ERROR_CLUSTER_RESOURCE_NOT_MONITORED: WIN32_ERROR = 5981u32;
16108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16109 pub const ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED: WIN32_ERROR = 5982u32;
16110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16111 pub const ERROR_CLUSTER_RESOURCE_IS_REPLICATED: WIN32_ERROR = 5983u32;
16112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16113 pub const ERROR_CLUSTER_NODE_ISOLATED: WIN32_ERROR = 5984u32;
16114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16115 pub const ERROR_CLUSTER_NODE_QUARANTINED: WIN32_ERROR = 5985u32;
16116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16117 pub const ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED: WIN32_ERROR = 5986u32;
16118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16119 pub const ERROR_CLUSTER_SPACE_DEGRADED: WIN32_ERROR = 5987u32;
16120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16121 pub const ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED: WIN32_ERROR = 5988u32;
16122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16123 pub const ERROR_CLUSTER_CSV_INVALID_HANDLE: WIN32_ERROR = 5989u32;
16124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16125 pub const ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR: WIN32_ERROR = 5990u32;
16126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16127 pub const ERROR_GROUPSET_NOT_AVAILABLE: WIN32_ERROR = 5991u32;
16128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16129 pub const ERROR_GROUPSET_NOT_FOUND: WIN32_ERROR = 5992u32;
16130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16131 pub const ERROR_GROUPSET_CANT_PROVIDE: WIN32_ERROR = 5993u32;
16132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16133 pub const ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND: WIN32_ERROR = 5994u32;
16134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16135 pub const ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY: WIN32_ERROR = 5995u32;
16136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16137 pub const ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION: WIN32_ERROR = 5996u32;
16138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16139 pub const ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS: WIN32_ERROR = 5997u32;
16140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16141 pub const ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME: WIN32_ERROR = 5998u32;
16142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16143 pub const ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE: WIN32_ERROR = 5999u32;
16144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16145 pub const ERROR_ENCRYPTION_FAILED: WIN32_ERROR = 6000u32;
16146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16147 pub const ERROR_DECRYPTION_FAILED: WIN32_ERROR = 6001u32;
16148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16149 pub const ERROR_FILE_ENCRYPTED: WIN32_ERROR = 6002u32;
16150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16151 pub const ERROR_NO_RECOVERY_POLICY: WIN32_ERROR = 6003u32;
16152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16153 pub const ERROR_NO_EFS: WIN32_ERROR = 6004u32;
16154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16155 pub const ERROR_WRONG_EFS: WIN32_ERROR = 6005u32;
16156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16157 pub const ERROR_NO_USER_KEYS: WIN32_ERROR = 6006u32;
16158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16159 pub const ERROR_FILE_NOT_ENCRYPTED: WIN32_ERROR = 6007u32;
16160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16161 pub const ERROR_NOT_EXPORT_FORMAT: WIN32_ERROR = 6008u32;
16162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16163 pub const ERROR_FILE_READ_ONLY: WIN32_ERROR = 6009u32;
16164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16165 pub const ERROR_DIR_EFS_DISALLOWED: WIN32_ERROR = 6010u32;
16166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16167 pub const ERROR_EFS_SERVER_NOT_TRUSTED: WIN32_ERROR = 6011u32;
16168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16169 pub const ERROR_BAD_RECOVERY_POLICY: WIN32_ERROR = 6012u32;
16170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16171 pub const ERROR_EFS_ALG_BLOB_TOO_BIG: WIN32_ERROR = 6013u32;
16172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16173 pub const ERROR_VOLUME_NOT_SUPPORT_EFS: WIN32_ERROR = 6014u32;
16174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16175 pub const ERROR_EFS_DISABLED: WIN32_ERROR = 6015u32;
16176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16177 pub const ERROR_EFS_VERSION_NOT_SUPPORT: WIN32_ERROR = 6016u32;
16178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16179 pub const ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE: WIN32_ERROR = 6017u32;
16180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16181 pub const ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER: WIN32_ERROR = 6018u32;
16182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16183 pub const ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE: WIN32_ERROR = 6019u32;
16184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16185 pub const ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE: WIN32_ERROR = 6020u32;
16186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16187 pub const ERROR_CS_ENCRYPTION_FILE_NOT_CSE: WIN32_ERROR = 6021u32;
16188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16189 pub const ERROR_ENCRYPTION_POLICY_DENIES_OPERATION: WIN32_ERROR = 6022u32;
16190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16191 pub const ERROR_WIP_ENCRYPTION_FAILED: WIN32_ERROR = 6023u32;
16192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16193 pub const ERROR_NO_BROWSER_SERVERS_FOUND: WIN32_ERROR = 6118u32;
16194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16195 pub const ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM: WIN32_ERROR = 6250u32;
16196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16197 pub const ERROR_LOG_SECTOR_INVALID: WIN32_ERROR = 6600u32;
16198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16199 pub const ERROR_LOG_SECTOR_PARITY_INVALID: WIN32_ERROR = 6601u32;
16200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16201 pub const ERROR_LOG_SECTOR_REMAPPED: WIN32_ERROR = 6602u32;
16202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16203 pub const ERROR_LOG_BLOCK_INCOMPLETE: WIN32_ERROR = 6603u32;
16204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16205 pub const ERROR_LOG_INVALID_RANGE: WIN32_ERROR = 6604u32;
16206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16207 pub const ERROR_LOG_BLOCKS_EXHAUSTED: WIN32_ERROR = 6605u32;
16208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16209 pub const ERROR_LOG_READ_CONTEXT_INVALID: WIN32_ERROR = 6606u32;
16210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16211 pub const ERROR_LOG_RESTART_INVALID: WIN32_ERROR = 6607u32;
16212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16213 pub const ERROR_LOG_BLOCK_VERSION: WIN32_ERROR = 6608u32;
16214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16215 pub const ERROR_LOG_BLOCK_INVALID: WIN32_ERROR = 6609u32;
16216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16217 pub const ERROR_LOG_READ_MODE_INVALID: WIN32_ERROR = 6610u32;
16218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16219 pub const ERROR_LOG_NO_RESTART: WIN32_ERROR = 6611u32;
16220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16221 pub const ERROR_LOG_METADATA_CORRUPT: WIN32_ERROR = 6612u32;
16222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16223 pub const ERROR_LOG_METADATA_INVALID: WIN32_ERROR = 6613u32;
16224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16225 pub const ERROR_LOG_METADATA_INCONSISTENT: WIN32_ERROR = 6614u32;
16226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16227 pub const ERROR_LOG_RESERVATION_INVALID: WIN32_ERROR = 6615u32;
16228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16229 pub const ERROR_LOG_CANT_DELETE: WIN32_ERROR = 6616u32;
16230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16231 pub const ERROR_LOG_CONTAINER_LIMIT_EXCEEDED: WIN32_ERROR = 6617u32;
16232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16233 pub const ERROR_LOG_START_OF_LOG: WIN32_ERROR = 6618u32;
16234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16235 pub const ERROR_LOG_POLICY_ALREADY_INSTALLED: WIN32_ERROR = 6619u32;
16236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16237 pub const ERROR_LOG_POLICY_NOT_INSTALLED: WIN32_ERROR = 6620u32;
16238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16239 pub const ERROR_LOG_POLICY_INVALID: WIN32_ERROR = 6621u32;
16240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16241 pub const ERROR_LOG_POLICY_CONFLICT: WIN32_ERROR = 6622u32;
16242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16243 pub const ERROR_LOG_PINNED_ARCHIVE_TAIL: WIN32_ERROR = 6623u32;
16244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16245 pub const ERROR_LOG_RECORD_NONEXISTENT: WIN32_ERROR = 6624u32;
16246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16247 pub const ERROR_LOG_RECORDS_RESERVED_INVALID: WIN32_ERROR = 6625u32;
16248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16249 pub const ERROR_LOG_SPACE_RESERVED_INVALID: WIN32_ERROR = 6626u32;
16250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16251 pub const ERROR_LOG_TAIL_INVALID: WIN32_ERROR = 6627u32;
16252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16253 pub const ERROR_LOG_FULL: WIN32_ERROR = 6628u32;
16254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16255 pub const ERROR_COULD_NOT_RESIZE_LOG: WIN32_ERROR = 6629u32;
16256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16257 pub const ERROR_LOG_MULTIPLEXED: WIN32_ERROR = 6630u32;
16258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16259 pub const ERROR_LOG_DEDICATED: WIN32_ERROR = 6631u32;
16260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16261 pub const ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS: WIN32_ERROR = 6632u32;
16262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16263 pub const ERROR_LOG_ARCHIVE_IN_PROGRESS: WIN32_ERROR = 6633u32;
16264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16265 pub const ERROR_LOG_EPHEMERAL: WIN32_ERROR = 6634u32;
16266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16267 pub const ERROR_LOG_NOT_ENOUGH_CONTAINERS: WIN32_ERROR = 6635u32;
16268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16269 pub const ERROR_LOG_CLIENT_ALREADY_REGISTERED: WIN32_ERROR = 6636u32;
16270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16271 pub const ERROR_LOG_CLIENT_NOT_REGISTERED: WIN32_ERROR = 6637u32;
16272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16273 pub const ERROR_LOG_FULL_HANDLER_IN_PROGRESS: WIN32_ERROR = 6638u32;
16274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16275 pub const ERROR_LOG_CONTAINER_READ_FAILED: WIN32_ERROR = 6639u32;
16276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16277 pub const ERROR_LOG_CONTAINER_WRITE_FAILED: WIN32_ERROR = 6640u32;
16278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16279 pub const ERROR_LOG_CONTAINER_OPEN_FAILED: WIN32_ERROR = 6641u32;
16280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16281 pub const ERROR_LOG_CONTAINER_STATE_INVALID: WIN32_ERROR = 6642u32;
16282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16283 pub const ERROR_LOG_STATE_INVALID: WIN32_ERROR = 6643u32;
16284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16285 pub const ERROR_LOG_PINNED: WIN32_ERROR = 6644u32;
16286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16287 pub const ERROR_LOG_METADATA_FLUSH_FAILED: WIN32_ERROR = 6645u32;
16288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16289 pub const ERROR_LOG_INCONSISTENT_SECURITY: WIN32_ERROR = 6646u32;
16290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16291 pub const ERROR_LOG_APPENDED_FLUSH_FAILED: WIN32_ERROR = 6647u32;
16292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16293 pub const ERROR_LOG_PINNED_RESERVATION: WIN32_ERROR = 6648u32;
16294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16295 pub const ERROR_INVALID_TRANSACTION: WIN32_ERROR = 6700u32;
16296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16297 pub const ERROR_TRANSACTION_NOT_ACTIVE: WIN32_ERROR = 6701u32;
16298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16299 pub const ERROR_TRANSACTION_REQUEST_NOT_VALID: WIN32_ERROR = 6702u32;
16300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16301 pub const ERROR_TRANSACTION_NOT_REQUESTED: WIN32_ERROR = 6703u32;
16302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16303 pub const ERROR_TRANSACTION_ALREADY_ABORTED: WIN32_ERROR = 6704u32;
16304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16305 pub const ERROR_TRANSACTION_ALREADY_COMMITTED: WIN32_ERROR = 6705u32;
16306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16307 pub const ERROR_TM_INITIALIZATION_FAILED: WIN32_ERROR = 6706u32;
16308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16309 pub const ERROR_RESOURCEMANAGER_READ_ONLY: WIN32_ERROR = 6707u32;
16310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16311 pub const ERROR_TRANSACTION_NOT_JOINED: WIN32_ERROR = 6708u32;
16312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16313 pub const ERROR_TRANSACTION_SUPERIOR_EXISTS: WIN32_ERROR = 6709u32;
16314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16315 pub const ERROR_CRM_PROTOCOL_ALREADY_EXISTS: WIN32_ERROR = 6710u32;
16316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16317 pub const ERROR_TRANSACTION_PROPAGATION_FAILED: WIN32_ERROR = 6711u32;
16318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16319 pub const ERROR_CRM_PROTOCOL_NOT_FOUND: WIN32_ERROR = 6712u32;
16320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16321 pub const ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER: WIN32_ERROR = 6713u32;
16322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16323 pub const ERROR_CURRENT_TRANSACTION_NOT_VALID: WIN32_ERROR = 6714u32;
16324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16325 pub const ERROR_TRANSACTION_NOT_FOUND: WIN32_ERROR = 6715u32;
16326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16327 pub const ERROR_RESOURCEMANAGER_NOT_FOUND: WIN32_ERROR = 6716u32;
16328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16329 pub const ERROR_ENLISTMENT_NOT_FOUND: WIN32_ERROR = 6717u32;
16330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16331 pub const ERROR_TRANSACTIONMANAGER_NOT_FOUND: WIN32_ERROR = 6718u32;
16332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16333 pub const ERROR_TRANSACTIONMANAGER_NOT_ONLINE: WIN32_ERROR = 6719u32;
16334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16335 pub const ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION: WIN32_ERROR = 6720u32;
16336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16337 pub const ERROR_TRANSACTION_NOT_ROOT: WIN32_ERROR = 6721u32;
16338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16339 pub const ERROR_TRANSACTION_OBJECT_EXPIRED: WIN32_ERROR = 6722u32;
16340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16341 pub const ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED: WIN32_ERROR = 6723u32;
16342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16343 pub const ERROR_TRANSACTION_RECORD_TOO_LONG: WIN32_ERROR = 6724u32;
16344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16345 pub const ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED: WIN32_ERROR = 6725u32;
16346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16347 pub const ERROR_TRANSACTION_INTEGRITY_VIOLATED: WIN32_ERROR = 6726u32;
16348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16349 pub const ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH: WIN32_ERROR = 6727u32;
16350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16351 pub const ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT: WIN32_ERROR = 6728u32;
16352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16353 pub const ERROR_TRANSACTION_MUST_WRITETHROUGH: WIN32_ERROR = 6729u32;
16354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16355 pub const ERROR_TRANSACTION_NO_SUPERIOR: WIN32_ERROR = 6730u32;
16356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16357 pub const ERROR_HEURISTIC_DAMAGE_POSSIBLE: WIN32_ERROR = 6731u32;
16358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16359 pub const ERROR_TRANSACTIONAL_CONFLICT: WIN32_ERROR = 6800u32;
16360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16361 pub const ERROR_RM_NOT_ACTIVE: WIN32_ERROR = 6801u32;
16362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16363 pub const ERROR_RM_METADATA_CORRUPT: WIN32_ERROR = 6802u32;
16364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16365 pub const ERROR_DIRECTORY_NOT_RM: WIN32_ERROR = 6803u32;
16366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16367 pub const ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE: WIN32_ERROR = 6805u32;
16368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16369 pub const ERROR_LOG_RESIZE_INVALID_SIZE: WIN32_ERROR = 6806u32;
16370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16371 pub const ERROR_OBJECT_NO_LONGER_EXISTS: WIN32_ERROR = 6807u32;
16372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16373 pub const ERROR_STREAM_MINIVERSION_NOT_FOUND: WIN32_ERROR = 6808u32;
16374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16375 pub const ERROR_STREAM_MINIVERSION_NOT_VALID: WIN32_ERROR = 6809u32;
16376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16377 pub const ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION: WIN32_ERROR = 6810u32;
16378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16379 pub const ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT: WIN32_ERROR = 6811u32;
16380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16381 pub const ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS: WIN32_ERROR = 6812u32;
16382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16383 pub const ERROR_REMOTE_FILE_VERSION_MISMATCH: WIN32_ERROR = 6814u32;
16384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16385 pub const ERROR_HANDLE_NO_LONGER_VALID: WIN32_ERROR = 6815u32;
16386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16387 pub const ERROR_NO_TXF_METADATA: WIN32_ERROR = 6816u32;
16388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16389 pub const ERROR_LOG_CORRUPTION_DETECTED: WIN32_ERROR = 6817u32;
16390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16391 pub const ERROR_CANT_RECOVER_WITH_HANDLE_OPEN: WIN32_ERROR = 6818u32;
16392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16393 pub const ERROR_RM_DISCONNECTED: WIN32_ERROR = 6819u32;
16394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16395 pub const ERROR_ENLISTMENT_NOT_SUPERIOR: WIN32_ERROR = 6820u32;
16396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16397 pub const ERROR_RECOVERY_NOT_NEEDED: WIN32_ERROR = 6821u32;
16398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16399 pub const ERROR_RM_ALREADY_STARTED: WIN32_ERROR = 6822u32;
16400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16401 pub const ERROR_FILE_IDENTITY_NOT_PERSISTENT: WIN32_ERROR = 6823u32;
16402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16403 pub const ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY: WIN32_ERROR = 6824u32;
16404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16405 pub const ERROR_CANT_CROSS_RM_BOUNDARY: WIN32_ERROR = 6825u32;
16406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16407 pub const ERROR_TXF_DIR_NOT_EMPTY: WIN32_ERROR = 6826u32;
16408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16409 pub const ERROR_INDOUBT_TRANSACTIONS_EXIST: WIN32_ERROR = 6827u32;
16410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16411 pub const ERROR_TM_VOLATILE: WIN32_ERROR = 6828u32;
16412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16413 pub const ERROR_ROLLBACK_TIMER_EXPIRED: WIN32_ERROR = 6829u32;
16414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16415 pub const ERROR_TXF_ATTRIBUTE_CORRUPT: WIN32_ERROR = 6830u32;
16416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16417 pub const ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6831u32;
16418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16419 pub const ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED: WIN32_ERROR = 6832u32;
16420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16421 pub const ERROR_LOG_GROWTH_FAILED: WIN32_ERROR = 6833u32;
16422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16423 pub const ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE: WIN32_ERROR = 6834u32;
16424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16425 pub const ERROR_TXF_METADATA_ALREADY_PRESENT: WIN32_ERROR = 6835u32;
16426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16427 pub const ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET: WIN32_ERROR = 6836u32;
16428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16429 pub const ERROR_TRANSACTION_REQUIRED_PROMOTION: WIN32_ERROR = 6837u32;
16430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16431 pub const ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION: WIN32_ERROR = 6838u32;
16432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16433 pub const ERROR_TRANSACTIONS_NOT_FROZEN: WIN32_ERROR = 6839u32;
16434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16435 pub const ERROR_TRANSACTION_FREEZE_IN_PROGRESS: WIN32_ERROR = 6840u32;
16436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16437 pub const ERROR_NOT_SNAPSHOT_VOLUME: WIN32_ERROR = 6841u32;
16438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16439 pub const ERROR_NO_SAVEPOINT_WITH_OPEN_FILES: WIN32_ERROR = 6842u32;
16440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16441 pub const ERROR_DATA_LOST_REPAIR: WIN32_ERROR = 6843u32;
16442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16443 pub const ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6844u32;
16444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16445 pub const ERROR_TM_IDENTITY_MISMATCH: WIN32_ERROR = 6845u32;
16446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16447 pub const ERROR_FLOATED_SECTION: WIN32_ERROR = 6846u32;
16448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16449 pub const ERROR_CANNOT_ACCEPT_TRANSACTED_WORK: WIN32_ERROR = 6847u32;
16450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16451 pub const ERROR_CANNOT_ABORT_TRANSACTIONS: WIN32_ERROR = 6848u32;
16452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16453 pub const ERROR_BAD_CLUSTERS: WIN32_ERROR = 6849u32;
16454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16455 pub const ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION: WIN32_ERROR = 6850u32;
16456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16457 pub const ERROR_VOLUME_DIRTY: WIN32_ERROR = 6851u32;
16458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16459 pub const ERROR_NO_LINK_TRACKING_IN_TRANSACTION: WIN32_ERROR = 6852u32;
16460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16461 pub const ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION: WIN32_ERROR = 6853u32;
16462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16463 pub const ERROR_EXPIRED_HANDLE: WIN32_ERROR = 6854u32;
16464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16465 pub const ERROR_TRANSACTION_NOT_ENLISTED: WIN32_ERROR = 6855u32;
16466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16467 pub const ERROR_CTX_WINSTATION_NAME_INVALID: WIN32_ERROR = 7001u32;
16468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16469 pub const ERROR_CTX_INVALID_PD: WIN32_ERROR = 7002u32;
16470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16471 pub const ERROR_CTX_PD_NOT_FOUND: WIN32_ERROR = 7003u32;
16472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16473 pub const ERROR_CTX_WD_NOT_FOUND: WIN32_ERROR = 7004u32;
16474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16475 pub const ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY: WIN32_ERROR = 7005u32;
16476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16477 pub const ERROR_CTX_SERVICE_NAME_COLLISION: WIN32_ERROR = 7006u32;
16478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16479 pub const ERROR_CTX_CLOSE_PENDING: WIN32_ERROR = 7007u32;
16480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16481 pub const ERROR_CTX_NO_OUTBUF: WIN32_ERROR = 7008u32;
16482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16483 pub const ERROR_CTX_MODEM_INF_NOT_FOUND: WIN32_ERROR = 7009u32;
16484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16485 pub const ERROR_CTX_INVALID_MODEMNAME: WIN32_ERROR = 7010u32;
16486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16487 pub const ERROR_CTX_MODEM_RESPONSE_ERROR: WIN32_ERROR = 7011u32;
16488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16489 pub const ERROR_CTX_MODEM_RESPONSE_TIMEOUT: WIN32_ERROR = 7012u32;
16490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16491 pub const ERROR_CTX_MODEM_RESPONSE_NO_CARRIER: WIN32_ERROR = 7013u32;
16492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16493 pub const ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE: WIN32_ERROR = 7014u32;
16494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16495 pub const ERROR_CTX_MODEM_RESPONSE_BUSY: WIN32_ERROR = 7015u32;
16496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16497 pub const ERROR_CTX_MODEM_RESPONSE_VOICE: WIN32_ERROR = 7016u32;
16498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16499 pub const ERROR_CTX_TD_ERROR: WIN32_ERROR = 7017u32;
16500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16501 pub const ERROR_CTX_WINSTATION_NOT_FOUND: WIN32_ERROR = 7022u32;
16502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16503 pub const ERROR_CTX_WINSTATION_ALREADY_EXISTS: WIN32_ERROR = 7023u32;
16504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16505 pub const ERROR_CTX_WINSTATION_BUSY: WIN32_ERROR = 7024u32;
16506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16507 pub const ERROR_CTX_BAD_VIDEO_MODE: WIN32_ERROR = 7025u32;
16508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16509 pub const ERROR_CTX_GRAPHICS_INVALID: WIN32_ERROR = 7035u32;
16510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16511 pub const ERROR_CTX_LOGON_DISABLED: WIN32_ERROR = 7037u32;
16512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16513 pub const ERROR_CTX_NOT_CONSOLE: WIN32_ERROR = 7038u32;
16514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16515 pub const ERROR_CTX_CLIENT_QUERY_TIMEOUT: WIN32_ERROR = 7040u32;
16516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16517 pub const ERROR_CTX_CONSOLE_DISCONNECT: WIN32_ERROR = 7041u32;
16518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16519 pub const ERROR_CTX_CONSOLE_CONNECT: WIN32_ERROR = 7042u32;
16520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16521 pub const ERROR_CTX_SHADOW_DENIED: WIN32_ERROR = 7044u32;
16522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16523 pub const ERROR_CTX_WINSTATION_ACCESS_DENIED: WIN32_ERROR = 7045u32;
16524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16525 pub const ERROR_CTX_INVALID_WD: WIN32_ERROR = 7049u32;
16526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16527 pub const ERROR_CTX_SHADOW_INVALID: WIN32_ERROR = 7050u32;
16528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16529 pub const ERROR_CTX_SHADOW_DISABLED: WIN32_ERROR = 7051u32;
16530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16531 pub const ERROR_CTX_CLIENT_LICENSE_IN_USE: WIN32_ERROR = 7052u32;
16532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16533 pub const ERROR_CTX_CLIENT_LICENSE_NOT_SET: WIN32_ERROR = 7053u32;
16534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16535 pub const ERROR_CTX_LICENSE_NOT_AVAILABLE: WIN32_ERROR = 7054u32;
16536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16537 pub const ERROR_CTX_LICENSE_CLIENT_INVALID: WIN32_ERROR = 7055u32;
16538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16539 pub const ERROR_CTX_LICENSE_EXPIRED: WIN32_ERROR = 7056u32;
16540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16541 pub const ERROR_CTX_SHADOW_NOT_RUNNING: WIN32_ERROR = 7057u32;
16542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16543 pub const ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE: WIN32_ERROR = 7058u32;
16544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16545 pub const ERROR_ACTIVATION_COUNT_EXCEEDED: WIN32_ERROR = 7059u32;
16546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16547 pub const ERROR_CTX_WINSTATIONS_DISABLED: WIN32_ERROR = 7060u32;
16548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16549 pub const ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED: WIN32_ERROR = 7061u32;
16550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16551 pub const ERROR_CTX_SESSION_IN_USE: WIN32_ERROR = 7062u32;
16552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16553 pub const ERROR_CTX_NO_FORCE_LOGOFF: WIN32_ERROR = 7063u32;
16554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16555 pub const ERROR_CTX_ACCOUNT_RESTRICTION: WIN32_ERROR = 7064u32;
16556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16557 pub const ERROR_RDP_PROTOCOL_ERROR: WIN32_ERROR = 7065u32;
16558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16559 pub const ERROR_CTX_CDM_CONNECT: WIN32_ERROR = 7066u32;
16560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16561 pub const ERROR_CTX_CDM_DISCONNECT: WIN32_ERROR = 7067u32;
16562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16563 pub const ERROR_CTX_SECURITY_LAYER_ERROR: WIN32_ERROR = 7068u32;
16564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16565 pub const ERROR_TS_INCOMPATIBLE_SESSIONS: WIN32_ERROR = 7069u32;
16566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16567 pub const ERROR_TS_VIDEO_SUBSYSTEM_ERROR: WIN32_ERROR = 7070u32;
16568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16569 pub const ERROR_DS_NOT_INSTALLED: WIN32_ERROR = 8200u32;
16570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16571 pub const ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY: WIN32_ERROR = 8201u32;
16572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16573 pub const ERROR_DS_NO_ATTRIBUTE_OR_VALUE: WIN32_ERROR = 8202u32;
16574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16575 pub const ERROR_DS_INVALID_ATTRIBUTE_SYNTAX: WIN32_ERROR = 8203u32;
16576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16577 pub const ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED: WIN32_ERROR = 8204u32;
16578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16579 pub const ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS: WIN32_ERROR = 8205u32;
16580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16581 pub const ERROR_DS_BUSY: WIN32_ERROR = 8206u32;
16582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16583 pub const ERROR_DS_UNAVAILABLE: WIN32_ERROR = 8207u32;
16584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16585 pub const ERROR_DS_NO_RIDS_ALLOCATED: WIN32_ERROR = 8208u32;
16586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16587 pub const ERROR_DS_NO_MORE_RIDS: WIN32_ERROR = 8209u32;
16588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16589 pub const ERROR_DS_INCORRECT_ROLE_OWNER: WIN32_ERROR = 8210u32;
16590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16591 pub const ERROR_DS_RIDMGR_INIT_ERROR: WIN32_ERROR = 8211u32;
16592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16593 pub const ERROR_DS_OBJ_CLASS_VIOLATION: WIN32_ERROR = 8212u32;
16594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16595 pub const ERROR_DS_CANT_ON_NON_LEAF: WIN32_ERROR = 8213u32;
16596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16597 pub const ERROR_DS_CANT_ON_RDN: WIN32_ERROR = 8214u32;
16598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16599 pub const ERROR_DS_CANT_MOD_OBJ_CLASS: WIN32_ERROR = 8215u32;
16600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16601 pub const ERROR_DS_CROSS_DOM_MOVE_ERROR: WIN32_ERROR = 8216u32;
16602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16603 pub const ERROR_DS_GC_NOT_AVAILABLE: WIN32_ERROR = 8217u32;
16604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16605 pub const ERROR_SHARED_POLICY: WIN32_ERROR = 8218u32;
16606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16607 pub const ERROR_POLICY_OBJECT_NOT_FOUND: WIN32_ERROR = 8219u32;
16608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16609 pub const ERROR_POLICY_ONLY_IN_DS: WIN32_ERROR = 8220u32;
16610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16611 pub const ERROR_PROMOTION_ACTIVE: WIN32_ERROR = 8221u32;
16612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16613 pub const ERROR_NO_PROMOTION_ACTIVE: WIN32_ERROR = 8222u32;
16614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16615 pub const ERROR_DS_OPERATIONS_ERROR: WIN32_ERROR = 8224u32;
16616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16617 pub const ERROR_DS_PROTOCOL_ERROR: WIN32_ERROR = 8225u32;
16618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16619 pub const ERROR_DS_TIMELIMIT_EXCEEDED: WIN32_ERROR = 8226u32;
16620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16621 pub const ERROR_DS_SIZELIMIT_EXCEEDED: WIN32_ERROR = 8227u32;
16622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16623 pub const ERROR_DS_ADMIN_LIMIT_EXCEEDED: WIN32_ERROR = 8228u32;
16624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16625 pub const ERROR_DS_COMPARE_FALSE: WIN32_ERROR = 8229u32;
16626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16627 pub const ERROR_DS_COMPARE_TRUE: WIN32_ERROR = 8230u32;
16628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16629 pub const ERROR_DS_AUTH_METHOD_NOT_SUPPORTED: WIN32_ERROR = 8231u32;
16630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16631 pub const ERROR_DS_STRONG_AUTH_REQUIRED: WIN32_ERROR = 8232u32;
16632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16633 pub const ERROR_DS_INAPPROPRIATE_AUTH: WIN32_ERROR = 8233u32;
16634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16635 pub const ERROR_DS_AUTH_UNKNOWN: WIN32_ERROR = 8234u32;
16636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16637 pub const ERROR_DS_REFERRAL: WIN32_ERROR = 8235u32;
16638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16639 pub const ERROR_DS_UNAVAILABLE_CRIT_EXTENSION: WIN32_ERROR = 8236u32;
16640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16641 pub const ERROR_DS_CONFIDENTIALITY_REQUIRED: WIN32_ERROR = 8237u32;
16642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16643 pub const ERROR_DS_INAPPROPRIATE_MATCHING: WIN32_ERROR = 8238u32;
16644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16645 pub const ERROR_DS_CONSTRAINT_VIOLATION: WIN32_ERROR = 8239u32;
16646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16647 pub const ERROR_DS_NO_SUCH_OBJECT: WIN32_ERROR = 8240u32;
16648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16649 pub const ERROR_DS_ALIAS_PROBLEM: WIN32_ERROR = 8241u32;
16650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16651 pub const ERROR_DS_INVALID_DN_SYNTAX: WIN32_ERROR = 8242u32;
16652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16653 pub const ERROR_DS_IS_LEAF: WIN32_ERROR = 8243u32;
16654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16655 pub const ERROR_DS_ALIAS_DEREF_PROBLEM: WIN32_ERROR = 8244u32;
16656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16657 pub const ERROR_DS_UNWILLING_TO_PERFORM: WIN32_ERROR = 8245u32;
16658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16659 pub const ERROR_DS_LOOP_DETECT: WIN32_ERROR = 8246u32;
16660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16661 pub const ERROR_DS_NAMING_VIOLATION: WIN32_ERROR = 8247u32;
16662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16663 pub const ERROR_DS_OBJECT_RESULTS_TOO_LARGE: WIN32_ERROR = 8248u32;
16664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16665 pub const ERROR_DS_AFFECTS_MULTIPLE_DSAS: WIN32_ERROR = 8249u32;
16666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16667 pub const ERROR_DS_SERVER_DOWN: WIN32_ERROR = 8250u32;
16668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16669 pub const ERROR_DS_LOCAL_ERROR: WIN32_ERROR = 8251u32;
16670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16671 pub const ERROR_DS_ENCODING_ERROR: WIN32_ERROR = 8252u32;
16672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16673 pub const ERROR_DS_DECODING_ERROR: WIN32_ERROR = 8253u32;
16674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16675 pub const ERROR_DS_FILTER_UNKNOWN: WIN32_ERROR = 8254u32;
16676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16677 pub const ERROR_DS_PARAM_ERROR: WIN32_ERROR = 8255u32;
16678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16679 pub const ERROR_DS_NOT_SUPPORTED: WIN32_ERROR = 8256u32;
16680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16681 pub const ERROR_DS_NO_RESULTS_RETURNED: WIN32_ERROR = 8257u32;
16682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16683 pub const ERROR_DS_CONTROL_NOT_FOUND: WIN32_ERROR = 8258u32;
16684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16685 pub const ERROR_DS_CLIENT_LOOP: WIN32_ERROR = 8259u32;
16686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16687 pub const ERROR_DS_REFERRAL_LIMIT_EXCEEDED: WIN32_ERROR = 8260u32;
16688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16689 pub const ERROR_DS_SORT_CONTROL_MISSING: WIN32_ERROR = 8261u32;
16690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16691 pub const ERROR_DS_OFFSET_RANGE_ERROR: WIN32_ERROR = 8262u32;
16692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16693 pub const ERROR_DS_RIDMGR_DISABLED: WIN32_ERROR = 8263u32;
16694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16695 pub const ERROR_DS_ROOT_MUST_BE_NC: WIN32_ERROR = 8301u32;
16696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16697 pub const ERROR_DS_ADD_REPLICA_INHIBITED: WIN32_ERROR = 8302u32;
16698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16699 pub const ERROR_DS_ATT_NOT_DEF_IN_SCHEMA: WIN32_ERROR = 8303u32;
16700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16701 pub const ERROR_DS_MAX_OBJ_SIZE_EXCEEDED: WIN32_ERROR = 8304u32;
16702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16703 pub const ERROR_DS_OBJ_STRING_NAME_EXISTS: WIN32_ERROR = 8305u32;
16704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16705 pub const ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA: WIN32_ERROR = 8306u32;
16706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16707 pub const ERROR_DS_RDN_DOESNT_MATCH_SCHEMA: WIN32_ERROR = 8307u32;
16708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16709 pub const ERROR_DS_NO_REQUESTED_ATTS_FOUND: WIN32_ERROR = 8308u32;
16710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16711 pub const ERROR_DS_USER_BUFFER_TO_SMALL: WIN32_ERROR = 8309u32;
16712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16713 pub const ERROR_DS_ATT_IS_NOT_ON_OBJ: WIN32_ERROR = 8310u32;
16714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16715 pub const ERROR_DS_ILLEGAL_MOD_OPERATION: WIN32_ERROR = 8311u32;
16716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16717 pub const ERROR_DS_OBJ_TOO_LARGE: WIN32_ERROR = 8312u32;
16718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16719 pub const ERROR_DS_BAD_INSTANCE_TYPE: WIN32_ERROR = 8313u32;
16720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16721 pub const ERROR_DS_MASTERDSA_REQUIRED: WIN32_ERROR = 8314u32;
16722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16723 pub const ERROR_DS_OBJECT_CLASS_REQUIRED: WIN32_ERROR = 8315u32;
16724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16725 pub const ERROR_DS_MISSING_REQUIRED_ATT: WIN32_ERROR = 8316u32;
16726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16727 pub const ERROR_DS_ATT_NOT_DEF_FOR_CLASS: WIN32_ERROR = 8317u32;
16728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16729 pub const ERROR_DS_ATT_ALREADY_EXISTS: WIN32_ERROR = 8318u32;
16730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16731 pub const ERROR_DS_CANT_ADD_ATT_VALUES: WIN32_ERROR = 8320u32;
16732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16733 pub const ERROR_DS_SINGLE_VALUE_CONSTRAINT: WIN32_ERROR = 8321u32;
16734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16735 pub const ERROR_DS_RANGE_CONSTRAINT: WIN32_ERROR = 8322u32;
16736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16737 pub const ERROR_DS_ATT_VAL_ALREADY_EXISTS: WIN32_ERROR = 8323u32;
16738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16739 pub const ERROR_DS_CANT_REM_MISSING_ATT: WIN32_ERROR = 8324u32;
16740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16741 pub const ERROR_DS_CANT_REM_MISSING_ATT_VAL: WIN32_ERROR = 8325u32;
16742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16743 pub const ERROR_DS_ROOT_CANT_BE_SUBREF: WIN32_ERROR = 8326u32;
16744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16745 pub const ERROR_DS_NO_CHAINING: WIN32_ERROR = 8327u32;
16746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16747 pub const ERROR_DS_NO_CHAINED_EVAL: WIN32_ERROR = 8328u32;
16748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16749 pub const ERROR_DS_NO_PARENT_OBJECT: WIN32_ERROR = 8329u32;
16750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16751 pub const ERROR_DS_PARENT_IS_AN_ALIAS: WIN32_ERROR = 8330u32;
16752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16753 pub const ERROR_DS_CANT_MIX_MASTER_AND_REPS: WIN32_ERROR = 8331u32;
16754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16755 pub const ERROR_DS_CHILDREN_EXIST: WIN32_ERROR = 8332u32;
16756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16757 pub const ERROR_DS_OBJ_NOT_FOUND: WIN32_ERROR = 8333u32;
16758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16759 pub const ERROR_DS_ALIASED_OBJ_MISSING: WIN32_ERROR = 8334u32;
16760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16761 pub const ERROR_DS_BAD_NAME_SYNTAX: WIN32_ERROR = 8335u32;
16762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16763 pub const ERROR_DS_ALIAS_POINTS_TO_ALIAS: WIN32_ERROR = 8336u32;
16764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16765 pub const ERROR_DS_CANT_DEREF_ALIAS: WIN32_ERROR = 8337u32;
16766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16767 pub const ERROR_DS_OUT_OF_SCOPE: WIN32_ERROR = 8338u32;
16768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16769 pub const ERROR_DS_OBJECT_BEING_REMOVED: WIN32_ERROR = 8339u32;
16770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16771 pub const ERROR_DS_CANT_DELETE_DSA_OBJ: WIN32_ERROR = 8340u32;
16772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16773 pub const ERROR_DS_GENERIC_ERROR: WIN32_ERROR = 8341u32;
16774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16775 pub const ERROR_DS_DSA_MUST_BE_INT_MASTER: WIN32_ERROR = 8342u32;
16776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16777 pub const ERROR_DS_CLASS_NOT_DSA: WIN32_ERROR = 8343u32;
16778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16779 pub const ERROR_DS_INSUFF_ACCESS_RIGHTS: WIN32_ERROR = 8344u32;
16780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16781 pub const ERROR_DS_ILLEGAL_SUPERIOR: WIN32_ERROR = 8345u32;
16782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16783 pub const ERROR_DS_ATTRIBUTE_OWNED_BY_SAM: WIN32_ERROR = 8346u32;
16784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16785 pub const ERROR_DS_NAME_TOO_MANY_PARTS: WIN32_ERROR = 8347u32;
16786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16787 pub const ERROR_DS_NAME_TOO_LONG: WIN32_ERROR = 8348u32;
16788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16789 pub const ERROR_DS_NAME_VALUE_TOO_LONG: WIN32_ERROR = 8349u32;
16790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16791 pub const ERROR_DS_NAME_UNPARSEABLE: WIN32_ERROR = 8350u32;
16792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16793 pub const ERROR_DS_NAME_TYPE_UNKNOWN: WIN32_ERROR = 8351u32;
16794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16795 pub const ERROR_DS_NOT_AN_OBJECT: WIN32_ERROR = 8352u32;
16796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16797 pub const ERROR_DS_SEC_DESC_TOO_SHORT: WIN32_ERROR = 8353u32;
16798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16799 pub const ERROR_DS_SEC_DESC_INVALID: WIN32_ERROR = 8354u32;
16800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16801 pub const ERROR_DS_NO_DELETED_NAME: WIN32_ERROR = 8355u32;
16802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16803 pub const ERROR_DS_SUBREF_MUST_HAVE_PARENT: WIN32_ERROR = 8356u32;
16804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16805 pub const ERROR_DS_NCNAME_MUST_BE_NC: WIN32_ERROR = 8357u32;
16806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16807 pub const ERROR_DS_CANT_ADD_SYSTEM_ONLY: WIN32_ERROR = 8358u32;
16808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16809 pub const ERROR_DS_CLASS_MUST_BE_CONCRETE: WIN32_ERROR = 8359u32;
16810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16811 pub const ERROR_DS_INVALID_DMD: WIN32_ERROR = 8360u32;
16812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16813 pub const ERROR_DS_OBJ_GUID_EXISTS: WIN32_ERROR = 8361u32;
16814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16815 pub const ERROR_DS_NOT_ON_BACKLINK: WIN32_ERROR = 8362u32;
16816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16817 pub const ERROR_DS_NO_CROSSREF_FOR_NC: WIN32_ERROR = 8363u32;
16818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16819 pub const ERROR_DS_SHUTTING_DOWN: WIN32_ERROR = 8364u32;
16820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16821 pub const ERROR_DS_UNKNOWN_OPERATION: WIN32_ERROR = 8365u32;
16822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16823 pub const ERROR_DS_INVALID_ROLE_OWNER: WIN32_ERROR = 8366u32;
16824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16825 pub const ERROR_DS_COULDNT_CONTACT_FSMO: WIN32_ERROR = 8367u32;
16826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16827 pub const ERROR_DS_CROSS_NC_DN_RENAME: WIN32_ERROR = 8368u32;
16828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16829 pub const ERROR_DS_CANT_MOD_SYSTEM_ONLY: WIN32_ERROR = 8369u32;
16830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16831 pub const ERROR_DS_REPLICATOR_ONLY: WIN32_ERROR = 8370u32;
16832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16833 pub const ERROR_DS_OBJ_CLASS_NOT_DEFINED: WIN32_ERROR = 8371u32;
16834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16835 pub const ERROR_DS_OBJ_CLASS_NOT_SUBCLASS: WIN32_ERROR = 8372u32;
16836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16837 pub const ERROR_DS_NAME_REFERENCE_INVALID: WIN32_ERROR = 8373u32;
16838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16839 pub const ERROR_DS_CROSS_REF_EXISTS: WIN32_ERROR = 8374u32;
16840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16841 pub const ERROR_DS_CANT_DEL_MASTER_CROSSREF: WIN32_ERROR = 8375u32;
16842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16843 pub const ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD: WIN32_ERROR = 8376u32;
16844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16845 pub const ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX: WIN32_ERROR = 8377u32;
16846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16847 pub const ERROR_DS_DUP_RDN: WIN32_ERROR = 8378u32;
16848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16849 pub const ERROR_DS_DUP_OID: WIN32_ERROR = 8379u32;
16850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16851 pub const ERROR_DS_DUP_MAPI_ID: WIN32_ERROR = 8380u32;
16852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16853 pub const ERROR_DS_DUP_SCHEMA_ID_GUID: WIN32_ERROR = 8381u32;
16854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16855 pub const ERROR_DS_DUP_LDAP_DISPLAY_NAME: WIN32_ERROR = 8382u32;
16856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16857 pub const ERROR_DS_SEMANTIC_ATT_TEST: WIN32_ERROR = 8383u32;
16858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16859 pub const ERROR_DS_SYNTAX_MISMATCH: WIN32_ERROR = 8384u32;
16860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16861 pub const ERROR_DS_EXISTS_IN_MUST_HAVE: WIN32_ERROR = 8385u32;
16862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16863 pub const ERROR_DS_EXISTS_IN_MAY_HAVE: WIN32_ERROR = 8386u32;
16864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16865 pub const ERROR_DS_NONEXISTENT_MAY_HAVE: WIN32_ERROR = 8387u32;
16866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16867 pub const ERROR_DS_NONEXISTENT_MUST_HAVE: WIN32_ERROR = 8388u32;
16868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16869 pub const ERROR_DS_AUX_CLS_TEST_FAIL: WIN32_ERROR = 8389u32;
16870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16871 pub const ERROR_DS_NONEXISTENT_POSS_SUP: WIN32_ERROR = 8390u32;
16872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16873 pub const ERROR_DS_SUB_CLS_TEST_FAIL: WIN32_ERROR = 8391u32;
16874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16875 pub const ERROR_DS_BAD_RDN_ATT_ID_SYNTAX: WIN32_ERROR = 8392u32;
16876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16877 pub const ERROR_DS_EXISTS_IN_AUX_CLS: WIN32_ERROR = 8393u32;
16878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16879 pub const ERROR_DS_EXISTS_IN_SUB_CLS: WIN32_ERROR = 8394u32;
16880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16881 pub const ERROR_DS_EXISTS_IN_POSS_SUP: WIN32_ERROR = 8395u32;
16882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16883 pub const ERROR_DS_RECALCSCHEMA_FAILED: WIN32_ERROR = 8396u32;
16884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16885 pub const ERROR_DS_TREE_DELETE_NOT_FINISHED: WIN32_ERROR = 8397u32;
16886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16887 pub const ERROR_DS_CANT_DELETE: WIN32_ERROR = 8398u32;
16888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16889 pub const ERROR_DS_ATT_SCHEMA_REQ_ID: WIN32_ERROR = 8399u32;
16890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16891 pub const ERROR_DS_BAD_ATT_SCHEMA_SYNTAX: WIN32_ERROR = 8400u32;
16892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16893 pub const ERROR_DS_CANT_CACHE_ATT: WIN32_ERROR = 8401u32;
16894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16895 pub const ERROR_DS_CANT_CACHE_CLASS: WIN32_ERROR = 8402u32;
16896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16897 pub const ERROR_DS_CANT_REMOVE_ATT_CACHE: WIN32_ERROR = 8403u32;
16898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16899 pub const ERROR_DS_CANT_REMOVE_CLASS_CACHE: WIN32_ERROR = 8404u32;
16900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16901 pub const ERROR_DS_CANT_RETRIEVE_DN: WIN32_ERROR = 8405u32;
16902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16903 pub const ERROR_DS_MISSING_SUPREF: WIN32_ERROR = 8406u32;
16904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16905 pub const ERROR_DS_CANT_RETRIEVE_INSTANCE: WIN32_ERROR = 8407u32;
16906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16907 pub const ERROR_DS_CODE_INCONSISTENCY: WIN32_ERROR = 8408u32;
16908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16909 pub const ERROR_DS_DATABASE_ERROR: WIN32_ERROR = 8409u32;
16910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16911 pub const ERROR_DS_GOVERNSID_MISSING: WIN32_ERROR = 8410u32;
16912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16913 pub const ERROR_DS_MISSING_EXPECTED_ATT: WIN32_ERROR = 8411u32;
16914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16915 pub const ERROR_DS_NCNAME_MISSING_CR_REF: WIN32_ERROR = 8412u32;
16916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16917 pub const ERROR_DS_SECURITY_CHECKING_ERROR: WIN32_ERROR = 8413u32;
16918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16919 pub const ERROR_DS_SCHEMA_NOT_LOADED: WIN32_ERROR = 8414u32;
16920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16921 pub const ERROR_DS_SCHEMA_ALLOC_FAILED: WIN32_ERROR = 8415u32;
16922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16923 pub const ERROR_DS_ATT_SCHEMA_REQ_SYNTAX: WIN32_ERROR = 8416u32;
16924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16925 pub const ERROR_DS_GCVERIFY_ERROR: WIN32_ERROR = 8417u32;
16926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16927 pub const ERROR_DS_DRA_SCHEMA_MISMATCH: WIN32_ERROR = 8418u32;
16928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16929 pub const ERROR_DS_CANT_FIND_DSA_OBJ: WIN32_ERROR = 8419u32;
16930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16931 pub const ERROR_DS_CANT_FIND_EXPECTED_NC: WIN32_ERROR = 8420u32;
16932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16933 pub const ERROR_DS_CANT_FIND_NC_IN_CACHE: WIN32_ERROR = 8421u32;
16934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16935 pub const ERROR_DS_CANT_RETRIEVE_CHILD: WIN32_ERROR = 8422u32;
16936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16937 pub const ERROR_DS_SECURITY_ILLEGAL_MODIFY: WIN32_ERROR = 8423u32;
16938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16939 pub const ERROR_DS_CANT_REPLACE_HIDDEN_REC: WIN32_ERROR = 8424u32;
16940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16941 pub const ERROR_DS_BAD_HIERARCHY_FILE: WIN32_ERROR = 8425u32;
16942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16943 pub const ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED: WIN32_ERROR = 8426u32;
16944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16945 pub const ERROR_DS_CONFIG_PARAM_MISSING: WIN32_ERROR = 8427u32;
16946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16947 pub const ERROR_DS_COUNTING_AB_INDICES_FAILED: WIN32_ERROR = 8428u32;
16948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16949 pub const ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED: WIN32_ERROR = 8429u32;
16950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16951 pub const ERROR_DS_INTERNAL_FAILURE: WIN32_ERROR = 8430u32;
16952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16953 pub const ERROR_DS_UNKNOWN_ERROR: WIN32_ERROR = 8431u32;
16954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16955 pub const ERROR_DS_ROOT_REQUIRES_CLASS_TOP: WIN32_ERROR = 8432u32;
16956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16957 pub const ERROR_DS_REFUSING_FSMO_ROLES: WIN32_ERROR = 8433u32;
16958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16959 pub const ERROR_DS_MISSING_FSMO_SETTINGS: WIN32_ERROR = 8434u32;
16960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16961 pub const ERROR_DS_UNABLE_TO_SURRENDER_ROLES: WIN32_ERROR = 8435u32;
16962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16963 pub const ERROR_DS_DRA_GENERIC: WIN32_ERROR = 8436u32;
16964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16965 pub const ERROR_DS_DRA_INVALID_PARAMETER: WIN32_ERROR = 8437u32;
16966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16967 pub const ERROR_DS_DRA_BUSY: WIN32_ERROR = 8438u32;
16968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16969 pub const ERROR_DS_DRA_BAD_DN: WIN32_ERROR = 8439u32;
16970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16971 pub const ERROR_DS_DRA_BAD_NC: WIN32_ERROR = 8440u32;
16972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16973 pub const ERROR_DS_DRA_DN_EXISTS: WIN32_ERROR = 8441u32;
16974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16975 pub const ERROR_DS_DRA_INTERNAL_ERROR: WIN32_ERROR = 8442u32;
16976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16977 pub const ERROR_DS_DRA_INCONSISTENT_DIT: WIN32_ERROR = 8443u32;
16978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16979 pub const ERROR_DS_DRA_CONNECTION_FAILED: WIN32_ERROR = 8444u32;
16980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16981 pub const ERROR_DS_DRA_BAD_INSTANCE_TYPE: WIN32_ERROR = 8445u32;
16982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16983 pub const ERROR_DS_DRA_OUT_OF_MEM: WIN32_ERROR = 8446u32;
16984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16985 pub const ERROR_DS_DRA_MAIL_PROBLEM: WIN32_ERROR = 8447u32;
16986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16987 pub const ERROR_DS_DRA_REF_ALREADY_EXISTS: WIN32_ERROR = 8448u32;
16988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16989 pub const ERROR_DS_DRA_REF_NOT_FOUND: WIN32_ERROR = 8449u32;
16990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16991 pub const ERROR_DS_DRA_OBJ_IS_REP_SOURCE: WIN32_ERROR = 8450u32;
16992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16993 pub const ERROR_DS_DRA_DB_ERROR: WIN32_ERROR = 8451u32;
16994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16995 pub const ERROR_DS_DRA_NO_REPLICA: WIN32_ERROR = 8452u32;
16996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16997 pub const ERROR_DS_DRA_ACCESS_DENIED: WIN32_ERROR = 8453u32;
16998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
16999 pub const ERROR_DS_DRA_NOT_SUPPORTED: WIN32_ERROR = 8454u32;
17000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17001 pub const ERROR_DS_DRA_RPC_CANCELLED: WIN32_ERROR = 8455u32;
17002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17003 pub const ERROR_DS_DRA_SOURCE_DISABLED: WIN32_ERROR = 8456u32;
17004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17005 pub const ERROR_DS_DRA_SINK_DISABLED: WIN32_ERROR = 8457u32;
17006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17007 pub const ERROR_DS_DRA_NAME_COLLISION: WIN32_ERROR = 8458u32;
17008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17009 pub const ERROR_DS_DRA_SOURCE_REINSTALLED: WIN32_ERROR = 8459u32;
17010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17011 pub const ERROR_DS_DRA_MISSING_PARENT: WIN32_ERROR = 8460u32;
17012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17013 pub const ERROR_DS_DRA_PREEMPTED: WIN32_ERROR = 8461u32;
17014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17015 pub const ERROR_DS_DRA_ABANDON_SYNC: WIN32_ERROR = 8462u32;
17016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17017 pub const ERROR_DS_DRA_SHUTDOWN: WIN32_ERROR = 8463u32;
17018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17019 pub const ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET: WIN32_ERROR = 8464u32;
17020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17021 pub const ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA: WIN32_ERROR = 8465u32;
17022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17023 pub const ERROR_DS_DRA_EXTN_CONNECTION_FAILED: WIN32_ERROR = 8466u32;
17024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17025 pub const ERROR_DS_INSTALL_SCHEMA_MISMATCH: WIN32_ERROR = 8467u32;
17026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17027 pub const ERROR_DS_DUP_LINK_ID: WIN32_ERROR = 8468u32;
17028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17029 pub const ERROR_DS_NAME_ERROR_RESOLVING: WIN32_ERROR = 8469u32;
17030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17031 pub const ERROR_DS_NAME_ERROR_NOT_FOUND: WIN32_ERROR = 8470u32;
17032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17033 pub const ERROR_DS_NAME_ERROR_NOT_UNIQUE: WIN32_ERROR = 8471u32;
17034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17035 pub const ERROR_DS_NAME_ERROR_NO_MAPPING: WIN32_ERROR = 8472u32;
17036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17037 pub const ERROR_DS_NAME_ERROR_DOMAIN_ONLY: WIN32_ERROR = 8473u32;
17038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17039 pub const ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING: WIN32_ERROR = 8474u32;
17040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17041 pub const ERROR_DS_CONSTRUCTED_ATT_MOD: WIN32_ERROR = 8475u32;
17042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17043 pub const ERROR_DS_WRONG_OM_OBJ_CLASS: WIN32_ERROR = 8476u32;
17044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17045 pub const ERROR_DS_DRA_REPL_PENDING: WIN32_ERROR = 8477u32;
17046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17047 pub const ERROR_DS_DS_REQUIRED: WIN32_ERROR = 8478u32;
17048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17049 pub const ERROR_DS_INVALID_LDAP_DISPLAY_NAME: WIN32_ERROR = 8479u32;
17050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17051 pub const ERROR_DS_NON_BASE_SEARCH: WIN32_ERROR = 8480u32;
17052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17053 pub const ERROR_DS_CANT_RETRIEVE_ATTS: WIN32_ERROR = 8481u32;
17054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17055 pub const ERROR_DS_BACKLINK_WITHOUT_LINK: WIN32_ERROR = 8482u32;
17056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17057 pub const ERROR_DS_EPOCH_MISMATCH: WIN32_ERROR = 8483u32;
17058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17059 pub const ERROR_DS_SRC_NAME_MISMATCH: WIN32_ERROR = 8484u32;
17060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17061 pub const ERROR_DS_SRC_AND_DST_NC_IDENTICAL: WIN32_ERROR = 8485u32;
17062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17063 pub const ERROR_DS_DST_NC_MISMATCH: WIN32_ERROR = 8486u32;
17064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17065 pub const ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC: WIN32_ERROR = 8487u32;
17066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17067 pub const ERROR_DS_SRC_GUID_MISMATCH: WIN32_ERROR = 8488u32;
17068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17069 pub const ERROR_DS_CANT_MOVE_DELETED_OBJECT: WIN32_ERROR = 8489u32;
17070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17071 pub const ERROR_DS_PDC_OPERATION_IN_PROGRESS: WIN32_ERROR = 8490u32;
17072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17073 pub const ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD: WIN32_ERROR = 8491u32;
17074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17075 pub const ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION: WIN32_ERROR = 8492u32;
17076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17077 pub const ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS: WIN32_ERROR = 8493u32;
17078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17079 pub const ERROR_DS_NC_MUST_HAVE_NC_PARENT: WIN32_ERROR = 8494u32;
17080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17081 pub const ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE: WIN32_ERROR = 8495u32;
17082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17083 pub const ERROR_DS_DST_DOMAIN_NOT_NATIVE: WIN32_ERROR = 8496u32;
17084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17085 pub const ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER: WIN32_ERROR = 8497u32;
17086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17087 pub const ERROR_DS_CANT_MOVE_ACCOUNT_GROUP: WIN32_ERROR = 8498u32;
17088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17089 pub const ERROR_DS_CANT_MOVE_RESOURCE_GROUP: WIN32_ERROR = 8499u32;
17090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17091 pub const ERROR_DS_INVALID_SEARCH_FLAG: WIN32_ERROR = 8500u32;
17092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17093 pub const ERROR_DS_NO_TREE_DELETE_ABOVE_NC: WIN32_ERROR = 8501u32;
17094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17095 pub const ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE: WIN32_ERROR = 8502u32;
17096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17097 pub const ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE: WIN32_ERROR = 8503u32;
17098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17099 pub const ERROR_DS_SAM_INIT_FAILURE: WIN32_ERROR = 8504u32;
17100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17101 pub const ERROR_DS_SENSITIVE_GROUP_VIOLATION: WIN32_ERROR = 8505u32;
17102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17103 pub const ERROR_DS_CANT_MOD_PRIMARYGROUPID: WIN32_ERROR = 8506u32;
17104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17105 pub const ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD: WIN32_ERROR = 8507u32;
17106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17107 pub const ERROR_DS_NONSAFE_SCHEMA_CHANGE: WIN32_ERROR = 8508u32;
17108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17109 pub const ERROR_DS_SCHEMA_UPDATE_DISALLOWED: WIN32_ERROR = 8509u32;
17110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17111 pub const ERROR_DS_CANT_CREATE_UNDER_SCHEMA: WIN32_ERROR = 8510u32;
17112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17113 pub const ERROR_DS_INSTALL_NO_SRC_SCH_VERSION: WIN32_ERROR = 8511u32;
17114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17115 pub const ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE: WIN32_ERROR = 8512u32;
17116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17117 pub const ERROR_DS_INVALID_GROUP_TYPE: WIN32_ERROR = 8513u32;
17118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17119 pub const ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN: WIN32_ERROR = 8514u32;
17120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17121 pub const ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN: WIN32_ERROR = 8515u32;
17122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17123 pub const ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER: WIN32_ERROR = 8516u32;
17124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17125 pub const ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER: WIN32_ERROR = 8517u32;
17126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17127 pub const ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER: WIN32_ERROR = 8518u32;
17128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17129 pub const ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER: WIN32_ERROR = 8519u32;
17130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17131 pub const ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER: WIN32_ERROR = 8520u32;
17132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17133 pub const ERROR_DS_HAVE_PRIMARY_MEMBERS: WIN32_ERROR = 8521u32;
17134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17135 pub const ERROR_DS_STRING_SD_CONVERSION_FAILED: WIN32_ERROR = 8522u32;
17136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17137 pub const ERROR_DS_NAMING_MASTER_GC: WIN32_ERROR = 8523u32;
17138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17139 pub const ERROR_DS_DNS_LOOKUP_FAILURE: WIN32_ERROR = 8524u32;
17140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17141 pub const ERROR_DS_COULDNT_UPDATE_SPNS: WIN32_ERROR = 8525u32;
17142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17143 pub const ERROR_DS_CANT_RETRIEVE_SD: WIN32_ERROR = 8526u32;
17144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17145 pub const ERROR_DS_KEY_NOT_UNIQUE: WIN32_ERROR = 8527u32;
17146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17147 pub const ERROR_DS_WRONG_LINKED_ATT_SYNTAX: WIN32_ERROR = 8528u32;
17148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17149 pub const ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD: WIN32_ERROR = 8529u32;
17150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17151 pub const ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY: WIN32_ERROR = 8530u32;
17152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17153 pub const ERROR_DS_CANT_START: WIN32_ERROR = 8531u32;
17154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17155 pub const ERROR_DS_INIT_FAILURE: WIN32_ERROR = 8532u32;
17156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17157 pub const ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION: WIN32_ERROR = 8533u32;
17158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17159 pub const ERROR_DS_SOURCE_DOMAIN_IN_FOREST: WIN32_ERROR = 8534u32;
17160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17161 pub const ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST: WIN32_ERROR = 8535u32;
17162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17163 pub const ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED: WIN32_ERROR = 8536u32;
17164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17165 pub const ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN: WIN32_ERROR = 8537u32;
17166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17167 pub const ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER: WIN32_ERROR = 8538u32;
17168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17169 pub const ERROR_DS_SRC_SID_EXISTS_IN_FOREST: WIN32_ERROR = 8539u32;
17170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17171 pub const ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH: WIN32_ERROR = 8540u32;
17172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17173 pub const ERROR_SAM_INIT_FAILURE: WIN32_ERROR = 8541u32;
17174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17175 pub const ERROR_DS_DRA_SCHEMA_INFO_SHIP: WIN32_ERROR = 8542u32;
17176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17177 pub const ERROR_DS_DRA_SCHEMA_CONFLICT: WIN32_ERROR = 8543u32;
17178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17179 pub const ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT: WIN32_ERROR = 8544u32;
17180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17181 pub const ERROR_DS_DRA_OBJ_NC_MISMATCH: WIN32_ERROR = 8545u32;
17182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17183 pub const ERROR_DS_NC_STILL_HAS_DSAS: WIN32_ERROR = 8546u32;
17184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17185 pub const ERROR_DS_GC_REQUIRED: WIN32_ERROR = 8547u32;
17186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17187 pub const ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY: WIN32_ERROR = 8548u32;
17188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17189 pub const ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS: WIN32_ERROR = 8549u32;
17190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17191 pub const ERROR_DS_CANT_ADD_TO_GC: WIN32_ERROR = 8550u32;
17192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17193 pub const ERROR_DS_NO_CHECKPOINT_WITH_PDC: WIN32_ERROR = 8551u32;
17194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17195 pub const ERROR_DS_SOURCE_AUDITING_NOT_ENABLED: WIN32_ERROR = 8552u32;
17196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17197 pub const ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC: WIN32_ERROR = 8553u32;
17198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17199 pub const ERROR_DS_INVALID_NAME_FOR_SPN: WIN32_ERROR = 8554u32;
17200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17201 pub const ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS: WIN32_ERROR = 8555u32;
17202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17203 pub const ERROR_DS_UNICODEPWD_NOT_IN_QUOTES: WIN32_ERROR = 8556u32;
17204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17205 pub const ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED: WIN32_ERROR = 8557u32;
17206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17207 pub const ERROR_DS_MUST_BE_RUN_ON_DST_DC: WIN32_ERROR = 8558u32;
17208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17209 pub const ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER: WIN32_ERROR = 8559u32;
17210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17211 pub const ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ: WIN32_ERROR = 8560u32;
17212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17213 pub const ERROR_DS_INIT_FAILURE_CONSOLE: WIN32_ERROR = 8561u32;
17214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17215 pub const ERROR_DS_SAM_INIT_FAILURE_CONSOLE: WIN32_ERROR = 8562u32;
17216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17217 pub const ERROR_DS_FOREST_VERSION_TOO_HIGH: WIN32_ERROR = 8563u32;
17218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17219 pub const ERROR_DS_DOMAIN_VERSION_TOO_HIGH: WIN32_ERROR = 8564u32;
17220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17221 pub const ERROR_DS_FOREST_VERSION_TOO_LOW: WIN32_ERROR = 8565u32;
17222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17223 pub const ERROR_DS_DOMAIN_VERSION_TOO_LOW: WIN32_ERROR = 8566u32;
17224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17225 pub const ERROR_DS_INCOMPATIBLE_VERSION: WIN32_ERROR = 8567u32;
17226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17227 pub const ERROR_DS_LOW_DSA_VERSION: WIN32_ERROR = 8568u32;
17228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17229 pub const ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN: WIN32_ERROR = 8569u32;
17230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17231 pub const ERROR_DS_NOT_SUPPORTED_SORT_ORDER: WIN32_ERROR = 8570u32;
17232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17233 pub const ERROR_DS_NAME_NOT_UNIQUE: WIN32_ERROR = 8571u32;
17234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17235 pub const ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4: WIN32_ERROR = 8572u32;
17236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17237 pub const ERROR_DS_OUT_OF_VERSION_STORE: WIN32_ERROR = 8573u32;
17238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17239 pub const ERROR_DS_INCOMPATIBLE_CONTROLS_USED: WIN32_ERROR = 8574u32;
17240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17241 pub const ERROR_DS_NO_REF_DOMAIN: WIN32_ERROR = 8575u32;
17242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17243 pub const ERROR_DS_RESERVED_LINK_ID: WIN32_ERROR = 8576u32;
17244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17245 pub const ERROR_DS_LINK_ID_NOT_AVAILABLE: WIN32_ERROR = 8577u32;
17246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17247 pub const ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER: WIN32_ERROR = 8578u32;
17248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17249 pub const ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE: WIN32_ERROR = 8579u32;
17250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17251 pub const ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC: WIN32_ERROR = 8580u32;
17252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17253 pub const ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG: WIN32_ERROR = 8581u32;
17254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17255 pub const ERROR_DS_MODIFYDN_WRONG_GRANDPARENT: WIN32_ERROR = 8582u32;
17256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17257 pub const ERROR_DS_NAME_ERROR_TRUST_REFERRAL: WIN32_ERROR = 8583u32;
17258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17259 pub const ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER: WIN32_ERROR = 8584u32;
17260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17261 pub const ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD: WIN32_ERROR = 8585u32;
17262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17263 pub const ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2: WIN32_ERROR = 8586u32;
17264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17265 pub const ERROR_DS_THREAD_LIMIT_EXCEEDED: WIN32_ERROR = 8587u32;
17266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17267 pub const ERROR_DS_NOT_CLOSEST: WIN32_ERROR = 8588u32;
17268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17269 pub const ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF: WIN32_ERROR = 8589u32;
17270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17271 pub const ERROR_DS_SINGLE_USER_MODE_FAILED: WIN32_ERROR = 8590u32;
17272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17273 pub const ERROR_DS_NTDSCRIPT_SYNTAX_ERROR: WIN32_ERROR = 8591u32;
17274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17275 pub const ERROR_DS_NTDSCRIPT_PROCESS_ERROR: WIN32_ERROR = 8592u32;
17276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17277 pub const ERROR_DS_DIFFERENT_REPL_EPOCHS: WIN32_ERROR = 8593u32;
17278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17279 pub const ERROR_DS_DRS_EXTENSIONS_CHANGED: WIN32_ERROR = 8594u32;
17280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17281 pub const ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR: WIN32_ERROR = 8595u32;
17282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17283 pub const ERROR_DS_NO_MSDS_INTID: WIN32_ERROR = 8596u32;
17284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17285 pub const ERROR_DS_DUP_MSDS_INTID: WIN32_ERROR = 8597u32;
17286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17287 pub const ERROR_DS_EXISTS_IN_RDNATTID: WIN32_ERROR = 8598u32;
17288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17289 pub const ERROR_DS_AUTHORIZATION_FAILED: WIN32_ERROR = 8599u32;
17290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17291 pub const ERROR_DS_INVALID_SCRIPT: WIN32_ERROR = 8600u32;
17292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17293 pub const ERROR_DS_REMOTE_CROSSREF_OP_FAILED: WIN32_ERROR = 8601u32;
17294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17295 pub const ERROR_DS_CROSS_REF_BUSY: WIN32_ERROR = 8602u32;
17296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17297 pub const ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN: WIN32_ERROR = 8603u32;
17298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17299 pub const ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC: WIN32_ERROR = 8604u32;
17300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17301 pub const ERROR_DS_DUPLICATE_ID_FOUND: WIN32_ERROR = 8605u32;
17302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17303 pub const ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT: WIN32_ERROR = 8606u32;
17304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17305 pub const ERROR_DS_GROUP_CONVERSION_ERROR: WIN32_ERROR = 8607u32;
17306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17307 pub const ERROR_DS_CANT_MOVE_APP_BASIC_GROUP: WIN32_ERROR = 8608u32;
17308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17309 pub const ERROR_DS_CANT_MOVE_APP_QUERY_GROUP: WIN32_ERROR = 8609u32;
17310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17311 pub const ERROR_DS_ROLE_NOT_VERIFIED: WIN32_ERROR = 8610u32;
17312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17313 pub const ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL: WIN32_ERROR = 8611u32;
17314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17315 pub const ERROR_DS_DOMAIN_RENAME_IN_PROGRESS: WIN32_ERROR = 8612u32;
17316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17317 pub const ERROR_DS_EXISTING_AD_CHILD_NC: WIN32_ERROR = 8613u32;
17318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17319 pub const ERROR_DS_REPL_LIFETIME_EXCEEDED: WIN32_ERROR = 8614u32;
17320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17321 pub const ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER: WIN32_ERROR = 8615u32;
17322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17323 pub const ERROR_DS_LDAP_SEND_QUEUE_FULL: WIN32_ERROR = 8616u32;
17324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17325 pub const ERROR_DS_DRA_OUT_SCHEDULE_WINDOW: WIN32_ERROR = 8617u32;
17326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17327 pub const ERROR_DS_POLICY_NOT_KNOWN: WIN32_ERROR = 8618u32;
17328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17329 pub const ERROR_NO_SITE_SETTINGS_OBJECT: WIN32_ERROR = 8619u32;
17330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17331 pub const ERROR_NO_SECRETS: WIN32_ERROR = 8620u32;
17332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17333 pub const ERROR_NO_WRITABLE_DC_FOUND: WIN32_ERROR = 8621u32;
17334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17335 pub const ERROR_DS_NO_SERVER_OBJECT: WIN32_ERROR = 8622u32;
17336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17337 pub const ERROR_DS_NO_NTDSA_OBJECT: WIN32_ERROR = 8623u32;
17338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17339 pub const ERROR_DS_NON_ASQ_SEARCH: WIN32_ERROR = 8624u32;
17340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17341 pub const ERROR_DS_AUDIT_FAILURE: WIN32_ERROR = 8625u32;
17342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17343 pub const ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE: WIN32_ERROR = 8626u32;
17344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17345 pub const ERROR_DS_INVALID_SEARCH_FLAG_TUPLE: WIN32_ERROR = 8627u32;
17346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17347 pub const ERROR_DS_HIERARCHY_TABLE_TOO_DEEP: WIN32_ERROR = 8628u32;
17348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17349 pub const ERROR_DS_DRA_CORRUPT_UTD_VECTOR: WIN32_ERROR = 8629u32;
17350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17351 pub const ERROR_DS_DRA_SECRETS_DENIED: WIN32_ERROR = 8630u32;
17352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17353 pub const ERROR_DS_RESERVED_MAPI_ID: WIN32_ERROR = 8631u32;
17354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17355 pub const ERROR_DS_MAPI_ID_NOT_AVAILABLE: WIN32_ERROR = 8632u32;
17356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17357 pub const ERROR_DS_DRA_MISSING_KRBTGT_SECRET: WIN32_ERROR = 8633u32;
17358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17359 pub const ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST: WIN32_ERROR = 8634u32;
17360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17361 pub const ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST: WIN32_ERROR = 8635u32;
17362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17363 pub const ERROR_INVALID_USER_PRINCIPAL_NAME: WIN32_ERROR = 8636u32;
17364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17365 pub const ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS: WIN32_ERROR = 8637u32;
17366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17367 pub const ERROR_DS_OID_NOT_FOUND: WIN32_ERROR = 8638u32;
17368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17369 pub const ERROR_DS_DRA_RECYCLED_TARGET: WIN32_ERROR = 8639u32;
17370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17371 pub const ERROR_DS_DISALLOWED_NC_REDIRECT: WIN32_ERROR = 8640u32;
17372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17373 pub const ERROR_DS_HIGH_ADLDS_FFL: WIN32_ERROR = 8641u32;
17374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17375 pub const ERROR_DS_HIGH_DSA_VERSION: WIN32_ERROR = 8642u32;
17376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17377 pub const ERROR_DS_LOW_ADLDS_FFL: WIN32_ERROR = 8643u32;
17378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17379 pub const ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION: WIN32_ERROR = 8644u32;
17380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17381 pub const ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED: WIN32_ERROR = 8645u32;
17382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17383 pub const ERROR_INCORRECT_ACCOUNT_TYPE: WIN32_ERROR = 8646u32;
17384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17385 pub const ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST: WIN32_ERROR = 8647u32;
17386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17387 pub const ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST: WIN32_ERROR = 8648u32;
17388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17389 pub const ERROR_DS_MISSING_FOREST_TRUST: WIN32_ERROR = 8649u32;
17390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17391 pub const ERROR_DS_VALUE_KEY_NOT_UNIQUE: WIN32_ERROR = 8650u32;
17392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17393 pub const ERROR_WEAK_WHFBKEY_BLOCKED: WIN32_ERROR = 8651u32;
17394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17395 pub const DNS_ERROR_RESPONSE_CODES_BASE: WIN32_ERROR = 9000u32;
17396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17397 pub const DNS_ERROR_RCODE_NO_ERROR: WIN32_ERROR = 0u32;
17398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17399 pub const DNS_ERROR_MASK: WIN32_ERROR = 9000u32;
17400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17401 pub const DNS_ERROR_RCODE_FORMAT_ERROR: WIN32_ERROR = 9001u32;
17402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17403 pub const DNS_ERROR_RCODE_SERVER_FAILURE: WIN32_ERROR = 9002u32;
17404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17405 pub const DNS_ERROR_RCODE_NAME_ERROR: WIN32_ERROR = 9003u32;
17406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17407 pub const DNS_ERROR_RCODE_NOT_IMPLEMENTED: WIN32_ERROR = 9004u32;
17408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17409 pub const DNS_ERROR_RCODE_REFUSED: WIN32_ERROR = 9005u32;
17410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17411 pub const DNS_ERROR_RCODE_YXDOMAIN: WIN32_ERROR = 9006u32;
17412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17413 pub const DNS_ERROR_RCODE_YXRRSET: WIN32_ERROR = 9007u32;
17414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17415 pub const DNS_ERROR_RCODE_NXRRSET: WIN32_ERROR = 9008u32;
17416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17417 pub const DNS_ERROR_RCODE_NOTAUTH: WIN32_ERROR = 9009u32;
17418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17419 pub const DNS_ERROR_RCODE_NOTZONE: WIN32_ERROR = 9010u32;
17420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17421 pub const DNS_ERROR_RCODE_BADSIG: WIN32_ERROR = 9016u32;
17422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17423 pub const DNS_ERROR_RCODE_BADKEY: WIN32_ERROR = 9017u32;
17424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17425 pub const DNS_ERROR_RCODE_BADTIME: WIN32_ERROR = 9018u32;
17426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17427 pub const DNS_ERROR_RCODE_LAST: WIN32_ERROR = 9018u32;
17428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17429 pub const DNS_ERROR_DNSSEC_BASE: WIN32_ERROR = 9100u32;
17430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17431 pub const DNS_ERROR_KEYMASTER_REQUIRED: WIN32_ERROR = 9101u32;
17432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17433 pub const DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE: WIN32_ERROR = 9102u32;
17434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17435 pub const DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1: WIN32_ERROR = 9103u32;
17436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17437 pub const DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS: WIN32_ERROR = 9104u32;
17438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17439 pub const DNS_ERROR_UNSUPPORTED_ALGORITHM: WIN32_ERROR = 9105u32;
17440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17441 pub const DNS_ERROR_INVALID_KEY_SIZE: WIN32_ERROR = 9106u32;
17442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17443 pub const DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE: WIN32_ERROR = 9107u32;
17444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17445 pub const DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION: WIN32_ERROR = 9108u32;
17446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17447 pub const DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR: WIN32_ERROR = 9109u32;
17448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17449 pub const DNS_ERROR_UNEXPECTED_CNG_ERROR: WIN32_ERROR = 9110u32;
17450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17451 pub const DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION: WIN32_ERROR = 9111u32;
17452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17453 pub const DNS_ERROR_KSP_NOT_ACCESSIBLE: WIN32_ERROR = 9112u32;
17454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17455 pub const DNS_ERROR_TOO_MANY_SKDS: WIN32_ERROR = 9113u32;
17456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17457 pub const DNS_ERROR_INVALID_ROLLOVER_PERIOD: WIN32_ERROR = 9114u32;
17458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17459 pub const DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET: WIN32_ERROR = 9115u32;
17460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17461 pub const DNS_ERROR_ROLLOVER_IN_PROGRESS: WIN32_ERROR = 9116u32;
17462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17463 pub const DNS_ERROR_STANDBY_KEY_NOT_PRESENT: WIN32_ERROR = 9117u32;
17464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17465 pub const DNS_ERROR_NOT_ALLOWED_ON_ZSK: WIN32_ERROR = 9118u32;
17466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17467 pub const DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD: WIN32_ERROR = 9119u32;
17468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17469 pub const DNS_ERROR_ROLLOVER_ALREADY_QUEUED: WIN32_ERROR = 9120u32;
17470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17471 pub const DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE: WIN32_ERROR = 9121u32;
17472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17473 pub const DNS_ERROR_BAD_KEYMASTER: WIN32_ERROR = 9122u32;
17474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17475 pub const DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD: WIN32_ERROR = 9123u32;
17476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17477 pub const DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT: WIN32_ERROR = 9124u32;
17478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17479 pub const DNS_ERROR_DNSSEC_IS_DISABLED: WIN32_ERROR = 9125u32;
17480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17481 pub const DNS_ERROR_INVALID_XML: WIN32_ERROR = 9126u32;
17482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17483 pub const DNS_ERROR_NO_VALID_TRUST_ANCHORS: WIN32_ERROR = 9127u32;
17484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17485 pub const DNS_ERROR_ROLLOVER_NOT_POKEABLE: WIN32_ERROR = 9128u32;
17486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17487 pub const DNS_ERROR_NSEC3_NAME_COLLISION: WIN32_ERROR = 9129u32;
17488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17489 pub const DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1: WIN32_ERROR = 9130u32;
17490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17491 pub const DNS_ERROR_PACKET_FMT_BASE: WIN32_ERROR = 9500u32;
17492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17493 pub const DNS_ERROR_BAD_PACKET: WIN32_ERROR = 9502u32;
17494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17495 pub const DNS_ERROR_NO_PACKET: WIN32_ERROR = 9503u32;
17496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17497 pub const DNS_ERROR_RCODE: WIN32_ERROR = 9504u32;
17498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17499 pub const DNS_ERROR_UNSECURE_PACKET: WIN32_ERROR = 9505u32;
17500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17501 pub const DNS_ERROR_NO_MEMORY: WIN32_ERROR = 14u32;
17502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17503 pub const DNS_ERROR_INVALID_NAME: WIN32_ERROR = 123u32;
17504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17505 pub const DNS_ERROR_INVALID_DATA: WIN32_ERROR = 13u32;
17506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17507 pub const DNS_ERROR_GENERAL_API_BASE: WIN32_ERROR = 9550u32;
17508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17509 pub const DNS_ERROR_INVALID_TYPE: WIN32_ERROR = 9551u32;
17510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17511 pub const DNS_ERROR_INVALID_IP_ADDRESS: WIN32_ERROR = 9552u32;
17512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17513 pub const DNS_ERROR_INVALID_PROPERTY: WIN32_ERROR = 9553u32;
17514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17515 pub const DNS_ERROR_TRY_AGAIN_LATER: WIN32_ERROR = 9554u32;
17516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17517 pub const DNS_ERROR_NOT_UNIQUE: WIN32_ERROR = 9555u32;
17518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17519 pub const DNS_ERROR_NON_RFC_NAME: WIN32_ERROR = 9556u32;
17520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17521 pub const DNS_ERROR_INVALID_NAME_CHAR: WIN32_ERROR = 9560u32;
17522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17523 pub const DNS_ERROR_NUMERIC_NAME: WIN32_ERROR = 9561u32;
17524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17525 pub const DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER: WIN32_ERROR = 9562u32;
17526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17527 pub const DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION: WIN32_ERROR = 9563u32;
17528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17529 pub const DNS_ERROR_CANNOT_FIND_ROOT_HINTS: WIN32_ERROR = 9564u32;
17530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17531 pub const DNS_ERROR_INCONSISTENT_ROOT_HINTS: WIN32_ERROR = 9565u32;
17532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17533 pub const DNS_ERROR_DWORD_VALUE_TOO_SMALL: WIN32_ERROR = 9566u32;
17534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17535 pub const DNS_ERROR_DWORD_VALUE_TOO_LARGE: WIN32_ERROR = 9567u32;
17536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17537 pub const DNS_ERROR_BACKGROUND_LOADING: WIN32_ERROR = 9568u32;
17538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17539 pub const DNS_ERROR_NOT_ALLOWED_ON_RODC: WIN32_ERROR = 9569u32;
17540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17541 pub const DNS_ERROR_NOT_ALLOWED_UNDER_DNAME: WIN32_ERROR = 9570u32;
17542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17543 pub const DNS_ERROR_DELEGATION_REQUIRED: WIN32_ERROR = 9571u32;
17544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17545 pub const DNS_ERROR_INVALID_POLICY_TABLE: WIN32_ERROR = 9572u32;
17546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17547 pub const DNS_ERROR_ADDRESS_REQUIRED: WIN32_ERROR = 9573u32;
17548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17549 pub const DNS_ERROR_ZONE_BASE: WIN32_ERROR = 9600u32;
17550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17551 pub const DNS_ERROR_ZONE_DOES_NOT_EXIST: WIN32_ERROR = 9601u32;
17552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17553 pub const DNS_ERROR_NO_ZONE_INFO: WIN32_ERROR = 9602u32;
17554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17555 pub const DNS_ERROR_INVALID_ZONE_OPERATION: WIN32_ERROR = 9603u32;
17556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17557 pub const DNS_ERROR_ZONE_CONFIGURATION_ERROR: WIN32_ERROR = 9604u32;
17558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17559 pub const DNS_ERROR_ZONE_HAS_NO_SOA_RECORD: WIN32_ERROR = 9605u32;
17560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17561 pub const DNS_ERROR_ZONE_HAS_NO_NS_RECORDS: WIN32_ERROR = 9606u32;
17562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17563 pub const DNS_ERROR_ZONE_LOCKED: WIN32_ERROR = 9607u32;
17564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17565 pub const DNS_ERROR_ZONE_CREATION_FAILED: WIN32_ERROR = 9608u32;
17566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17567 pub const DNS_ERROR_ZONE_ALREADY_EXISTS: WIN32_ERROR = 9609u32;
17568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17569 pub const DNS_ERROR_AUTOZONE_ALREADY_EXISTS: WIN32_ERROR = 9610u32;
17570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17571 pub const DNS_ERROR_INVALID_ZONE_TYPE: WIN32_ERROR = 9611u32;
17572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17573 pub const DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP: WIN32_ERROR = 9612u32;
17574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17575 pub const DNS_ERROR_ZONE_NOT_SECONDARY: WIN32_ERROR = 9613u32;
17576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17577 pub const DNS_ERROR_NEED_SECONDARY_ADDRESSES: WIN32_ERROR = 9614u32;
17578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17579 pub const DNS_ERROR_WINS_INIT_FAILED: WIN32_ERROR = 9615u32;
17580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17581 pub const DNS_ERROR_NEED_WINS_SERVERS: WIN32_ERROR = 9616u32;
17582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17583 pub const DNS_ERROR_NBSTAT_INIT_FAILED: WIN32_ERROR = 9617u32;
17584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17585 pub const DNS_ERROR_SOA_DELETE_INVALID: WIN32_ERROR = 9618u32;
17586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17587 pub const DNS_ERROR_FORWARDER_ALREADY_EXISTS: WIN32_ERROR = 9619u32;
17588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17589 pub const DNS_ERROR_ZONE_REQUIRES_MASTER_IP: WIN32_ERROR = 9620u32;
17590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17591 pub const DNS_ERROR_ZONE_IS_SHUTDOWN: WIN32_ERROR = 9621u32;
17592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17593 pub const DNS_ERROR_ZONE_LOCKED_FOR_SIGNING: WIN32_ERROR = 9622u32;
17594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17595 pub const DNS_ERROR_DATAFILE_BASE: WIN32_ERROR = 9650u32;
17596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17597 pub const DNS_ERROR_PRIMARY_REQUIRES_DATAFILE: WIN32_ERROR = 9651u32;
17598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17599 pub const DNS_ERROR_INVALID_DATAFILE_NAME: WIN32_ERROR = 9652u32;
17600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17601 pub const DNS_ERROR_DATAFILE_OPEN_FAILURE: WIN32_ERROR = 9653u32;
17602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17603 pub const DNS_ERROR_FILE_WRITEBACK_FAILED: WIN32_ERROR = 9654u32;
17604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17605 pub const DNS_ERROR_DATAFILE_PARSING: WIN32_ERROR = 9655u32;
17606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17607 pub const DNS_ERROR_DATABASE_BASE: WIN32_ERROR = 9700u32;
17608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17609 pub const DNS_ERROR_RECORD_DOES_NOT_EXIST: WIN32_ERROR = 9701u32;
17610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17611 pub const DNS_ERROR_RECORD_FORMAT: WIN32_ERROR = 9702u32;
17612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17613 pub const DNS_ERROR_NODE_CREATION_FAILED: WIN32_ERROR = 9703u32;
17614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17615 pub const DNS_ERROR_UNKNOWN_RECORD_TYPE: WIN32_ERROR = 9704u32;
17616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17617 pub const DNS_ERROR_RECORD_TIMED_OUT: WIN32_ERROR = 9705u32;
17618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17619 pub const DNS_ERROR_NAME_NOT_IN_ZONE: WIN32_ERROR = 9706u32;
17620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17621 pub const DNS_ERROR_CNAME_LOOP: WIN32_ERROR = 9707u32;
17622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17623 pub const DNS_ERROR_NODE_IS_CNAME: WIN32_ERROR = 9708u32;
17624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17625 pub const DNS_ERROR_CNAME_COLLISION: WIN32_ERROR = 9709u32;
17626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17627 pub const DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT: WIN32_ERROR = 9710u32;
17628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17629 pub const DNS_ERROR_RECORD_ALREADY_EXISTS: WIN32_ERROR = 9711u32;
17630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17631 pub const DNS_ERROR_SECONDARY_DATA: WIN32_ERROR = 9712u32;
17632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17633 pub const DNS_ERROR_NO_CREATE_CACHE_DATA: WIN32_ERROR = 9713u32;
17634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17635 pub const DNS_ERROR_NAME_DOES_NOT_EXIST: WIN32_ERROR = 9714u32;
17636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17637 pub const DNS_ERROR_DS_UNAVAILABLE: WIN32_ERROR = 9717u32;
17638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17639 pub const DNS_ERROR_DS_ZONE_ALREADY_EXISTS: WIN32_ERROR = 9718u32;
17640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17641 pub const DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE: WIN32_ERROR = 9719u32;
17642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17643 pub const DNS_ERROR_NODE_IS_DNAME: WIN32_ERROR = 9720u32;
17644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17645 pub const DNS_ERROR_DNAME_COLLISION: WIN32_ERROR = 9721u32;
17646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17647 pub const DNS_ERROR_ALIAS_LOOP: WIN32_ERROR = 9722u32;
17648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17649 pub const DNS_ERROR_OPERATION_BASE: WIN32_ERROR = 9750u32;
17650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17651 pub const DNS_ERROR_AXFR: WIN32_ERROR = 9752u32;
17652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17653 pub const DNS_ERROR_SECURE_BASE: WIN32_ERROR = 9800u32;
17654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17655 pub const DNS_ERROR_SETUP_BASE: WIN32_ERROR = 9850u32;
17656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17657 pub const DNS_ERROR_NO_TCPIP: WIN32_ERROR = 9851u32;
17658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17659 pub const DNS_ERROR_NO_DNS_SERVERS: WIN32_ERROR = 9852u32;
17660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17661 pub const DNS_ERROR_DP_BASE: WIN32_ERROR = 9900u32;
17662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17663 pub const DNS_ERROR_DP_DOES_NOT_EXIST: WIN32_ERROR = 9901u32;
17664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17665 pub const DNS_ERROR_DP_ALREADY_EXISTS: WIN32_ERROR = 9902u32;
17666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17667 pub const DNS_ERROR_DP_NOT_ENLISTED: WIN32_ERROR = 9903u32;
17668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17669 pub const DNS_ERROR_DP_ALREADY_ENLISTED: WIN32_ERROR = 9904u32;
17670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17671 pub const DNS_ERROR_DP_NOT_AVAILABLE: WIN32_ERROR = 9905u32;
17672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17673 pub const DNS_ERROR_DP_FSMO_ERROR: WIN32_ERROR = 9906u32;
17674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17675 pub const DNS_ERROR_RRL_NOT_ENABLED: WIN32_ERROR = 9911u32;
17676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17677 pub const DNS_ERROR_RRL_INVALID_WINDOW_SIZE: WIN32_ERROR = 9912u32;
17678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17679 pub const DNS_ERROR_RRL_INVALID_IPV4_PREFIX: WIN32_ERROR = 9913u32;
17680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17681 pub const DNS_ERROR_RRL_INVALID_IPV6_PREFIX: WIN32_ERROR = 9914u32;
17682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17683 pub const DNS_ERROR_RRL_INVALID_TC_RATE: WIN32_ERROR = 9915u32;
17684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17685 pub const DNS_ERROR_RRL_INVALID_LEAK_RATE: WIN32_ERROR = 9916u32;
17686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17687 pub const DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE: WIN32_ERROR = 9917u32;
17688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17689 pub const DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS: WIN32_ERROR = 9921u32;
17690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17691 pub const DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST: WIN32_ERROR = 9922u32;
17692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17693 pub const DNS_ERROR_VIRTUALIZATION_TREE_LOCKED: WIN32_ERROR = 9923u32;
17694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17695 pub const DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME: WIN32_ERROR = 9924u32;
17696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17697 pub const DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE: WIN32_ERROR = 9925u32;
17698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17699 pub const DNS_ERROR_ZONESCOPE_ALREADY_EXISTS: WIN32_ERROR = 9951u32;
17700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17701 pub const DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST: WIN32_ERROR = 9952u32;
17702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17703 pub const DNS_ERROR_DEFAULT_ZONESCOPE: WIN32_ERROR = 9953u32;
17704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17705 pub const DNS_ERROR_INVALID_ZONESCOPE_NAME: WIN32_ERROR = 9954u32;
17706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17707 pub const DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES: WIN32_ERROR = 9955u32;
17708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17709 pub const DNS_ERROR_LOAD_ZONESCOPE_FAILED: WIN32_ERROR = 9956u32;
17710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17711 pub const DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED: WIN32_ERROR = 9957u32;
17712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17713 pub const DNS_ERROR_INVALID_SCOPE_NAME: WIN32_ERROR = 9958u32;
17714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17715 pub const DNS_ERROR_SCOPE_DOES_NOT_EXIST: WIN32_ERROR = 9959u32;
17716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17717 pub const DNS_ERROR_DEFAULT_SCOPE: WIN32_ERROR = 9960u32;
17718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17719 pub const DNS_ERROR_INVALID_SCOPE_OPERATION: WIN32_ERROR = 9961u32;
17720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17721 pub const DNS_ERROR_SCOPE_LOCKED: WIN32_ERROR = 9962u32;
17722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17723 pub const DNS_ERROR_SCOPE_ALREADY_EXISTS: WIN32_ERROR = 9963u32;
17724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17725 pub const DNS_ERROR_POLICY_ALREADY_EXISTS: WIN32_ERROR = 9971u32;
17726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17727 pub const DNS_ERROR_POLICY_DOES_NOT_EXIST: WIN32_ERROR = 9972u32;
17728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17729 pub const DNS_ERROR_POLICY_INVALID_CRITERIA: WIN32_ERROR = 9973u32;
17730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17731 pub const DNS_ERROR_POLICY_INVALID_SETTINGS: WIN32_ERROR = 9974u32;
17732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17733 pub const DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED: WIN32_ERROR = 9975u32;
17734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17735 pub const DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST: WIN32_ERROR = 9976u32;
17736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17737 pub const DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS: WIN32_ERROR = 9977u32;
17738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17739 pub const DNS_ERROR_SUBNET_DOES_NOT_EXIST: WIN32_ERROR = 9978u32;
17740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17741 pub const DNS_ERROR_SUBNET_ALREADY_EXISTS: WIN32_ERROR = 9979u32;
17742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17743 pub const DNS_ERROR_POLICY_LOCKED: WIN32_ERROR = 9980u32;
17744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17745 pub const DNS_ERROR_POLICY_INVALID_WEIGHT: WIN32_ERROR = 9981u32;
17746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17747 pub const DNS_ERROR_POLICY_INVALID_NAME: WIN32_ERROR = 9982u32;
17748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17749 pub const DNS_ERROR_POLICY_MISSING_CRITERIA: WIN32_ERROR = 9983u32;
17750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17751 pub const DNS_ERROR_INVALID_CLIENT_SUBNET_NAME: WIN32_ERROR = 9984u32;
17752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17753 pub const DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID: WIN32_ERROR = 9985u32;
17754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17755 pub const DNS_ERROR_POLICY_SCOPE_MISSING: WIN32_ERROR = 9986u32;
17756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17757 pub const DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED: WIN32_ERROR = 9987u32;
17758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17759 pub const DNS_ERROR_SERVERSCOPE_IS_REFERENCED: WIN32_ERROR = 9988u32;
17760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17761 pub const DNS_ERROR_ZONESCOPE_IS_REFERENCED: WIN32_ERROR = 9989u32;
17762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17763 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET: WIN32_ERROR = 9990u32;
17764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17765 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL: WIN32_ERROR = 9991u32;
17766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17767 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL: WIN32_ERROR = 9992u32;
17768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17769 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE: WIN32_ERROR = 9993u32;
17770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17771 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN: WIN32_ERROR = 9994u32;
17772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17773 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE: WIN32_ERROR = 9995u32;
17774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17775 pub const DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY: WIN32_ERROR = 9996u32;
17776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17777 pub const ERROR_IPSEC_QM_POLICY_EXISTS: WIN32_ERROR = 13000u32;
17778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17779 pub const ERROR_IPSEC_QM_POLICY_NOT_FOUND: WIN32_ERROR = 13001u32;
17780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17781 pub const ERROR_IPSEC_QM_POLICY_IN_USE: WIN32_ERROR = 13002u32;
17782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17783 pub const ERROR_IPSEC_MM_POLICY_EXISTS: WIN32_ERROR = 13003u32;
17784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17785 pub const ERROR_IPSEC_MM_POLICY_NOT_FOUND: WIN32_ERROR = 13004u32;
17786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17787 pub const ERROR_IPSEC_MM_POLICY_IN_USE: WIN32_ERROR = 13005u32;
17788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17789 pub const ERROR_IPSEC_MM_FILTER_EXISTS: WIN32_ERROR = 13006u32;
17790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17791 pub const ERROR_IPSEC_MM_FILTER_NOT_FOUND: WIN32_ERROR = 13007u32;
17792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17793 pub const ERROR_IPSEC_TRANSPORT_FILTER_EXISTS: WIN32_ERROR = 13008u32;
17794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17795 pub const ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND: WIN32_ERROR = 13009u32;
17796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17797 pub const ERROR_IPSEC_MM_AUTH_EXISTS: WIN32_ERROR = 13010u32;
17798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17799 pub const ERROR_IPSEC_MM_AUTH_NOT_FOUND: WIN32_ERROR = 13011u32;
17800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17801 pub const ERROR_IPSEC_MM_AUTH_IN_USE: WIN32_ERROR = 13012u32;
17802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17803 pub const ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND: WIN32_ERROR = 13013u32;
17804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17805 pub const ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND: WIN32_ERROR = 13014u32;
17806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17807 pub const ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND: WIN32_ERROR = 13015u32;
17808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17809 pub const ERROR_IPSEC_TUNNEL_FILTER_EXISTS: WIN32_ERROR = 13016u32;
17810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17811 pub const ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND: WIN32_ERROR = 13017u32;
17812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17813 pub const ERROR_IPSEC_MM_FILTER_PENDING_DELETION: WIN32_ERROR = 13018u32;
17814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17815 pub const ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION: WIN32_ERROR = 13019u32;
17816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17817 pub const ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION: WIN32_ERROR = 13020u32;
17818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17819 pub const ERROR_IPSEC_MM_POLICY_PENDING_DELETION: WIN32_ERROR = 13021u32;
17820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17821 pub const ERROR_IPSEC_MM_AUTH_PENDING_DELETION: WIN32_ERROR = 13022u32;
17822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17823 pub const ERROR_IPSEC_QM_POLICY_PENDING_DELETION: WIN32_ERROR = 13023u32;
17824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17825 pub const ERROR_IPSEC_IKE_NEG_STATUS_BEGIN: WIN32_ERROR = 13800u32;
17826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17827 pub const ERROR_IPSEC_IKE_AUTH_FAIL: WIN32_ERROR = 13801u32;
17828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17829 pub const ERROR_IPSEC_IKE_ATTRIB_FAIL: WIN32_ERROR = 13802u32;
17830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17831 pub const ERROR_IPSEC_IKE_NEGOTIATION_PENDING: WIN32_ERROR = 13803u32;
17832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17833 pub const ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR: WIN32_ERROR = 13804u32;
17834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17835 pub const ERROR_IPSEC_IKE_TIMED_OUT: WIN32_ERROR = 13805u32;
17836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17837 pub const ERROR_IPSEC_IKE_NO_CERT: WIN32_ERROR = 13806u32;
17838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17839 pub const ERROR_IPSEC_IKE_SA_DELETED: WIN32_ERROR = 13807u32;
17840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17841 pub const ERROR_IPSEC_IKE_SA_REAPED: WIN32_ERROR = 13808u32;
17842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17843 pub const ERROR_IPSEC_IKE_MM_ACQUIRE_DROP: WIN32_ERROR = 13809u32;
17844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17845 pub const ERROR_IPSEC_IKE_QM_ACQUIRE_DROP: WIN32_ERROR = 13810u32;
17846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17847 pub const ERROR_IPSEC_IKE_QUEUE_DROP_MM: WIN32_ERROR = 13811u32;
17848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17849 pub const ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM: WIN32_ERROR = 13812u32;
17850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17851 pub const ERROR_IPSEC_IKE_DROP_NO_RESPONSE: WIN32_ERROR = 13813u32;
17852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17853 pub const ERROR_IPSEC_IKE_MM_DELAY_DROP: WIN32_ERROR = 13814u32;
17854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17855 pub const ERROR_IPSEC_IKE_QM_DELAY_DROP: WIN32_ERROR = 13815u32;
17856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17857 pub const ERROR_IPSEC_IKE_ERROR: WIN32_ERROR = 13816u32;
17858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17859 pub const ERROR_IPSEC_IKE_CRL_FAILED: WIN32_ERROR = 13817u32;
17860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17861 pub const ERROR_IPSEC_IKE_INVALID_KEY_USAGE: WIN32_ERROR = 13818u32;
17862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17863 pub const ERROR_IPSEC_IKE_INVALID_CERT_TYPE: WIN32_ERROR = 13819u32;
17864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17865 pub const ERROR_IPSEC_IKE_NO_PRIVATE_KEY: WIN32_ERROR = 13820u32;
17866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17867 pub const ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY: WIN32_ERROR = 13821u32;
17868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17869 pub const ERROR_IPSEC_IKE_DH_FAIL: WIN32_ERROR = 13822u32;
17870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17871 pub const ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED: WIN32_ERROR = 13823u32;
17872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17873 pub const ERROR_IPSEC_IKE_INVALID_HEADER: WIN32_ERROR = 13824u32;
17874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17875 pub const ERROR_IPSEC_IKE_NO_POLICY: WIN32_ERROR = 13825u32;
17876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17877 pub const ERROR_IPSEC_IKE_INVALID_SIGNATURE: WIN32_ERROR = 13826u32;
17878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17879 pub const ERROR_IPSEC_IKE_KERBEROS_ERROR: WIN32_ERROR = 13827u32;
17880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17881 pub const ERROR_IPSEC_IKE_NO_PUBLIC_KEY: WIN32_ERROR = 13828u32;
17882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17883 pub const ERROR_IPSEC_IKE_PROCESS_ERR: WIN32_ERROR = 13829u32;
17884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17885 pub const ERROR_IPSEC_IKE_PROCESS_ERR_SA: WIN32_ERROR = 13830u32;
17886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17887 pub const ERROR_IPSEC_IKE_PROCESS_ERR_PROP: WIN32_ERROR = 13831u32;
17888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17889 pub const ERROR_IPSEC_IKE_PROCESS_ERR_TRANS: WIN32_ERROR = 13832u32;
17890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17891 pub const ERROR_IPSEC_IKE_PROCESS_ERR_KE: WIN32_ERROR = 13833u32;
17892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17893 pub const ERROR_IPSEC_IKE_PROCESS_ERR_ID: WIN32_ERROR = 13834u32;
17894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17895 pub const ERROR_IPSEC_IKE_PROCESS_ERR_CERT: WIN32_ERROR = 13835u32;
17896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17897 pub const ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ: WIN32_ERROR = 13836u32;
17898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17899 pub const ERROR_IPSEC_IKE_PROCESS_ERR_HASH: WIN32_ERROR = 13837u32;
17900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17901 pub const ERROR_IPSEC_IKE_PROCESS_ERR_SIG: WIN32_ERROR = 13838u32;
17902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17903 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NONCE: WIN32_ERROR = 13839u32;
17904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17905 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY: WIN32_ERROR = 13840u32;
17906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17907 pub const ERROR_IPSEC_IKE_PROCESS_ERR_DELETE: WIN32_ERROR = 13841u32;
17908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17909 pub const ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR: WIN32_ERROR = 13842u32;
17910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17911 pub const ERROR_IPSEC_IKE_INVALID_PAYLOAD: WIN32_ERROR = 13843u32;
17912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17913 pub const ERROR_IPSEC_IKE_LOAD_SOFT_SA: WIN32_ERROR = 13844u32;
17914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17915 pub const ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN: WIN32_ERROR = 13845u32;
17916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17917 pub const ERROR_IPSEC_IKE_INVALID_COOKIE: WIN32_ERROR = 13846u32;
17918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17919 pub const ERROR_IPSEC_IKE_NO_PEER_CERT: WIN32_ERROR = 13847u32;
17920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17921 pub const ERROR_IPSEC_IKE_PEER_CRL_FAILED: WIN32_ERROR = 13848u32;
17922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17923 pub const ERROR_IPSEC_IKE_POLICY_CHANGE: WIN32_ERROR = 13849u32;
17924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17925 pub const ERROR_IPSEC_IKE_NO_MM_POLICY: WIN32_ERROR = 13850u32;
17926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17927 pub const ERROR_IPSEC_IKE_NOTCBPRIV: WIN32_ERROR = 13851u32;
17928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17929 pub const ERROR_IPSEC_IKE_SECLOADFAIL: WIN32_ERROR = 13852u32;
17930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17931 pub const ERROR_IPSEC_IKE_FAILSSPINIT: WIN32_ERROR = 13853u32;
17932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17933 pub const ERROR_IPSEC_IKE_FAILQUERYSSP: WIN32_ERROR = 13854u32;
17934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17935 pub const ERROR_IPSEC_IKE_SRVACQFAIL: WIN32_ERROR = 13855u32;
17936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17937 pub const ERROR_IPSEC_IKE_SRVQUERYCRED: WIN32_ERROR = 13856u32;
17938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17939 pub const ERROR_IPSEC_IKE_GETSPIFAIL: WIN32_ERROR = 13857u32;
17940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17941 pub const ERROR_IPSEC_IKE_INVALID_FILTER: WIN32_ERROR = 13858u32;
17942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17943 pub const ERROR_IPSEC_IKE_OUT_OF_MEMORY: WIN32_ERROR = 13859u32;
17944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17945 pub const ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED: WIN32_ERROR = 13860u32;
17946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17947 pub const ERROR_IPSEC_IKE_INVALID_POLICY: WIN32_ERROR = 13861u32;
17948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17949 pub const ERROR_IPSEC_IKE_UNKNOWN_DOI: WIN32_ERROR = 13862u32;
17950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17951 pub const ERROR_IPSEC_IKE_INVALID_SITUATION: WIN32_ERROR = 13863u32;
17952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17953 pub const ERROR_IPSEC_IKE_DH_FAILURE: WIN32_ERROR = 13864u32;
17954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17955 pub const ERROR_IPSEC_IKE_INVALID_GROUP: WIN32_ERROR = 13865u32;
17956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17957 pub const ERROR_IPSEC_IKE_ENCRYPT: WIN32_ERROR = 13866u32;
17958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17959 pub const ERROR_IPSEC_IKE_DECRYPT: WIN32_ERROR = 13867u32;
17960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17961 pub const ERROR_IPSEC_IKE_POLICY_MATCH: WIN32_ERROR = 13868u32;
17962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17963 pub const ERROR_IPSEC_IKE_UNSUPPORTED_ID: WIN32_ERROR = 13869u32;
17964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17965 pub const ERROR_IPSEC_IKE_INVALID_HASH: WIN32_ERROR = 13870u32;
17966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17967 pub const ERROR_IPSEC_IKE_INVALID_HASH_ALG: WIN32_ERROR = 13871u32;
17968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17969 pub const ERROR_IPSEC_IKE_INVALID_HASH_SIZE: WIN32_ERROR = 13872u32;
17970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17971 pub const ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG: WIN32_ERROR = 13873u32;
17972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17973 pub const ERROR_IPSEC_IKE_INVALID_AUTH_ALG: WIN32_ERROR = 13874u32;
17974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17975 pub const ERROR_IPSEC_IKE_INVALID_SIG: WIN32_ERROR = 13875u32;
17976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17977 pub const ERROR_IPSEC_IKE_LOAD_FAILED: WIN32_ERROR = 13876u32;
17978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17979 pub const ERROR_IPSEC_IKE_RPC_DELETE: WIN32_ERROR = 13877u32;
17980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17981 pub const ERROR_IPSEC_IKE_BENIGN_REINIT: WIN32_ERROR = 13878u32;
17982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17983 pub const ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY: WIN32_ERROR = 13879u32;
17984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17985 pub const ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION: WIN32_ERROR = 13880u32;
17986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17987 pub const ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN: WIN32_ERROR = 13881u32;
17988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17989 pub const ERROR_IPSEC_IKE_MM_LIMIT: WIN32_ERROR = 13882u32;
17990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17991 pub const ERROR_IPSEC_IKE_NEGOTIATION_DISABLED: WIN32_ERROR = 13883u32;
17992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17993 pub const ERROR_IPSEC_IKE_QM_LIMIT: WIN32_ERROR = 13884u32;
17994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17995 pub const ERROR_IPSEC_IKE_MM_EXPIRED: WIN32_ERROR = 13885u32;
17996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17997 pub const ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID: WIN32_ERROR = 13886u32;
17998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
17999 pub const ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH: WIN32_ERROR = 13887u32;
18000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18001 pub const ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID: WIN32_ERROR = 13888u32;
18002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18003 pub const ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD: WIN32_ERROR = 13889u32;
18004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18005 pub const ERROR_IPSEC_IKE_DOS_COOKIE_SENT: WIN32_ERROR = 13890u32;
18006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18007 pub const ERROR_IPSEC_IKE_SHUTTING_DOWN: WIN32_ERROR = 13891u32;
18008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18009 pub const ERROR_IPSEC_IKE_CGA_AUTH_FAILED: WIN32_ERROR = 13892u32;
18010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18011 pub const ERROR_IPSEC_IKE_PROCESS_ERR_NATOA: WIN32_ERROR = 13893u32;
18012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18013 pub const ERROR_IPSEC_IKE_INVALID_MM_FOR_QM: WIN32_ERROR = 13894u32;
18014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18015 pub const ERROR_IPSEC_IKE_QM_EXPIRED: WIN32_ERROR = 13895u32;
18016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18017 pub const ERROR_IPSEC_IKE_TOO_MANY_FILTERS: WIN32_ERROR = 13896u32;
18018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18019 pub const ERROR_IPSEC_IKE_NEG_STATUS_END: WIN32_ERROR = 13897u32;
18020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18021 pub const ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL: WIN32_ERROR = 13898u32;
18022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18023 pub const ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE: WIN32_ERROR = 13899u32;
18024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18025 pub const ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING: WIN32_ERROR = 13900u32;
18026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18027 pub const ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING: WIN32_ERROR = 13901u32;
18028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18029 pub const ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS: WIN32_ERROR = 13902u32;
18030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18031 pub const ERROR_IPSEC_IKE_RATELIMIT_DROP: WIN32_ERROR = 13903u32;
18032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18033 pub const ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE: WIN32_ERROR = 13904u32;
18034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18035 pub const ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE: WIN32_ERROR = 13905u32;
18036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18037 pub const ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE: WIN32_ERROR = 13906u32;
18038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18039 pub const ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY: WIN32_ERROR = 13907u32;
18040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18041 pub const ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE: WIN32_ERROR = 13908u32;
18042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18043 pub const ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END: WIN32_ERROR = 13909u32;
18044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18045 pub const ERROR_IPSEC_BAD_SPI: WIN32_ERROR = 13910u32;
18046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18047 pub const ERROR_IPSEC_SA_LIFETIME_EXPIRED: WIN32_ERROR = 13911u32;
18048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18049 pub const ERROR_IPSEC_WRONG_SA: WIN32_ERROR = 13912u32;
18050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18051 pub const ERROR_IPSEC_REPLAY_CHECK_FAILED: WIN32_ERROR = 13913u32;
18052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18053 pub const ERROR_IPSEC_INVALID_PACKET: WIN32_ERROR = 13914u32;
18054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18055 pub const ERROR_IPSEC_INTEGRITY_CHECK_FAILED: WIN32_ERROR = 13915u32;
18056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18057 pub const ERROR_IPSEC_CLEAR_TEXT_DROP: WIN32_ERROR = 13916u32;
18058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18059 pub const ERROR_IPSEC_AUTH_FIREWALL_DROP: WIN32_ERROR = 13917u32;
18060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18061 pub const ERROR_IPSEC_THROTTLE_DROP: WIN32_ERROR = 13918u32;
18062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18063 pub const ERROR_IPSEC_DOSP_BLOCK: WIN32_ERROR = 13925u32;
18064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18065 pub const ERROR_IPSEC_DOSP_RECEIVED_MULTICAST: WIN32_ERROR = 13926u32;
18066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18067 pub const ERROR_IPSEC_DOSP_INVALID_PACKET: WIN32_ERROR = 13927u32;
18068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18069 pub const ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED: WIN32_ERROR = 13928u32;
18070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18071 pub const ERROR_IPSEC_DOSP_MAX_ENTRIES: WIN32_ERROR = 13929u32;
18072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18073 pub const ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED: WIN32_ERROR = 13930u32;
18074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18075 pub const ERROR_IPSEC_DOSP_NOT_INSTALLED: WIN32_ERROR = 13931u32;
18076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18077 pub const ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES: WIN32_ERROR = 13932u32;
18078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18079 pub const ERROR_SXS_SECTION_NOT_FOUND: WIN32_ERROR = 14000u32;
18080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18081 pub const ERROR_SXS_CANT_GEN_ACTCTX: WIN32_ERROR = 14001u32;
18082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18083 pub const ERROR_SXS_INVALID_ACTCTXDATA_FORMAT: WIN32_ERROR = 14002u32;
18084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18085 pub const ERROR_SXS_ASSEMBLY_NOT_FOUND: WIN32_ERROR = 14003u32;
18086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18087 pub const ERROR_SXS_MANIFEST_FORMAT_ERROR: WIN32_ERROR = 14004u32;
18088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18089 pub const ERROR_SXS_MANIFEST_PARSE_ERROR: WIN32_ERROR = 14005u32;
18090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18091 pub const ERROR_SXS_ACTIVATION_CONTEXT_DISABLED: WIN32_ERROR = 14006u32;
18092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18093 pub const ERROR_SXS_KEY_NOT_FOUND: WIN32_ERROR = 14007u32;
18094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18095 pub const ERROR_SXS_VERSION_CONFLICT: WIN32_ERROR = 14008u32;
18096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18097 pub const ERROR_SXS_WRONG_SECTION_TYPE: WIN32_ERROR = 14009u32;
18098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18099 pub const ERROR_SXS_THREAD_QUERIES_DISABLED: WIN32_ERROR = 14010u32;
18100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18101 pub const ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET: WIN32_ERROR = 14011u32;
18102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18103 pub const ERROR_SXS_UNKNOWN_ENCODING_GROUP: WIN32_ERROR = 14012u32;
18104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18105 pub const ERROR_SXS_UNKNOWN_ENCODING: WIN32_ERROR = 14013u32;
18106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18107 pub const ERROR_SXS_INVALID_XML_NAMESPACE_URI: WIN32_ERROR = 14014u32;
18108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18109 pub const ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED: WIN32_ERROR = 14015u32;
18110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18111 pub const ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED: WIN32_ERROR = 14016u32;
18112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18113 pub const ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE: WIN32_ERROR = 14017u32;
18114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18115 pub const ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE: WIN32_ERROR = 14018u32;
18116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18117 pub const ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE: WIN32_ERROR = 14019u32;
18118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18119 pub const ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT: WIN32_ERROR = 14020u32;
18120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18121 pub const ERROR_SXS_DUPLICATE_DLL_NAME: WIN32_ERROR = 14021u32;
18122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18123 pub const ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME: WIN32_ERROR = 14022u32;
18124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18125 pub const ERROR_SXS_DUPLICATE_CLSID: WIN32_ERROR = 14023u32;
18126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18127 pub const ERROR_SXS_DUPLICATE_IID: WIN32_ERROR = 14024u32;
18128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18129 pub const ERROR_SXS_DUPLICATE_TLBID: WIN32_ERROR = 14025u32;
18130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18131 pub const ERROR_SXS_DUPLICATE_PROGID: WIN32_ERROR = 14026u32;
18132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18133 pub const ERROR_SXS_DUPLICATE_ASSEMBLY_NAME: WIN32_ERROR = 14027u32;
18134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18135 pub const ERROR_SXS_FILE_HASH_MISMATCH: WIN32_ERROR = 14028u32;
18136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18137 pub const ERROR_SXS_POLICY_PARSE_ERROR: WIN32_ERROR = 14029u32;
18138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18139 pub const ERROR_SXS_XML_E_MISSINGQUOTE: WIN32_ERROR = 14030u32;
18140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18141 pub const ERROR_SXS_XML_E_COMMENTSYNTAX: WIN32_ERROR = 14031u32;
18142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18143 pub const ERROR_SXS_XML_E_BADSTARTNAMECHAR: WIN32_ERROR = 14032u32;
18144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18145 pub const ERROR_SXS_XML_E_BADNAMECHAR: WIN32_ERROR = 14033u32;
18146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18147 pub const ERROR_SXS_XML_E_BADCHARINSTRING: WIN32_ERROR = 14034u32;
18148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18149 pub const ERROR_SXS_XML_E_XMLDECLSYNTAX: WIN32_ERROR = 14035u32;
18150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18151 pub const ERROR_SXS_XML_E_BADCHARDATA: WIN32_ERROR = 14036u32;
18152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18153 pub const ERROR_SXS_XML_E_MISSINGWHITESPACE: WIN32_ERROR = 14037u32;
18154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18155 pub const ERROR_SXS_XML_E_EXPECTINGTAGEND: WIN32_ERROR = 14038u32;
18156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18157 pub const ERROR_SXS_XML_E_MISSINGSEMICOLON: WIN32_ERROR = 14039u32;
18158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18159 pub const ERROR_SXS_XML_E_UNBALANCEDPAREN: WIN32_ERROR = 14040u32;
18160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18161 pub const ERROR_SXS_XML_E_INTERNALERROR: WIN32_ERROR = 14041u32;
18162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18163 pub const ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE: WIN32_ERROR = 14042u32;
18164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18165 pub const ERROR_SXS_XML_E_INCOMPLETE_ENCODING: WIN32_ERROR = 14043u32;
18166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18167 pub const ERROR_SXS_XML_E_MISSING_PAREN: WIN32_ERROR = 14044u32;
18168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18169 pub const ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE: WIN32_ERROR = 14045u32;
18170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18171 pub const ERROR_SXS_XML_E_MULTIPLE_COLONS: WIN32_ERROR = 14046u32;
18172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18173 pub const ERROR_SXS_XML_E_INVALID_DECIMAL: WIN32_ERROR = 14047u32;
18174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18175 pub const ERROR_SXS_XML_E_INVALID_HEXIDECIMAL: WIN32_ERROR = 14048u32;
18176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18177 pub const ERROR_SXS_XML_E_INVALID_UNICODE: WIN32_ERROR = 14049u32;
18178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18179 pub const ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK: WIN32_ERROR = 14050u32;
18180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18181 pub const ERROR_SXS_XML_E_UNEXPECTEDENDTAG: WIN32_ERROR = 14051u32;
18182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18183 pub const ERROR_SXS_XML_E_UNCLOSEDTAG: WIN32_ERROR = 14052u32;
18184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18185 pub const ERROR_SXS_XML_E_DUPLICATEATTRIBUTE: WIN32_ERROR = 14053u32;
18186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18187 pub const ERROR_SXS_XML_E_MULTIPLEROOTS: WIN32_ERROR = 14054u32;
18188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18189 pub const ERROR_SXS_XML_E_INVALIDATROOTLEVEL: WIN32_ERROR = 14055u32;
18190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18191 pub const ERROR_SXS_XML_E_BADXMLDECL: WIN32_ERROR = 14056u32;
18192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18193 pub const ERROR_SXS_XML_E_MISSINGROOT: WIN32_ERROR = 14057u32;
18194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18195 pub const ERROR_SXS_XML_E_UNEXPECTEDEOF: WIN32_ERROR = 14058u32;
18196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18197 pub const ERROR_SXS_XML_E_BADPEREFINSUBSET: WIN32_ERROR = 14059u32;
18198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18199 pub const ERROR_SXS_XML_E_UNCLOSEDSTARTTAG: WIN32_ERROR = 14060u32;
18200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18201 pub const ERROR_SXS_XML_E_UNCLOSEDENDTAG: WIN32_ERROR = 14061u32;
18202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18203 pub const ERROR_SXS_XML_E_UNCLOSEDSTRING: WIN32_ERROR = 14062u32;
18204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18205 pub const ERROR_SXS_XML_E_UNCLOSEDCOMMENT: WIN32_ERROR = 14063u32;
18206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18207 pub const ERROR_SXS_XML_E_UNCLOSEDDECL: WIN32_ERROR = 14064u32;
18208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18209 pub const ERROR_SXS_XML_E_UNCLOSEDCDATA: WIN32_ERROR = 14065u32;
18210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18211 pub const ERROR_SXS_XML_E_RESERVEDNAMESPACE: WIN32_ERROR = 14066u32;
18212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18213 pub const ERROR_SXS_XML_E_INVALIDENCODING: WIN32_ERROR = 14067u32;
18214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18215 pub const ERROR_SXS_XML_E_INVALIDSWITCH: WIN32_ERROR = 14068u32;
18216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18217 pub const ERROR_SXS_XML_E_BADXMLCASE: WIN32_ERROR = 14069u32;
18218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18219 pub const ERROR_SXS_XML_E_INVALID_STANDALONE: WIN32_ERROR = 14070u32;
18220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18221 pub const ERROR_SXS_XML_E_UNEXPECTED_STANDALONE: WIN32_ERROR = 14071u32;
18222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18223 pub const ERROR_SXS_XML_E_INVALID_VERSION: WIN32_ERROR = 14072u32;
18224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18225 pub const ERROR_SXS_XML_E_MISSINGEQUALS: WIN32_ERROR = 14073u32;
18226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18227 pub const ERROR_SXS_PROTECTION_RECOVERY_FAILED: WIN32_ERROR = 14074u32;
18228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18229 pub const ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT: WIN32_ERROR = 14075u32;
18230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18231 pub const ERROR_SXS_PROTECTION_CATALOG_NOT_VALID: WIN32_ERROR = 14076u32;
18232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18233 pub const ERROR_SXS_UNTRANSLATABLE_HRESULT: WIN32_ERROR = 14077u32;
18234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18235 pub const ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING: WIN32_ERROR = 14078u32;
18236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18237 pub const ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE: WIN32_ERROR = 14079u32;
18238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18239 pub const ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME: WIN32_ERROR = 14080u32;
18240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18241 pub const ERROR_SXS_ASSEMBLY_MISSING: WIN32_ERROR = 14081u32;
18242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18243 pub const ERROR_SXS_CORRUPT_ACTIVATION_STACK: WIN32_ERROR = 14082u32;
18244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18245 pub const ERROR_SXS_CORRUPTION: WIN32_ERROR = 14083u32;
18246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18247 pub const ERROR_SXS_EARLY_DEACTIVATION: WIN32_ERROR = 14084u32;
18248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18249 pub const ERROR_SXS_INVALID_DEACTIVATION: WIN32_ERROR = 14085u32;
18250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18251 pub const ERROR_SXS_MULTIPLE_DEACTIVATION: WIN32_ERROR = 14086u32;
18252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18253 pub const ERROR_SXS_PROCESS_TERMINATION_REQUESTED: WIN32_ERROR = 14087u32;
18254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18255 pub const ERROR_SXS_RELEASE_ACTIVATION_CONTEXT: WIN32_ERROR = 14088u32;
18256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18257 pub const ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY: WIN32_ERROR = 14089u32;
18258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18259 pub const ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE: WIN32_ERROR = 14090u32;
18260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18261 pub const ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME: WIN32_ERROR = 14091u32;
18262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18263 pub const ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE: WIN32_ERROR = 14092u32;
18264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18265 pub const ERROR_SXS_IDENTITY_PARSE_ERROR: WIN32_ERROR = 14093u32;
18266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18267 pub const ERROR_MALFORMED_SUBSTITUTION_STRING: WIN32_ERROR = 14094u32;
18268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18269 pub const ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN: WIN32_ERROR = 14095u32;
18270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18271 pub const ERROR_UNMAPPED_SUBSTITUTION_STRING: WIN32_ERROR = 14096u32;
18272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18273 pub const ERROR_SXS_ASSEMBLY_NOT_LOCKED: WIN32_ERROR = 14097u32;
18274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18275 pub const ERROR_SXS_COMPONENT_STORE_CORRUPT: WIN32_ERROR = 14098u32;
18276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18277 pub const ERROR_ADVANCED_INSTALLER_FAILED: WIN32_ERROR = 14099u32;
18278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18279 pub const ERROR_XML_ENCODING_MISMATCH: WIN32_ERROR = 14100u32;
18280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18281 pub const ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT: WIN32_ERROR = 14101u32;
18282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18283 pub const ERROR_SXS_IDENTITIES_DIFFERENT: WIN32_ERROR = 14102u32;
18284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18285 pub const ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT: WIN32_ERROR = 14103u32;
18286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18287 pub const ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY: WIN32_ERROR = 14104u32;
18288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18289 pub const ERROR_SXS_MANIFEST_TOO_BIG: WIN32_ERROR = 14105u32;
18290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18291 pub const ERROR_SXS_SETTING_NOT_REGISTERED: WIN32_ERROR = 14106u32;
18292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18293 pub const ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE: WIN32_ERROR = 14107u32;
18294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18295 pub const ERROR_SMI_PRIMITIVE_INSTALLER_FAILED: WIN32_ERROR = 14108u32;
18296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18297 pub const ERROR_GENERIC_COMMAND_FAILED: WIN32_ERROR = 14109u32;
18298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18299 pub const ERROR_SXS_FILE_HASH_MISSING: WIN32_ERROR = 14110u32;
18300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18301 pub const ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS: WIN32_ERROR = 14111u32;
18302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18303 pub const ERROR_EVT_INVALID_CHANNEL_PATH: WIN32_ERROR = 15000u32;
18304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18305 pub const ERROR_EVT_INVALID_QUERY: WIN32_ERROR = 15001u32;
18306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18307 pub const ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND: WIN32_ERROR = 15002u32;
18308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18309 pub const ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND: WIN32_ERROR = 15003u32;
18310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18311 pub const ERROR_EVT_INVALID_PUBLISHER_NAME: WIN32_ERROR = 15004u32;
18312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18313 pub const ERROR_EVT_INVALID_EVENT_DATA: WIN32_ERROR = 15005u32;
18314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18315 pub const ERROR_EVT_CHANNEL_NOT_FOUND: WIN32_ERROR = 15007u32;
18316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18317 pub const ERROR_EVT_MALFORMED_XML_TEXT: WIN32_ERROR = 15008u32;
18318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18319 pub const ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL: WIN32_ERROR = 15009u32;
18320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18321 pub const ERROR_EVT_CONFIGURATION_ERROR: WIN32_ERROR = 15010u32;
18322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18323 pub const ERROR_EVT_QUERY_RESULT_STALE: WIN32_ERROR = 15011u32;
18324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18325 pub const ERROR_EVT_QUERY_RESULT_INVALID_POSITION: WIN32_ERROR = 15012u32;
18326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18327 pub const ERROR_EVT_NON_VALIDATING_MSXML: WIN32_ERROR = 15013u32;
18328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18329 pub const ERROR_EVT_FILTER_ALREADYSCOPED: WIN32_ERROR = 15014u32;
18330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18331 pub const ERROR_EVT_FILTER_NOTELTSET: WIN32_ERROR = 15015u32;
18332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18333 pub const ERROR_EVT_FILTER_INVARG: WIN32_ERROR = 15016u32;
18334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18335 pub const ERROR_EVT_FILTER_INVTEST: WIN32_ERROR = 15017u32;
18336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18337 pub const ERROR_EVT_FILTER_INVTYPE: WIN32_ERROR = 15018u32;
18338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18339 pub const ERROR_EVT_FILTER_PARSEERR: WIN32_ERROR = 15019u32;
18340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18341 pub const ERROR_EVT_FILTER_UNSUPPORTEDOP: WIN32_ERROR = 15020u32;
18342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18343 pub const ERROR_EVT_FILTER_UNEXPECTEDTOKEN: WIN32_ERROR = 15021u32;
18344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18345 pub const ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL: WIN32_ERROR = 15022u32;
18346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18347 pub const ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE: WIN32_ERROR = 15023u32;
18348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18349 pub const ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE: WIN32_ERROR = 15024u32;
18350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18351 pub const ERROR_EVT_CHANNEL_CANNOT_ACTIVATE: WIN32_ERROR = 15025u32;
18352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18353 pub const ERROR_EVT_FILTER_TOO_COMPLEX: WIN32_ERROR = 15026u32;
18354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18355 pub const ERROR_EVT_MESSAGE_NOT_FOUND: WIN32_ERROR = 15027u32;
18356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18357 pub const ERROR_EVT_MESSAGE_ID_NOT_FOUND: WIN32_ERROR = 15028u32;
18358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18359 pub const ERROR_EVT_UNRESOLVED_VALUE_INSERT: WIN32_ERROR = 15029u32;
18360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18361 pub const ERROR_EVT_UNRESOLVED_PARAMETER_INSERT: WIN32_ERROR = 15030u32;
18362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18363 pub const ERROR_EVT_MAX_INSERTS_REACHED: WIN32_ERROR = 15031u32;
18364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18365 pub const ERROR_EVT_EVENT_DEFINITION_NOT_FOUND: WIN32_ERROR = 15032u32;
18366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18367 pub const ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND: WIN32_ERROR = 15033u32;
18368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18369 pub const ERROR_EVT_VERSION_TOO_OLD: WIN32_ERROR = 15034u32;
18370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18371 pub const ERROR_EVT_VERSION_TOO_NEW: WIN32_ERROR = 15035u32;
18372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18373 pub const ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY: WIN32_ERROR = 15036u32;
18374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18375 pub const ERROR_EVT_PUBLISHER_DISABLED: WIN32_ERROR = 15037u32;
18376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18377 pub const ERROR_EVT_FILTER_OUT_OF_RANGE: WIN32_ERROR = 15038u32;
18378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18379 pub const ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE: WIN32_ERROR = 15080u32;
18380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18381 pub const ERROR_EC_LOG_DISABLED: WIN32_ERROR = 15081u32;
18382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18383 pub const ERROR_EC_CIRCULAR_FORWARDING: WIN32_ERROR = 15082u32;
18384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18385 pub const ERROR_EC_CREDSTORE_FULL: WIN32_ERROR = 15083u32;
18386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18387 pub const ERROR_EC_CRED_NOT_FOUND: WIN32_ERROR = 15084u32;
18388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18389 pub const ERROR_EC_NO_ACTIVE_CHANNEL: WIN32_ERROR = 15085u32;
18390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18391 pub const ERROR_MUI_FILE_NOT_FOUND: WIN32_ERROR = 15100u32;
18392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18393 pub const ERROR_MUI_INVALID_FILE: WIN32_ERROR = 15101u32;
18394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18395 pub const ERROR_MUI_INVALID_RC_CONFIG: WIN32_ERROR = 15102u32;
18396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18397 pub const ERROR_MUI_INVALID_LOCALE_NAME: WIN32_ERROR = 15103u32;
18398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18399 pub const ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME: WIN32_ERROR = 15104u32;
18400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18401 pub const ERROR_MUI_FILE_NOT_LOADED: WIN32_ERROR = 15105u32;
18402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18403 pub const ERROR_RESOURCE_ENUM_USER_STOP: WIN32_ERROR = 15106u32;
18404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18405 pub const ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED: WIN32_ERROR = 15107u32;
18406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18407 pub const ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME: WIN32_ERROR = 15108u32;
18408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18409 pub const ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE: WIN32_ERROR = 15110u32;
18410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18411 pub const ERROR_MRM_INVALID_PRICONFIG: WIN32_ERROR = 15111u32;
18412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18413 pub const ERROR_MRM_INVALID_FILE_TYPE: WIN32_ERROR = 15112u32;
18414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18415 pub const ERROR_MRM_UNKNOWN_QUALIFIER: WIN32_ERROR = 15113u32;
18416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18417 pub const ERROR_MRM_INVALID_QUALIFIER_VALUE: WIN32_ERROR = 15114u32;
18418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18419 pub const ERROR_MRM_NO_CANDIDATE: WIN32_ERROR = 15115u32;
18420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18421 pub const ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE: WIN32_ERROR = 15116u32;
18422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18423 pub const ERROR_MRM_RESOURCE_TYPE_MISMATCH: WIN32_ERROR = 15117u32;
18424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18425 pub const ERROR_MRM_DUPLICATE_MAP_NAME: WIN32_ERROR = 15118u32;
18426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18427 pub const ERROR_MRM_DUPLICATE_ENTRY: WIN32_ERROR = 15119u32;
18428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18429 pub const ERROR_MRM_INVALID_RESOURCE_IDENTIFIER: WIN32_ERROR = 15120u32;
18430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18431 pub const ERROR_MRM_FILEPATH_TOO_LONG: WIN32_ERROR = 15121u32;
18432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18433 pub const ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE: WIN32_ERROR = 15122u32;
18434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18435 pub const ERROR_MRM_INVALID_PRI_FILE: WIN32_ERROR = 15126u32;
18436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18437 pub const ERROR_MRM_NAMED_RESOURCE_NOT_FOUND: WIN32_ERROR = 15127u32;
18438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18439 pub const ERROR_MRM_MAP_NOT_FOUND: WIN32_ERROR = 15135u32;
18440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18441 pub const ERROR_MRM_UNSUPPORTED_PROFILE_TYPE: WIN32_ERROR = 15136u32;
18442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18443 pub const ERROR_MRM_INVALID_QUALIFIER_OPERATOR: WIN32_ERROR = 15137u32;
18444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18445 pub const ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE: WIN32_ERROR = 15138u32;
18446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18447 pub const ERROR_MRM_AUTOMERGE_ENABLED: WIN32_ERROR = 15139u32;
18448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18449 pub const ERROR_MRM_TOO_MANY_RESOURCES: WIN32_ERROR = 15140u32;
18450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18451 pub const ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE: WIN32_ERROR = 15141u32;
18452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18453 pub const ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE: WIN32_ERROR = 15142u32;
18454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18455 pub const ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD: WIN32_ERROR = 15143u32;
18456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18457 pub const ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST: WIN32_ERROR = 15144u32;
18458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18459 pub const ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT: WIN32_ERROR = 15145u32;
18460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18461 pub const ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE: WIN32_ERROR = 15146u32;
18462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18463 pub const ERROR_MRM_GENERATION_COUNT_MISMATCH: WIN32_ERROR = 15147u32;
18464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18465 pub const ERROR_PRI_MERGE_VERSION_MISMATCH: WIN32_ERROR = 15148u32;
18466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18467 pub const ERROR_PRI_MERGE_MISSING_SCHEMA: WIN32_ERROR = 15149u32;
18468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18469 pub const ERROR_PRI_MERGE_LOAD_FILE_FAILED: WIN32_ERROR = 15150u32;
18470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18471 pub const ERROR_PRI_MERGE_ADD_FILE_FAILED: WIN32_ERROR = 15151u32;
18472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18473 pub const ERROR_PRI_MERGE_WRITE_FILE_FAILED: WIN32_ERROR = 15152u32;
18474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18475 pub const ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED: WIN32_ERROR = 15153u32;
18476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18477 pub const ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED: WIN32_ERROR = 15154u32;
18478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18479 pub const ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED: WIN32_ERROR = 15155u32;
18480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18481 pub const ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED: WIN32_ERROR = 15156u32;
18482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18483 pub const ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED: WIN32_ERROR = 15157u32;
18484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18485 pub const ERROR_PRI_MERGE_INVALID_FILE_NAME: WIN32_ERROR = 15158u32;
18486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18487 pub const ERROR_MRM_PACKAGE_NOT_FOUND: WIN32_ERROR = 15159u32;
18488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18489 pub const ERROR_MRM_MISSING_DEFAULT_LANGUAGE: WIN32_ERROR = 15160u32;
18490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18491 pub const ERROR_MCA_INVALID_CAPABILITIES_STRING: WIN32_ERROR = 15200u32;
18492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18493 pub const ERROR_MCA_INVALID_VCP_VERSION: WIN32_ERROR = 15201u32;
18494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18495 pub const ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION: WIN32_ERROR = 15202u32;
18496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18497 pub const ERROR_MCA_MCCS_VERSION_MISMATCH: WIN32_ERROR = 15203u32;
18498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18499 pub const ERROR_MCA_UNSUPPORTED_MCCS_VERSION: WIN32_ERROR = 15204u32;
18500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18501 pub const ERROR_MCA_INTERNAL_ERROR: WIN32_ERROR = 15205u32;
18502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18503 pub const ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED: WIN32_ERROR = 15206u32;
18504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18505 pub const ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE: WIN32_ERROR = 15207u32;
18506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18507 pub const ERROR_AMBIGUOUS_SYSTEM_DEVICE: WIN32_ERROR = 15250u32;
18508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18509 pub const ERROR_SYSTEM_DEVICE_NOT_FOUND: WIN32_ERROR = 15299u32;
18510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18511 pub const ERROR_HASH_NOT_SUPPORTED: WIN32_ERROR = 15300u32;
18512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18513 pub const ERROR_HASH_NOT_PRESENT: WIN32_ERROR = 15301u32;
18514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18515 pub const ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED: WIN32_ERROR = 15321u32;
18516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18517 pub const ERROR_GPIO_CLIENT_INFORMATION_INVALID: WIN32_ERROR = 15322u32;
18518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18519 pub const ERROR_GPIO_VERSION_NOT_SUPPORTED: WIN32_ERROR = 15323u32;
18520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18521 pub const ERROR_GPIO_INVALID_REGISTRATION_PACKET: WIN32_ERROR = 15324u32;
18522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18523 pub const ERROR_GPIO_OPERATION_DENIED: WIN32_ERROR = 15325u32;
18524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18525 pub const ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE: WIN32_ERROR = 15326u32;
18526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18527 pub const ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED: WIN32_ERROR = 15327u32;
18528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18529 pub const ERROR_CANNOT_SWITCH_RUNLEVEL: WIN32_ERROR = 15400u32;
18530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18531 pub const ERROR_INVALID_RUNLEVEL_SETTING: WIN32_ERROR = 15401u32;
18532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18533 pub const ERROR_RUNLEVEL_SWITCH_TIMEOUT: WIN32_ERROR = 15402u32;
18534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18535 pub const ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT: WIN32_ERROR = 15403u32;
18536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18537 pub const ERROR_RUNLEVEL_SWITCH_IN_PROGRESS: WIN32_ERROR = 15404u32;
18538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18539 pub const ERROR_SERVICES_FAILED_AUTOSTART: WIN32_ERROR = 15405u32;
18540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18541 pub const ERROR_COM_TASK_STOP_PENDING: WIN32_ERROR = 15501u32;
18542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18543 pub const ERROR_INSTALL_OPEN_PACKAGE_FAILED: WIN32_ERROR = 15600u32;
18544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18545 pub const ERROR_INSTALL_PACKAGE_NOT_FOUND: WIN32_ERROR = 15601u32;
18546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18547 pub const ERROR_INSTALL_INVALID_PACKAGE: WIN32_ERROR = 15602u32;
18548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18549 pub const ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED: WIN32_ERROR = 15603u32;
18550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18551 pub const ERROR_INSTALL_OUT_OF_DISK_SPACE: WIN32_ERROR = 15604u32;
18552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18553 pub const ERROR_INSTALL_NETWORK_FAILURE: WIN32_ERROR = 15605u32;
18554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18555 pub const ERROR_INSTALL_REGISTRATION_FAILURE: WIN32_ERROR = 15606u32;
18556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18557 pub const ERROR_INSTALL_DEREGISTRATION_FAILURE: WIN32_ERROR = 15607u32;
18558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18559 pub const ERROR_INSTALL_CANCEL: WIN32_ERROR = 15608u32;
18560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18561 pub const ERROR_INSTALL_FAILED: WIN32_ERROR = 15609u32;
18562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18563 pub const ERROR_REMOVE_FAILED: WIN32_ERROR = 15610u32;
18564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18565 pub const ERROR_PACKAGE_ALREADY_EXISTS: WIN32_ERROR = 15611u32;
18566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18567 pub const ERROR_NEEDS_REMEDIATION: WIN32_ERROR = 15612u32;
18568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18569 pub const ERROR_INSTALL_PREREQUISITE_FAILED: WIN32_ERROR = 15613u32;
18570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18571 pub const ERROR_PACKAGE_REPOSITORY_CORRUPTED: WIN32_ERROR = 15614u32;
18572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18573 pub const ERROR_INSTALL_POLICY_FAILURE: WIN32_ERROR = 15615u32;
18574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18575 pub const ERROR_PACKAGE_UPDATING: WIN32_ERROR = 15616u32;
18576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18577 pub const ERROR_DEPLOYMENT_BLOCKED_BY_POLICY: WIN32_ERROR = 15617u32;
18578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18579 pub const ERROR_PACKAGES_IN_USE: WIN32_ERROR = 15618u32;
18580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18581 pub const ERROR_RECOVERY_FILE_CORRUPT: WIN32_ERROR = 15619u32;
18582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18583 pub const ERROR_INVALID_STAGED_SIGNATURE: WIN32_ERROR = 15620u32;
18584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18585 pub const ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED: WIN32_ERROR = 15621u32;
18586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18587 pub const ERROR_INSTALL_PACKAGE_DOWNGRADE: WIN32_ERROR = 15622u32;
18588 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18589 pub const ERROR_SYSTEM_NEEDS_REMEDIATION: WIN32_ERROR = 15623u32;
18590 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18591 pub const ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN: WIN32_ERROR = 15624u32;
18592 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18593 pub const ERROR_RESILIENCY_FILE_CORRUPT: WIN32_ERROR = 15625u32;
18594 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18595 pub const ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING: WIN32_ERROR = 15626u32;
18596 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18597 pub const ERROR_PACKAGE_MOVE_FAILED: WIN32_ERROR = 15627u32;
18598 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18599 pub const ERROR_INSTALL_VOLUME_NOT_EMPTY: WIN32_ERROR = 15628u32;
18600 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18601 pub const ERROR_INSTALL_VOLUME_OFFLINE: WIN32_ERROR = 15629u32;
18602 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18603 pub const ERROR_INSTALL_VOLUME_CORRUPT: WIN32_ERROR = 15630u32;
18604 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18605 pub const ERROR_NEEDS_REGISTRATION: WIN32_ERROR = 15631u32;
18606 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18607 pub const ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE: WIN32_ERROR = 15632u32;
18608 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18609 pub const ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED: WIN32_ERROR = 15633u32;
18610 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18611 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE: WIN32_ERROR = 15634u32;
18612 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18613 pub const ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM: WIN32_ERROR = 15635u32;
18614 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18615 pub const ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING: WIN32_ERROR = 15636u32;
18616 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18617 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE: WIN32_ERROR = 15637u32;
18618 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18619 pub const ERROR_PACKAGE_STAGING_ONHOLD: WIN32_ERROR = 15638u32;
18620 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18621 pub const ERROR_INSTALL_INVALID_RELATED_SET_UPDATE: WIN32_ERROR = 15639u32;
18622 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18623 pub const ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY: WIN32_ERROR = 15640u32;
18624 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18625 pub const ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF: WIN32_ERROR = 15641u32;
18626 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18627 pub const ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED: WIN32_ERROR = 15642u32;
18628 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18629 pub const ERROR_PACKAGES_REPUTATION_CHECK_FAILED: WIN32_ERROR = 15643u32;
18630 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18631 pub const ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT: WIN32_ERROR = 15644u32;
18632 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18633 pub const ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED: WIN32_ERROR = 15645u32;
18634 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18635 pub const ERROR_APPINSTALLER_ACTIVATION_BLOCKED: WIN32_ERROR = 15646u32;
18636 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18637 pub const ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED: WIN32_ERROR = 15647u32;
18638 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18639 pub const ERROR_APPX_RAW_DATA_WRITE_FAILED: WIN32_ERROR = 15648u32;
18640 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18641 pub const ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE: WIN32_ERROR = 15649u32;
18642 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18643 pub const ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE: WIN32_ERROR = 15650u32;
18644 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18645 pub const ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY: WIN32_ERROR = 15651u32;
18646 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18647 pub const ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY: WIN32_ERROR = 15652u32;
18648 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18649 pub const ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER: WIN32_ERROR = 15653u32;
18650 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18651 pub const ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED: WIN32_ERROR = 15654u32;
18652 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18653 pub const ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE: WIN32_ERROR = 15655u32;
18654 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18655 pub const ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES: WIN32_ERROR = 15656u32;
18656 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18657 pub const ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED: WIN32_ERROR = 15657u32;
18658 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18659 pub const ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST: WIN32_ERROR = 15658u32;
18660 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18661 pub const ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT: WIN32_ERROR = 15659u32;
18662 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18663 pub const ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE: WIN32_ERROR = 15660u32;
18664 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18665 pub const ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE: WIN32_ERROR = 15661u32;
18666 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18667 pub const ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED: WIN32_ERROR = 15662u32;
18668 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18669 pub const ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY: WIN32_ERROR = 15663u32;
18670 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18671 pub const ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS: WIN32_ERROR = 15664u32;
18672 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18673 pub const ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED: WIN32_ERROR = 15665u32;
18674 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18675 pub const ERROR_MACHINE_SCOPE_NOT_ALLOWED: WIN32_ERROR = 15666u32;
18676 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18677 pub const ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED: WIN32_ERROR = 15667u32;
18678 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18679 pub const ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE: WIN32_ERROR = 15668u32;
18680 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18681 pub const ERROR_PACKAGE_NOT_REGISTERED_FOR_USER: WIN32_ERROR = 15669u32;
18682 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18683 pub const ERROR_STATE_LOAD_STORE_FAILED: WIN32_ERROR = 15800u32;
18684 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18685 pub const ERROR_STATE_GET_VERSION_FAILED: WIN32_ERROR = 15801u32;
18686 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18687 pub const ERROR_STATE_SET_VERSION_FAILED: WIN32_ERROR = 15802u32;
18688 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18689 pub const ERROR_STATE_STRUCTURED_RESET_FAILED: WIN32_ERROR = 15803u32;
18690 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18691 pub const ERROR_STATE_OPEN_CONTAINER_FAILED: WIN32_ERROR = 15804u32;
18692 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18693 pub const ERROR_STATE_CREATE_CONTAINER_FAILED: WIN32_ERROR = 15805u32;
18694 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18695 pub const ERROR_STATE_DELETE_CONTAINER_FAILED: WIN32_ERROR = 15806u32;
18696 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18697 pub const ERROR_STATE_READ_SETTING_FAILED: WIN32_ERROR = 15807u32;
18698 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18699 pub const ERROR_STATE_WRITE_SETTING_FAILED: WIN32_ERROR = 15808u32;
18700 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18701 pub const ERROR_STATE_DELETE_SETTING_FAILED: WIN32_ERROR = 15809u32;
18702 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18703 pub const ERROR_STATE_QUERY_SETTING_FAILED: WIN32_ERROR = 15810u32;
18704 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18705 pub const ERROR_STATE_READ_COMPOSITE_SETTING_FAILED: WIN32_ERROR = 15811u32;
18706 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18707 pub const ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED: WIN32_ERROR = 15812u32;
18708 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18709 pub const ERROR_STATE_ENUMERATE_CONTAINER_FAILED: WIN32_ERROR = 15813u32;
18710 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18711 pub const ERROR_STATE_ENUMERATE_SETTINGS_FAILED: WIN32_ERROR = 15814u32;
18712 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18713 pub const ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15815u32;
18714 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18715 pub const ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15816u32;
18716 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18717 pub const ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15817u32;
18718 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18719 pub const ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED: WIN32_ERROR = 15818u32;
18720 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18721 pub const ERROR_API_UNAVAILABLE: WIN32_ERROR = 15841u32;
18722 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18723 pub const ERROR_NDIS_INTERFACE_CLOSING: WIN32_ERROR = 2150891522u32;
18724 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18725 pub const ERROR_NDIS_BAD_VERSION: WIN32_ERROR = 2150891524u32;
18726 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18727 pub const ERROR_NDIS_BAD_CHARACTERISTICS: WIN32_ERROR = 2150891525u32;
18728 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18729 pub const ERROR_NDIS_ADAPTER_NOT_FOUND: WIN32_ERROR = 2150891526u32;
18730 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18731 pub const ERROR_NDIS_OPEN_FAILED: WIN32_ERROR = 2150891527u32;
18732 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18733 pub const ERROR_NDIS_DEVICE_FAILED: WIN32_ERROR = 2150891528u32;
18734 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18735 pub const ERROR_NDIS_MULTICAST_FULL: WIN32_ERROR = 2150891529u32;
18736 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18737 pub const ERROR_NDIS_MULTICAST_EXISTS: WIN32_ERROR = 2150891530u32;
18738 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18739 pub const ERROR_NDIS_MULTICAST_NOT_FOUND: WIN32_ERROR = 2150891531u32;
18740 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18741 pub const ERROR_NDIS_REQUEST_ABORTED: WIN32_ERROR = 2150891532u32;
18742 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18743 pub const ERROR_NDIS_RESET_IN_PROGRESS: WIN32_ERROR = 2150891533u32;
18744 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18745 pub const ERROR_NDIS_NOT_SUPPORTED: WIN32_ERROR = 2150891707u32;
18746 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18747 pub const ERROR_NDIS_INVALID_PACKET: WIN32_ERROR = 2150891535u32;
18748 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18749 pub const ERROR_NDIS_ADAPTER_NOT_READY: WIN32_ERROR = 2150891537u32;
18750 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18751 pub const ERROR_NDIS_INVALID_LENGTH: WIN32_ERROR = 2150891540u32;
18752 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18753 pub const ERROR_NDIS_INVALID_DATA: WIN32_ERROR = 2150891541u32;
18754 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18755 pub const ERROR_NDIS_BUFFER_TOO_SHORT: WIN32_ERROR = 2150891542u32;
18756 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18757 pub const ERROR_NDIS_INVALID_OID: WIN32_ERROR = 2150891543u32;
18758 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18759 pub const ERROR_NDIS_ADAPTER_REMOVED: WIN32_ERROR = 2150891544u32;
18760 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18761 pub const ERROR_NDIS_UNSUPPORTED_MEDIA: WIN32_ERROR = 2150891545u32;
18762 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18763 pub const ERROR_NDIS_GROUP_ADDRESS_IN_USE: WIN32_ERROR = 2150891546u32;
18764 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18765 pub const ERROR_NDIS_FILE_NOT_FOUND: WIN32_ERROR = 2150891547u32;
18766 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18767 pub const ERROR_NDIS_ERROR_READING_FILE: WIN32_ERROR = 2150891548u32;
18768 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18769 pub const ERROR_NDIS_ALREADY_MAPPED: WIN32_ERROR = 2150891549u32;
18770 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18771 pub const ERROR_NDIS_RESOURCE_CONFLICT: WIN32_ERROR = 2150891550u32;
18772 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18773 pub const ERROR_NDIS_MEDIA_DISCONNECTED: WIN32_ERROR = 2150891551u32;
18774 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18775 pub const ERROR_NDIS_INVALID_ADDRESS: WIN32_ERROR = 2150891554u32;
18776 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18777 pub const ERROR_NDIS_INVALID_DEVICE_REQUEST: WIN32_ERROR = 2150891536u32;
18778 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18779 pub const ERROR_NDIS_PAUSED: WIN32_ERROR = 2150891562u32;
18780 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18781 pub const ERROR_NDIS_INTERFACE_NOT_FOUND: WIN32_ERROR = 2150891563u32;
18782 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18783 pub const ERROR_NDIS_UNSUPPORTED_REVISION: WIN32_ERROR = 2150891564u32;
18784 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18785 pub const ERROR_NDIS_INVALID_PORT: WIN32_ERROR = 2150891565u32;
18786 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18787 pub const ERROR_NDIS_INVALID_PORT_STATE: WIN32_ERROR = 2150891566u32;
18788 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18789 pub const ERROR_NDIS_LOW_POWER_STATE: WIN32_ERROR = 2150891567u32;
18790 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18791 pub const ERROR_NDIS_REINIT_REQUIRED: WIN32_ERROR = 2150891568u32;
18792 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18793 pub const ERROR_NDIS_NO_QUEUES: WIN32_ERROR = 2150891569u32;
18794 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18795 pub const ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED: WIN32_ERROR = 2150899712u32;
18796 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18797 pub const ERROR_NDIS_DOT11_MEDIA_IN_USE: WIN32_ERROR = 2150899713u32;
18798 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18799 pub const ERROR_NDIS_DOT11_POWER_STATE_INVALID: WIN32_ERROR = 2150899714u32;
18800 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18801 pub const ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL: WIN32_ERROR = 2150899715u32;
18802 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18803 pub const ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL: WIN32_ERROR = 2150899716u32;
18804 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18805 pub const ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE: WIN32_ERROR = 2150899717u32;
18806 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18807 pub const ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE: WIN32_ERROR = 2150899718u32;
18808 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18809 pub const ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED: WIN32_ERROR = 2150899719u32;
18810 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18811 pub const ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED: WIN32_ERROR = 2150899720u32;
18812 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18813 pub const ERROR_NDIS_INDICATION_REQUIRED: WIN32_ERROR = 3407873u32;
18814 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18815 pub const ERROR_NDIS_OFFLOAD_POLICY: WIN32_ERROR = 3224637455u32;
18816 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18817 pub const ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED: WIN32_ERROR = 3224637458u32;
18818 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18819 pub const ERROR_NDIS_OFFLOAD_PATH_REJECTED: WIN32_ERROR = 3224637459u32;
18820 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18821 pub const ERROR_HV_INVALID_HYPERCALL_CODE: WIN32_ERROR = 3224698882u32;
18822 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18823 pub const ERROR_HV_INVALID_HYPERCALL_INPUT: WIN32_ERROR = 3224698883u32;
18824 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18825 pub const ERROR_HV_INVALID_ALIGNMENT: WIN32_ERROR = 3224698884u32;
18826 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18827 pub const ERROR_HV_INVALID_PARAMETER: WIN32_ERROR = 3224698885u32;
18828 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18829 pub const ERROR_HV_ACCESS_DENIED: WIN32_ERROR = 3224698886u32;
18830 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18831 pub const ERROR_HV_INVALID_PARTITION_STATE: WIN32_ERROR = 3224698887u32;
18832 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18833 pub const ERROR_HV_OPERATION_DENIED: WIN32_ERROR = 3224698888u32;
18834 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18835 pub const ERROR_HV_UNKNOWN_PROPERTY: WIN32_ERROR = 3224698889u32;
18836 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18837 pub const ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE: WIN32_ERROR = 3224698890u32;
18838 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18839 pub const ERROR_HV_INSUFFICIENT_MEMORY: WIN32_ERROR = 3224698891u32;
18840 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18841 pub const ERROR_HV_PARTITION_TOO_DEEP: WIN32_ERROR = 3224698892u32;
18842 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18843 pub const ERROR_HV_INVALID_PARTITION_ID: WIN32_ERROR = 3224698893u32;
18844 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18845 pub const ERROR_HV_INVALID_VP_INDEX: WIN32_ERROR = 3224698894u32;
18846 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18847 pub const ERROR_HV_INVALID_PORT_ID: WIN32_ERROR = 3224698897u32;
18848 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18849 pub const ERROR_HV_INVALID_CONNECTION_ID: WIN32_ERROR = 3224698898u32;
18850 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18851 pub const ERROR_HV_INSUFFICIENT_BUFFERS: WIN32_ERROR = 3224698899u32;
18852 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18853 pub const ERROR_HV_NOT_ACKNOWLEDGED: WIN32_ERROR = 3224698900u32;
18854 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18855 pub const ERROR_HV_INVALID_VP_STATE: WIN32_ERROR = 3224698901u32;
18856 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18857 pub const ERROR_HV_ACKNOWLEDGED: WIN32_ERROR = 3224698902u32;
18858 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18859 pub const ERROR_HV_INVALID_SAVE_RESTORE_STATE: WIN32_ERROR = 3224698903u32;
18860 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18861 pub const ERROR_HV_INVALID_SYNIC_STATE: WIN32_ERROR = 3224698904u32;
18862 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18863 pub const ERROR_HV_OBJECT_IN_USE: WIN32_ERROR = 3224698905u32;
18864 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18865 pub const ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO: WIN32_ERROR = 3224698906u32;
18866 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18867 pub const ERROR_HV_NO_DATA: WIN32_ERROR = 3224698907u32;
18868 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18869 pub const ERROR_HV_INACTIVE: WIN32_ERROR = 3224698908u32;
18870 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18871 pub const ERROR_HV_NO_RESOURCES: WIN32_ERROR = 3224698909u32;
18872 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18873 pub const ERROR_HV_FEATURE_UNAVAILABLE: WIN32_ERROR = 3224698910u32;
18874 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18875 pub const ERROR_HV_INSUFFICIENT_BUFFER: WIN32_ERROR = 3224698931u32;
18876 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18877 pub const ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS: WIN32_ERROR = 3224698936u32;
18878 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18879 pub const ERROR_HV_CPUID_FEATURE_VALIDATION: WIN32_ERROR = 3224698940u32;
18880 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18881 pub const ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION: WIN32_ERROR = 3224698941u32;
18882 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18883 pub const ERROR_HV_PROCESSOR_STARTUP_TIMEOUT: WIN32_ERROR = 3224698942u32;
18884 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18885 pub const ERROR_HV_SMX_ENABLED: WIN32_ERROR = 3224698943u32;
18886 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18887 pub const ERROR_HV_INVALID_LP_INDEX: WIN32_ERROR = 3224698945u32;
18888 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18889 pub const ERROR_HV_INVALID_REGISTER_VALUE: WIN32_ERROR = 3224698960u32;
18890 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18891 pub const ERROR_HV_INVALID_VTL_STATE: WIN32_ERROR = 3224698961u32;
18892 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18893 pub const ERROR_HV_NX_NOT_DETECTED: WIN32_ERROR = 3224698965u32;
18894 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18895 pub const ERROR_HV_INVALID_DEVICE_ID: WIN32_ERROR = 3224698967u32;
18896 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18897 pub const ERROR_HV_INVALID_DEVICE_STATE: WIN32_ERROR = 3224698968u32;
18898 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18899 pub const ERROR_HV_PENDING_PAGE_REQUESTS: WIN32_ERROR = 3473497u32;
18900 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18901 pub const ERROR_HV_PAGE_REQUEST_INVALID: WIN32_ERROR = 3224698976u32;
18902 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18903 pub const ERROR_HV_INVALID_CPU_GROUP_ID: WIN32_ERROR = 3224698991u32;
18904 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18905 pub const ERROR_HV_INVALID_CPU_GROUP_STATE: WIN32_ERROR = 3224698992u32;
18906 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18907 pub const ERROR_HV_OPERATION_FAILED: WIN32_ERROR = 3224698993u32;
18908 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18909 pub const ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE: WIN32_ERROR = 3224698994u32;
18910 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18911 pub const ERROR_HV_INSUFFICIENT_ROOT_MEMORY: WIN32_ERROR = 3224698995u32;
18912 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18913 pub const ERROR_HV_EVENT_BUFFER_ALREADY_FREED: WIN32_ERROR = 3224698996u32;
18914 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18915 pub const ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY: WIN32_ERROR = 3224698997u32;
18916 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18917 pub const ERROR_HV_DEVICE_NOT_IN_DOMAIN: WIN32_ERROR = 3224698998u32;
18918 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18919 pub const ERROR_HV_NESTED_VM_EXIT: WIN32_ERROR = 3224698999u32;
18920 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18921 pub const ERROR_HV_MSR_ACCESS_FAILED: WIN32_ERROR = 3224699008u32;
18922 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18923 pub const ERROR_HV_NOT_PRESENT: WIN32_ERROR = 3224702976u32;
18924 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18925 pub const ERROR_VID_DUPLICATE_HANDLER: WIN32_ERROR = 3224829953u32;
18926 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18927 pub const ERROR_VID_TOO_MANY_HANDLERS: WIN32_ERROR = 3224829954u32;
18928 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18929 pub const ERROR_VID_QUEUE_FULL: WIN32_ERROR = 3224829955u32;
18930 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18931 pub const ERROR_VID_HANDLER_NOT_PRESENT: WIN32_ERROR = 3224829956u32;
18932 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18933 pub const ERROR_VID_INVALID_OBJECT_NAME: WIN32_ERROR = 3224829957u32;
18934 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18935 pub const ERROR_VID_PARTITION_NAME_TOO_LONG: WIN32_ERROR = 3224829958u32;
18936 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18937 pub const ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG: WIN32_ERROR = 3224829959u32;
18938 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18939 pub const ERROR_VID_PARTITION_ALREADY_EXISTS: WIN32_ERROR = 3224829960u32;
18940 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18941 pub const ERROR_VID_PARTITION_DOES_NOT_EXIST: WIN32_ERROR = 3224829961u32;
18942 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18943 pub const ERROR_VID_PARTITION_NAME_NOT_FOUND: WIN32_ERROR = 3224829962u32;
18944 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18945 pub const ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS: WIN32_ERROR = 3224829963u32;
18946 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18947 pub const ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT: WIN32_ERROR = 3224829964u32;
18948 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18949 pub const ERROR_VID_MB_STILL_REFERENCED: WIN32_ERROR = 3224829965u32;
18950 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18951 pub const ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED: WIN32_ERROR = 3224829966u32;
18952 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18953 pub const ERROR_VID_INVALID_NUMA_SETTINGS: WIN32_ERROR = 3224829967u32;
18954 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18955 pub const ERROR_VID_INVALID_NUMA_NODE_INDEX: WIN32_ERROR = 3224829968u32;
18956 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18957 pub const ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED: WIN32_ERROR = 3224829969u32;
18958 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18959 pub const ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE: WIN32_ERROR = 3224829970u32;
18960 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18961 pub const ERROR_VID_PAGE_RANGE_OVERFLOW: WIN32_ERROR = 3224829971u32;
18962 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18963 pub const ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE: WIN32_ERROR = 3224829972u32;
18964 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18965 pub const ERROR_VID_INVALID_GPA_RANGE_HANDLE: WIN32_ERROR = 3224829973u32;
18966 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18967 pub const ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE: WIN32_ERROR = 3224829974u32;
18968 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18969 pub const ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED: WIN32_ERROR = 3224829975u32;
18970 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18971 pub const ERROR_VID_INVALID_PPM_HANDLE: WIN32_ERROR = 3224829976u32;
18972 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18973 pub const ERROR_VID_MBPS_ARE_LOCKED: WIN32_ERROR = 3224829977u32;
18974 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18975 pub const ERROR_VID_MESSAGE_QUEUE_CLOSED: WIN32_ERROR = 3224829978u32;
18976 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18977 pub const ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED: WIN32_ERROR = 3224829979u32;
18978 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18979 pub const ERROR_VID_STOP_PENDING: WIN32_ERROR = 3224829980u32;
18980 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18981 pub const ERROR_VID_INVALID_PROCESSOR_STATE: WIN32_ERROR = 3224829981u32;
18982 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18983 pub const ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT: WIN32_ERROR = 3224829982u32;
18984 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18985 pub const ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED: WIN32_ERROR = 3224829983u32;
18986 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18987 pub const ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET: WIN32_ERROR = 3224829984u32;
18988 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18989 pub const ERROR_VID_MMIO_RANGE_DESTROYED: WIN32_ERROR = 3224829985u32;
18990 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18991 pub const ERROR_VID_INVALID_CHILD_GPA_PAGE_SET: WIN32_ERROR = 3224829986u32;
18992 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18993 pub const ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED: WIN32_ERROR = 3224829987u32;
18994 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18995 pub const ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL: WIN32_ERROR = 3224829988u32;
18996 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18997 pub const ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE: WIN32_ERROR = 3224829989u32;
18998 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
18999 pub const ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT: WIN32_ERROR = 3224829990u32;
19000 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19001 pub const ERROR_VID_SAVED_STATE_CORRUPT: WIN32_ERROR = 3224829991u32;
19002 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19003 pub const ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM: WIN32_ERROR = 3224829992u32;
19004 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19005 pub const ERROR_VID_SAVED_STATE_INCOMPATIBLE: WIN32_ERROR = 3224829993u32;
19006 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19007 pub const ERROR_VID_VTL_ACCESS_DENIED: WIN32_ERROR = 3224829994u32;
19008 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19009 pub const ERROR_VMCOMPUTE_TERMINATED_DURING_START: WIN32_ERROR = 3224830208u32;
19010 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19011 pub const ERROR_VMCOMPUTE_IMAGE_MISMATCH: WIN32_ERROR = 3224830209u32;
19012 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19013 pub const ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED: WIN32_ERROR = 3224830210u32;
19014 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19015 pub const ERROR_VMCOMPUTE_OPERATION_PENDING: WIN32_ERROR = 3224830211u32;
19016 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19017 pub const ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS: WIN32_ERROR = 3224830212u32;
19018 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19019 pub const ERROR_VMCOMPUTE_INVALID_STATE: WIN32_ERROR = 3224830213u32;
19020 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19021 pub const ERROR_VMCOMPUTE_UNEXPECTED_EXIT: WIN32_ERROR = 3224830214u32;
19022 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19023 pub const ERROR_VMCOMPUTE_TERMINATED: WIN32_ERROR = 3224830215u32;
19024 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19025 pub const ERROR_VMCOMPUTE_CONNECT_FAILED: WIN32_ERROR = 3224830216u32;
19026 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19027 pub const ERROR_VMCOMPUTE_TIMEOUT: WIN32_ERROR = 3224830217u32;
19028 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19029 pub const ERROR_VMCOMPUTE_CONNECTION_CLOSED: WIN32_ERROR = 3224830218u32;
19030 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19031 pub const ERROR_VMCOMPUTE_UNKNOWN_MESSAGE: WIN32_ERROR = 3224830219u32;
19032 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19033 pub const ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION: WIN32_ERROR = 3224830220u32;
19034 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19035 pub const ERROR_VMCOMPUTE_INVALID_JSON: WIN32_ERROR = 3224830221u32;
19036 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19037 pub const ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND: WIN32_ERROR = 3224830222u32;
19038 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19039 pub const ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS: WIN32_ERROR = 3224830223u32;
19040 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19041 pub const ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED: WIN32_ERROR = 3224830224u32;
19042 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19043 pub const ERROR_VMCOMPUTE_PROTOCOL_ERROR: WIN32_ERROR = 3224830225u32;
19044 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19045 pub const ERROR_VMCOMPUTE_INVALID_LAYER: WIN32_ERROR = 3224830226u32;
19046 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19047 pub const ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED: WIN32_ERROR = 3224830227u32;
19048 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19049 pub const ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND: WIN32_ERROR = 3224830464u32;
19050 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19051 pub const ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED: WIN32_ERROR = 2151088129u32;
19052 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19053 pub const ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND: WIN32_ERROR = 3224830976u32;
19054 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19055 pub const ERROR_VSMB_SAVED_STATE_CORRUPT: WIN32_ERROR = 3224830977u32;
19056 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19057 pub const ERROR_VOLMGR_INCOMPLETE_REGENERATION: WIN32_ERROR = 2151153665u32;
19058 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19059 pub const ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION: WIN32_ERROR = 2151153666u32;
19060 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19061 pub const ERROR_VOLMGR_DATABASE_FULL: WIN32_ERROR = 3224895489u32;
19062 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19063 pub const ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED: WIN32_ERROR = 3224895490u32;
19064 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19065 pub const ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC: WIN32_ERROR = 3224895491u32;
19066 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19067 pub const ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED: WIN32_ERROR = 3224895492u32;
19068 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19069 pub const ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME: WIN32_ERROR = 3224895493u32;
19070 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19071 pub const ERROR_VOLMGR_DISK_DUPLICATE: WIN32_ERROR = 3224895494u32;
19072 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19073 pub const ERROR_VOLMGR_DISK_DYNAMIC: WIN32_ERROR = 3224895495u32;
19074 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19075 pub const ERROR_VOLMGR_DISK_ID_INVALID: WIN32_ERROR = 3224895496u32;
19076 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19077 pub const ERROR_VOLMGR_DISK_INVALID: WIN32_ERROR = 3224895497u32;
19078 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19079 pub const ERROR_VOLMGR_DISK_LAST_VOTER: WIN32_ERROR = 3224895498u32;
19080 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19081 pub const ERROR_VOLMGR_DISK_LAYOUT_INVALID: WIN32_ERROR = 3224895499u32;
19082 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19083 pub const ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS: WIN32_ERROR = 3224895500u32;
19084 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19085 pub const ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED: WIN32_ERROR = 3224895501u32;
19086 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19087 pub const ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL: WIN32_ERROR = 3224895502u32;
19088 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19089 pub const ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS: WIN32_ERROR = 3224895503u32;
19090 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19091 pub const ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS: WIN32_ERROR = 3224895504u32;
19092 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19093 pub const ERROR_VOLMGR_DISK_MISSING: WIN32_ERROR = 3224895505u32;
19094 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19095 pub const ERROR_VOLMGR_DISK_NOT_EMPTY: WIN32_ERROR = 3224895506u32;
19096 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19097 pub const ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE: WIN32_ERROR = 3224895507u32;
19098 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19099 pub const ERROR_VOLMGR_DISK_REVECTORING_FAILED: WIN32_ERROR = 3224895508u32;
19100 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19101 pub const ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID: WIN32_ERROR = 3224895509u32;
19102 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19103 pub const ERROR_VOLMGR_DISK_SET_NOT_CONTAINED: WIN32_ERROR = 3224895510u32;
19104 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19105 pub const ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS: WIN32_ERROR = 3224895511u32;
19106 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19107 pub const ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES: WIN32_ERROR = 3224895512u32;
19108 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19109 pub const ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED: WIN32_ERROR = 3224895513u32;
19110 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19111 pub const ERROR_VOLMGR_EXTENT_ALREADY_USED: WIN32_ERROR = 3224895514u32;
19112 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19113 pub const ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS: WIN32_ERROR = 3224895515u32;
19114 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19115 pub const ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION: WIN32_ERROR = 3224895516u32;
19116 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19117 pub const ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED: WIN32_ERROR = 3224895517u32;
19118 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19119 pub const ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION: WIN32_ERROR = 3224895518u32;
19120 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19121 pub const ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH: WIN32_ERROR = 3224895519u32;
19122 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19123 pub const ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED: WIN32_ERROR = 3224895520u32;
19124 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19125 pub const ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID: WIN32_ERROR = 3224895521u32;
19126 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19127 pub const ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS: WIN32_ERROR = 3224895522u32;
19128 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19129 pub const ERROR_VOLMGR_MEMBER_IN_SYNC: WIN32_ERROR = 3224895523u32;
19130 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19131 pub const ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE: WIN32_ERROR = 3224895524u32;
19132 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19133 pub const ERROR_VOLMGR_MEMBER_INDEX_INVALID: WIN32_ERROR = 3224895525u32;
19134 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19135 pub const ERROR_VOLMGR_MEMBER_MISSING: WIN32_ERROR = 3224895526u32;
19136 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19137 pub const ERROR_VOLMGR_MEMBER_NOT_DETACHED: WIN32_ERROR = 3224895527u32;
19138 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19139 pub const ERROR_VOLMGR_MEMBER_REGENERATING: WIN32_ERROR = 3224895528u32;
19140 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19141 pub const ERROR_VOLMGR_ALL_DISKS_FAILED: WIN32_ERROR = 3224895529u32;
19142 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19143 pub const ERROR_VOLMGR_NO_REGISTERED_USERS: WIN32_ERROR = 3224895530u32;
19144 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19145 pub const ERROR_VOLMGR_NO_SUCH_USER: WIN32_ERROR = 3224895531u32;
19146 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19147 pub const ERROR_VOLMGR_NOTIFICATION_RESET: WIN32_ERROR = 3224895532u32;
19148 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19149 pub const ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID: WIN32_ERROR = 3224895533u32;
19150 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19151 pub const ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID: WIN32_ERROR = 3224895534u32;
19152 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19153 pub const ERROR_VOLMGR_PACK_DUPLICATE: WIN32_ERROR = 3224895535u32;
19154 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19155 pub const ERROR_VOLMGR_PACK_ID_INVALID: WIN32_ERROR = 3224895536u32;
19156 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19157 pub const ERROR_VOLMGR_PACK_INVALID: WIN32_ERROR = 3224895537u32;
19158 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19159 pub const ERROR_VOLMGR_PACK_NAME_INVALID: WIN32_ERROR = 3224895538u32;
19160 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19161 pub const ERROR_VOLMGR_PACK_OFFLINE: WIN32_ERROR = 3224895539u32;
19162 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19163 pub const ERROR_VOLMGR_PACK_HAS_QUORUM: WIN32_ERROR = 3224895540u32;
19164 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19165 pub const ERROR_VOLMGR_PACK_WITHOUT_QUORUM: WIN32_ERROR = 3224895541u32;
19166 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19167 pub const ERROR_VOLMGR_PARTITION_STYLE_INVALID: WIN32_ERROR = 3224895542u32;
19168 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19169 pub const ERROR_VOLMGR_PARTITION_UPDATE_FAILED: WIN32_ERROR = 3224895543u32;
19170 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19171 pub const ERROR_VOLMGR_PLEX_IN_SYNC: WIN32_ERROR = 3224895544u32;
19172 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19173 pub const ERROR_VOLMGR_PLEX_INDEX_DUPLICATE: WIN32_ERROR = 3224895545u32;
19174 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19175 pub const ERROR_VOLMGR_PLEX_INDEX_INVALID: WIN32_ERROR = 3224895546u32;
19176 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19177 pub const ERROR_VOLMGR_PLEX_LAST_ACTIVE: WIN32_ERROR = 3224895547u32;
19178 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19179 pub const ERROR_VOLMGR_PLEX_MISSING: WIN32_ERROR = 3224895548u32;
19180 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19181 pub const ERROR_VOLMGR_PLEX_REGENERATING: WIN32_ERROR = 3224895549u32;
19182 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19183 pub const ERROR_VOLMGR_PLEX_TYPE_INVALID: WIN32_ERROR = 3224895550u32;
19184 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19185 pub const ERROR_VOLMGR_PLEX_NOT_RAID5: WIN32_ERROR = 3224895551u32;
19186 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19187 pub const ERROR_VOLMGR_PLEX_NOT_SIMPLE: WIN32_ERROR = 3224895552u32;
19188 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19189 pub const ERROR_VOLMGR_STRUCTURE_SIZE_INVALID: WIN32_ERROR = 3224895553u32;
19190 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19191 pub const ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS: WIN32_ERROR = 3224895554u32;
19192 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19193 pub const ERROR_VOLMGR_TRANSACTION_IN_PROGRESS: WIN32_ERROR = 3224895555u32;
19194 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19195 pub const ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE: WIN32_ERROR = 3224895556u32;
19196 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19197 pub const ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK: WIN32_ERROR = 3224895557u32;
19198 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19199 pub const ERROR_VOLMGR_VOLUME_ID_INVALID: WIN32_ERROR = 3224895558u32;
19200 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19201 pub const ERROR_VOLMGR_VOLUME_LENGTH_INVALID: WIN32_ERROR = 3224895559u32;
19202 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19203 pub const ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE: WIN32_ERROR = 3224895560u32;
19204 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19205 pub const ERROR_VOLMGR_VOLUME_NOT_MIRRORED: WIN32_ERROR = 3224895561u32;
19206 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19207 pub const ERROR_VOLMGR_VOLUME_NOT_RETAINED: WIN32_ERROR = 3224895562u32;
19208 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19209 pub const ERROR_VOLMGR_VOLUME_OFFLINE: WIN32_ERROR = 3224895563u32;
19210 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19211 pub const ERROR_VOLMGR_VOLUME_RETAINED: WIN32_ERROR = 3224895564u32;
19212 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19213 pub const ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID: WIN32_ERROR = 3224895565u32;
19214 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19215 pub const ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE: WIN32_ERROR = 3224895566u32;
19216 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19217 pub const ERROR_VOLMGR_BAD_BOOT_DISK: WIN32_ERROR = 3224895567u32;
19218 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19219 pub const ERROR_VOLMGR_PACK_CONFIG_OFFLINE: WIN32_ERROR = 3224895568u32;
19220 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19221 pub const ERROR_VOLMGR_PACK_CONFIG_ONLINE: WIN32_ERROR = 3224895569u32;
19222 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19223 pub const ERROR_VOLMGR_NOT_PRIMARY_PACK: WIN32_ERROR = 3224895570u32;
19224 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19225 pub const ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED: WIN32_ERROR = 3224895571u32;
19226 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19227 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID: WIN32_ERROR = 3224895572u32;
19228 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19229 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID: WIN32_ERROR = 3224895573u32;
19230 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19231 pub const ERROR_VOLMGR_VOLUME_MIRRORED: WIN32_ERROR = 3224895574u32;
19232 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19233 pub const ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED: WIN32_ERROR = 3224895575u32;
19234 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19235 pub const ERROR_VOLMGR_NO_VALID_LOG_COPIES: WIN32_ERROR = 3224895576u32;
19236 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19237 pub const ERROR_VOLMGR_PRIMARY_PACK_PRESENT: WIN32_ERROR = 3224895577u32;
19238 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19239 pub const ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID: WIN32_ERROR = 3224895578u32;
19240 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19241 pub const ERROR_VOLMGR_MIRROR_NOT_SUPPORTED: WIN32_ERROR = 3224895579u32;
19242 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19243 pub const ERROR_VOLMGR_RAID5_NOT_SUPPORTED: WIN32_ERROR = 3224895580u32;
19244 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19245 pub const ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED: WIN32_ERROR = 2151219201u32;
19246 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19247 pub const ERROR_BCD_TOO_MANY_ELEMENTS: WIN32_ERROR = 3224961026u32;
19248 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19249 pub const ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED: WIN32_ERROR = 2151219203u32;
19250 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19251 pub const ERROR_VHD_DRIVE_FOOTER_MISSING: WIN32_ERROR = 3225026561u32;
19252 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19253 pub const ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH: WIN32_ERROR = 3225026562u32;
19254 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19255 pub const ERROR_VHD_DRIVE_FOOTER_CORRUPT: WIN32_ERROR = 3225026563u32;
19256 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19257 pub const ERROR_VHD_FORMAT_UNKNOWN: WIN32_ERROR = 3225026564u32;
19258 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19259 pub const ERROR_VHD_FORMAT_UNSUPPORTED_VERSION: WIN32_ERROR = 3225026565u32;
19260 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19261 pub const ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH: WIN32_ERROR = 3225026566u32;
19262 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19263 pub const ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION: WIN32_ERROR = 3225026567u32;
19264 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19265 pub const ERROR_VHD_SPARSE_HEADER_CORRUPT: WIN32_ERROR = 3225026568u32;
19266 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19267 pub const ERROR_VHD_BLOCK_ALLOCATION_FAILURE: WIN32_ERROR = 3225026569u32;
19268 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19269 pub const ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT: WIN32_ERROR = 3225026570u32;
19270 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19271 pub const ERROR_VHD_INVALID_BLOCK_SIZE: WIN32_ERROR = 3225026571u32;
19272 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19273 pub const ERROR_VHD_BITMAP_MISMATCH: WIN32_ERROR = 3225026572u32;
19274 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19275 pub const ERROR_VHD_PARENT_VHD_NOT_FOUND: WIN32_ERROR = 3225026573u32;
19276 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19277 pub const ERROR_VHD_CHILD_PARENT_ID_MISMATCH: WIN32_ERROR = 3225026574u32;
19278 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19279 pub const ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH: WIN32_ERROR = 3225026575u32;
19280 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19281 pub const ERROR_VHD_METADATA_READ_FAILURE: WIN32_ERROR = 3225026576u32;
19282 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19283 pub const ERROR_VHD_METADATA_WRITE_FAILURE: WIN32_ERROR = 3225026577u32;
19284 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19285 pub const ERROR_VHD_INVALID_SIZE: WIN32_ERROR = 3225026578u32;
19286 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19287 pub const ERROR_VHD_INVALID_FILE_SIZE: WIN32_ERROR = 3225026579u32;
19288 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19289 pub const ERROR_VIRTDISK_PROVIDER_NOT_FOUND: WIN32_ERROR = 3225026580u32;
19290 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19291 pub const ERROR_VIRTDISK_NOT_VIRTUAL_DISK: WIN32_ERROR = 3225026581u32;
19292 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19293 pub const ERROR_VHD_PARENT_VHD_ACCESS_DENIED: WIN32_ERROR = 3225026582u32;
19294 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19295 pub const ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH: WIN32_ERROR = 3225026583u32;
19296 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19297 pub const ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED: WIN32_ERROR = 3225026584u32;
19298 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19299 pub const ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT: WIN32_ERROR = 3225026585u32;
19300 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19301 pub const ERROR_VIRTUAL_DISK_LIMITATION: WIN32_ERROR = 3225026586u32;
19302 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19303 pub const ERROR_VHD_INVALID_TYPE: WIN32_ERROR = 3225026587u32;
19304 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19305 pub const ERROR_VHD_INVALID_STATE: WIN32_ERROR = 3225026588u32;
19306 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19307 pub const ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE: WIN32_ERROR = 3225026589u32;
19308 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19309 pub const ERROR_VIRTDISK_DISK_ALREADY_OWNED: WIN32_ERROR = 3225026590u32;
19310 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19311 pub const ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE: WIN32_ERROR = 3225026591u32;
19312 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19313 pub const ERROR_CTLOG_TRACKING_NOT_INITIALIZED: WIN32_ERROR = 3225026592u32;
19314 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19315 pub const ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE: WIN32_ERROR = 3225026593u32;
19316 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19317 pub const ERROR_CTLOG_VHD_CHANGED_OFFLINE: WIN32_ERROR = 3225026594u32;
19318 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19319 pub const ERROR_CTLOG_INVALID_TRACKING_STATE: WIN32_ERROR = 3225026595u32;
19320 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19321 pub const ERROR_CTLOG_INCONSISTENT_TRACKING_FILE: WIN32_ERROR = 3225026596u32;
19322 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19323 pub const ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA: WIN32_ERROR = 3225026597u32;
19324 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19325 pub const ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE: WIN32_ERROR = 3225026598u32;
19326 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19327 pub const ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE: WIN32_ERROR = 3225026599u32;
19328 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19329 pub const ERROR_VHD_METADATA_FULL: WIN32_ERROR = 3225026600u32;
19330 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19331 pub const ERROR_VHD_INVALID_CHANGE_TRACKING_ID: WIN32_ERROR = 3225026601u32;
19332 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19333 pub const ERROR_VHD_CHANGE_TRACKING_DISABLED: WIN32_ERROR = 3225026602u32;
19334 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19335 pub const ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION: WIN32_ERROR = 3225026608u32;
19336 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19337 pub const ERROR_QUERY_STORAGE_ERROR: WIN32_ERROR = 2151284737u32;
19338 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19339 pub const WINCODEC_ERR_ALREADYLOCKED: ::windows_sys::core::HRESULT = -2003292403i32;
19340 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19341 pub const WINCODEC_ERR_BADHEADER: ::windows_sys::core::HRESULT = -2003292319i32;
19342 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19343 pub const WINCODEC_ERR_BADIMAGE: ::windows_sys::core::HRESULT = -2003292320i32;
19344 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19345 pub const WINCODEC_ERR_BADMETADATAHEADER: ::windows_sys::core::HRESULT = -2003292317i32;
19346 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19347 pub const WINCODEC_ERR_BADSTREAMDATA: ::windows_sys::core::HRESULT = -2003292304i32;
19348 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19349 pub const WINCODEC_ERR_CODECNOTHUMBNAIL: ::windows_sys::core::HRESULT = -2003292348i32;
19350 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19351 pub const WINCODEC_ERR_CODECPRESENT: ::windows_sys::core::HRESULT = -2003292349i32;
19352 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19353 pub const WINCODEC_ERR_CODECTOOMANYSCANLINES: ::windows_sys::core::HRESULT = -2003292346i32;
19354 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19355 pub const WINCODEC_ERR_COMPONENTINITIALIZEFAILURE: ::windows_sys::core::HRESULT = -2003292277i32;
19356 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19357 pub const WINCODEC_ERR_COMPONENTNOTFOUND: ::windows_sys::core::HRESULT = -2003292336i32;
19358 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19359 pub const WINCODEC_ERR_DUPLICATEMETADATAPRESENT: ::windows_sys::core::HRESULT = -2003292275i32;
19360 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19361 pub const WINCODEC_ERR_FRAMEMISSING: ::windows_sys::core::HRESULT = -2003292318i32;
19362 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19363 pub const WINCODEC_ERR_IMAGESIZEOUTOFRANGE: ::windows_sys::core::HRESULT = -2003292335i32;
19364 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19365 pub const WINCODEC_ERR_INSUFFICIENTBUFFER: ::windows_sys::core::HRESULT = -2003292276i32;
19366 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19367 pub const WINCODEC_ERR_INTERNALERROR: ::windows_sys::core::HRESULT = -2003292344i32;
19368 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19369 pub const WINCODEC_ERR_INVALIDJPEGSCANINDEX: ::windows_sys::core::HRESULT = -2003292266i32;
19370 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19371 pub const WINCODEC_ERR_INVALIDPROGRESSIVELEVEL: ::windows_sys::core::HRESULT = -2003292267i32;
19372 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19373 pub const WINCODEC_ERR_INVALIDQUERYCHARACTER: ::windows_sys::core::HRESULT = -2003292269i32;
19374 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19375 pub const WINCODEC_ERR_INVALIDQUERYREQUEST: ::windows_sys::core::HRESULT = -2003292272i32;
19376 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19377 pub const WINCODEC_ERR_INVALIDREGISTRATION: ::windows_sys::core::HRESULT = -2003292278i32;
19378 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19379 pub const WINCODEC_ERR_NOTINITIALIZED: ::windows_sys::core::HRESULT = -2003292404i32;
19380 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19381 pub const WINCODEC_ERR_PALETTEUNAVAILABLE: ::windows_sys::core::HRESULT = -2003292347i32;
19382 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19383 pub const WINCODEC_ERR_PROPERTYNOTFOUND: ::windows_sys::core::HRESULT = -2003292352i32;
19384 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19385 pub const WINCODEC_ERR_PROPERTYNOTSUPPORTED: ::windows_sys::core::HRESULT = -2003292351i32;
19386 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19387 pub const WINCODEC_ERR_PROPERTYSIZE: ::windows_sys::core::HRESULT = -2003292350i32;
19388 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19389 pub const WINCODEC_ERR_PROPERTYUNEXPECTEDTYPE: ::windows_sys::core::HRESULT = -2003292274i32;
19390 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19391 pub const WINCODEC_ERR_REQUESTONLYVALIDATMETADATAROOT: ::windows_sys::core::HRESULT = -2003292270i32;
19392 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19393 pub const WINCODEC_ERR_SOURCERECTDOESNOTMATCHDIMENSIONS: ::windows_sys::core::HRESULT = -2003292343i32;
19394 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19395 pub const WINCODEC_ERR_STREAMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2003292301i32;
19396 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19397 pub const WINCODEC_ERR_STREAMREAD: ::windows_sys::core::HRESULT = -2003292302i32;
19398 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19399 pub const WINCODEC_ERR_STREAMWRITE: ::windows_sys::core::HRESULT = -2003292303i32;
19400 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19401 pub const WINCODEC_ERR_TOOMUCHMETADATA: ::windows_sys::core::HRESULT = -2003292334i32;
19402 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19403 pub const WINCODEC_ERR_UNEXPECTEDMETADATATYPE: ::windows_sys::core::HRESULT = -2003292271i32;
19404 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19405 pub const WINCODEC_ERR_UNEXPECTEDSIZE: ::windows_sys::core::HRESULT = -2003292273i32;
19406 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19407 pub const WINCODEC_ERR_UNKNOWNIMAGEFORMAT: ::windows_sys::core::HRESULT = -2003292409i32;
19408 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19409 pub const WINCODEC_ERR_UNSUPPORTEDOPERATION: ::windows_sys::core::HRESULT = -2003292287i32;
19410 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19411 pub const WINCODEC_ERR_UNSUPPORTEDPIXELFORMAT: ::windows_sys::core::HRESULT = -2003292288i32;
19412 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19413 pub const WINCODEC_ERR_UNSUPPORTEDVERSION: ::windows_sys::core::HRESULT = -2003292405i32;
19414 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19415 pub const WINCODEC_ERR_VALUEOUTOFRANGE: ::windows_sys::core::HRESULT = -2003292411i32;
19416 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19417 pub const WINCODEC_ERR_WIN32ERROR: ::windows_sys::core::HRESULT = -2003292268i32;
19418 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19419 pub const WINCODEC_ERR_WRONGSTATE: ::windows_sys::core::HRESULT = -2003292412i32;
19420 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19421 pub const WININET_E_ASYNC_THREAD_FAILED: ::windows_sys::core::HRESULT = -2147012849i32;
19422 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19423 pub const WININET_E_BAD_AUTO_PROXY_SCRIPT: ::windows_sys::core::HRESULT = -2147012730i32;
19424 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19425 pub const WININET_E_BAD_OPTION_LENGTH: ::windows_sys::core::HRESULT = -2147012886i32;
19426 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19427 pub const WININET_E_BAD_REGISTRY_PARAMETER: ::windows_sys::core::HRESULT = -2147012874i32;
19428 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19429 pub const WININET_E_CANNOT_CONNECT: ::windows_sys::core::HRESULT = -2147012867i32;
19430 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19431 pub const WININET_E_CHG_POST_IS_NON_SECURE: ::windows_sys::core::HRESULT = -2147012854i32;
19432 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19433 pub const WININET_E_CLIENT_AUTH_CERT_NEEDED: ::windows_sys::core::HRESULT = -2147012852i32;
19434 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19435 pub const WININET_E_CLIENT_AUTH_NOT_SETUP: ::windows_sys::core::HRESULT = -2147012850i32;
19436 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19437 pub const WININET_E_CONNECTION_ABORTED: ::windows_sys::core::HRESULT = -2147012866i32;
19438 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19439 pub const WININET_E_CONNECTION_RESET: ::windows_sys::core::HRESULT = -2147012865i32;
19440 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19441 pub const WININET_E_COOKIE_DECLINED: ::windows_sys::core::HRESULT = -2147012734i32;
19442 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19443 pub const WININET_E_COOKIE_NEEDS_CONFIRMATION: ::windows_sys::core::HRESULT = -2147012735i32;
19444 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19445 pub const WININET_E_DECODING_FAILED: ::windows_sys::core::HRESULT = -2147012721i32;
19446 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19447 pub const WININET_E_DIALOG_PENDING: ::windows_sys::core::HRESULT = -2147012847i32;
19448 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19449 pub const WININET_E_DISCONNECTED: ::windows_sys::core::HRESULT = -2147012733i32;
19450 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19451 pub const WININET_E_DOWNLEVEL_SERVER: ::windows_sys::core::HRESULT = -2147012745i32;
19452 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19453 pub const WININET_E_EXTENDED_ERROR: ::windows_sys::core::HRESULT = -2147012893i32;
19454 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19455 pub const WININET_E_FAILED_DUETOSECURITYCHECK: ::windows_sys::core::HRESULT = -2147012725i32;
19456 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19457 pub const WININET_E_FORCE_RETRY: ::windows_sys::core::HRESULT = -2147012864i32;
19458 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19459 pub const WININET_E_HANDLE_EXISTS: ::windows_sys::core::HRESULT = -2147012860i32;
19460 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19461 pub const WININET_E_HEADER_ALREADY_EXISTS: ::windows_sys::core::HRESULT = -2147012741i32;
19462 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19463 pub const WININET_E_HEADER_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012746i32;
19464 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19465 pub const WININET_E_HTTPS_HTTP_SUBMIT_REDIR: ::windows_sys::core::HRESULT = -2147012844i32;
19466 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19467 pub const WININET_E_HTTPS_TO_HTTP_ON_REDIR: ::windows_sys::core::HRESULT = -2147012856i32;
19468 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19469 pub const WININET_E_HTTP_TO_HTTPS_ON_REDIR: ::windows_sys::core::HRESULT = -2147012857i32;
19470 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19471 pub const WININET_E_INCORRECT_FORMAT: ::windows_sys::core::HRESULT = -2147012869i32;
19472 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19473 pub const WININET_E_INCORRECT_HANDLE_STATE: ::windows_sys::core::HRESULT = -2147012877i32;
19474 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19475 pub const WININET_E_INCORRECT_HANDLE_TYPE: ::windows_sys::core::HRESULT = -2147012878i32;
19476 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19477 pub const WININET_E_INCORRECT_PASSWORD: ::windows_sys::core::HRESULT = -2147012882i32;
19478 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19479 pub const WININET_E_INCORRECT_USER_NAME: ::windows_sys::core::HRESULT = -2147012883i32;
19480 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19481 pub const WININET_E_INTERNAL_ERROR: ::windows_sys::core::HRESULT = -2147012892i32;
19482 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19483 pub const WININET_E_INVALID_CA: ::windows_sys::core::HRESULT = -2147012851i32;
19484 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19485 pub const WININET_E_INVALID_HEADER: ::windows_sys::core::HRESULT = -2147012743i32;
19486 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19487 pub const WININET_E_INVALID_OPERATION: ::windows_sys::core::HRESULT = -2147012880i32;
19488 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19489 pub const WININET_E_INVALID_OPTION: ::windows_sys::core::HRESULT = -2147012887i32;
19490 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19491 pub const WININET_E_INVALID_PROXY_REQUEST: ::windows_sys::core::HRESULT = -2147012863i32;
19492 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19493 pub const WININET_E_INVALID_QUERY_REQUEST: ::windows_sys::core::HRESULT = -2147012742i32;
19494 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19495 pub const WININET_E_INVALID_SERVER_RESPONSE: ::windows_sys::core::HRESULT = -2147012744i32;
19496 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19497 pub const WININET_E_INVALID_URL: ::windows_sys::core::HRESULT = -2147012891i32;
19498 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19499 pub const WININET_E_ITEM_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012868i32;
19500 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19501 pub const WININET_E_LOGIN_FAILURE: ::windows_sys::core::HRESULT = -2147012881i32;
19502 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19503 pub const WININET_E_LOGIN_FAILURE_DISPLAY_ENTITY_BODY: ::windows_sys::core::HRESULT = -2147012722i32;
19504 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19505 pub const WININET_E_MIXED_SECURITY: ::windows_sys::core::HRESULT = -2147012855i32;
19506 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19507 pub const WININET_E_NAME_NOT_RESOLVED: ::windows_sys::core::HRESULT = -2147012889i32;
19508 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19509 pub const WININET_E_NEED_UI: ::windows_sys::core::HRESULT = -2147012862i32;
19510 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19511 pub const WININET_E_NOT_INITIALIZED: ::windows_sys::core::HRESULT = -2147012724i32;
19512 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19513 pub const WININET_E_NOT_PROXY_REQUEST: ::windows_sys::core::HRESULT = -2147012876i32;
19514 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19515 pub const WININET_E_NOT_REDIRECTED: ::windows_sys::core::HRESULT = -2147012736i32;
19516 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19517 pub const WININET_E_NO_CALLBACK: ::windows_sys::core::HRESULT = -2147012871i32;
19518 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19519 pub const WININET_E_NO_CONTEXT: ::windows_sys::core::HRESULT = -2147012872i32;
19520 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19521 pub const WININET_E_NO_DIRECT_ACCESS: ::windows_sys::core::HRESULT = -2147012873i32;
19522 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19523 pub const WININET_E_NO_NEW_CONTAINERS: ::windows_sys::core::HRESULT = -2147012845i32;
19524 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19525 pub const WININET_E_OPERATION_CANCELLED: ::windows_sys::core::HRESULT = -2147012879i32;
19526 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19527 pub const WININET_E_OPTION_NOT_SETTABLE: ::windows_sys::core::HRESULT = -2147012885i32;
19528 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19529 pub const WININET_E_OUT_OF_HANDLES: ::windows_sys::core::HRESULT = -2147012895i32;
19530 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19531 pub const WININET_E_POST_IS_NON_SECURE: ::windows_sys::core::HRESULT = -2147012853i32;
19532 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19533 pub const WININET_E_PROTOCOL_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012888i32;
19534 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19535 pub const WININET_E_PROXY_SERVER_UNREACHABLE: ::windows_sys::core::HRESULT = -2147012731i32;
19536 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19537 pub const WININET_E_REDIRECT_FAILED: ::windows_sys::core::HRESULT = -2147012740i32;
19538 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19539 pub const WININET_E_REDIRECT_NEEDS_CONFIRMATION: ::windows_sys::core::HRESULT = -2147012728i32;
19540 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19541 pub const WININET_E_REDIRECT_SCHEME_CHANGE: ::windows_sys::core::HRESULT = -2147012848i32;
19542 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19543 pub const WININET_E_REGISTRY_VALUE_NOT_FOUND: ::windows_sys::core::HRESULT = -2147012875i32;
19544 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19545 pub const WININET_E_REQUEST_PENDING: ::windows_sys::core::HRESULT = -2147012870i32;
19546 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19547 pub const WININET_E_RETRY_DIALOG: ::windows_sys::core::HRESULT = -2147012846i32;
19548 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19549 pub const WININET_E_SECURITY_CHANNEL_ERROR: ::windows_sys::core::HRESULT = -2147012739i32;
19550 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19551 pub const WININET_E_SEC_CERT_CN_INVALID: ::windows_sys::core::HRESULT = -2147012858i32;
19552 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19553 pub const WININET_E_SEC_CERT_DATE_INVALID: ::windows_sys::core::HRESULT = -2147012859i32;
19554 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19555 pub const WININET_E_SEC_CERT_ERRORS: ::windows_sys::core::HRESULT = -2147012841i32;
19556 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19557 pub const WININET_E_SEC_CERT_REVOKED: ::windows_sys::core::HRESULT = -2147012726i32;
19558 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19559 pub const WININET_E_SEC_CERT_REV_FAILED: ::windows_sys::core::HRESULT = -2147012839i32;
19560 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19561 pub const WININET_E_SEC_INVALID_CERT: ::windows_sys::core::HRESULT = -2147012727i32;
19562 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19563 pub const WININET_E_SERVER_UNREACHABLE: ::windows_sys::core::HRESULT = -2147012732i32;
19564 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19565 pub const WININET_E_SHUTDOWN: ::windows_sys::core::HRESULT = -2147012884i32;
19566 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19567 pub const WININET_E_TCPIP_NOT_INSTALLED: ::windows_sys::core::HRESULT = -2147012737i32;
19568 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19569 pub const WININET_E_TIMEOUT: ::windows_sys::core::HRESULT = -2147012894i32;
19570 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19571 pub const WININET_E_UNABLE_TO_CACHE_FILE: ::windows_sys::core::HRESULT = -2147012738i32;
19572 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19573 pub const WININET_E_UNABLE_TO_DOWNLOAD_SCRIPT: ::windows_sys::core::HRESULT = -2147012729i32;
19574 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19575 pub const WININET_E_UNRECOGNIZED_SCHEME: ::windows_sys::core::HRESULT = -2147012890i32;
19576 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19577 pub const WINML_ERR_INVALID_BINDING: ::windows_sys::core::HRESULT = -2003828734i32;
19578 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19579 pub const WINML_ERR_INVALID_DEVICE: ::windows_sys::core::HRESULT = -2003828735i32;
19580 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19581 pub const WINML_ERR_SIZE_MISMATCH: ::windows_sys::core::HRESULT = -2003828732i32;
19582 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19583 pub const WINML_ERR_VALUE_NOTFOUND: ::windows_sys::core::HRESULT = -2003828733i32;
19584 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19585 pub const WINVER: u32 = 1280u32;
19586 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19587 pub const WINVER_MAXVER: u32 = 2560u32;
19588 pub type WPARAM = usize;
19589 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19590 pub const WPN_E_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143420137i32;
19591 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19592 pub const WPN_E_ALL_URL_NOT_COMPLETED: ::windows_sys::core::HRESULT = -2143419901i32;
19593 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19594 pub const WPN_E_CALLBACK_ALREADY_REGISTERED: ::windows_sys::core::HRESULT = -2143419898i32;
19595 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19596 pub const WPN_E_CHANNEL_CLOSED: ::windows_sys::core::HRESULT = -2143420160i32;
19597 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19598 pub const WPN_E_CHANNEL_REQUEST_NOT_COMPLETE: ::windows_sys::core::HRESULT = -2143420159i32;
19599 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19600 pub const WPN_E_CLOUD_AUTH_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420134i32;
19601 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19602 pub const WPN_E_CLOUD_DISABLED: ::windows_sys::core::HRESULT = -2143420151i32;
19603 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19604 pub const WPN_E_CLOUD_DISABLED_FOR_APP: ::windows_sys::core::HRESULT = -2143419893i32;
19605 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19606 pub const WPN_E_CLOUD_INCAPABLE: ::windows_sys::core::HRESULT = -2143420144i32;
19607 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19608 pub const WPN_E_CLOUD_SERVICE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420133i32;
19609 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19610 pub const WPN_E_DEV_ID_SIZE: ::windows_sys::core::HRESULT = -2143420128i32;
19611 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19612 pub const WPN_E_DUPLICATE_CHANNEL: ::windows_sys::core::HRESULT = -2143420156i32;
19613 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19614 pub const WPN_E_DUPLICATE_REGISTRATION: ::windows_sys::core::HRESULT = -2143420136i32;
19615 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19616 pub const WPN_E_FAILED_LOCK_SCREEN_UPDATE_INTIALIZATION: ::windows_sys::core::HRESULT = -2143420132i32;
19617 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19618 pub const WPN_E_GROUP_ALPHANUMERIC: ::windows_sys::core::HRESULT = -2143419894i32;
19619 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19620 pub const WPN_E_GROUP_SIZE: ::windows_sys::core::HRESULT = -2143419895i32;
19621 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19622 pub const WPN_E_IMAGE_NOT_FOUND_IN_CACHE: ::windows_sys::core::HRESULT = -2143419902i32;
19623 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19624 pub const WPN_E_INTERNET_INCAPABLE: ::windows_sys::core::HRESULT = -2143420141i32;
19625 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19626 pub const WPN_E_INVALID_APP: ::windows_sys::core::HRESULT = -2143420158i32;
19627 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19628 pub const WPN_E_INVALID_CLOUD_IMAGE: ::windows_sys::core::HRESULT = -2143419900i32;
19629 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19630 pub const WPN_E_INVALID_HTTP_STATUS_CODE: ::windows_sys::core::HRESULT = -2143420117i32;
19631 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19632 pub const WPN_E_NOTIFICATION_DISABLED: ::windows_sys::core::HRESULT = -2143420143i32;
19633 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19634 pub const WPN_E_NOTIFICATION_HIDDEN: ::windows_sys::core::HRESULT = -2143420153i32;
19635 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19636 pub const WPN_E_NOTIFICATION_ID_MATCHED: ::windows_sys::core::HRESULT = -2143419899i32;
19637 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19638 pub const WPN_E_NOTIFICATION_INCAPABLE: ::windows_sys::core::HRESULT = -2143420142i32;
19639 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19640 pub const WPN_E_NOTIFICATION_NOT_POSTED: ::windows_sys::core::HRESULT = -2143420152i32;
19641 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19642 pub const WPN_E_NOTIFICATION_POSTED: ::windows_sys::core::HRESULT = -2143420154i32;
19643 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19644 pub const WPN_E_NOTIFICATION_SIZE: ::windows_sys::core::HRESULT = -2143420139i32;
19645 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19646 pub const WPN_E_NOTIFICATION_TYPE_DISABLED: ::windows_sys::core::HRESULT = -2143420140i32;
19647 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19648 pub const WPN_E_OUTSTANDING_CHANNEL_REQUEST: ::windows_sys::core::HRESULT = -2143420157i32;
19649 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19650 pub const WPN_E_OUT_OF_SESSION: ::windows_sys::core::HRESULT = -2143419904i32;
19651 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19652 pub const WPN_E_PLATFORM_UNAVAILABLE: ::windows_sys::core::HRESULT = -2143420155i32;
19653 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19654 pub const WPN_E_POWER_SAVE: ::windows_sys::core::HRESULT = -2143419903i32;
19655 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19656 pub const WPN_E_PUSH_NOTIFICATION_INCAPABLE: ::windows_sys::core::HRESULT = -2143420135i32;
19657 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19658 pub const WPN_E_STORAGE_LOCKED: ::windows_sys::core::HRESULT = -2143419896i32;
19659 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19660 pub const WPN_E_TAG_ALPHANUMERIC: ::windows_sys::core::HRESULT = -2143420118i32;
19661 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19662 pub const WPN_E_TAG_SIZE: ::windows_sys::core::HRESULT = -2143420138i32;
19663 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19664 pub const WPN_E_TOAST_NOTIFICATION_DROPPED: ::windows_sys::core::HRESULT = -2143419897i32;
19665 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19666 pub const WS_E_ADDRESS_IN_USE: ::windows_sys::core::HRESULT = -2143485941i32;
19667 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19668 pub const WS_E_ADDRESS_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143485940i32;
19669 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19670 pub const WS_E_ENDPOINT_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143485947i32;
19671 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19672 pub const WS_E_ENDPOINT_ACTION_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143485935i32;
19673 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19674 pub const WS_E_ENDPOINT_DISCONNECTED: ::windows_sys::core::HRESULT = -2143485932i32;
19675 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19676 pub const WS_E_ENDPOINT_FAILURE: ::windows_sys::core::HRESULT = -2143485937i32;
19677 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19678 pub const WS_E_ENDPOINT_FAULT_RECEIVED: ::windows_sys::core::HRESULT = -2143485933i32;
19679 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19680 pub const WS_E_ENDPOINT_NOT_AVAILABLE: ::windows_sys::core::HRESULT = -2143485938i32;
19681 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19682 pub const WS_E_ENDPOINT_NOT_FOUND: ::windows_sys::core::HRESULT = -2143485939i32;
19683 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19684 pub const WS_E_ENDPOINT_TOO_BUSY: ::windows_sys::core::HRESULT = -2143485934i32;
19685 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19686 pub const WS_E_ENDPOINT_UNREACHABLE: ::windows_sys::core::HRESULT = -2143485936i32;
19687 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19688 pub const WS_E_INVALID_ENDPOINT_URL: ::windows_sys::core::HRESULT = -2143485920i32;
19689 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19690 pub const WS_E_INVALID_FORMAT: ::windows_sys::core::HRESULT = -2143485952i32;
19691 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19692 pub const WS_E_INVALID_OPERATION: ::windows_sys::core::HRESULT = -2143485949i32;
19693 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19694 pub const WS_E_NOT_SUPPORTED: ::windows_sys::core::HRESULT = -2143485929i32;
19695 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19696 pub const WS_E_NO_TRANSLATION_AVAILABLE: ::windows_sys::core::HRESULT = -2143485943i32;
19697 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19698 pub const WS_E_NUMERIC_OVERFLOW: ::windows_sys::core::HRESULT = -2143485950i32;
19699 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19700 pub const WS_E_OBJECT_FAULTED: ::windows_sys::core::HRESULT = -2143485951i32;
19701 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19702 pub const WS_E_OPERATION_ABANDONED: ::windows_sys::core::HRESULT = -2143485945i32;
19703 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19704 pub const WS_E_OPERATION_ABORTED: ::windows_sys::core::HRESULT = -2143485948i32;
19705 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19706 pub const WS_E_OPERATION_TIMED_OUT: ::windows_sys::core::HRESULT = -2143485946i32;
19707 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19708 pub const WS_E_OTHER: ::windows_sys::core::HRESULT = -2143485919i32;
19709 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19710 pub const WS_E_PROXY_ACCESS_DENIED: ::windows_sys::core::HRESULT = -2143485930i32;
19711 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19712 pub const WS_E_PROXY_FAILURE: ::windows_sys::core::HRESULT = -2143485931i32;
19713 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19714 pub const WS_E_PROXY_REQUIRES_BASIC_AUTH: ::windows_sys::core::HRESULT = -2143485928i32;
19715 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19716 pub const WS_E_PROXY_REQUIRES_DIGEST_AUTH: ::windows_sys::core::HRESULT = -2143485927i32;
19717 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19718 pub const WS_E_PROXY_REQUIRES_NEGOTIATE_AUTH: ::windows_sys::core::HRESULT = -2143485925i32;
19719 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19720 pub const WS_E_PROXY_REQUIRES_NTLM_AUTH: ::windows_sys::core::HRESULT = -2143485926i32;
19721 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19722 pub const WS_E_QUOTA_EXCEEDED: ::windows_sys::core::HRESULT = -2143485944i32;
19723 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19724 pub const WS_E_SECURITY_SYSTEM_FAILURE: ::windows_sys::core::HRESULT = -2143485917i32;
19725 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19726 pub const WS_E_SECURITY_TOKEN_EXPIRED: ::windows_sys::core::HRESULT = -2143485918i32;
19727 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19728 pub const WS_E_SECURITY_VERIFICATION_FAILURE: ::windows_sys::core::HRESULT = -2143485942i32;
19729 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19730 pub const WS_E_SERVER_REQUIRES_BASIC_AUTH: ::windows_sys::core::HRESULT = -2143485924i32;
19731 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19732 pub const WS_E_SERVER_REQUIRES_DIGEST_AUTH: ::windows_sys::core::HRESULT = -2143485923i32;
19733 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19734 pub const WS_E_SERVER_REQUIRES_NEGOTIATE_AUTH: ::windows_sys::core::HRESULT = -2143485921i32;
19735 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19736 pub const WS_E_SERVER_REQUIRES_NTLM_AUTH: ::windows_sys::core::HRESULT = -2143485922i32;
19737 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19738 pub const WS_S_ASYNC: ::windows_sys::core::HRESULT = 3997696i32;
19739 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19740 pub const WS_S_END: ::windows_sys::core::HRESULT = 3997697i32;
19741 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19742 pub const XACT_E_ABORTED: ::windows_sys::core::HRESULT = -2147168231i32;
19743 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19744 pub const XACT_E_ABORTING: ::windows_sys::core::HRESULT = -2147168215i32;
19745 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19746 pub const XACT_E_ALREADYINPROGRESS: ::windows_sys::core::HRESULT = -2147168232i32;
19747 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19748 pub const XACT_E_ALREADYOTHERSINGLEPHASE: ::windows_sys::core::HRESULT = -2147168256i32;
19749 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19750 pub const XACT_E_CANTRETAIN: ::windows_sys::core::HRESULT = -2147168255i32;
19751 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19752 pub const XACT_E_CLERKEXISTS: ::windows_sys::core::HRESULT = -2147168127i32;
19753 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19754 pub const XACT_E_CLERKNOTFOUND: ::windows_sys::core::HRESULT = -2147168128i32;
19755 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19756 pub const XACT_E_COMMITFAILED: ::windows_sys::core::HRESULT = -2147168254i32;
19757 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19758 pub const XACT_E_COMMITPREVENTED: ::windows_sys::core::HRESULT = -2147168253i32;
19759 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19760 pub const XACT_E_CONNECTION_DENIED: ::windows_sys::core::HRESULT = -2147168227i32;
19761 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19762 pub const XACT_E_CONNECTION_DOWN: ::windows_sys::core::HRESULT = -2147168228i32;
19763 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19764 pub const XACT_E_DEST_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147168222i32;
19765 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19766 pub const XACT_E_FIRST: u32 = 2147799040u32;
19767 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19768 pub const XACT_E_HEURISTICABORT: ::windows_sys::core::HRESULT = -2147168252i32;
19769 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19770 pub const XACT_E_HEURISTICCOMMIT: ::windows_sys::core::HRESULT = -2147168251i32;
19771 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19772 pub const XACT_E_HEURISTICDAMAGE: ::windows_sys::core::HRESULT = -2147168250i32;
19773 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19774 pub const XACT_E_HEURISTICDANGER: ::windows_sys::core::HRESULT = -2147168249i32;
19775 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19776 pub const XACT_E_INDOUBT: ::windows_sys::core::HRESULT = -2147168234i32;
19777 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19778 pub const XACT_E_INVALIDCOOKIE: ::windows_sys::core::HRESULT = -2147168235i32;
19779 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19780 pub const XACT_E_INVALIDLSN: ::windows_sys::core::HRESULT = -2147168124i32;
19781 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19782 pub const XACT_E_ISOLATIONLEVEL: ::windows_sys::core::HRESULT = -2147168248i32;
19783 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19784 pub const XACT_E_LAST: u32 = 2147799083u32;
19785 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19786 pub const XACT_E_LOGFULL: ::windows_sys::core::HRESULT = -2147168230i32;
19787 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19788 pub const XACT_E_LU_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168212i32;
19789 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19790 pub const XACT_E_NETWORK_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168220i32;
19791 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19792 pub const XACT_E_NOASYNC: ::windows_sys::core::HRESULT = -2147168247i32;
19793 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19794 pub const XACT_E_NOENLIST: ::windows_sys::core::HRESULT = -2147168246i32;
19795 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19796 pub const XACT_E_NOIMPORTOBJECT: ::windows_sys::core::HRESULT = -2147168236i32;
19797 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19798 pub const XACT_E_NOISORETAIN: ::windows_sys::core::HRESULT = -2147168245i32;
19799 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19800 pub const XACT_E_NORESOURCE: ::windows_sys::core::HRESULT = -2147168244i32;
19801 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19802 pub const XACT_E_NOTCURRENT: ::windows_sys::core::HRESULT = -2147168243i32;
19803 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19804 pub const XACT_E_NOTIMEOUT: ::windows_sys::core::HRESULT = -2147168233i32;
19805 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19806 pub const XACT_E_NOTRANSACTION: ::windows_sys::core::HRESULT = -2147168242i32;
19807 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19808 pub const XACT_E_NOTSUPPORTED: ::windows_sys::core::HRESULT = -2147168241i32;
19809 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19810 pub const XACT_E_PARTNER_NETWORK_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168219i32;
19811 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19812 pub const XACT_E_PULL_COMM_FAILURE: ::windows_sys::core::HRESULT = -2147168213i32;
19813 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19814 pub const XACT_E_PUSH_COMM_FAILURE: ::windows_sys::core::HRESULT = -2147168214i32;
19815 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19816 pub const XACT_E_RECOVERYINPROGRESS: ::windows_sys::core::HRESULT = -2147168126i32;
19817 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19818 pub const XACT_E_REENLISTTIMEOUT: ::windows_sys::core::HRESULT = -2147168226i32;
19819 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19820 pub const XACT_E_REPLAYREQUEST: ::windows_sys::core::HRESULT = -2147168123i32;
19821 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19822 pub const XACT_E_TIP_CONNECT_FAILED: ::windows_sys::core::HRESULT = -2147168225i32;
19823 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19824 pub const XACT_E_TIP_DISABLED: ::windows_sys::core::HRESULT = -2147168221i32;
19825 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19826 pub const XACT_E_TIP_PROTOCOL_ERROR: ::windows_sys::core::HRESULT = -2147168224i32;
19827 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19828 pub const XACT_E_TIP_PULL_FAILED: ::windows_sys::core::HRESULT = -2147168223i32;
19829 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19830 pub const XACT_E_TMNOTAVAILABLE: ::windows_sys::core::HRESULT = -2147168229i32;
19831 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19832 pub const XACT_E_TRANSACTIONCLOSED: ::windows_sys::core::HRESULT = -2147168125i32;
19833 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19834 pub const XACT_E_UNABLE_TO_LOAD_DTC_PROXY: ::windows_sys::core::HRESULT = -2147168216i32;
19835 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19836 pub const XACT_E_UNABLE_TO_READ_DTC_CONFIG: ::windows_sys::core::HRESULT = -2147168217i32;
19837 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19838 pub const XACT_E_UNKNOWNRMGRID: ::windows_sys::core::HRESULT = -2147168240i32;
19839 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19840 pub const XACT_E_WRONGSTATE: ::windows_sys::core::HRESULT = -2147168239i32;
19841 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19842 pub const XACT_E_WRONGUOW: ::windows_sys::core::HRESULT = -2147168238i32;
19843 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19844 pub const XACT_E_XA_TX_DISABLED: ::windows_sys::core::HRESULT = -2147168218i32;
19845 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19846 pub const XACT_E_XTIONEXISTS: ::windows_sys::core::HRESULT = -2147168237i32;
19847 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19848 pub const XACT_S_ABORTING: ::windows_sys::core::HRESULT = 315400i32;
19849 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19850 pub const XACT_S_ALLNORETAIN: ::windows_sys::core::HRESULT = 315399i32;
19851 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19852 pub const XACT_S_ASYNC: ::windows_sys::core::HRESULT = 315392i32;
19853 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19854 pub const XACT_S_DEFECT: ::windows_sys::core::HRESULT = 315393i32;
19855 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19856 pub const XACT_S_FIRST: u32 = 315392u32;
19857 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19858 pub const XACT_S_LAST: u32 = 315408u32;
19859 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19860 pub const XACT_S_LASTRESOURCEMANAGER: ::windows_sys::core::HRESULT = 315408i32;
19861 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19862 pub const XACT_S_LOCALLY_OK: ::windows_sys::core::HRESULT = 315402i32;
19863 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19864 pub const XACT_S_MADECHANGESCONTENT: ::windows_sys::core::HRESULT = 315397i32;
19865 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19866 pub const XACT_S_MADECHANGESINFORM: ::windows_sys::core::HRESULT = 315398i32;
19867 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19868 pub const XACT_S_OKINFORM: ::windows_sys::core::HRESULT = 315396i32;
19869 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19870 pub const XACT_S_READONLY: ::windows_sys::core::HRESULT = 315394i32;
19871 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19872 pub const XACT_S_SINGLEPHASE: ::windows_sys::core::HRESULT = 315401i32;
19873 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19874 pub const XACT_S_SOMENORETAIN: ::windows_sys::core::HRESULT = 315395i32;
19875 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19876 pub const XENROLL_E_CANNOT_ADD_ROOT_CERT: ::windows_sys::core::HRESULT = -2146873343i32;
19877 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19878 pub const XENROLL_E_KEYSPEC_SMIME_MISMATCH: ::windows_sys::core::HRESULT = -2146873339i32;
19879 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19880 pub const XENROLL_E_KEY_NOT_EXPORTABLE: ::windows_sys::core::HRESULT = -2146873344i32;
19881 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19882 pub const XENROLL_E_RESPONSE_KA_HASH_MISMATCH: ::windows_sys::core::HRESULT = -2146873340i32;
19883 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19884 pub const XENROLL_E_RESPONSE_KA_HASH_NOT_FOUND: ::windows_sys::core::HRESULT = -2146873342i32;
19885 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19886 pub const XENROLL_E_RESPONSE_UNEXPECTED_KA_HASH: ::windows_sys::core::HRESULT = -2146873341i32;
19887 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19888 pub const _WIN32_IE_MAXVER: u32 = 2560u32;
19889 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19890 pub const _WIN32_MAXVER: u32 = 2560u32;
19891 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19892 pub const _WIN32_WINDOWS_MAXVER: u32 = 2560u32;
19893 #[doc = "*Required features: `\"Win32_Foundation\"`*"]
19894 pub const _WIN32_WINNT_MAXVER: u32 = 2560u32;