1 #![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
2 #[link(name = "windows")]
3 extern "system" {}
4 pub const E_FDPAIRING_AUTHFAILURE: ::windows_sys::core::HRESULT = -1882193917i32;
5 pub const E_FDPAIRING_AUTHNOTALLOWED: ::windows_sys::core::HRESULT = -1882193914i32;
6 pub const E_FDPAIRING_CONNECTTIMEOUT: ::windows_sys::core::HRESULT = -1882193916i32;
7 pub const E_FDPAIRING_HWFAILURE: ::windows_sys::core::HRESULT = -1882193918i32;
8 pub const E_FDPAIRING_IPBUSDISABLED: ::windows_sys::core::HRESULT = -1882193913i32;
9 pub const E_FDPAIRING_NOCONNECTION: ::windows_sys::core::HRESULT = -1882193919i32;
10 pub const E_FDPAIRING_NOPROFILES: ::windows_sys::core::HRESULT = -1882193912i32;
11 pub const E_FDPAIRING_TOOMANYCONNECTIONS: ::windows_sys::core::HRESULT = -1882193915i32;
12 pub const FD_EVENTID: u32 = 1000u32;
13 pub const FD_EVENTID_ASYNCTHREADEXIT: u32 = 1001u32;
14 pub const FD_EVENTID_IPADDRESSCHANGE: u32 = 1003u32;
15 pub const FD_EVENTID_PRIVATE: u32 = 100u32;
16 pub const FD_EVENTID_QUERYREFRESH: u32 = 1004u32;
17 pub const FD_EVENTID_SEARCHCOMPLETE: u32 = 1000u32;
18 pub const FD_EVENTID_SEARCHSTART: u32 = 1002u32;
19 pub const FD_LONGHORN: u32 = 1u32;
20 pub const FD_Visibility_Default: u32 = 0u32;
21 pub const FD_Visibility_Hidden: u32 = 1u32;
22 pub const FMTID_Device: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] };
23 pub const FMTID_DeviceInterface: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1400930312, data2: 1979, data3: 18017, data4: [188, 60, 181, 149, 62, 112, 133, 96] };
24 pub const FMTID_FD: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2420835234, data2: 18205, data3: 16956, data4: [165, 132, 243, 72, 50, 56, 161, 70] };
25 pub const FMTID_PNPX: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
26     data1: 1701460915,
27     data2: 60608,
28     data3: 17405,
29     data4: [132, 119, 74, 224, 64, 74, 150, 205],
30 };
31 pub const FMTID_PNPXDynamicProperty: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
32     data1: 1338312574,
33     data2: 46726,
34     data3: 17598,
35     data4: [147, 227, 134, 202, 254, 54, 140, 205],
36 };
37 pub const FMTID_Pairing: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
38     data1: 2282212070,
39     data2: 32182,
40     data3: 20240,
41     data4: [142, 228, 67, 94, 170, 19, 146, 188],
42 };
43 pub const FMTID_WSD: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
44     data1: 2454742161,
45     data2: 65429,
46     data3: 18212,
47     data4: [160, 90, 91, 129, 136, 90, 124, 146],
48 };
49 pub const FunctionDiscovery: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
50     data1: 3341542124,
51     data2: 36496,
52     data3: 17708,
53     data4: [178, 154, 171, 143, 241, 192, 113, 252],
54 };
55 pub const FunctionInstanceCollection: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3129052389, data2: 46431, data3: 17471, data4: [173, 57, 47, 232, 155, 230, 25, 31] };
56 pub type IFunctionDiscovery = *mut ::core::ffi::c_void;
57 pub type IFunctionDiscoveryNotification = *mut ::core::ffi::c_void;
58 pub type IFunctionDiscoveryProvider = *mut ::core::ffi::c_void;
59 pub type IFunctionDiscoveryProviderFactory = *mut ::core::ffi::c_void;
60 pub type IFunctionDiscoveryProviderQuery = *mut ::core::ffi::c_void;
61 pub type IFunctionDiscoveryServiceProvider = *mut ::core::ffi::c_void;
62 pub type IFunctionInstance = *mut ::core::ffi::c_void;
63 pub type IFunctionInstanceCollection = *mut ::core::ffi::c_void;
64 pub type IFunctionInstanceCollectionQuery = *mut ::core::ffi::c_void;
65 pub type IFunctionInstanceQuery = *mut ::core::ffi::c_void;
66 pub type IPNPXAssociation = *mut ::core::ffi::c_void;
67 pub type IPNPXDeviceAssociation = *mut ::core::ffi::c_void;
68 pub type IPropertyStoreCollection = *mut ::core::ffi::c_void;
69 pub type IProviderProperties = *mut ::core::ffi::c_void;
70 pub type IProviderPropertyConstraintCollection = *mut ::core::ffi::c_void;
71 pub type IProviderPublishing = *mut ::core::ffi::c_void;
72 pub type IProviderQueryConstraintCollection = *mut ::core::ffi::c_void;
73 pub const MAX_FDCONSTRAINTNAME_LENGTH: u32 = 100u32;
74 pub const MAX_FDCONSTRAINTVALUE_LENGTH: u32 = 1000u32;
75 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
76 pub const PKEY_DeviceClass_Characteristics: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
77     fmtid: ::windows_sys::core::GUID {
78         data1: 1126273419,
79         data2: 63134,
80         data3: 18189,
81         data4: [165, 222, 77, 136, 199, 90, 210, 75],
82     },
83     pid: 29u32,
84 };
85 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
86 pub const PKEY_DeviceClass_ClassCoInstallers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
87     fmtid: ::windows_sys::core::GUID { data1: 1899828995, data2: 41698, data3: 18933, data4: [146, 20, 86, 71, 46, 243, 218, 92] },
88     pid: 2u32,
89 };
90 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
91 pub const PKEY_DeviceClass_ClassInstaller: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
92     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
93     pid: 5u32,
94 };
95 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
96 pub const PKEY_DeviceClass_ClassName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
97     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
98     pid: 3u32,
99 };
100 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
101 pub const PKEY_DeviceClass_DefaultService: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
102     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
103     pid: 11u32,
104 };
105 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
106 pub const PKEY_DeviceClass_DevType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
107     fmtid: ::windows_sys::core::GUID {
108         data1: 1126273419,
109         data2: 63134,
110         data3: 18189,
111         data4: [165, 222, 77, 136, 199, 90, 210, 75],
112     },
113     pid: 27u32,
114 };
115 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
116 pub const PKEY_DeviceClass_Exclusive: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
117     fmtid: ::windows_sys::core::GUID {
118         data1: 1126273419,
119         data2: 63134,
120         data3: 18189,
121         data4: [165, 222, 77, 136, 199, 90, 210, 75],
122     },
123     pid: 28u32,
124 };
125 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
126 pub const PKEY_DeviceClass_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
127     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
128     pid: 4u32,
129 };
130 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
131 pub const PKEY_DeviceClass_IconPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
132     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
133     pid: 12u32,
134 };
135 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
136 pub const PKEY_DeviceClass_LowerFilters: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
137     fmtid: ::windows_sys::core::GUID {
138         data1: 1126273419,
139         data2: 63134,
140         data3: 18189,
141         data4: [165, 222, 77, 136, 199, 90, 210, 75],
142     },
143     pid: 20u32,
144 };
145 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
146 pub const PKEY_DeviceClass_Name: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
147     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
148     pid: 2u32,
149 };
150 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
151 pub const PKEY_DeviceClass_NoDisplayClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
152     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
153     pid: 8u32,
154 };
155 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
156 pub const PKEY_DeviceClass_NoInstallClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
157     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
158     pid: 7u32,
159 };
160 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
161 pub const PKEY_DeviceClass_NoUseClass: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
162     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
163     pid: 10u32,
164 };
165 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
166 pub const PKEY_DeviceClass_PropPageProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
167     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
168     pid: 6u32,
169 };
170 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
171 pub const PKEY_DeviceClass_Security: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
172     fmtid: ::windows_sys::core::GUID {
173         data1: 1126273419,
174         data2: 63134,
175         data3: 18189,
176         data4: [165, 222, 77, 136, 199, 90, 210, 75],
177     },
178     pid: 25u32,
179 };
180 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
181 pub const PKEY_DeviceClass_SecuritySDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
182     fmtid: ::windows_sys::core::GUID {
183         data1: 1126273419,
184         data2: 63134,
185         data3: 18189,
186         data4: [165, 222, 77, 136, 199, 90, 210, 75],
187     },
188     pid: 26u32,
189 };
190 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
191 pub const PKEY_DeviceClass_SilentInstall: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
192     fmtid: ::windows_sys::core::GUID { data1: 630898684, data2: 20647, data3: 18382, data4: [175, 8, 104, 201, 167, 215, 51, 102] },
193     pid: 9u32,
194 };
195 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
196 pub const PKEY_DeviceClass_UpperFilters: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
197     fmtid: ::windows_sys::core::GUID {
198         data1: 1126273419,
199         data2: 63134,
200         data3: 18189,
201         data4: [165, 222, 77, 136, 199, 90, 210, 75],
202     },
203     pid: 19u32,
204 };
205 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
206 pub const PKEY_DeviceDisplay_Address: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
207     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
208     pid: 51u32,
209 };
210 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
211 pub const PKEY_DeviceDisplay_AlwaysShowDeviceAsConnected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
212     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
213     pid: 101u32,
214 };
215 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
216 pub const PKEY_DeviceDisplay_AssociationArray: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
217     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
218     pid: 80u32,
219 };
220 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
221 pub const PKEY_DeviceDisplay_BaselineExperienceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
222     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
223     pid: 78u32,
224 };
225 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
226 pub const PKEY_DeviceDisplay_Category: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
227     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
228     pid: 90u32,
229 };
230 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
231 pub const PKEY_DeviceDisplay_CategoryGroup_Desc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
232     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
233     pid: 94u32,
234 };
235 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
236 pub const PKEY_DeviceDisplay_CategoryGroup_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
237     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
238     pid: 95u32,
239 };
240 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
241 pub const PKEY_DeviceDisplay_Category_Desc_Plural: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
242     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
243     pid: 92u32,
244 };
245 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
246 pub const PKEY_DeviceDisplay_Category_Desc_Singular: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
247     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
248     pid: 91u32,
249 };
250 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
251 pub const PKEY_DeviceDisplay_Category_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
252     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
253     pid: 93u32,
254 };
255 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
256 pub const PKEY_DeviceDisplay_DeviceDescription1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
257     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
258     pid: 81u32,
259 };
260 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
261 pub const PKEY_DeviceDisplay_DeviceDescription2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
262     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
263     pid: 82u32,
264 };
265 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
266 pub const PKEY_DeviceDisplay_DeviceFunctionSubRank: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
267     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
268     pid: 100u32,
269 };
270 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
271 pub const PKEY_DeviceDisplay_DiscoveryMethod: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
272     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
273     pid: 52u32,
274 };
275 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
276 pub const PKEY_DeviceDisplay_ExperienceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
277     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
278     pid: 89u32,
279 };
280 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
281 pub const PKEY_DeviceDisplay_FriendlyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
282     fmtid: ::windows_sys::core::GUID {
283         data1: 1701460915,
284         data2: 60608,
285         data3: 17405,
286         data4: [132, 119, 74, 224, 64, 74, 150, 205],
287     },
288     pid: 12288u32,
289 };
290 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
291 pub const PKEY_DeviceDisplay_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
292     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
293     pid: 57u32,
294 };
295 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
296 pub const PKEY_DeviceDisplay_InstallInProgress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
297     fmtid: ::windows_sys::core::GUID { data1: 2212127526, data2: 38822, data3: 16520, data4: [148, 83, 161, 146, 63, 87, 59, 41] },
298     pid: 9u32,
299 };
300 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
301 pub const PKEY_DeviceDisplay_IsAuthenticated: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
302     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
303     pid: 54u32,
304 };
305 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
306 pub const PKEY_DeviceDisplay_IsConnected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
307     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
308     pid: 55u32,
309 };
310 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
311 pub const PKEY_DeviceDisplay_IsDefaultDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
312     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
313     pid: 86u32,
314 };
315 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
316 pub const PKEY_DeviceDisplay_IsDeviceUniquelyIdentifiable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
317     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
318     pid: 79u32,
319 };
320 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
321 pub const PKEY_DeviceDisplay_IsEncrypted: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
322     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
323     pid: 53u32,
324 };
325 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
326 pub const PKEY_DeviceDisplay_IsLocalMachine: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
327     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
328     pid: 70u32,
329 };
330 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
331 pub const PKEY_DeviceDisplay_IsMetadataSearchInProgress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
332     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
333     pid: 72u32,
334 };
335 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
336 pub const PKEY_DeviceDisplay_IsNetworkDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
337     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
338     pid: 85u32,
339 };
340 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
341 pub const PKEY_DeviceDisplay_IsNotInterestingForDisplay: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
342     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
343     pid: 74u32,
344 };
345 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
346 pub const PKEY_DeviceDisplay_IsNotWorkingProperly: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
347     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
348     pid: 83u32,
349 };
350 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
351 pub const PKEY_DeviceDisplay_IsPaired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
352     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
353     pid: 56u32,
354 };
355 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
356 pub const PKEY_DeviceDisplay_IsSharedDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
357     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
358     pid: 84u32,
359 };
360 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
361 pub const PKEY_DeviceDisplay_IsShowInDisconnectedState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
362     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
363     pid: 68u32,
364 };
365 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
366 pub const PKEY_DeviceDisplay_Last_Connected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
367     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
368     pid: 67u32,
369 };
370 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
371 pub const PKEY_DeviceDisplay_Last_Seen: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
372     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
373     pid: 66u32,
374 };
375 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
376 pub const PKEY_DeviceDisplay_LaunchDeviceStageFromExplorer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
377     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
378     pid: 77u32,
379 };
380 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
381 pub const PKEY_DeviceDisplay_LaunchDeviceStageOnDeviceConnect: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
382     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
383     pid: 76u32,
384 };
385 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
386 pub const PKEY_DeviceDisplay_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
387     fmtid: ::windows_sys::core::GUID {
388         data1: 1701460915,
389         data2: 60608,
390         data3: 17405,
391         data4: [132, 119, 74, 224, 64, 74, 150, 205],
392     },
393     pid: 8192u32,
394 };
395 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
396 pub const PKEY_DeviceDisplay_MetadataCabinet: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
397     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
398     pid: 87u32,
399 };
400 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
401 pub const PKEY_DeviceDisplay_MetadataChecksum: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
402     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
403     pid: 73u32,
404 };
405 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
406 pub const PKEY_DeviceDisplay_MetadataPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
407     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
408     pid: 71u32,
409 };
410 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
411 pub const PKEY_DeviceDisplay_ModelName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
412     fmtid: ::windows_sys::core::GUID {
413         data1: 1701460915,
414         data2: 60608,
415         data3: 17405,
416         data4: [132, 119, 74, 224, 64, 74, 150, 205],
417     },
418     pid: 8194u32,
419 };
420 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
421 pub const PKEY_DeviceDisplay_ModelNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
422     fmtid: ::windows_sys::core::GUID {
423         data1: 1701460915,
424         data2: 60608,
425         data3: 17405,
426         data4: [132, 119, 74, 224, 64, 74, 150, 205],
427     },
428     pid: 8195u32,
429 };
430 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
431 pub const PKEY_DeviceDisplay_PrimaryCategory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
432     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
433     pid: 97u32,
434 };
435 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
436 pub const PKEY_DeviceDisplay_RequiresPairingElevation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
437     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
438     pid: 88u32,
439 };
440 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
441 pub const PKEY_DeviceDisplay_RequiresUninstallElevation: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
442     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
443     pid: 99u32,
444 };
445 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
446 pub const PKEY_DeviceDisplay_UnpairUninstall: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
447     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
448     pid: 98u32,
449 };
450 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
451 pub const PKEY_DeviceDisplay_Version: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
452     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
453     pid: 65u32,
454 };
455 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
456 pub const PKEY_DeviceInterfaceClass_DefaultInterface: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
457     fmtid: ::windows_sys::core::GUID { data1: 348666521, data2: 2879, data3: 17591, data4: [190, 76, 161, 120, 211, 153, 5, 100] },
458     pid: 2u32,
459 };
460 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
461 pub const PKEY_DeviceInterface_ClassGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
462     fmtid: ::windows_sys::core::GUID { data1: 40784238, data2: 47124, data3: 16715, data4: [131, 205, 133, 109, 111, 239, 72, 34] },
463     pid: 4u32,
464 };
465 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
466 pub const PKEY_DeviceInterface_Enabled: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
467     fmtid: ::windows_sys::core::GUID { data1: 40784238, data2: 47124, data3: 16715, data4: [131, 205, 133, 109, 111, 239, 72, 34] },
468     pid: 3u32,
469 };
470 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
471 pub const PKEY_DeviceInterface_FriendlyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
472     fmtid: ::windows_sys::core::GUID { data1: 40784238, data2: 47124, data3: 16715, data4: [131, 205, 133, 109, 111, 239, 72, 34] },
473     pid: 2u32,
474 };
475 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
476 pub const PKEY_Device_AdditionalSoftwareRequested: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
477     fmtid: ::windows_sys::core::GUID {
478         data1: 2830656989,
479         data2: 11837,
480         data3: 16532,
481         data4: [173, 151, 229, 147, 167, 12, 117, 214],
482     },
483     pid: 19u32,
484 };
485 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
486 pub const PKEY_Device_Address: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
487     fmtid: ::windows_sys::core::GUID {
488         data1: 2757502286,
489         data2: 57116,
490         data3: 20221,
491         data4: [128, 32, 103, 209, 70, 168, 80, 224],
492     },
493     pid: 30u32,
494 };
495 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
496 pub const PKEY_Device_BIOSVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
497     fmtid: ::windows_sys::core::GUID { data1: 3941498653, data2: 27187, data3: 17617, data4: [148, 65, 95, 70, 222, 242, 49, 152] },
498     pid: 9u32,
499 };
500 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
501 pub const PKEY_Device_BaseContainerId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
502     fmtid: ::windows_sys::core::GUID {
503         data1: 2757502286,
504         data2: 57116,
505         data3: 20221,
506         data4: [128, 32, 103, 209, 70, 168, 80, 224],
507     },
508     pid: 38u32,
509 };
510 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
511 pub const PKEY_Device_BusNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
512     fmtid: ::windows_sys::core::GUID {
513         data1: 2757502286,
514         data2: 57116,
515         data3: 20221,
516         data4: [128, 32, 103, 209, 70, 168, 80, 224],
517     },
518     pid: 23u32,
519 };
520 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
521 pub const PKEY_Device_BusRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
522     fmtid: ::windows_sys::core::GUID {
523         data1: 1128310469,
524         data2: 37882,
525         data3: 18182,
526         data4: [151, 44, 123, 100, 128, 8, 165, 167],
527     },
528     pid: 7u32,
529 };
530 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
531 pub const PKEY_Device_BusReportedDeviceDesc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
532     fmtid: ::windows_sys::core::GUID {
533         data1: 1410045054,
534         data2: 35648,
535         data3: 17852,
536         data4: [168, 162, 106, 11, 137, 76, 189, 162],
537     },
538     pid: 4u32,
539 };
540 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
541 pub const PKEY_Device_BusTypeGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
542     fmtid: ::windows_sys::core::GUID {
543         data1: 2757502286,
544         data2: 57116,
545         data3: 20221,
546         data4: [128, 32, 103, 209, 70, 168, 80, 224],
547     },
548     pid: 21u32,
549 };
550 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
551 pub const PKEY_Device_Capabilities: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
552     fmtid: ::windows_sys::core::GUID {
553         data1: 2757502286,
554         data2: 57116,
555         data3: 20221,
556         data4: [128, 32, 103, 209, 70, 168, 80, 224],
557     },
558     pid: 17u32,
559 };
560 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
561 pub const PKEY_Device_Characteristics: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
562     fmtid: ::windows_sys::core::GUID {
563         data1: 2757502286,
564         data2: 57116,
565         data3: 20221,
566         data4: [128, 32, 103, 209, 70, 168, 80, 224],
567     },
568     pid: 29u32,
569 };
570 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
571 pub const PKEY_Device_Children: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
572     fmtid: ::windows_sys::core::GUID {
573         data1: 1128310469,
574         data2: 37882,
575         data3: 18182,
576         data4: [151, 44, 123, 100, 128, 8, 165, 167],
577     },
578     pid: 9u32,
579 };
580 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
581 pub const PKEY_Device_Class: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
582     fmtid: ::windows_sys::core::GUID {
583         data1: 2757502286,
584         data2: 57116,
585         data3: 20221,
586         data4: [128, 32, 103, 209, 70, 168, 80, 224],
587     },
588     pid: 9u32,
589 };
590 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
591 pub const PKEY_Device_ClassGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
592     fmtid: ::windows_sys::core::GUID {
593         data1: 2757502286,
594         data2: 57116,
595         data3: 20221,
596         data4: [128, 32, 103, 209, 70, 168, 80, 224],
597     },
598     pid: 10u32,
599 };
600 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
601 pub const PKEY_Device_CompatibleIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
602     fmtid: ::windows_sys::core::GUID {
603         data1: 2757502286,
604         data2: 57116,
605         data3: 20221,
606         data4: [128, 32, 103, 209, 70, 168, 80, 224],
607     },
608     pid: 4u32,
609 };
610 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
611 pub const PKEY_Device_ConfigFlags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
612     fmtid: ::windows_sys::core::GUID {
613         data1: 2757502286,
614         data2: 57116,
615         data3: 20221,
616         data4: [128, 32, 103, 209, 70, 168, 80, 224],
617     },
618     pid: 12u32,
619 };
620 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
621 pub const PKEY_Device_ContainerId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
622     fmtid: ::windows_sys::core::GUID {
623         data1: 2357121542,
624         data2: 16266,
625         data3: 18471,
626         data4: [179, 171, 174, 158, 31, 174, 252, 108],
627     },
628     pid: 2u32,
629 };
630 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
631 pub const PKEY_Device_DHP_Rebalance_Policy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
632     fmtid: ::windows_sys::core::GUID {
633         data1: 1410045054,
634         data2: 35648,
635         data3: 17852,
636         data4: [168, 162, 106, 11, 137, 76, 189, 162],
637     },
638     pid: 2u32,
639 };
640 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
641 pub const PKEY_Device_DevNodeStatus: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
642     fmtid: ::windows_sys::core::GUID {
643         data1: 1128310469,
644         data2: 37882,
645         data3: 18182,
646         data4: [151, 44, 123, 100, 128, 8, 165, 167],
647     },
648     pid: 2u32,
649 };
650 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
651 pub const PKEY_Device_DevType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
652     fmtid: ::windows_sys::core::GUID {
653         data1: 2757502286,
654         data2: 57116,
655         data3: 20221,
656         data4: [128, 32, 103, 209, 70, 168, 80, 224],
657     },
658     pid: 27u32,
659 };
660 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
661 pub const PKEY_Device_DeviceDesc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
662     fmtid: ::windows_sys::core::GUID {
663         data1: 2757502286,
664         data2: 57116,
665         data3: 20221,
666         data4: [128, 32, 103, 209, 70, 168, 80, 224],
667     },
668     pid: 2u32,
669 };
670 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
671 pub const PKEY_Device_Driver: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
672     fmtid: ::windows_sys::core::GUID {
673         data1: 2757502286,
674         data2: 57116,
675         data3: 20221,
676         data4: [128, 32, 103, 209, 70, 168, 80, 224],
677     },
678     pid: 11u32,
679 };
680 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
681 pub const PKEY_Device_DriverCoInstallers: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
682     fmtid: ::windows_sys::core::GUID {
683         data1: 2830656989,
684         data2: 11837,
685         data3: 16532,
686         data4: [173, 151, 229, 147, 167, 12, 117, 214],
687     },
688     pid: 11u32,
689 };
690 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
691 pub const PKEY_Device_DriverDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
692     fmtid: ::windows_sys::core::GUID {
693         data1: 2830656989,
694         data2: 11837,
695         data3: 16532,
696         data4: [173, 151, 229, 147, 167, 12, 117, 214],
697     },
698     pid: 2u32,
699 };
700 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
701 pub const PKEY_Device_DriverDesc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
702     fmtid: ::windows_sys::core::GUID {
703         data1: 2830656989,
704         data2: 11837,
705         data3: 16532,
706         data4: [173, 151, 229, 147, 167, 12, 117, 214],
707     },
708     pid: 4u32,
709 };
710 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
711 pub const PKEY_Device_DriverInfPath: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
712     fmtid: ::windows_sys::core::GUID {
713         data1: 2830656989,
714         data2: 11837,
715         data3: 16532,
716         data4: [173, 151, 229, 147, 167, 12, 117, 214],
717     },
718     pid: 5u32,
719 };
720 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
721 pub const PKEY_Device_DriverInfSection: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
722     fmtid: ::windows_sys::core::GUID {
723         data1: 2830656989,
724         data2: 11837,
725         data3: 16532,
726         data4: [173, 151, 229, 147, 167, 12, 117, 214],
727     },
728     pid: 6u32,
729 };
730 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
731 pub const PKEY_Device_DriverInfSectionExt: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
732     fmtid: ::windows_sys::core::GUID {
733         data1: 2830656989,
734         data2: 11837,
735         data3: 16532,
736         data4: [173, 151, 229, 147, 167, 12, 117, 214],
737     },
738     pid: 7u32,
739 };
740 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
741 pub const PKEY_Device_DriverLogoLevel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
742     fmtid: ::windows_sys::core::GUID {
743         data1: 2830656989,
744         data2: 11837,
745         data3: 16532,
746         data4: [173, 151, 229, 147, 167, 12, 117, 214],
747     },
748     pid: 15u32,
749 };
750 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
751 pub const PKEY_Device_DriverPropPageProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
752     fmtid: ::windows_sys::core::GUID {
753         data1: 2830656989,
754         data2: 11837,
755         data3: 16532,
756         data4: [173, 151, 229, 147, 167, 12, 117, 214],
757     },
758     pid: 10u32,
759 };
760 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
761 pub const PKEY_Device_DriverProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
762     fmtid: ::windows_sys::core::GUID {
763         data1: 2830656989,
764         data2: 11837,
765         data3: 16532,
766         data4: [173, 151, 229, 147, 167, 12, 117, 214],
767     },
768     pid: 9u32,
769 };
770 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
771 pub const PKEY_Device_DriverRank: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
772     fmtid: ::windows_sys::core::GUID {
773         data1: 2830656989,
774         data2: 11837,
775         data3: 16532,
776         data4: [173, 151, 229, 147, 167, 12, 117, 214],
777     },
778     pid: 14u32,
779 };
780 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
781 pub const PKEY_Device_DriverVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
782     fmtid: ::windows_sys::core::GUID {
783         data1: 2830656989,
784         data2: 11837,
785         data3: 16532,
786         data4: [173, 151, 229, 147, 167, 12, 117, 214],
787     },
788     pid: 3u32,
789 };
790 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
791 pub const PKEY_Device_EjectionRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
792     fmtid: ::windows_sys::core::GUID {
793         data1: 1128310469,
794         data2: 37882,
795         data3: 18182,
796         data4: [151, 44, 123, 100, 128, 8, 165, 167],
797     },
798     pid: 4u32,
799 };
800 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
801 pub const PKEY_Device_EnumeratorName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
802     fmtid: ::windows_sys::core::GUID {
803         data1: 2757502286,
804         data2: 57116,
805         data3: 20221,
806         data4: [128, 32, 103, 209, 70, 168, 80, 224],
807     },
808     pid: 24u32,
809 };
810 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
811 pub const PKEY_Device_Exclusive: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
812     fmtid: ::windows_sys::core::GUID {
813         data1: 2757502286,
814         data2: 57116,
815         data3: 20221,
816         data4: [128, 32, 103, 209, 70, 168, 80, 224],
817     },
818     pid: 28u32,
819 };
820 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
821 pub const PKEY_Device_FriendlyName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
822     fmtid: ::windows_sys::core::GUID {
823         data1: 2757502286,
824         data2: 57116,
825         data3: 20221,
826         data4: [128, 32, 103, 209, 70, 168, 80, 224],
827     },
828     pid: 14u32,
829 };
830 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
831 pub const PKEY_Device_FriendlyNameAttributes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
832     fmtid: ::windows_sys::core::GUID { data1: 2161647270, data2: 29811, data3: 19212, data4: [130, 22, 239, 193, 26, 44, 76, 139] },
833     pid: 3u32,
834 };
835 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
836 pub const PKEY_Device_GenericDriverInstalled: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
837     fmtid: ::windows_sys::core::GUID {
838         data1: 2830656989,
839         data2: 11837,
840         data3: 16532,
841         data4: [173, 151, 229, 147, 167, 12, 117, 214],
842     },
843     pid: 18u32,
844 };
845 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
846 pub const PKEY_Device_HardwareIds: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
847     fmtid: ::windows_sys::core::GUID {
848         data1: 2757502286,
849         data2: 57116,
850         data3: 20221,
851         data4: [128, 32, 103, 209, 70, 168, 80, 224],
852     },
853     pid: 3u32,
854 };
855 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
856 pub const PKEY_Device_InstallInProgress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
857     fmtid: ::windows_sys::core::GUID { data1: 2212127526, data2: 38822, data3: 16520, data4: [148, 83, 161, 146, 63, 87, 59, 41] },
858     pid: 9u32,
859 };
860 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
861 pub const PKEY_Device_InstallState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
862     fmtid: ::windows_sys::core::GUID {
863         data1: 2757502286,
864         data2: 57116,
865         data3: 20221,
866         data4: [128, 32, 103, 209, 70, 168, 80, 224],
867     },
868     pid: 36u32,
869 };
870 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
871 pub const PKEY_Device_InstanceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
872     fmtid: ::windows_sys::core::GUID { data1: 2026065864, data2: 4170, data3: 19146, data4: [158, 164, 82, 77, 82, 153, 110, 87] },
873     pid: 256u32,
874 };
875 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
876 pub const PKEY_Device_IsAssociateableByUserAction: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
877     fmtid: ::windows_sys::core::GUID { data1: 2161647270, data2: 29811, data3: 19212, data4: [130, 22, 239, 193, 26, 44, 76, 139] },
878     pid: 7u32,
879 };
880 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
881 pub const PKEY_Device_Legacy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
882     fmtid: ::windows_sys::core::GUID {
883         data1: 2152296704,
884         data2: 35955,
885         data3: 18617,
886         data4: [170, 217, 206, 56, 126, 25, 197, 110],
887     },
888     pid: 3u32,
889 };
890 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
891 pub const PKEY_Device_LegacyBusType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
892     fmtid: ::windows_sys::core::GUID {
893         data1: 2757502286,
894         data2: 57116,
895         data3: 20221,
896         data4: [128, 32, 103, 209, 70, 168, 80, 224],
897     },
898     pid: 22u32,
899 };
900 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
901 pub const PKEY_Device_LocationInfo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
902     fmtid: ::windows_sys::core::GUID {
903         data1: 2757502286,
904         data2: 57116,
905         data3: 20221,
906         data4: [128, 32, 103, 209, 70, 168, 80, 224],
907     },
908     pid: 15u32,
909 };
910 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
911 pub const PKEY_Device_LocationPaths: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
912     fmtid: ::windows_sys::core::GUID {
913         data1: 2757502286,
914         data2: 57116,
915         data3: 20221,
916         data4: [128, 32, 103, 209, 70, 168, 80, 224],
917     },
918     pid: 37u32,
919 };
920 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
921 pub const PKEY_Device_LowerFilters: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
922     fmtid: ::windows_sys::core::GUID {
923         data1: 2757502286,
924         data2: 57116,
925         data3: 20221,
926         data4: [128, 32, 103, 209, 70, 168, 80, 224],
927     },
928     pid: 20u32,
929 };
930 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
931 pub const PKEY_Device_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
932     fmtid: ::windows_sys::core::GUID {
933         data1: 2757502286,
934         data2: 57116,
935         data3: 20221,
936         data4: [128, 32, 103, 209, 70, 168, 80, 224],
937     },
938     pid: 13u32,
939 };
940 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
941 pub const PKEY_Device_ManufacturerAttributes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
942     fmtid: ::windows_sys::core::GUID { data1: 2161647270, data2: 29811, data3: 19212, data4: [130, 22, 239, 193, 26, 44, 76, 139] },
943     pid: 4u32,
944 };
945 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
946 pub const PKEY_Device_MatchingDeviceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
947     fmtid: ::windows_sys::core::GUID {
948         data1: 2830656989,
949         data2: 11837,
950         data3: 16532,
951         data4: [173, 151, 229, 147, 167, 12, 117, 214],
952     },
953     pid: 8u32,
954 };
955 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
956 pub const PKEY_Device_ModelId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
957     fmtid: ::windows_sys::core::GUID { data1: 2161647270, data2: 29811, data3: 19212, data4: [130, 22, 239, 193, 26, 44, 76, 139] },
958     pid: 2u32,
959 };
960 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
961 pub const PKEY_Device_NoConnectSound: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
962     fmtid: ::windows_sys::core::GUID {
963         data1: 2830656989,
964         data2: 11837,
965         data3: 16532,
966         data4: [173, 151, 229, 147, 167, 12, 117, 214],
967     },
968     pid: 17u32,
969 };
970 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
971 pub const PKEY_Device_Numa_Node: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
972     fmtid: ::windows_sys::core::GUID {
973         data1: 1410045054,
974         data2: 35648,
975         data3: 17852,
976         data4: [168, 162, 106, 11, 137, 76, 189, 162],
977     },
978     pid: 3u32,
979 };
980 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
981 pub const PKEY_Device_PDOName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
982     fmtid: ::windows_sys::core::GUID {
983         data1: 2757502286,
984         data2: 57116,
985         data3: 20221,
986         data4: [128, 32, 103, 209, 70, 168, 80, 224],
987     },
988     pid: 16u32,
989 };
990 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
991 pub const PKEY_Device_Parent: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
992     fmtid: ::windows_sys::core::GUID {
993         data1: 1128310469,
994         data2: 37882,
995         data3: 18182,
996         data4: [151, 44, 123, 100, 128, 8, 165, 167],
997     },
998     pid: 8u32,
999 };
1000 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1001 pub const PKEY_Device_PowerData: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1002     fmtid: ::windows_sys::core::GUID {
1003         data1: 2757502286,
1004         data2: 57116,
1005         data3: 20221,
1006         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1007     },
1008     pid: 32u32,
1009 };
1010 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1011 pub const PKEY_Device_PowerRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1012     fmtid: ::windows_sys::core::GUID {
1013         data1: 1128310469,
1014         data2: 37882,
1015         data3: 18182,
1016         data4: [151, 44, 123, 100, 128, 8, 165, 167],
1017     },
1018     pid: 6u32,
1019 };
1020 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1021 pub const PKEY_Device_PresenceNotForDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1022     fmtid: ::windows_sys::core::GUID { data1: 2161647270, data2: 29811, data3: 19212, data4: [130, 22, 239, 193, 26, 44, 76, 139] },
1023     pid: 5u32,
1024 };
1025 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1026 pub const PKEY_Device_ProblemCode: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1027     fmtid: ::windows_sys::core::GUID {
1028         data1: 1128310469,
1029         data2: 37882,
1030         data3: 18182,
1031         data4: [151, 44, 123, 100, 128, 8, 165, 167],
1032     },
1033     pid: 3u32,
1034 };
1035 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1036 pub const PKEY_Device_RemovalPolicy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1037     fmtid: ::windows_sys::core::GUID {
1038         data1: 2757502286,
1039         data2: 57116,
1040         data3: 20221,
1041         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1042     },
1043     pid: 33u32,
1044 };
1045 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1046 pub const PKEY_Device_RemovalPolicyDefault: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1047     fmtid: ::windows_sys::core::GUID {
1048         data1: 2757502286,
1049         data2: 57116,
1050         data3: 20221,
1051         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1052     },
1053     pid: 34u32,
1054 };
1055 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1056 pub const PKEY_Device_RemovalPolicyOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1057     fmtid: ::windows_sys::core::GUID {
1058         data1: 2757502286,
1059         data2: 57116,
1060         data3: 20221,
1061         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1062     },
1063     pid: 35u32,
1064 };
1065 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1066 pub const PKEY_Device_RemovalRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1067     fmtid: ::windows_sys::core::GUID {
1068         data1: 1128310469,
1069         data2: 37882,
1070         data3: 18182,
1071         data4: [151, 44, 123, 100, 128, 8, 165, 167],
1072     },
1073     pid: 5u32,
1074 };
1075 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1076 pub const PKEY_Device_Reported: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1077     fmtid: ::windows_sys::core::GUID {
1078         data1: 2152296704,
1079         data2: 35955,
1080         data3: 18617,
1081         data4: [170, 217, 206, 56, 126, 25, 197, 110],
1082     },
1083     pid: 2u32,
1084 };
1085 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1086 pub const PKEY_Device_ResourcePickerExceptions: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1087     fmtid: ::windows_sys::core::GUID {
1088         data1: 2830656989,
1089         data2: 11837,
1090         data3: 16532,
1091         data4: [173, 151, 229, 147, 167, 12, 117, 214],
1092     },
1093     pid: 13u32,
1094 };
1095 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1096 pub const PKEY_Device_ResourcePickerTags: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1097     fmtid: ::windows_sys::core::GUID {
1098         data1: 2830656989,
1099         data2: 11837,
1100         data3: 16532,
1101         data4: [173, 151, 229, 147, 167, 12, 117, 214],
1102     },
1103     pid: 12u32,
1104 };
1105 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1106 pub const PKEY_Device_SafeRemovalRequired: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1107     fmtid: ::windows_sys::core::GUID {
1108         data1: 2950264384,
1109         data2: 34467,
1110         data3: 16912,
1111         data4: [182, 124, 40, 156, 65, 170, 190, 85],
1112     },
1113     pid: 2u32,
1114 };
1115 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1116 pub const PKEY_Device_SafeRemovalRequiredOverride: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1117     fmtid: ::windows_sys::core::GUID {
1118         data1: 2950264384,
1119         data2: 34467,
1120         data3: 16912,
1121         data4: [182, 124, 40, 156, 65, 170, 190, 85],
1122     },
1123     pid: 3u32,
1124 };
1125 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1126 pub const PKEY_Device_Security: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1127     fmtid: ::windows_sys::core::GUID {
1128         data1: 2757502286,
1129         data2: 57116,
1130         data3: 20221,
1131         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1132     },
1133     pid: 25u32,
1134 };
1135 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1136 pub const PKEY_Device_SecuritySDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1137     fmtid: ::windows_sys::core::GUID {
1138         data1: 2757502286,
1139         data2: 57116,
1140         data3: 20221,
1141         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1142     },
1143     pid: 26u32,
1144 };
1145 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1146 pub const PKEY_Device_Service: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1147     fmtid: ::windows_sys::core::GUID {
1148         data1: 2757502286,
1149         data2: 57116,
1150         data3: 20221,
1151         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1152     },
1153     pid: 6u32,
1154 };
1155 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1156 pub const PKEY_Device_Siblings: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1157     fmtid: ::windows_sys::core::GUID {
1158         data1: 1128310469,
1159         data2: 37882,
1160         data3: 18182,
1161         data4: [151, 44, 123, 100, 128, 8, 165, 167],
1162     },
1163     pid: 10u32,
1164 };
1165 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1166 pub const PKEY_Device_SignalStrength: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1167     fmtid: ::windows_sys::core::GUID { data1: 2161647270, data2: 29811, data3: 19212, data4: [130, 22, 239, 193, 26, 44, 76, 139] },
1168     pid: 6u32,
1169 };
1170 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1171 pub const PKEY_Device_TransportRelations: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1172     fmtid: ::windows_sys::core::GUID {
1173         data1: 1128310469,
1174         data2: 37882,
1175         data3: 18182,
1176         data4: [151, 44, 123, 100, 128, 8, 165, 167],
1177     },
1178     pid: 11u32,
1179 };
1180 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1181 pub const PKEY_Device_UINumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1182     fmtid: ::windows_sys::core::GUID {
1183         data1: 2757502286,
1184         data2: 57116,
1185         data3: 20221,
1186         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1187     },
1188     pid: 18u32,
1189 };
1190 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1191 pub const PKEY_Device_UINumberDescFormat: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1192     fmtid: ::windows_sys::core::GUID {
1193         data1: 2757502286,
1194         data2: 57116,
1195         data3: 20221,
1196         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1197     },
1198     pid: 31u32,
1199 };
1200 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1201 pub const PKEY_Device_UpperFilters: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1202     fmtid: ::windows_sys::core::GUID {
1203         data1: 2757502286,
1204         data2: 57116,
1205         data3: 20221,
1206         data4: [128, 32, 103, 209, 70, 168, 80, 224],
1207     },
1208     pid: 19u32,
1209 };
1210 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1211 pub const PKEY_DrvPkg_BrandingIcon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1212     fmtid: ::windows_sys::core::GUID {
1213         data1: 3480468305,
1214         data2: 15039,
1215         data3: 17570,
1216         data4: [133, 224, 154, 61, 199, 161, 33, 50],
1217     },
1218     pid: 7u32,
1219 };
1220 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1221 pub const PKEY_DrvPkg_DetailedDescription: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1222     fmtid: ::windows_sys::core::GUID {
1223         data1: 3480468305,
1224         data2: 15039,
1225         data3: 17570,
1226         data4: [133, 224, 154, 61, 199, 161, 33, 50],
1227     },
1228     pid: 4u32,
1229 };
1230 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1231 pub const PKEY_DrvPkg_DocumentationLink: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1232     fmtid: ::windows_sys::core::GUID {
1233         data1: 3480468305,
1234         data2: 15039,
1235         data3: 17570,
1236         data4: [133, 224, 154, 61, 199, 161, 33, 50],
1237     },
1238     pid: 5u32,
1239 };
1240 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1241 pub const PKEY_DrvPkg_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1242     fmtid: ::windows_sys::core::GUID {
1243         data1: 3480468305,
1244         data2: 15039,
1245         data3: 17570,
1246         data4: [133, 224, 154, 61, 199, 161, 33, 50],
1247     },
1248     pid: 6u32,
1249 };
1250 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1251 pub const PKEY_DrvPkg_Model: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1252     fmtid: ::windows_sys::core::GUID {
1253         data1: 3480468305,
1254         data2: 15039,
1255         data3: 17570,
1256         data4: [133, 224, 154, 61, 199, 161, 33, 50],
1257     },
1258     pid: 2u32,
1259 };
1260 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1261 pub const PKEY_DrvPkg_VendorWebSite: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1262     fmtid: ::windows_sys::core::GUID {
1263         data1: 3480468305,
1264         data2: 15039,
1265         data3: 17570,
1266         data4: [133, 224, 154, 61, 199, 161, 33, 50],
1267     },
1268     pid: 3u32,
1269 };
1270 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1271 pub const PKEY_FunctionInstance: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1272     fmtid: ::windows_sys::core::GUID { data1: 146850387, data2: 41300, data3: 18246, data4: [144, 5, 130, 222, 83, 23, 20, 139] },
1273     pid: 1u32,
1274 };
1275 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1276 pub const PKEY_Hardware_Devinst: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1277     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1278     pid: 4097u32,
1279 };
1280 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1281 pub const PKEY_Hardware_DisplayAttribute: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1282     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1283     pid: 5u32,
1284 };
1285 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1286 pub const PKEY_Hardware_DriverDate: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1287     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1288     pid: 11u32,
1289 };
1290 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1291 pub const PKEY_Hardware_DriverProvider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1292     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1293     pid: 10u32,
1294 };
1295 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1296 pub const PKEY_Hardware_DriverVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1297     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1298     pid: 9u32,
1299 };
1300 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1301 pub const PKEY_Hardware_Function: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1302     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1303     pid: 4099u32,
1304 };
1305 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1306 pub const PKEY_Hardware_Icon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1307     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1308     pid: 3u32,
1309 };
1310 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1311 pub const PKEY_Hardware_Image: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1312     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1313     pid: 4098u32,
1314 };
1315 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1316 pub const PKEY_Hardware_Manufacturer: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1317     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1318     pid: 6u32,
1319 };
1320 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1321 pub const PKEY_Hardware_Model: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1322     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1323     pid: 7u32,
1324 };
1325 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1326 pub const PKEY_Hardware_Name: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1327     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1328     pid: 2u32,
1329 };
1330 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1331 pub const PKEY_Hardware_SerialNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1332     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1333     pid: 8u32,
1334 };
1335 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1336 pub const PKEY_Hardware_ShellAttributes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1337     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1338     pid: 4100u32,
1339 };
1340 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1341 pub const PKEY_Hardware_Status: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1342     fmtid: ::windows_sys::core::GUID { data1: 1588543218, data2: 57546, data3: 17816, data4: [191, 6, 113, 237, 29, 157, 217, 83] },
1343     pid: 4096u32,
1344 };
1345 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1346 pub const PKEY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1347     fmtid: ::windows_sys::core::GUID { data1: 3072717104, data2: 18415, data3: 4122, data4: [165, 241, 2, 96, 140, 158, 235, 172] },
1348     pid: 10u32,
1349 };
1350 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1351 pub const PKEY_Numa_Proximity_Domain: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1352     fmtid: ::windows_sys::core::GUID {
1353         data1: 1410045054,
1354         data2: 35648,
1355         data3: 17852,
1356         data4: [168, 162, 106, 11, 137, 76, 189, 162],
1357     },
1358     pid: 1u32,
1359 };
1360 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1361 pub const PKEY_PNPX_Associated: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1362     fmtid: ::windows_sys::core::GUID {
1363         data1: 1338312574,
1364         data2: 46726,
1365         data3: 17598,
1366         data4: [147, 227, 134, 202, 254, 54, 140, 205],
1367     },
1368     pid: 2u32,
1369 };
1370 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1371 pub const PKEY_PNPX_Category_Desc_NonPlural: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1372     fmtid: ::windows_sys::core::GUID {
1373         data1: 1701460915,
1374         data2: 60608,
1375         data3: 17405,
1376         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1377     },
1378     pid: 12304u32,
1379 };
1380 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1381 pub const PKEY_PNPX_CompactSignature: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1382     fmtid: ::windows_sys::core::GUID {
1383         data1: 1701460915,
1384         data2: 60608,
1385         data3: 17405,
1386         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1387     },
1388     pid: 28674u32,
1389 };
1390 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1391 pub const PKEY_PNPX_CompatibleTypes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1392     fmtid: ::windows_sys::core::GUID {
1393         data1: 1338312574,
1394         data2: 46726,
1395         data3: 17598,
1396         data4: [147, 227, 134, 202, 254, 54, 140, 205],
1397     },
1398     pid: 3u32,
1399 };
1400 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1401 pub const PKEY_PNPX_DeviceCategory: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1402     fmtid: ::windows_sys::core::GUID {
1403         data1: 1701460915,
1404         data2: 60608,
1405         data3: 17405,
1406         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1407     },
1408     pid: 12292u32,
1409 };
1410 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1411 pub const PKEY_PNPX_DeviceCategory_Desc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1412     fmtid: ::windows_sys::core::GUID {
1413         data1: 1701460915,
1414         data2: 60608,
1415         data3: 17405,
1416         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1417     },
1418     pid: 12293u32,
1419 };
1420 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1421 pub const PKEY_PNPX_DeviceCertHash: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1422     fmtid: ::windows_sys::core::GUID {
1423         data1: 1701460915,
1424         data2: 60608,
1425         data3: 17405,
1426         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1427     },
1428     pid: 28675u32,
1429 };
1430 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1431 pub const PKEY_PNPX_DomainName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1432     fmtid: ::windows_sys::core::GUID {
1433         data1: 1701460915,
1434         data2: 60608,
1435         data3: 17405,
1436         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1437     },
1438     pid: 20480u32,
1439 };
1440 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1441 pub const PKEY_PNPX_FirmwareVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1442     fmtid: ::windows_sys::core::GUID {
1443         data1: 1701460915,
1444         data2: 60608,
1445         data3: 17405,
1446         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1447     },
1448     pid: 12289u32,
1449 };
1450 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1451 pub const PKEY_PNPX_GlobalIdentity: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1452     fmtid: ::windows_sys::core::GUID {
1453         data1: 1701460915,
1454         data2: 60608,
1455         data3: 17405,
1456         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1457     },
1458     pid: 4096u32,
1459 };
1460 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1461 pub const PKEY_PNPX_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1462     fmtid: ::windows_sys::core::GUID {
1463         data1: 1701460915,
1464         data2: 60608,
1465         data3: 17405,
1466         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1467     },
1468     pid: 4101u32,
1469 };
1470 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1471 pub const PKEY_PNPX_IPBusEnumerated: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1472     fmtid: ::windows_sys::core::GUID {
1473         data1: 1701460915,
1474         data2: 60608,
1475         data3: 17405,
1476         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1477     },
1478     pid: 28688u32,
1479 };
1480 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1481 pub const PKEY_PNPX_InstallState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1482     fmtid: ::windows_sys::core::GUID {
1483         data1: 1338312574,
1484         data2: 46726,
1485         data3: 17598,
1486         data4: [147, 227, 134, 202, 254, 54, 140, 205],
1487     },
1488     pid: 4u32,
1489 };
1490 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1491 pub const PKEY_PNPX_Installable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1492     fmtid: ::windows_sys::core::GUID {
1493         data1: 1338312574,
1494         data2: 46726,
1495         data3: 17598,
1496         data4: [147, 227, 134, 202, 254, 54, 140, 205],
1497     },
1498     pid: 1u32,
1499 };
1500 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1501 pub const PKEY_PNPX_IpAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1502     fmtid: ::windows_sys::core::GUID {
1503         data1: 1701460915,
1504         data2: 60608,
1505         data3: 17405,
1506         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1507     },
1508     pid: 12297u32,
1509 };
1510 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1511 pub const PKEY_PNPX_ManufacturerUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1512     fmtid: ::windows_sys::core::GUID {
1513         data1: 1701460915,
1514         data2: 60608,
1515         data3: 17405,
1516         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1517     },
1518     pid: 8193u32,
1519 };
1520 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1521 pub const PKEY_PNPX_MetadataVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1522     fmtid: ::windows_sys::core::GUID {
1523         data1: 1701460915,
1524         data2: 60608,
1525         data3: 17405,
1526         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1527     },
1528     pid: 4100u32,
1529 };
1530 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1531 pub const PKEY_PNPX_ModelUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1532     fmtid: ::windows_sys::core::GUID {
1533         data1: 1701460915,
1534         data2: 60608,
1535         data3: 17405,
1536         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1537     },
1538     pid: 8196u32,
1539 };
1540 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1541 pub const PKEY_PNPX_NetworkInterfaceGuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1542     fmtid: ::windows_sys::core::GUID {
1543         data1: 1701460915,
1544         data2: 60608,
1545         data3: 17405,
1546         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1547     },
1548     pid: 12296u32,
1549 };
1550 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1551 pub const PKEY_PNPX_NetworkInterfaceLuid: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1552     fmtid: ::windows_sys::core::GUID {
1553         data1: 1701460915,
1554         data2: 60608,
1555         data3: 17405,
1556         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1557     },
1558     pid: 12295u32,
1559 };
1560 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1561 pub const PKEY_PNPX_PhysicalAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1562     fmtid: ::windows_sys::core::GUID {
1563         data1: 1701460915,
1564         data2: 60608,
1565         data3: 17405,
1566         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1567     },
1568     pid: 12294u32,
1569 };
1570 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1571 pub const PKEY_PNPX_PresentationUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1572     fmtid: ::windows_sys::core::GUID {
1573         data1: 1701460915,
1574         data2: 60608,
1575         data3: 17405,
1576         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1577     },
1578     pid: 8198u32,
1579 };
1580 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1581 pub const PKEY_PNPX_RemoteAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1582     fmtid: ::windows_sys::core::GUID {
1583         data1: 1701460915,
1584         data2: 60608,
1585         data3: 17405,
1586         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1587     },
1588     pid: 4102u32,
1589 };
1590 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1591 pub const PKEY_PNPX_Removable: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1592     fmtid: ::windows_sys::core::GUID {
1593         data1: 1701460915,
1594         data2: 60608,
1595         data3: 17405,
1596         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1597     },
1598     pid: 28672u32,
1599 };
1600 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1601 pub const PKEY_PNPX_RootProxy: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1602     fmtid: ::windows_sys::core::GUID {
1603         data1: 1701460915,
1604         data2: 60608,
1605         data3: 17405,
1606         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1607     },
1608     pid: 4103u32,
1609 };
1610 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1611 pub const PKEY_PNPX_Scopes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1612     fmtid: ::windows_sys::core::GUID {
1613         data1: 1701460915,
1614         data2: 60608,
1615         data3: 17405,
1616         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1617     },
1618     pid: 4098u32,
1619 };
1620 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1621 pub const PKEY_PNPX_SecureChannel: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1622     fmtid: ::windows_sys::core::GUID {
1623         data1: 1701460915,
1624         data2: 60608,
1625         data3: 17405,
1626         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1627     },
1628     pid: 28673u32,
1629 };
1630 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1631 pub const PKEY_PNPX_SerialNumber: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1632     fmtid: ::windows_sys::core::GUID {
1633         data1: 1701460915,
1634         data2: 60608,
1635         data3: 17405,
1636         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1637     },
1638     pid: 12290u32,
1639 };
1640 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1641 pub const PKEY_PNPX_ServiceAddress: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1642     fmtid: ::windows_sys::core::GUID {
1643         data1: 1701460915,
1644         data2: 60608,
1645         data3: 17405,
1646         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1647     },
1648     pid: 16384u32,
1649 };
1650 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1651 pub const PKEY_PNPX_ServiceControlUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1652     fmtid: ::windows_sys::core::GUID {
1653         data1: 1701460915,
1654         data2: 60608,
1655         data3: 17405,
1656         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1657     },
1658     pid: 16388u32,
1659 };
1660 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1661 pub const PKEY_PNPX_ServiceDescUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1662     fmtid: ::windows_sys::core::GUID {
1663         data1: 1701460915,
1664         data2: 60608,
1665         data3: 17405,
1666         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1667     },
1668     pid: 16389u32,
1669 };
1670 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1671 pub const PKEY_PNPX_ServiceEventSubUrl: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1672     fmtid: ::windows_sys::core::GUID {
1673         data1: 1701460915,
1674         data2: 60608,
1675         data3: 17405,
1676         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1677     },
1678     pid: 16390u32,
1679 };
1680 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1681 pub const PKEY_PNPX_ServiceId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1682     fmtid: ::windows_sys::core::GUID {
1683         data1: 1701460915,
1684         data2: 60608,
1685         data3: 17405,
1686         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1687     },
1688     pid: 16385u32,
1689 };
1690 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1691 pub const PKEY_PNPX_ServiceTypes: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1692     fmtid: ::windows_sys::core::GUID {
1693         data1: 1701460915,
1694         data2: 60608,
1695         data3: 17405,
1696         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1697     },
1698     pid: 16386u32,
1699 };
1700 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1701 pub const PKEY_PNPX_ShareName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1702     fmtid: ::windows_sys::core::GUID {
1703         data1: 1701460915,
1704         data2: 60608,
1705         data3: 17405,
1706         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1707     },
1708     pid: 20482u32,
1709 };
1710 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1711 pub const PKEY_PNPX_Types: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1712     fmtid: ::windows_sys::core::GUID {
1713         data1: 1701460915,
1714         data2: 60608,
1715         data3: 17405,
1716         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1717     },
1718     pid: 4097u32,
1719 };
1720 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1721 pub const PKEY_PNPX_Upc: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1722     fmtid: ::windows_sys::core::GUID {
1723         data1: 1701460915,
1724         data2: 60608,
1725         data3: 17405,
1726         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1727     },
1728     pid: 8197u32,
1729 };
1730 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1731 pub const PKEY_PNPX_XAddrs: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1732     fmtid: ::windows_sys::core::GUID {
1733         data1: 1701460915,
1734         data2: 60608,
1735         data3: 17405,
1736         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1737     },
1738     pid: 4099u32,
1739 };
1740 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1741 pub const PKEY_Pairing_IsWifiOnlyDevice: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1742     fmtid: ::windows_sys::core::GUID {
1743         data1: 2282212070,
1744         data2: 32182,
1745         data3: 20240,
1746         data4: [142, 228, 67, 94, 170, 19, 146, 188],
1747     },
1748     pid: 16u32,
1749 };
1750 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1751 pub const PKEY_Pairing_ListItemDefault: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1752     fmtid: ::windows_sys::core::GUID {
1753         data1: 2282212070,
1754         data2: 32182,
1755         data3: 20240,
1756         data4: [142, 228, 67, 94, 170, 19, 146, 188],
1757     },
1758     pid: 4u32,
1759 };
1760 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1761 pub const PKEY_Pairing_ListItemDescription: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1762     fmtid: ::windows_sys::core::GUID {
1763         data1: 2282212070,
1764         data2: 32182,
1765         data3: 20240,
1766         data4: [142, 228, 67, 94, 170, 19, 146, 188],
1767     },
1768     pid: 2u32,
1769 };
1770 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1771 pub const PKEY_Pairing_ListItemIcon: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1772     fmtid: ::windows_sys::core::GUID {
1773         data1: 2282212070,
1774         data2: 32182,
1775         data3: 20240,
1776         data4: [142, 228, 67, 94, 170, 19, 146, 188],
1777     },
1778     pid: 3u32,
1779 };
1780 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1781 pub const PKEY_Pairing_ListItemText: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1782     fmtid: ::windows_sys::core::GUID {
1783         data1: 2282212070,
1784         data2: 32182,
1785         data3: 20240,
1786         data4: [142, 228, 67, 94, 170, 19, 146, 188],
1787     },
1788     pid: 1u32,
1789 };
1790 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1791 pub const PKEY_SSDP_AltLocationInfo: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1792     fmtid: ::windows_sys::core::GUID {
1793         data1: 1701460915,
1794         data2: 60608,
1795         data3: 17405,
1796         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1797     },
1798     pid: 24576u32,
1799 };
1800 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1801 pub const PKEY_SSDP_DevLifeTime: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1802     fmtid: ::windows_sys::core::GUID {
1803         data1: 1701460915,
1804         data2: 60608,
1805         data3: 17405,
1806         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1807     },
1808     pid: 24577u32,
1809 };
1810 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1811 pub const PKEY_SSDP_NetworkInterface: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1812     fmtid: ::windows_sys::core::GUID {
1813         data1: 1701460915,
1814         data2: 60608,
1815         data3: 17405,
1816         data4: [132, 119, 74, 224, 64, 74, 150, 205],
1817     },
1818     pid: 24578u32,
1819 };
1820 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1821 pub const PKEY_WCN_AssocState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1822     fmtid: ::windows_sys::core::GUID { data1: 2283342728, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1823     pid: 9u32,
1824 };
1825 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1826 pub const PKEY_WCN_AuthType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1827     fmtid: ::windows_sys::core::GUID { data1: 2283342722, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1828     pid: 3u32,
1829 };
1830 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1831 pub const PKEY_WCN_ConfigError: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1832     fmtid: ::windows_sys::core::GUID { data1: 2283342729, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1833     pid: 10u32,
1834 };
1835 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1836 pub const PKEY_WCN_ConfigMethods: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1837     fmtid: ::windows_sys::core::GUID { data1: 2283342725, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1838     pid: 6u32,
1839 };
1840 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1841 pub const PKEY_WCN_ConfigState: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1842     fmtid: ::windows_sys::core::GUID { data1: 2283342729, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1843     pid: 11u32,
1844 };
1845 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1846 pub const PKEY_WCN_ConnType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1847     fmtid: ::windows_sys::core::GUID { data1: 2283342724, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1848     pid: 5u32,
1849 };
1850 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1851 pub const PKEY_WCN_DevicePasswordId: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1852     fmtid: ::windows_sys::core::GUID { data1: 2283342729, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1853     pid: 12u32,
1854 };
1855 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1856 pub const PKEY_WCN_EncryptType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1857     fmtid: ::windows_sys::core::GUID { data1: 2283342723, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1858     pid: 4u32,
1859 };
1860 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1861 pub const PKEY_WCN_OSVersion: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1862     fmtid: ::windows_sys::core::GUID { data1: 2283342729, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1863     pid: 13u32,
1864 };
1865 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1866 pub const PKEY_WCN_RegistrarType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1867     fmtid: ::windows_sys::core::GUID { data1: 2283342731, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1868     pid: 15u32,
1869 };
1870 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1871 pub const PKEY_WCN_RequestType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1872     fmtid: ::windows_sys::core::GUID { data1: 2283342721, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1873     pid: 2u32,
1874 };
1875 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1876 pub const PKEY_WCN_RfBand: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1877     fmtid: ::windows_sys::core::GUID { data1: 2283342727, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1878     pid: 8u32,
1879 };
1880 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1881 pub const PKEY_WCN_VendorExtension: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1882     fmtid: ::windows_sys::core::GUID { data1: 2283342730, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1883     pid: 14u32,
1884 };
1885 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1886 pub const PKEY_WCN_Version: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1887     fmtid: ::windows_sys::core::GUID { data1: 2283342720, data2: 18052, data3: 4570, data4: [162, 106, 0, 2, 179, 152, 142, 129] },
1888     pid: 1u32,
1889 };
1890 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1891 pub const PKEY_WNET_Comment: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1892     fmtid: ::windows_sys::core::GUID {
1893         data1: 3736970298,
1894         data2: 14259,
1895         data3: 17283,
1896         data4: [145, 231, 68, 152, 218, 41, 149, 171],
1897     },
1898     pid: 7u32,
1899 };
1900 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1901 pub const PKEY_WNET_DisplayType: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1902     fmtid: ::windows_sys::core::GUID {
1903         data1: 3736970298,
1904         data2: 14259,
1905         data3: 17283,
1906         data4: [145, 231, 68, 152, 218, 41, 149, 171],
1907     },
1908     pid: 3u32,
1909 };
1910 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1911 pub const PKEY_WNET_LocalName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1912     fmtid: ::windows_sys::core::GUID {
1913         data1: 3736970298,
1914         data2: 14259,
1915         data3: 17283,
1916         data4: [145, 231, 68, 152, 218, 41, 149, 171],
1917     },
1918     pid: 5u32,
1919 };
1920 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1921 pub const PKEY_WNET_Provider: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1922     fmtid: ::windows_sys::core::GUID {
1923         data1: 3736970298,
1924         data2: 14259,
1925         data3: 17283,
1926         data4: [145, 231, 68, 152, 218, 41, 149, 171],
1927     },
1928     pid: 8u32,
1929 };
1930 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1931 pub const PKEY_WNET_RemoteName: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1932     fmtid: ::windows_sys::core::GUID {
1933         data1: 3736970298,
1934         data2: 14259,
1935         data3: 17283,
1936         data4: [145, 231, 68, 152, 218, 41, 149, 171],
1937     },
1938     pid: 6u32,
1939 };
1940 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1941 pub const PKEY_WNET_Scope: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1942     fmtid: ::windows_sys::core::GUID {
1943         data1: 3736970298,
1944         data2: 14259,
1945         data3: 17283,
1946         data4: [145, 231, 68, 152, 218, 41, 149, 171],
1947     },
1948     pid: 1u32,
1949 };
1950 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1951 pub const PKEY_WNET_Type: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1952     fmtid: ::windows_sys::core::GUID {
1953         data1: 3736970298,
1954         data2: 14259,
1955         data3: 17283,
1956         data4: [145, 231, 68, 152, 218, 41, 149, 171],
1957     },
1958     pid: 2u32,
1959 };
1960 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")]
1961 pub const PKEY_WNET_Usage: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY {
1962     fmtid: ::windows_sys::core::GUID {
1963         data1: 3736970298,
1964         data2: 14259,
1965         data3: 17283,
1966         data4: [145, 231, 68, 152, 218, 41, 149, 171],
1967     },
1968     pid: 4u32,
1969 };
1970 pub const PNPXAssociation: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3471363273, data2: 20331, data3: 17513, data4: [162, 53, 90, 34, 134, 158, 239, 3] };
1971 pub const PNPXPairingHandler: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
1972     data1: 3097655618,
1973     data2: 44519,
1974     data3: 16517,
1975     data4: [170, 110, 79, 173, 199, 173, 161, 239],
1976 };
1977 pub const PNPX_INSTALLSTATE_FAILED: u32 = 3u32;
1978 pub const PNPX_INSTALLSTATE_INSTALLED: u32 = 1u32;
1979 pub const PNPX_INSTALLSTATE_INSTALLING: u32 = 2u32;
1980 pub const PNPX_INSTALLSTATE_NOTINSTALLED: u32 = 0u32;
1981 pub type PropertyConstraint = i32;
1982 pub const QC_EQUALS: PropertyConstraint = 0i32;
1983 pub const QC_NOTEQUAL: PropertyConstraint = 1i32;
1984 pub const QC_LESSTHAN: PropertyConstraint = 2i32;
1985 pub const QC_LESSTHANOREQUAL: PropertyConstraint = 3i32;
1986 pub const QC_GREATERTHAN: PropertyConstraint = 4i32;
1987 pub const QC_GREATERTHANOREQUAL: PropertyConstraint = 5i32;
1988 pub const QC_STARTSWITH: PropertyConstraint = 6i32;
1989 pub const QC_EXISTS: PropertyConstraint = 7i32;
1990 pub const QC_DOESNOTEXIST: PropertyConstraint = 8i32;
1991 pub const QC_CONTAINS: PropertyConstraint = 9i32;
1992 pub const PropertyStore: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3833161040, data2: 57185, data3: 17547, data4: [145, 147, 19, 252, 19, 65, 177, 99] };
1993 pub const PropertyStoreCollection: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3990052905, data2: 55123, data3: 18530, data4: [170, 91, 91, 204, 173, 42, 77, 41] };
1994 pub type QueryCategoryType = i32;
1995 pub const QCT_PROVIDER: QueryCategoryType = 0i32;
1996 pub const QCT_LAYERED: QueryCategoryType = 1i32;
1997 pub type QueryUpdateAction = i32;
1998 pub const QUA_ADD: QueryUpdateAction = 0i32;
1999 pub const QUA_REMOVE: QueryUpdateAction = 1i32;
2000 pub const QUA_CHANGE: QueryUpdateAction = 2i32;
2001 pub const SID_DeviceDisplayStatusManager: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 4120552787, data2: 33545, data3: 18122, data4: [151, 54, 26, 195, 198, 45, 96, 49] };
2002 pub const SID_EnumDeviceFunction: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
2003     data1: 333507042,
2004     data2: 50170,
2005     data3: 20028,
2006     data4: [144, 110, 100, 80, 47, 164, 220, 149],
2007 };
2008 pub const SID_EnumInterface: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
2009     data1: 1089122489,
2010     data2: 19839,
2011     data3: 19283,
2012     data4: [163, 52, 21, 129, 221, 144, 65, 244],
2013 };
2014 pub const SID_FDPairingHandler: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
2015     data1: 943417850,
2016     data2: 21638,
2017     data3: 18906,
2018     data4: [145, 245, 214, 60, 36, 200, 233, 208],
2019 };
2020 pub const SID_FunctionDiscoveryProviderRefresh: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 726449609, data2: 12740, data3: 16596, data4: [166, 45, 119, 42, 161, 116, 237, 82] };
2021 pub const SID_PNPXAssociation: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3471363273, data2: 20331, data3: 17513, data4: [162, 53, 90, 34, 134, 158, 239, 3] };
2022 pub const SID_PNPXPropertyStore: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
2023     data1: 2825203889,
2024     data2: 21551,
2025     data3: 17311,
2026     data4: [183, 28, 176, 117, 107, 19, 103, 122],
2027 };
2028 pub const SID_PNPXServiceCollection: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
2029     data1: 1134461166,
2030     data2: 41495,
2031     data3: 18194,
2032     data4: [159, 166, 222, 171, 217, 194, 167, 39],
2033 };
2034 pub const SID_PnpProvider: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2164340366, data2: 51899, data3: 17446, data4: [172, 255, 150, 196, 16, 129, 32, 0] };
2035 pub const SID_UPnPActivator: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 218982123, data2: 53108, data3: 16740, data4: [181, 47, 8, 52, 70, 114, 221, 70] };
2036 pub const SID_UninstallDeviceFunction: ::windows_sys::core::GUID = ::windows_sys::core::GUID {
2037     data1: 3374339694,
2038     data2: 22129,
2039     data3: 17558,
2040     data4: [128, 37, 191, 11, 137, 189, 68, 205],
2041 };
2042 pub const SID_UnpairProvider: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2309292796, data2: 34171, data3: 18072, data4: [160, 183, 2, 113, 146, 0, 47, 158] };
2043 pub type SystemVisibilityFlags = i32;
2044 pub const SVF_SYSTEM: SystemVisibilityFlags = 0i32;
2045 pub const SVF_USER: SystemVisibilityFlags = 1i32;
2046