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 #[cfg(feature = "Win32_Foundation")] DMProcessConfigXMLFiltered(pszxmlin: super::super::Foundation::PWSTR, rgszallowedcspnodes: *const super::super::Foundation::PWSTR, dwnumallowedcspnodes: u32, pbstrxmlout: *mut super::super::Foundation::BSTR) -> ::windows_sys::core::HRESULT5 pub fn DMProcessConfigXMLFiltered(pszxmlin: super::super::Foundation::PWSTR, rgszallowedcspnodes: *const super::super::Foundation::PWSTR, dwnumallowedcspnodes: u32, pbstrxmlout: *mut super::super::Foundation::BSTR) -> ::windows_sys::core::HRESULT; 6 } 7 pub const CLSID_WPD_NAMESPACE_EXTENSION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 897084732, data2: 45173, data3: 18873, data4: [136, 221, 2, 152, 118, 225, 28, 1] }; 8 pub type DELETE_OBJECT_OPTIONS = i32; 9 pub const PORTABLE_DEVICE_DELETE_NO_RECURSION: DELETE_OBJECT_OPTIONS = 0i32; 10 pub const PORTABLE_DEVICE_DELETE_WITH_RECURSION: DELETE_OBJECT_OPTIONS = 1i32; 11 pub type DEVICE_RADIO_STATE = i32; 12 pub const DRS_RADIO_ON: DEVICE_RADIO_STATE = 0i32; 13 pub const DRS_SW_RADIO_OFF: DEVICE_RADIO_STATE = 1i32; 14 pub const DRS_HW_RADIO_OFF: DEVICE_RADIO_STATE = 2i32; 15 pub const DRS_SW_HW_RADIO_OFF: DEVICE_RADIO_STATE = 3i32; 16 pub const DRS_HW_RADIO_ON_UNCONTROLLABLE: DEVICE_RADIO_STATE = 4i32; 17 pub const DRS_RADIO_INVALID: DEVICE_RADIO_STATE = 5i32; 18 pub const DRS_HW_RADIO_OFF_UNCONTROLLABLE: DEVICE_RADIO_STATE = 6i32; 19 pub const DRS_RADIO_MAX: DEVICE_RADIO_STATE = 6i32; 20 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 21 pub const DEVPKEY_MTPBTH_IsConnected: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 22 fmtid: ::windows_sys::core::GUID { 23 data1: 3927062522, 24 data2: 22685, 25 data3: 17522, 26 data4: [132, 228, 10, 190, 54, 253, 98, 239], 27 }, 28 pid: 2u32, 29 }; 30 pub const DEVSVCTYPE_ABSTRACT: u32 = 1u32; 31 pub const DEVSVCTYPE_DEFAULT: u32 = 0u32; 32 pub const DEVSVC_SERVICEINFO_VERSION: u32 = 100u32; 33 pub const ENUM_AnchorResults_AnchorStateInvalid: u32 = 1u32; 34 pub const ENUM_AnchorResults_AnchorStateNormal: u32 = 0u32; 35 pub const ENUM_AnchorResults_AnchorStateOld: u32 = 2u32; 36 pub const ENUM_AnchorResults_ItemStateChanged: u32 = 4u32; 37 pub const ENUM_AnchorResults_ItemStateCreated: u32 = 2u32; 38 pub const ENUM_AnchorResults_ItemStateDeleted: u32 = 1u32; 39 pub const ENUM_AnchorResults_ItemStateInvalid: u32 = 0u32; 40 pub const ENUM_AnchorResults_ItemStateUpdated: u32 = 3u32; 41 pub const ENUM_CalendarObj_BusyStatusBusy: u32 = 1u32; 42 pub const ENUM_CalendarObj_BusyStatusFree: u32 = 0u32; 43 pub const ENUM_CalendarObj_BusyStatusOutOfOffice: u32 = 2u32; 44 pub const ENUM_CalendarObj_BusyStatusTentative: u32 = 3u32; 45 pub const ENUM_DeviceMetadataObj_DefaultCABFalse: u32 = 0u32; 46 pub const ENUM_DeviceMetadataObj_DefaultCABTrue: u32 = 1u32; 47 pub const ENUM_MessageObj_PatternInstanceFirst: u32 = 1u32; 48 pub const ENUM_MessageObj_PatternInstanceFourth: u32 = 4u32; 49 pub const ENUM_MessageObj_PatternInstanceLast: u32 = 5u32; 50 pub const ENUM_MessageObj_PatternInstanceNone: u32 = 0u32; 51 pub const ENUM_MessageObj_PatternInstanceSecond: u32 = 2u32; 52 pub const ENUM_MessageObj_PatternInstanceThird: u32 = 3u32; 53 pub const ENUM_MessageObj_PatternTypeDaily: u32 = 1u32; 54 pub const ENUM_MessageObj_PatternTypeMonthly: u32 = 3u32; 55 pub const ENUM_MessageObj_PatternTypeWeekly: u32 = 2u32; 56 pub const ENUM_MessageObj_PatternTypeYearly: u32 = 4u32; 57 pub const ENUM_MessageObj_PriorityHighest: u32 = 2u32; 58 pub const ENUM_MessageObj_PriorityLowest: u32 = 0u32; 59 pub const ENUM_MessageObj_PriorityNormal: u32 = 1u32; 60 pub const ENUM_MessageObj_ReadFalse: u32 = 0u32; 61 pub const ENUM_MessageObj_ReadTrue: u32 = 255u32; 62 pub const ENUM_StatusSvc_ChargingActive: u32 = 1u32; 63 pub const ENUM_StatusSvc_ChargingInactive: u32 = 0u32; 64 pub const ENUM_StatusSvc_ChargingUnknown: u32 = 2u32; 65 pub const ENUM_StatusSvc_RoamingActive: u32 = 1u32; 66 pub const ENUM_StatusSvc_RoamingInactive: u32 = 0u32; 67 pub const ENUM_StatusSvc_RoamingUnknown: u32 = 2u32; 68 pub const ENUM_SyncSvc_SyncObjectReferencesDisabled: u32 = 0u32; 69 pub const ENUM_SyncSvc_SyncObjectReferencesEnabled: u32 = 255u32; 70 pub const ENUM_TaskObj_CompleteFalse: u32 = 0u32; 71 pub const ENUM_TaskObj_CompleteTrue: u32 = 255u32; 72 pub const E_WPD_DEVICE_ALREADY_OPENED: ::windows_sys::core::HRESULT = -2144731135i32; 73 pub const E_WPD_DEVICE_IS_HUNG: ::windows_sys::core::HRESULT = -2144731130i32; 74 pub const E_WPD_DEVICE_NOT_OPEN: ::windows_sys::core::HRESULT = -2144731134i32; 75 pub const E_WPD_OBJECT_ALREADY_ATTACHED_TO_DEVICE: ::windows_sys::core::HRESULT = -2144731133i32; 76 pub const E_WPD_OBJECT_ALREADY_ATTACHED_TO_SERVICE: ::windows_sys::core::HRESULT = -2144730934i32; 77 pub const E_WPD_OBJECT_NOT_ATTACHED_TO_DEVICE: ::windows_sys::core::HRESULT = -2144731132i32; 78 pub const E_WPD_OBJECT_NOT_ATTACHED_TO_SERVICE: ::windows_sys::core::HRESULT = -2144730933i32; 79 pub const E_WPD_OBJECT_NOT_COMMITED: ::windows_sys::core::HRESULT = -2144731131i32; 80 pub const E_WPD_SERVICE_ALREADY_OPENED: ::windows_sys::core::HRESULT = -2144730936i32; 81 pub const E_WPD_SERVICE_BAD_PARAMETER_ORDER: ::windows_sys::core::HRESULT = -2144730932i32; 82 pub const E_WPD_SERVICE_NOT_OPEN: ::windows_sys::core::HRESULT = -2144730935i32; 83 pub const E_WPD_SMS_INVALID_MESSAGE_BODY: ::windows_sys::core::HRESULT = -2144731035i32; 84 pub const E_WPD_SMS_INVALID_RECIPIENT: ::windows_sys::core::HRESULT = -2144731036i32; 85 pub const E_WPD_SMS_SERVICE_UNAVAILABLE: ::windows_sys::core::HRESULT = -2144731034i32; 86 pub const EnumBthMtpConnectors: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2706833737, data2: 58949, data3: 20291, data4: [139, 13, 64, 155, 6, 29, 178, 252] }; 87 pub const FACILITY_WPD: u32 = 42u32; 88 pub const FLAG_MessageObj_DayOfWeekFriday: u32 = 32u32; 89 pub const FLAG_MessageObj_DayOfWeekMonday: u32 = 2u32; 90 pub const FLAG_MessageObj_DayOfWeekNone: u32 = 0u32; 91 pub const FLAG_MessageObj_DayOfWeekSaturday: u32 = 64u32; 92 pub const FLAG_MessageObj_DayOfWeekSunday: u32 = 1u32; 93 pub const FLAG_MessageObj_DayOfWeekThursday: u32 = 16u32; 94 pub const FLAG_MessageObj_DayOfWeekTuesday: u32 = 4u32; 95 pub const FLAG_MessageObj_DayOfWeekWednesday: u32 = 8u32; 96 pub const GUID_DEVINTERFACE_WPD: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1791129720, data2: 42746, data3: 16725, data4: [186, 133, 249, 143, 73, 29, 79, 51] }; 97 pub const GUID_DEVINTERFACE_WPD_PRIVATE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 98 data1: 3121377679, 99 data2: 19949, 100 data3: 18871, 101 data4: [189, 211, 250, 190, 40, 102, 18, 17], 102 }; 103 pub const GUID_DEVINTERFACE_WPD_SERVICE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 104 data1: 2666811264, 105 data2: 15716, 106 data3: 16966, 107 data4: [166, 170, 32, 111, 50, 141, 30, 220], 108 }; 109 pub type IConnectionRequestCallback = *mut ::core::ffi::c_void; 110 pub type IEnumPortableDeviceConnectors = *mut ::core::ffi::c_void; 111 pub type IEnumPortableDeviceObjectIDs = *mut ::core::ffi::c_void; 112 pub type IMediaRadioManager = *mut ::core::ffi::c_void; 113 pub type IMediaRadioManagerNotifySink = *mut ::core::ffi::c_void; 114 pub const IOCTL_WPD_MESSAGE_READWRITE_ACCESS: u32 = 4243720u32; 115 pub const IOCTL_WPD_MESSAGE_READ_ACCESS: u32 = 4210952u32; 116 pub type IPortableDevice = *mut ::core::ffi::c_void; 117 pub type IPortableDeviceCapabilities = *mut ::core::ffi::c_void; 118 pub type IPortableDeviceConnector = *mut ::core::ffi::c_void; 119 pub type IPortableDeviceContent = *mut ::core::ffi::c_void; 120 pub type IPortableDeviceContent2 = *mut ::core::ffi::c_void; 121 pub type IPortableDeviceDataStream = *mut ::core::ffi::c_void; 122 pub type IPortableDeviceDispatchFactory = *mut ::core::ffi::c_void; 123 pub type IPortableDeviceEventCallback = *mut ::core::ffi::c_void; 124 pub type IPortableDeviceKeyCollection = *mut ::core::ffi::c_void; 125 pub type IPortableDeviceManager = *mut ::core::ffi::c_void; 126 pub type IPortableDevicePropVariantCollection = *mut ::core::ffi::c_void; 127 pub type IPortableDeviceProperties = *mut ::core::ffi::c_void; 128 pub type IPortableDevicePropertiesBulk = *mut ::core::ffi::c_void; 129 pub type IPortableDevicePropertiesBulkCallback = *mut ::core::ffi::c_void; 130 pub type IPortableDeviceResources = *mut ::core::ffi::c_void; 131 pub type IPortableDeviceService = *mut ::core::ffi::c_void; 132 pub type IPortableDeviceServiceActivation = *mut ::core::ffi::c_void; 133 pub type IPortableDeviceServiceCapabilities = *mut ::core::ffi::c_void; 134 pub type IPortableDeviceServiceManager = *mut ::core::ffi::c_void; 135 pub type IPortableDeviceServiceMethodCallback = *mut ::core::ffi::c_void; 136 pub type IPortableDeviceServiceMethods = *mut ::core::ffi::c_void; 137 pub type IPortableDeviceServiceOpenCallback = *mut ::core::ffi::c_void; 138 pub type IPortableDeviceUnitsStream = *mut ::core::ffi::c_void; 139 pub type IPortableDeviceValues = *mut ::core::ffi::c_void; 140 pub type IPortableDeviceValuesCollection = *mut ::core::ffi::c_void; 141 pub type IPortableDeviceWebControl = *mut ::core::ffi::c_void; 142 pub type IRadioInstance = *mut ::core::ffi::c_void; 143 pub type IRadioInstanceCollection = *mut ::core::ffi::c_void; 144 pub type IWpdSerializer = *mut ::core::ffi::c_void; 145 pub const PortableDevice: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1921655237, data2: 15774, data3: 18647, data4: [152, 16, 134, 72, 72, 240, 244, 4] }; 146 pub const PortableDeviceDispatchFactory: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1126375987, data2: 33592, data3: 18008, data4: [174, 1, 11, 74, 232, 48, 182, 176] }; 147 pub const PortableDeviceFTM: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 148 data1: 4156556186, 149 data2: 18274, 150 data3: 18570, 151 data4: [180, 179, 118, 14, 249, 161, 186, 155], 152 }; 153 pub const PortableDeviceKeyCollection: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 154 data1: 3727491629, 155 data2: 9344, 156 data3: 17342, 157 data4: [151, 240, 209, 250, 44, 249, 143, 79], 158 }; 159 pub const PortableDeviceManager: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 183569644, data2: 11981, data3: 19346, data4: [149, 129, 52, 246, 174, 6, 55, 243] }; 160 pub const PortableDevicePropVariantCollection: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 161 data1: 145333807, 162 data2: 28013, 163 data3: 19328, 164 data4: [175, 90, 186, 242, 188, 190, 76, 185], 165 }; 166 pub const PortableDeviceService: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 167 data1: 4015895746, 168 data2: 37650, 169 data3: 16940, 170 data4: [145, 82, 65, 28, 217, 196, 221, 132], 171 }; 172 pub const PortableDeviceServiceFTM: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 373928276, data2: 51092, data3: 18810, data4: [155, 3, 243, 240, 18, 19, 2, 243] }; 173 pub const PortableDeviceValues: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 202757379, data2: 53271, data3: 18382, data4: [144, 22, 123, 63, 151, 135, 33, 204] }; 174 pub const PortableDeviceValuesCollection: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 948048717, data2: 5327, data3: 16928, data4: [156, 180, 67, 95, 134, 216, 63, 96] }; 175 pub const PortableDeviceWebControl: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 176 data1: 409849900, 177 data2: 11756, 178 data3: 16821, 179 data4: [167, 212, 181, 144, 86, 250, 222, 81], 180 }; 181 pub const RANGEMAX_MessageObj_PatternDayOfMonth: u32 = 31u32; 182 pub const RANGEMAX_MessageObj_PatternMonthOfYear: u32 = 12u32; 183 pub const RANGEMAX_StatusSvc_BatteryLife: u32 = 100u32; 184 pub const RANGEMAX_StatusSvc_MissedCalls: u32 = 255u32; 185 pub const RANGEMAX_StatusSvc_NewPictures: u32 = 65535u32; 186 pub const RANGEMAX_StatusSvc_SignalStrength: u32 = 4u32; 187 pub const RANGEMAX_StatusSvc_TextMessages: u32 = 255u32; 188 pub const RANGEMAX_StatusSvc_VoiceMail: u32 = 255u32; 189 pub const RANGEMIN_MessageObj_PatternDayOfMonth: u32 = 1u32; 190 pub const RANGEMIN_MessageObj_PatternMonthOfYear: u32 = 1u32; 191 pub const RANGEMIN_StatusSvc_BatteryLife: u32 = 0u32; 192 pub const RANGEMIN_StatusSvc_SignalStrength: u32 = 0u32; 193 pub const RANGESTEP_MessageObj_PatternDayOfMonth: u32 = 1u32; 194 pub const RANGESTEP_MessageObj_PatternMonthOfYear: u32 = 1u32; 195 pub const RANGESTEP_StatusSvc_BatteryLife: u32 = 1u32; 196 pub const RANGESTEP_StatusSvc_SignalStrength: u32 = 1u32; 197 pub type SMS_MESSAGE_TYPES = i32; 198 pub const SMS_TEXT_MESSAGE: SMS_MESSAGE_TYPES = 0i32; 199 pub const SMS_BINARY_MESSAGE: SMS_MESSAGE_TYPES = 1i32; 200 pub const SYNCSVC_FILTER_CALENDAR_WINDOW_WITH_RECURRENCE: u32 = 3u32; 201 pub const SYNCSVC_FILTER_CONTACTS_WITH_PHONE: u32 = 1u32; 202 pub const SYNCSVC_FILTER_NONE: u32 = 0u32; 203 pub const SYNCSVC_FILTER_TASK_ACTIVE: u32 = 2u32; 204 pub type SYSTEM_RADIO_STATE = i32; 205 pub const SRS_RADIO_ENABLED: SYSTEM_RADIO_STATE = 0i32; 206 pub const SRS_RADIO_DISABLED: SYSTEM_RADIO_STATE = 1i32; 207 pub const TYPE_AnchorSyncSvc: u32 = 1u32; 208 pub const TYPE_CalendarSvc: u32 = 0u32; 209 pub const TYPE_ContactsSvc: u32 = 0u32; 210 pub const TYPE_DeviceMetadataSvc: u32 = 0u32; 211 pub const TYPE_FullEnumSyncSvc: u32 = 1u32; 212 pub const TYPE_HintsSvc: u32 = 0u32; 213 pub const TYPE_MessageSvc: u32 = 0u32; 214 pub const TYPE_NotesSvc: u32 = 0u32; 215 pub const TYPE_RingtonesSvc: u32 = 0u32; 216 pub const TYPE_StatusSvc: u32 = 0u32; 217 pub const TYPE_TasksSvc: u32 = 0u32; 218 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 219 pub const WPDNSE_OBJECT_HAS_ALBUM_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 220 fmtid: ::windows_sys::core::GUID { 221 data1: 886510601, 222 data2: 19271, 223 data3: 19840, 224 data4: [170, 172, 58, 40, 164, 163, 179, 230], 225 }, 226 pid: 6u32, 227 }; 228 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 229 pub const WPDNSE_OBJECT_HAS_AUDIO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 230 fmtid: ::windows_sys::core::GUID { 231 data1: 886510601, 232 data2: 19271, 233 data3: 19840, 234 data4: [170, 172, 58, 40, 164, 163, 179, 230], 235 }, 236 pid: 5u32, 237 }; 238 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 239 pub const WPDNSE_OBJECT_HAS_CONTACT_PHOTO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 240 fmtid: ::windows_sys::core::GUID { 241 data1: 886510601, 242 data2: 19271, 243 data3: 19840, 244 data4: [170, 172, 58, 40, 164, 163, 179, 230], 245 }, 246 pid: 2u32, 247 }; 248 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 249 pub const WPDNSE_OBJECT_HAS_ICON: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 250 fmtid: ::windows_sys::core::GUID { 251 data1: 886510601, 252 data2: 19271, 253 data3: 19840, 254 data4: [170, 172, 58, 40, 164, 163, 179, 230], 255 }, 256 pid: 4u32, 257 }; 258 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 259 pub const WPDNSE_OBJECT_HAS_THUMBNAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 260 fmtid: ::windows_sys::core::GUID { 261 data1: 886510601, 262 data2: 19271, 263 data3: 19840, 264 data4: [170, 172, 58, 40, 164, 163, 179, 230], 265 }, 266 pid: 3u32, 267 }; 268 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 269 pub const WPDNSE_OBJECT_OPTIMAL_READ_BLOCK_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 270 fmtid: ::windows_sys::core::GUID { 271 data1: 886510601, 272 data2: 19271, 273 data3: 19840, 274 data4: [170, 172, 58, 40, 164, 163, 179, 230], 275 }, 276 pid: 7u32, 277 }; 278 pub const WPDNSE_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 279 data1: 886510601, 280 data2: 19271, 281 data3: 19840, 282 data4: [170, 172, 58, 40, 164, 163, 179, 230], 283 }; 284 pub const WPDNSE_PROPSHEET_CONTENT_DETAILS: u32 = 32u32; 285 pub const WPDNSE_PROPSHEET_CONTENT_GENERAL: u32 = 4u32; 286 pub const WPDNSE_PROPSHEET_CONTENT_REFERENCES: u32 = 8u32; 287 pub const WPDNSE_PROPSHEET_CONTENT_RESOURCES: u32 = 16u32; 288 pub const WPDNSE_PROPSHEET_DEVICE_GENERAL: u32 = 1u32; 289 pub const WPDNSE_PROPSHEET_STORAGE_GENERAL: u32 = 2u32; 290 pub const WPD_API_OPTIONS_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 283462206, data2: 1325, data3: 18295, data4: [161, 60, 222, 118, 20, 190, 43, 196] }; 291 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 292 pub const WPD_API_OPTION_IOCTL_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 293 fmtid: ::windows_sys::core::GUID { data1: 283462206, data2: 1325, data3: 18295, data4: [161, 60, 222, 118, 20, 190, 43, 196] }, 294 pid: 3u32, 295 }; 296 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 297 pub const WPD_API_OPTION_USE_CLEAR_DATA_STREAM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 298 fmtid: ::windows_sys::core::GUID { data1: 283462206, data2: 1325, data3: 18295, data4: [161, 60, 222, 118, 20, 190, 43, 196] }, 299 pid: 2u32, 300 }; 301 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 302 pub const WPD_APPOINTMENT_ACCEPTED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 303 fmtid: ::windows_sys::core::GUID { 304 data1: 4187946243, 305 data2: 17181, 306 data3: 16600, 307 data4: [161, 201, 78, 34, 13, 156, 136, 211], 308 }, 309 pid: 10u32, 310 }; 311 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 312 pub const WPD_APPOINTMENT_DECLINED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 313 fmtid: ::windows_sys::core::GUID { 314 data1: 4187946243, 315 data2: 17181, 316 data3: 16600, 317 data4: [161, 201, 78, 34, 13, 156, 136, 211], 318 }, 319 pid: 13u32, 320 }; 321 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 322 pub const WPD_APPOINTMENT_LOCATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 323 fmtid: ::windows_sys::core::GUID { 324 data1: 4187946243, 325 data2: 17181, 326 data3: 16600, 327 data4: [161, 201, 78, 34, 13, 156, 136, 211], 328 }, 329 pid: 3u32, 330 }; 331 pub const WPD_APPOINTMENT_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 332 data1: 4187946243, 333 data2: 17181, 334 data3: 16600, 335 data4: [161, 201, 78, 34, 13, 156, 136, 211], 336 }; 337 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 338 pub const WPD_APPOINTMENT_OPTIONAL_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 339 fmtid: ::windows_sys::core::GUID { 340 data1: 4187946243, 341 data2: 17181, 342 data3: 16600, 343 data4: [161, 201, 78, 34, 13, 156, 136, 211], 344 }, 345 pid: 9u32, 346 }; 347 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 348 pub const WPD_APPOINTMENT_REQUIRED_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 349 fmtid: ::windows_sys::core::GUID { 350 data1: 4187946243, 351 data2: 17181, 352 data3: 16600, 353 data4: [161, 201, 78, 34, 13, 156, 136, 211], 354 }, 355 pid: 8u32, 356 }; 357 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 358 pub const WPD_APPOINTMENT_RESOURCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 359 fmtid: ::windows_sys::core::GUID { 360 data1: 4187946243, 361 data2: 17181, 362 data3: 16600, 363 data4: [161, 201, 78, 34, 13, 156, 136, 211], 364 }, 365 pid: 11u32, 366 }; 367 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 368 pub const WPD_APPOINTMENT_TENTATIVE_ATTENDEES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 369 fmtid: ::windows_sys::core::GUID { 370 data1: 4187946243, 371 data2: 17181, 372 data3: 16600, 373 data4: [161, 201, 78, 34, 13, 156, 136, 211], 374 }, 375 pid: 12u32, 376 }; 377 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 378 pub const WPD_APPOINTMENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 379 fmtid: ::windows_sys::core::GUID { 380 data1: 4187946243, 381 data2: 17181, 382 data3: 16600, 383 data4: [161, 201, 78, 34, 13, 156, 136, 211], 384 }, 385 pid: 7u32, 386 }; 387 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 388 pub const WPD_AUDIO_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 389 fmtid: ::windows_sys::core::GUID { 390 data1: 3005543786, 391 data2: 56413, 392 data3: 18149, 393 data4: [182, 223, 210, 234, 65, 72, 136, 198], 394 }, 395 pid: 9u32, 396 }; 397 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 398 pub const WPD_AUDIO_BIT_DEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 399 fmtid: ::windows_sys::core::GUID { 400 data1: 3005543786, 401 data2: 56413, 402 data3: 18149, 403 data4: [182, 223, 210, 234, 65, 72, 136, 198], 404 }, 405 pid: 12u32, 406 }; 407 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 408 pub const WPD_AUDIO_BLOCK_ALIGNMENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 409 fmtid: ::windows_sys::core::GUID { 410 data1: 3005543786, 411 data2: 56413, 412 data3: 18149, 413 data4: [182, 223, 210, 234, 65, 72, 136, 198], 414 }, 415 pid: 13u32, 416 }; 417 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 418 pub const WPD_AUDIO_CHANNEL_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 419 fmtid: ::windows_sys::core::GUID { 420 data1: 3005543786, 421 data2: 56413, 422 data3: 18149, 423 data4: [182, 223, 210, 234, 65, 72, 136, 198], 424 }, 425 pid: 10u32, 426 }; 427 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 428 pub const WPD_AUDIO_FORMAT_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 429 fmtid: ::windows_sys::core::GUID { 430 data1: 3005543786, 431 data2: 56413, 432 data3: 18149, 433 data4: [182, 223, 210, 234, 65, 72, 136, 198], 434 }, 435 pid: 11u32, 436 }; 437 pub type WPD_BITRATE_TYPES = i32; 438 pub const WPD_BITRATE_TYPE_UNUSED: WPD_BITRATE_TYPES = 0i32; 439 pub const WPD_BITRATE_TYPE_DISCRETE: WPD_BITRATE_TYPES = 1i32; 440 pub const WPD_BITRATE_TYPE_VARIABLE: WPD_BITRATE_TYPES = 2i32; 441 pub const WPD_BITRATE_TYPE_FREE: WPD_BITRATE_TYPES = 3i32; 442 pub type WPD_CAPTURE_MODES = i32; 443 pub const WPD_CAPTURE_MODE_UNDEFINED: WPD_CAPTURE_MODES = 0i32; 444 pub const WPD_CAPTURE_MODE_NORMAL: WPD_CAPTURE_MODES = 1i32; 445 pub const WPD_CAPTURE_MODE_BURST: WPD_CAPTURE_MODES = 2i32; 446 pub const WPD_CAPTURE_MODE_TIMELAPSE: WPD_CAPTURE_MODES = 3i32; 447 pub const WPD_CATEGORY_CAPABILITIES: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }; 448 pub const WPD_CATEGORY_COMMON: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 449 data1: 4030868124, 450 data2: 24008, 451 data3: 17472, 452 data4: [181, 189, 93, 242, 136, 53, 101, 138], 453 }; 454 pub const WPD_CATEGORY_DEVICE_HINTS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 455 data1: 224377131, 456 data2: 52038, 457 data3: 19535, 458 data4: [131, 67, 11, 195, 211, 241, 124, 132], 459 }; 460 pub const WPD_CATEGORY_MEDIA_CAPTURE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 461 data1: 1504981946, 462 data2: 65092, 463 data3: 19853, 464 data4: [128, 140, 107, 203, 155, 15, 21, 232], 465 }; 466 pub const WPD_CATEGORY_MTP_EXT_VENDOR_OPERATIONS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }; 467 pub const WPD_CATEGORY_NETWORK_CONFIGURATION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 468 data1: 2029635324, 469 data2: 31160, 470 data3: 18236, 471 data4: [144, 96, 107, 210, 61, 208, 114, 196], 472 }; 473 pub const WPD_CATEGORY_NULL: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 0, data2: 0, data3: 0, data4: [0, 0, 0, 0, 0, 0, 0, 0] }; 474 pub const WPD_CATEGORY_OBJECT_ENUMERATION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }; 475 pub const WPD_CATEGORY_OBJECT_MANAGEMENT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 476 data1: 4011738077, 477 data2: 43501, 478 data3: 17217, 479 data4: [139, 204, 24, 97, 146, 174, 160, 137], 480 }; 481 pub const WPD_CATEGORY_OBJECT_PROPERTIES: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }; 482 pub const WPD_CATEGORY_OBJECT_PROPERTIES_BULK: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 483 data1: 298329309, 484 data2: 1229, 485 data3: 20046, 486 data4: [140, 123, 246, 239, 183, 148, 216, 78], 487 }; 488 pub const WPD_CATEGORY_OBJECT_RESOURCES: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }; 489 pub const WPD_CATEGORY_SERVICE_CAPABILITIES: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }; 490 pub const WPD_CATEGORY_SERVICE_COMMON: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 491 data1: 841942813, 492 data2: 14063, 493 data3: 18303, 494 data4: [180, 181, 111, 82, 215, 52, 186, 238], 495 }; 496 pub const WPD_CATEGORY_SERVICE_METHODS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }; 497 pub const WPD_CATEGORY_SMS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 498 data1: 2948750694, 499 data2: 65037, 500 data3: 16660, 501 data4: [144, 151, 151, 12, 147, 233, 32, 209], 502 }; 503 pub const WPD_CATEGORY_STILL_IMAGE_CAPTURE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 504 data1: 1338861954, 505 data2: 8866, 506 data3: 19205, 507 data4: [164, 139, 98, 211, 139, 242, 123, 50], 508 }; 509 pub const WPD_CATEGORY_STORAGE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 510 data1: 3640199078, 511 data2: 13516, 512 data3: 17914, 513 data4: [151, 251, 208, 7, 250, 71, 236, 148], 514 }; 515 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 516 pub const WPD_CLASS_EXTENSION_OPTIONS_DEVICE_IDENTIFICATION_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 517 fmtid: ::windows_sys::core::GUID { 518 data1: 1043699162, 519 data2: 19825, 520 data3: 18942, 521 data4: [160, 180, 212, 64, 108, 58, 233, 63], 522 }, 523 pid: 3u32, 524 }; 525 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 526 pub const WPD_CLASS_EXTENSION_OPTIONS_DONT_REGISTER_WPD_DEVICE_INTERFACE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 527 fmtid: ::windows_sys::core::GUID { 528 data1: 1661599727, 529 data2: 43132, 530 data3: 19623, 531 data4: [132, 52, 121, 117, 118, 228, 10, 150], 532 }, 533 pid: 3u32, 534 }; 535 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 536 pub const WPD_CLASS_EXTENSION_OPTIONS_MULTITRANSPORT_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 537 fmtid: ::windows_sys::core::GUID { 538 data1: 1043699162, 539 data2: 19825, 540 data3: 18942, 541 data4: [160, 180, 212, 64, 108, 58, 233, 63], 542 }, 543 pid: 2u32, 544 }; 545 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 546 pub const WPD_CLASS_EXTENSION_OPTIONS_REGISTER_WPD_PRIVATE_DEVICE_INTERFACE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 547 fmtid: ::windows_sys::core::GUID { 548 data1: 1661599727, 549 data2: 43132, 550 data3: 19623, 551 data4: [132, 52, 121, 117, 118, 228, 10, 150], 552 }, 553 pid: 4u32, 554 }; 555 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 556 pub const WPD_CLASS_EXTENSION_OPTIONS_SILENCE_AUTOPLAY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 557 fmtid: ::windows_sys::core::GUID { data1: 1707172088, data2: 4967, data3: 19682, data4: [147, 157, 131, 16, 131, 159, 13, 48] }, 558 pid: 2u32, 559 }; 560 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 561 pub const WPD_CLASS_EXTENSION_OPTIONS_SUPPORTED_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 562 fmtid: ::windows_sys::core::GUID { 563 data1: 1661599727, 564 data2: 43132, 565 data3: 19623, 566 data4: [132, 52, 121, 117, 118, 228, 10, 150], 567 }, 568 pid: 2u32, 569 }; 570 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 571 pub const WPD_CLASS_EXTENSION_OPTIONS_TRANSPORT_BANDWIDTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 572 fmtid: ::windows_sys::core::GUID { 573 data1: 1043699162, 574 data2: 19825, 575 data3: 18942, 576 data4: [160, 180, 212, 64, 108, 58, 233, 63], 577 }, 578 pid: 4u32, 579 }; 580 pub const WPD_CLASS_EXTENSION_OPTIONS_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 581 data1: 1661599727, 582 data2: 43132, 583 data3: 19623, 584 data4: [132, 52, 121, 117, 118, 228, 10, 150], 585 }; 586 pub const WPD_CLASS_EXTENSION_OPTIONS_V2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 587 data1: 1043699162, 588 data2: 19825, 589 data3: 18942, 590 data4: [160, 180, 212, 64, 108, 58, 233, 63], 591 }; 592 pub const WPD_CLASS_EXTENSION_OPTIONS_V3: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1707172088, data2: 4967, data3: 19682, data4: [147, 157, 131, 16, 131, 159, 13, 48] }; 593 pub const WPD_CLASS_EXTENSION_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 594 data1: 872090897, 595 data2: 25763, 596 data3: 20396, 597 data4: [180, 199, 61, 254, 170, 153, 176, 81], 598 }; 599 pub const WPD_CLASS_EXTENSION_V2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 600 data1: 2131196341, 601 data2: 64043, 602 data3: 18278, 603 data4: [156, 178, 247, 59, 163, 11, 103, 88], 604 }; 605 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 606 pub const WPD_CLIENT_DESIRED_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 607 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 608 pid: 9u32, 609 }; 610 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 611 pub const WPD_CLIENT_EVENT_COOKIE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 612 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 613 pid: 11u32, 614 }; 615 pub const WPD_CLIENT_INFORMATION_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }; 616 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 617 pub const WPD_CLIENT_MAJOR_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 618 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 619 pid: 3u32, 620 }; 621 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 622 pub const WPD_CLIENT_MANUAL_CLOSE_ON_DISCONNECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 623 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 624 pid: 13u32, 625 }; 626 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 627 pub const WPD_CLIENT_MINIMUM_RESULTS_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 628 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 629 pid: 12u32, 630 }; 631 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 632 pub const WPD_CLIENT_MINOR_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 633 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 634 pid: 4u32, 635 }; 636 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 637 pub const WPD_CLIENT_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 638 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 639 pid: 2u32, 640 }; 641 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 642 pub const WPD_CLIENT_REVISION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 643 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 644 pid: 5u32, 645 }; 646 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 647 pub const WPD_CLIENT_SECURITY_QUALITY_OF_SERVICE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 648 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 649 pid: 8u32, 650 }; 651 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 652 pub const WPD_CLIENT_SHARE_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 653 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 654 pid: 10u32, 655 }; 656 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 657 pub const WPD_CLIENT_WMDRM_APPLICATION_CERTIFICATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 658 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 659 pid: 7u32, 660 }; 661 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 662 pub const WPD_CLIENT_WMDRM_APPLICATION_PRIVATE_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 663 fmtid: ::windows_sys::core::GUID { data1: 541957900, data2: 8850, data3: 16512, data4: [159, 66, 64, 102, 78, 112, 248, 89] }, 664 pid: 6u32, 665 }; 666 pub type WPD_COLOR_CORRECTED_STATUS_VALUES = i32; 667 pub const WPD_COLOR_CORRECTED_STATUS_NOT_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = 0i32; 668 pub const WPD_COLOR_CORRECTED_STATUS_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = 1i32; 669 pub const WPD_COLOR_CORRECTED_STATUS_SHOULD_NOT_BE_CORRECTED: WPD_COLOR_CORRECTED_STATUS_VALUES = 2i32; 670 #[repr(C)] 671 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 672 pub struct WPD_COMMAND_ACCESS_LOOKUP_ENTRY { 673 pub Command: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, 674 pub AccessType: u32, 675 pub AccessProperty: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY, 676 } 677 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 678 impl ::core::marker::Copy for WPD_COMMAND_ACCESS_LOOKUP_ENTRY {} 679 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 680 impl ::core::clone::Clone for WPD_COMMAND_ACCESS_LOOKUP_ENTRY { clone(&self) -> Self681 fn clone(&self) -> Self { 682 *self 683 } 684 } 685 pub type WPD_COMMAND_ACCESS_TYPES = i32; 686 pub const WPD_COMMAND_ACCESS_READ: WPD_COMMAND_ACCESS_TYPES = 1i32; 687 pub const WPD_COMMAND_ACCESS_READWRITE: WPD_COMMAND_ACCESS_TYPES = 3i32; 688 pub const WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_STGM_ACCESS: WPD_COMMAND_ACCESS_TYPES = 4i32; 689 pub const WPD_COMMAND_ACCESS_FROM_PROPERTY_WITH_FILE_ACCESS: WPD_COMMAND_ACCESS_TYPES = 8i32; 690 pub const WPD_COMMAND_ACCESS_FROM_ATTRIBUTE_WITH_METHOD_ACCESS: WPD_COMMAND_ACCESS_TYPES = 16i32; 691 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 692 pub const WPD_COMMAND_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 693 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 694 pid: 3u32, 695 }; 696 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 697 pub const WPD_COMMAND_CAPABILITIES_GET_EVENT_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 698 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 699 pid: 11u32, 700 }; 701 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 702 pub const WPD_COMMAND_CAPABILITIES_GET_FIXED_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 703 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 704 pid: 9u32, 705 }; 706 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 707 pub const WPD_COMMAND_CAPABILITIES_GET_FUNCTIONAL_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 708 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 709 pid: 5u32, 710 }; 711 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 712 pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 713 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 714 pid: 2u32, 715 }; 716 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 717 pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 718 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 719 pid: 6u32, 720 }; 721 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 722 pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 723 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 724 pid: 10u32, 725 }; 726 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 727 pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 728 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 729 pid: 7u32, 730 }; 731 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 732 pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 733 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 734 pid: 8u32, 735 }; 736 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 737 pub const WPD_COMMAND_CAPABILITIES_GET_SUPPORTED_FUNCTIONAL_CATEGORIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 738 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 739 pid: 4u32, 740 }; 741 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 742 pub const WPD_COMMAND_CLASS_EXTENSION_REGISTER_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 743 fmtid: ::windows_sys::core::GUID { 744 data1: 2131196341, 745 data2: 64043, 746 data3: 18278, 747 data4: [156, 178, 247, 59, 163, 11, 103, 88], 748 }, 749 pid: 2u32, 750 }; 751 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 752 pub const WPD_COMMAND_CLASS_EXTENSION_UNREGISTER_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 753 fmtid: ::windows_sys::core::GUID { 754 data1: 2131196341, 755 data2: 64043, 756 data3: 18278, 757 data4: [156, 178, 247, 59, 163, 11, 103, 88], 758 }, 759 pid: 3u32, 760 }; 761 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 762 pub const WPD_COMMAND_CLASS_EXTENSION_WRITE_DEVICE_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 763 fmtid: ::windows_sys::core::GUID { 764 data1: 872090897, 765 data2: 25763, 766 data3: 20396, 767 data4: [180, 199, 61, 254, 170, 153, 176, 81], 768 }, 769 pid: 2u32, 770 }; 771 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 772 pub const WPD_COMMAND_COMMIT_KEYPAIR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 773 fmtid: ::windows_sys::core::GUID { 774 data1: 2029635324, 775 data2: 31160, 776 data3: 18236, 777 data4: [144, 96, 107, 210, 61, 208, 114, 196], 778 }, 779 pid: 3u32, 780 }; 781 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 782 pub const WPD_COMMAND_COMMON_GET_OBJECT_IDS_FROM_PERSISTENT_UNIQUE_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 783 fmtid: ::windows_sys::core::GUID { 784 data1: 4030868124, 785 data2: 24008, 786 data3: 17472, 787 data4: [181, 189, 93, 242, 136, 53, 101, 138], 788 }, 789 pid: 3u32, 790 }; 791 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 792 pub const WPD_COMMAND_COMMON_RESET_DEVICE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 793 fmtid: ::windows_sys::core::GUID { 794 data1: 4030868124, 795 data2: 24008, 796 data3: 17472, 797 data4: [181, 189, 93, 242, 136, 53, 101, 138], 798 }, 799 pid: 2u32, 800 }; 801 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 802 pub const WPD_COMMAND_COMMON_SAVE_CLIENT_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 803 fmtid: ::windows_sys::core::GUID { 804 data1: 4030868124, 805 data2: 24008, 806 data3: 17472, 807 data4: [181, 189, 93, 242, 136, 53, 101, 138], 808 }, 809 pid: 4u32, 810 }; 811 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 812 pub const WPD_COMMAND_DEVICE_HINTS_GET_CONTENT_LOCATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 813 fmtid: ::windows_sys::core::GUID { 814 data1: 224377131, 815 data2: 52038, 816 data3: 19535, 817 data4: [131, 67, 11, 195, 211, 241, 124, 132], 818 }, 819 pid: 2u32, 820 }; 821 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 822 pub const WPD_COMMAND_GENERATE_KEYPAIR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 823 fmtid: ::windows_sys::core::GUID { 824 data1: 2029635324, 825 data2: 31160, 826 data3: 18236, 827 data4: [144, 96, 107, 210, 61, 208, 114, 196], 828 }, 829 pid: 2u32, 830 }; 831 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 832 pub const WPD_COMMAND_MEDIA_CAPTURE_PAUSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 833 fmtid: ::windows_sys::core::GUID { 834 data1: 1504981946, 835 data2: 65092, 836 data3: 19853, 837 data4: [128, 140, 107, 203, 155, 15, 21, 232], 838 }, 839 pid: 4u32, 840 }; 841 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 842 pub const WPD_COMMAND_MEDIA_CAPTURE_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 843 fmtid: ::windows_sys::core::GUID { 844 data1: 1504981946, 845 data2: 65092, 846 data3: 19853, 847 data4: [128, 140, 107, 203, 155, 15, 21, 232], 848 }, 849 pid: 2u32, 850 }; 851 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 852 pub const WPD_COMMAND_MEDIA_CAPTURE_STOP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 853 fmtid: ::windows_sys::core::GUID { 854 data1: 1504981946, 855 data2: 65092, 856 data3: 19853, 857 data4: [128, 140, 107, 203, 155, 15, 21, 232], 858 }, 859 pid: 3u32, 860 }; 861 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 862 pub const WPD_COMMAND_MTP_EXT_END_DATA_TRANSFER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 863 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 864 pid: 17u32, 865 }; 866 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 867 pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITHOUT_DATA_PHASE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 868 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 869 pid: 12u32, 870 }; 871 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 872 pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 873 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 874 pid: 13u32, 875 }; 876 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 877 pub const WPD_COMMAND_MTP_EXT_EXECUTE_COMMAND_WITH_DATA_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 878 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 879 pid: 14u32, 880 }; 881 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 882 pub const WPD_COMMAND_MTP_EXT_GET_SUPPORTED_VENDOR_OPCODES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 883 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 884 pid: 11u32, 885 }; 886 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 887 pub const WPD_COMMAND_MTP_EXT_GET_VENDOR_EXTENSION_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 888 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 889 pid: 18u32, 890 }; 891 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 892 pub const WPD_COMMAND_MTP_EXT_READ_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 893 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 894 pid: 15u32, 895 }; 896 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 897 pub const WPD_COMMAND_MTP_EXT_WRITE_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 898 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 899 pid: 16u32, 900 }; 901 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 902 pub const WPD_COMMAND_OBJECT_ENUMERATION_END_FIND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 903 fmtid: ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }, 904 pid: 4u32, 905 }; 906 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 907 pub const WPD_COMMAND_OBJECT_ENUMERATION_FIND_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 908 fmtid: ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }, 909 pid: 3u32, 910 }; 911 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 912 pub const WPD_COMMAND_OBJECT_ENUMERATION_START_FIND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 913 fmtid: ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }, 914 pid: 2u32, 915 }; 916 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 917 pub const WPD_COMMAND_OBJECT_MANAGEMENT_COMMIT_OBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 918 fmtid: ::windows_sys::core::GUID { 919 data1: 4011738077, 920 data2: 43501, 921 data3: 17217, 922 data4: [139, 204, 24, 97, 146, 174, 160, 137], 923 }, 924 pid: 5u32, 925 }; 926 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 927 pub const WPD_COMMAND_OBJECT_MANAGEMENT_COPY_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 928 fmtid: ::windows_sys::core::GUID { 929 data1: 4011738077, 930 data2: 43501, 931 data3: 17217, 932 data4: [139, 204, 24, 97, 146, 174, 160, 137], 933 }, 934 pid: 9u32, 935 }; 936 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 937 pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 938 fmtid: ::windows_sys::core::GUID { 939 data1: 4011738077, 940 data2: 43501, 941 data3: 17217, 942 data4: [139, 204, 24, 97, 146, 174, 160, 137], 943 }, 944 pid: 3u32, 945 }; 946 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 947 pub const WPD_COMMAND_OBJECT_MANAGEMENT_CREATE_OBJECT_WITH_PROPERTIES_ONLY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 948 fmtid: ::windows_sys::core::GUID { 949 data1: 4011738077, 950 data2: 43501, 951 data3: 17217, 952 data4: [139, 204, 24, 97, 146, 174, 160, 137], 953 }, 954 pid: 2u32, 955 }; 956 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 957 pub const WPD_COMMAND_OBJECT_MANAGEMENT_DELETE_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 958 fmtid: ::windows_sys::core::GUID { 959 data1: 4011738077, 960 data2: 43501, 961 data3: 17217, 962 data4: [139, 204, 24, 97, 146, 174, 160, 137], 963 }, 964 pid: 7u32, 965 }; 966 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 967 pub const WPD_COMMAND_OBJECT_MANAGEMENT_MOVE_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 968 fmtid: ::windows_sys::core::GUID { 969 data1: 4011738077, 970 data2: 43501, 971 data3: 17217, 972 data4: [139, 204, 24, 97, 146, 174, 160, 137], 973 }, 974 pid: 8u32, 975 }; 976 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 977 pub const WPD_COMMAND_OBJECT_MANAGEMENT_REVERT_OBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 978 fmtid: ::windows_sys::core::GUID { 979 data1: 4011738077, 980 data2: 43501, 981 data3: 17217, 982 data4: [139, 204, 24, 97, 146, 174, 160, 137], 983 }, 984 pid: 6u32, 985 }; 986 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 987 pub const WPD_COMMAND_OBJECT_MANAGEMENT_UPDATE_OBJECT_WITH_PROPERTIES_AND_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 988 fmtid: ::windows_sys::core::GUID { 989 data1: 4011738077, 990 data2: 43501, 991 data3: 17217, 992 data4: [139, 204, 24, 97, 146, 174, 160, 137], 993 }, 994 pid: 10u32, 995 }; 996 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 997 pub const WPD_COMMAND_OBJECT_MANAGEMENT_WRITE_OBJECT_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 998 fmtid: ::windows_sys::core::GUID { 999 data1: 4011738077, 1000 data2: 43501, 1001 data3: 17217, 1002 data4: [139, 204, 24, 97, 146, 174, 160, 137], 1003 }, 1004 pid: 4u32, 1005 }; 1006 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1007 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1008 fmtid: ::windows_sys::core::GUID { 1009 data1: 298329309, 1010 data2: 1229, 1011 data3: 20046, 1012 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1013 }, 1014 pid: 7u32, 1015 }; 1016 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1017 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1018 fmtid: ::windows_sys::core::GUID { 1019 data1: 298329309, 1020 data2: 1229, 1021 data3: 20046, 1022 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1023 }, 1024 pid: 6u32, 1025 }; 1026 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1027 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_FORMAT_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1028 fmtid: ::windows_sys::core::GUID { 1029 data1: 298329309, 1030 data2: 1229, 1031 data3: 20046, 1032 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1033 }, 1034 pid: 5u32, 1035 }; 1036 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1037 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1038 fmtid: ::windows_sys::core::GUID { 1039 data1: 298329309, 1040 data2: 1229, 1041 data3: 20046, 1042 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1043 }, 1044 pid: 4u32, 1045 }; 1046 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1047 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1048 fmtid: ::windows_sys::core::GUID { 1049 data1: 298329309, 1050 data2: 1229, 1051 data3: 20046, 1052 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1053 }, 1054 pid: 3u32, 1055 }; 1056 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1057 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_GET_VALUES_BY_OBJECT_LIST_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1058 fmtid: ::windows_sys::core::GUID { 1059 data1: 298329309, 1060 data2: 1229, 1061 data3: 20046, 1062 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1063 }, 1064 pid: 2u32, 1065 }; 1066 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1067 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_END: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1068 fmtid: ::windows_sys::core::GUID { 1069 data1: 298329309, 1070 data2: 1229, 1071 data3: 20046, 1072 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1073 }, 1074 pid: 10u32, 1075 }; 1076 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1077 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_NEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1078 fmtid: ::windows_sys::core::GUID { 1079 data1: 298329309, 1080 data2: 1229, 1081 data3: 20046, 1082 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1083 }, 1084 pid: 9u32, 1085 }; 1086 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1087 pub const WPD_COMMAND_OBJECT_PROPERTIES_BULK_SET_VALUES_BY_OBJECT_LIST_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1088 fmtid: ::windows_sys::core::GUID { 1089 data1: 298329309, 1090 data2: 1229, 1091 data3: 20046, 1092 data4: [140, 123, 246, 239, 183, 148, 216, 78], 1093 }, 1094 pid: 8u32, 1095 }; 1096 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1097 pub const WPD_COMMAND_OBJECT_PROPERTIES_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1098 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 1099 pid: 7u32, 1100 }; 1101 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1102 pub const WPD_COMMAND_OBJECT_PROPERTIES_GET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1103 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 1104 pid: 4u32, 1105 }; 1106 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1107 pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ALL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1108 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 1109 pid: 6u32, 1110 }; 1111 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1112 pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1113 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 1114 pid: 3u32, 1115 }; 1116 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1117 pub const WPD_COMMAND_OBJECT_PROPERTIES_GET_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1118 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 1119 pid: 2u32, 1120 }; 1121 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1122 pub const WPD_COMMAND_OBJECT_PROPERTIES_SET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1123 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 1124 pid: 5u32, 1125 }; 1126 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1127 pub const WPD_COMMAND_OBJECT_RESOURCES_CLOSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1128 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1129 pid: 7u32, 1130 }; 1131 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1132 pub const WPD_COMMAND_OBJECT_RESOURCES_COMMIT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1133 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1134 pid: 12u32, 1135 }; 1136 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1137 pub const WPD_COMMAND_OBJECT_RESOURCES_CREATE_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1138 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1139 pid: 9u32, 1140 }; 1141 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1142 pub const WPD_COMMAND_OBJECT_RESOURCES_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1143 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1144 pid: 8u32, 1145 }; 1146 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1147 pub const WPD_COMMAND_OBJECT_RESOURCES_GET_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1148 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1149 pid: 3u32, 1150 }; 1151 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1152 pub const WPD_COMMAND_OBJECT_RESOURCES_GET_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1153 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1154 pid: 2u32, 1155 }; 1156 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1157 pub const WPD_COMMAND_OBJECT_RESOURCES_OPEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1158 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1159 pid: 4u32, 1160 }; 1161 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1162 pub const WPD_COMMAND_OBJECT_RESOURCES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1163 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1164 pid: 5u32, 1165 }; 1166 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1167 pub const WPD_COMMAND_OBJECT_RESOURCES_REVERT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1168 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1169 pid: 10u32, 1170 }; 1171 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1172 pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1173 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1174 pid: 11u32, 1175 }; 1176 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1177 pub const WPD_COMMAND_OBJECT_RESOURCES_SEEK_IN_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1178 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1179 pid: 13u32, 1180 }; 1181 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1182 pub const WPD_COMMAND_OBJECT_RESOURCES_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1183 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 1184 pid: 6u32, 1185 }; 1186 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1187 pub const WPD_COMMAND_PROCESS_WIRELESS_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1188 fmtid: ::windows_sys::core::GUID { 1189 data1: 2029635324, 1190 data2: 31160, 1191 data3: 18236, 1192 data4: [144, 96, 107, 210, 61, 208, 114, 196], 1193 }, 1194 pid: 4u32, 1195 }; 1196 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1197 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1198 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1199 pid: 16u32, 1200 }; 1201 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1202 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1203 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1204 pid: 11u32, 1205 }; 1206 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1207 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_EVENT_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1208 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1209 pid: 12u32, 1210 }; 1211 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1212 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1213 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1214 pid: 7u32, 1215 }; 1216 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1217 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1218 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1219 pid: 9u32, 1220 }; 1221 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1222 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_FORMAT_RENDERING_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1223 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1224 pid: 14u32, 1225 }; 1226 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1227 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_INHERITED_SERVICES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1228 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1229 pid: 13u32, 1230 }; 1231 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1232 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1233 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1234 pid: 4u32, 1235 }; 1236 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1237 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_METHOD_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1238 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1239 pid: 5u32, 1240 }; 1241 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1242 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1243 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1244 pid: 15u32, 1245 }; 1246 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1247 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1248 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1249 pid: 10u32, 1250 }; 1251 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1252 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1253 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1254 pid: 6u32, 1255 }; 1256 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1257 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_FORMAT_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1258 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1259 pid: 8u32, 1260 }; 1261 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1262 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1263 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1264 pid: 2u32, 1265 }; 1266 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1267 pub const WPD_COMMAND_SERVICE_CAPABILITIES_GET_SUPPORTED_METHODS_BY_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1268 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 1269 pid: 3u32, 1270 }; 1271 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1272 pub const WPD_COMMAND_SERVICE_COMMON_GET_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1273 fmtid: ::windows_sys::core::GUID { 1274 data1: 841942813, 1275 data2: 14063, 1276 data3: 18303, 1277 data4: [180, 181, 111, 82, 215, 52, 186, 238], 1278 }, 1279 pid: 2u32, 1280 }; 1281 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1282 pub const WPD_COMMAND_SERVICE_METHODS_CANCEL_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1283 fmtid: ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }, 1284 pid: 3u32, 1285 }; 1286 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1287 pub const WPD_COMMAND_SERVICE_METHODS_END_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1288 fmtid: ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }, 1289 pid: 4u32, 1290 }; 1291 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1292 pub const WPD_COMMAND_SERVICE_METHODS_START_INVOKE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1293 fmtid: ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }, 1294 pid: 2u32, 1295 }; 1296 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1297 pub const WPD_COMMAND_SMS_SEND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1298 fmtid: ::windows_sys::core::GUID { 1299 data1: 2948750694, 1300 data2: 65037, 1301 data3: 16660, 1302 data4: [144, 151, 151, 12, 147, 233, 32, 209], 1303 }, 1304 pid: 2u32, 1305 }; 1306 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1307 pub const WPD_COMMAND_STILL_IMAGE_CAPTURE_INITIATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1308 fmtid: ::windows_sys::core::GUID { 1309 data1: 1338861954, 1310 data2: 8866, 1311 data3: 19205, 1312 data4: [164, 139, 98, 211, 139, 242, 123, 50], 1313 }, 1314 pid: 2u32, 1315 }; 1316 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1317 pub const WPD_COMMAND_STORAGE_EJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1318 fmtid: ::windows_sys::core::GUID { 1319 data1: 3640199078, 1320 data2: 13516, 1321 data3: 17914, 1322 data4: [151, 251, 208, 7, 250, 71, 236, 148], 1323 }, 1324 pid: 4u32, 1325 }; 1326 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1327 pub const WPD_COMMAND_STORAGE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1328 fmtid: ::windows_sys::core::GUID { 1329 data1: 3640199078, 1330 data2: 13516, 1331 data3: 17914, 1332 data4: [151, 251, 208, 7, 250, 71, 236, 148], 1333 }, 1334 pid: 2u32, 1335 }; 1336 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1337 pub const WPD_COMMON_INFORMATION_BODY_TEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1338 fmtid: ::windows_sys::core::GUID { data1: 2995448139, data2: 1444, data3: 20110, data4: [190, 1, 114, 204, 126, 9, 157, 143] }, 1339 pid: 3u32, 1340 }; 1341 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1342 pub const WPD_COMMON_INFORMATION_END_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1343 fmtid: ::windows_sys::core::GUID { data1: 2995448139, data2: 1444, data3: 20110, data4: [190, 1, 114, 204, 126, 9, 157, 143] }, 1344 pid: 6u32, 1345 }; 1346 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1347 pub const WPD_COMMON_INFORMATION_NOTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1348 fmtid: ::windows_sys::core::GUID { data1: 2995448139, data2: 1444, data3: 20110, data4: [190, 1, 114, 204, 126, 9, 157, 143] }, 1349 pid: 7u32, 1350 }; 1351 pub const WPD_COMMON_INFORMATION_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2995448139, data2: 1444, data3: 20110, data4: [190, 1, 114, 204, 126, 9, 157, 143] }; 1352 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1353 pub const WPD_COMMON_INFORMATION_PRIORITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1354 fmtid: ::windows_sys::core::GUID { data1: 2995448139, data2: 1444, data3: 20110, data4: [190, 1, 114, 204, 126, 9, 157, 143] }, 1355 pid: 4u32, 1356 }; 1357 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1358 pub const WPD_COMMON_INFORMATION_START_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1359 fmtid: ::windows_sys::core::GUID { data1: 2995448139, data2: 1444, data3: 20110, data4: [190, 1, 114, 204, 126, 9, 157, 143] }, 1360 pid: 5u32, 1361 }; 1362 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1363 pub const WPD_COMMON_INFORMATION_SUBJECT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1364 fmtid: ::windows_sys::core::GUID { data1: 2995448139, data2: 1444, data3: 20110, data4: [190, 1, 114, 204, 126, 9, 157, 143] }, 1365 pid: 2u32, 1366 }; 1367 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1368 pub const WPD_CONTACT_ANNIVERSARY_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1369 fmtid: ::windows_sys::core::GUID { 1370 data1: 4225039787, 1371 data2: 39037, 1372 data3: 18295, 1373 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1374 }, 1375 pid: 62u32, 1376 }; 1377 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1378 pub const WPD_CONTACT_ASSISTANT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1379 fmtid: ::windows_sys::core::GUID { 1380 data1: 4225039787, 1381 data2: 39037, 1382 data3: 18295, 1383 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1384 }, 1385 pid: 61u32, 1386 }; 1387 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1388 pub const WPD_CONTACT_BIRTHDATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1389 fmtid: ::windows_sys::core::GUID { 1390 data1: 4225039787, 1391 data2: 39037, 1392 data3: 18295, 1393 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1394 }, 1395 pid: 57u32, 1396 }; 1397 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1398 pub const WPD_CONTACT_BUSINESS_EMAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1399 fmtid: ::windows_sys::core::GUID { 1400 data1: 4225039787, 1401 data2: 39037, 1402 data3: 18295, 1403 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1404 }, 1405 pid: 34u32, 1406 }; 1407 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1408 pub const WPD_CONTACT_BUSINESS_EMAIL2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1409 fmtid: ::windows_sys::core::GUID { 1410 data1: 4225039787, 1411 data2: 39037, 1412 data3: 18295, 1413 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1414 }, 1415 pid: 35u32, 1416 }; 1417 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1418 pub const WPD_CONTACT_BUSINESS_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1419 fmtid: ::windows_sys::core::GUID { 1420 data1: 4225039787, 1421 data2: 39037, 1422 data3: 18295, 1423 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1424 }, 1425 pid: 45u32, 1426 }; 1427 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1428 pub const WPD_CONTACT_BUSINESS_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1429 fmtid: ::windows_sys::core::GUID { 1430 data1: 4225039787, 1431 data2: 39037, 1432 data3: 18295, 1433 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1434 }, 1435 pid: 17u32, 1436 }; 1437 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1438 pub const WPD_CONTACT_BUSINESS_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1439 fmtid: ::windows_sys::core::GUID { 1440 data1: 4225039787, 1441 data2: 39037, 1442 data3: 18295, 1443 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1444 }, 1445 pid: 40u32, 1446 }; 1447 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1448 pub const WPD_CONTACT_BUSINESS_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1449 fmtid: ::windows_sys::core::GUID { 1450 data1: 4225039787, 1451 data2: 39037, 1452 data3: 18295, 1453 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1454 }, 1455 pid: 41u32, 1456 }; 1457 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1458 pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1459 fmtid: ::windows_sys::core::GUID { 1460 data1: 4225039787, 1461 data2: 39037, 1462 data3: 18295, 1463 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1464 }, 1465 pid: 20u32, 1466 }; 1467 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1468 pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1469 fmtid: ::windows_sys::core::GUID { 1470 data1: 4225039787, 1471 data2: 39037, 1472 data3: 18295, 1473 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1474 }, 1475 pid: 23u32, 1476 }; 1477 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1478 pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1479 fmtid: ::windows_sys::core::GUID { 1480 data1: 4225039787, 1481 data2: 39037, 1482 data3: 18295, 1483 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1484 }, 1485 pid: 18u32, 1486 }; 1487 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1488 pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1489 fmtid: ::windows_sys::core::GUID { 1490 data1: 4225039787, 1491 data2: 39037, 1492 data3: 18295, 1493 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1494 }, 1495 pid: 19u32, 1496 }; 1497 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1498 pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1499 fmtid: ::windows_sys::core::GUID { 1500 data1: 4225039787, 1501 data2: 39037, 1502 data3: 18295, 1503 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1504 }, 1505 pid: 22u32, 1506 }; 1507 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1508 pub const WPD_CONTACT_BUSINESS_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1509 fmtid: ::windows_sys::core::GUID { 1510 data1: 4225039787, 1511 data2: 39037, 1512 data3: 18295, 1513 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1514 }, 1515 pid: 21u32, 1516 }; 1517 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1518 pub const WPD_CONTACT_BUSINESS_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1519 fmtid: ::windows_sys::core::GUID { 1520 data1: 4225039787, 1521 data2: 39037, 1522 data3: 18295, 1523 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1524 }, 1525 pid: 50u32, 1526 }; 1527 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1528 pub const WPD_CONTACT_CHILDREN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1529 fmtid: ::windows_sys::core::GUID { 1530 data1: 4225039787, 1531 data2: 39037, 1532 data3: 18295, 1533 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1534 }, 1535 pid: 60u32, 1536 }; 1537 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1538 pub const WPD_CONTACT_COMPANY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1539 fmtid: ::windows_sys::core::GUID { 1540 data1: 4225039787, 1541 data2: 39037, 1542 data3: 18295, 1543 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1544 }, 1545 pid: 54u32, 1546 }; 1547 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1548 pub const WPD_CONTACT_DISPLAY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1549 fmtid: ::windows_sys::core::GUID { 1550 data1: 4225039787, 1551 data2: 39037, 1552 data3: 18295, 1553 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1554 }, 1555 pid: 2u32, 1556 }; 1557 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1558 pub const WPD_CONTACT_FIRST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1559 fmtid: ::windows_sys::core::GUID { 1560 data1: 4225039787, 1561 data2: 39037, 1562 data3: 18295, 1563 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1564 }, 1565 pid: 3u32, 1566 }; 1567 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1568 pub const WPD_CONTACT_INSTANT_MESSENGER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1569 fmtid: ::windows_sys::core::GUID { 1570 data1: 4225039787, 1571 data2: 39037, 1572 data3: 18295, 1573 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1574 }, 1575 pid: 51u32, 1576 }; 1577 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1578 pub const WPD_CONTACT_INSTANT_MESSENGER2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1579 fmtid: ::windows_sys::core::GUID { 1580 data1: 4225039787, 1581 data2: 39037, 1582 data3: 18295, 1583 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1584 }, 1585 pid: 52u32, 1586 }; 1587 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1588 pub const WPD_CONTACT_INSTANT_MESSENGER3: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1589 fmtid: ::windows_sys::core::GUID { 1590 data1: 4225039787, 1591 data2: 39037, 1592 data3: 18295, 1593 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1594 }, 1595 pid: 53u32, 1596 }; 1597 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1598 pub const WPD_CONTACT_LAST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1599 fmtid: ::windows_sys::core::GUID { 1600 data1: 4225039787, 1601 data2: 39037, 1602 data3: 18295, 1603 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1604 }, 1605 pid: 5u32, 1606 }; 1607 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1608 pub const WPD_CONTACT_MIDDLE_NAMES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1609 fmtid: ::windows_sys::core::GUID { 1610 data1: 4225039787, 1611 data2: 39037, 1612 data3: 18295, 1613 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1614 }, 1615 pid: 4u32, 1616 }; 1617 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1618 pub const WPD_CONTACT_MOBILE_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1619 fmtid: ::windows_sys::core::GUID { 1620 data1: 4225039787, 1621 data2: 39037, 1622 data3: 18295, 1623 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1624 }, 1625 pid: 42u32, 1626 }; 1627 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1628 pub const WPD_CONTACT_MOBILE_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1629 fmtid: ::windows_sys::core::GUID { 1630 data1: 4225039787, 1631 data2: 39037, 1632 data3: 18295, 1633 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1634 }, 1635 pid: 43u32, 1636 }; 1637 pub const WPD_CONTACT_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 1638 data1: 4225039787, 1639 data2: 39037, 1640 data3: 18295, 1641 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1642 }; 1643 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1644 pub const WPD_CONTACT_OTHER_EMAILS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1645 fmtid: ::windows_sys::core::GUID { 1646 data1: 4225039787, 1647 data2: 39037, 1648 data3: 18295, 1649 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1650 }, 1651 pid: 36u32, 1652 }; 1653 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1654 pub const WPD_CONTACT_OTHER_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1655 fmtid: ::windows_sys::core::GUID { 1656 data1: 4225039787, 1657 data2: 39037, 1658 data3: 18295, 1659 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1660 }, 1661 pid: 24u32, 1662 }; 1663 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1664 pub const WPD_CONTACT_OTHER_PHONES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1665 fmtid: ::windows_sys::core::GUID { 1666 data1: 4225039787, 1667 data2: 39037, 1668 data3: 18295, 1669 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1670 }, 1671 pid: 47u32, 1672 }; 1673 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1674 pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1675 fmtid: ::windows_sys::core::GUID { 1676 data1: 4225039787, 1677 data2: 39037, 1678 data3: 18295, 1679 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1680 }, 1681 pid: 27u32, 1682 }; 1683 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1684 pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1685 fmtid: ::windows_sys::core::GUID { 1686 data1: 4225039787, 1687 data2: 39037, 1688 data3: 18295, 1689 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1690 }, 1691 pid: 25u32, 1692 }; 1693 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1694 pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1695 fmtid: ::windows_sys::core::GUID { 1696 data1: 4225039787, 1697 data2: 39037, 1698 data3: 18295, 1699 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1700 }, 1701 pid: 26u32, 1702 }; 1703 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1704 pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1705 fmtid: ::windows_sys::core::GUID { 1706 data1: 4225039787, 1707 data2: 39037, 1708 data3: 18295, 1709 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1710 }, 1711 pid: 29u32, 1712 }; 1713 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1714 pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_POSTAL_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1715 fmtid: ::windows_sys::core::GUID { 1716 data1: 4225039787, 1717 data2: 39037, 1718 data3: 18295, 1719 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1720 }, 1721 pid: 30u32, 1722 }; 1723 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1724 pub const WPD_CONTACT_OTHER_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1725 fmtid: ::windows_sys::core::GUID { 1726 data1: 4225039787, 1727 data2: 39037, 1728 data3: 18295, 1729 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1730 }, 1731 pid: 28u32, 1732 }; 1733 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1734 pub const WPD_CONTACT_PAGER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1735 fmtid: ::windows_sys::core::GUID { 1736 data1: 4225039787, 1737 data2: 39037, 1738 data3: 18295, 1739 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1740 }, 1741 pid: 46u32, 1742 }; 1743 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1744 pub const WPD_CONTACT_PERSONAL_EMAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1745 fmtid: ::windows_sys::core::GUID { 1746 data1: 4225039787, 1747 data2: 39037, 1748 data3: 18295, 1749 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1750 }, 1751 pid: 32u32, 1752 }; 1753 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1754 pub const WPD_CONTACT_PERSONAL_EMAIL2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1755 fmtid: ::windows_sys::core::GUID { 1756 data1: 4225039787, 1757 data2: 39037, 1758 data3: 18295, 1759 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1760 }, 1761 pid: 33u32, 1762 }; 1763 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1764 pub const WPD_CONTACT_PERSONAL_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1765 fmtid: ::windows_sys::core::GUID { 1766 data1: 4225039787, 1767 data2: 39037, 1768 data3: 18295, 1769 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1770 }, 1771 pid: 44u32, 1772 }; 1773 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1774 pub const WPD_CONTACT_PERSONAL_FULL_POSTAL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1775 fmtid: ::windows_sys::core::GUID { 1776 data1: 4225039787, 1777 data2: 39037, 1778 data3: 18295, 1779 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1780 }, 1781 pid: 10u32, 1782 }; 1783 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1784 pub const WPD_CONTACT_PERSONAL_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1785 fmtid: ::windows_sys::core::GUID { 1786 data1: 4225039787, 1787 data2: 39037, 1788 data3: 18295, 1789 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1790 }, 1791 pid: 38u32, 1792 }; 1793 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1794 pub const WPD_CONTACT_PERSONAL_PHONE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1795 fmtid: ::windows_sys::core::GUID { 1796 data1: 4225039787, 1797 data2: 39037, 1798 data3: 18295, 1799 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1800 }, 1801 pid: 39u32, 1802 }; 1803 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1804 pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_CITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1805 fmtid: ::windows_sys::core::GUID { 1806 data1: 4225039787, 1807 data2: 39037, 1808 data3: 18295, 1809 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1810 }, 1811 pid: 13u32, 1812 }; 1813 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1814 pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_COUNTRY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1815 fmtid: ::windows_sys::core::GUID { 1816 data1: 4225039787, 1817 data2: 39037, 1818 data3: 18295, 1819 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1820 }, 1821 pid: 16u32, 1822 }; 1823 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1824 pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE1: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1825 fmtid: ::windows_sys::core::GUID { 1826 data1: 4225039787, 1827 data2: 39037, 1828 data3: 18295, 1829 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1830 }, 1831 pid: 11u32, 1832 }; 1833 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1834 pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_LINE2: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1835 fmtid: ::windows_sys::core::GUID { 1836 data1: 4225039787, 1837 data2: 39037, 1838 data3: 18295, 1839 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1840 }, 1841 pid: 12u32, 1842 }; 1843 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1844 pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_POSTAL_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1845 fmtid: ::windows_sys::core::GUID { 1846 data1: 4225039787, 1847 data2: 39037, 1848 data3: 18295, 1849 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1850 }, 1851 pid: 15u32, 1852 }; 1853 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1854 pub const WPD_CONTACT_PERSONAL_POSTAL_ADDRESS_REGION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1855 fmtid: ::windows_sys::core::GUID { 1856 data1: 4225039787, 1857 data2: 39037, 1858 data3: 18295, 1859 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1860 }, 1861 pid: 14u32, 1862 }; 1863 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1864 pub const WPD_CONTACT_PERSONAL_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1865 fmtid: ::windows_sys::core::GUID { 1866 data1: 4225039787, 1867 data2: 39037, 1868 data3: 18295, 1869 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1870 }, 1871 pid: 49u32, 1872 }; 1873 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1874 pub const WPD_CONTACT_PHONETIC_COMPANY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1875 fmtid: ::windows_sys::core::GUID { 1876 data1: 4225039787, 1877 data2: 39037, 1878 data3: 18295, 1879 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1880 }, 1881 pid: 55u32, 1882 }; 1883 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1884 pub const WPD_CONTACT_PHONETIC_FIRST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1885 fmtid: ::windows_sys::core::GUID { 1886 data1: 4225039787, 1887 data2: 39037, 1888 data3: 18295, 1889 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1890 }, 1891 pid: 8u32, 1892 }; 1893 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1894 pub const WPD_CONTACT_PHONETIC_LAST_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1895 fmtid: ::windows_sys::core::GUID { 1896 data1: 4225039787, 1897 data2: 39037, 1898 data3: 18295, 1899 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1900 }, 1901 pid: 9u32, 1902 }; 1903 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1904 pub const WPD_CONTACT_PREFIX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1905 fmtid: ::windows_sys::core::GUID { 1906 data1: 4225039787, 1907 data2: 39037, 1908 data3: 18295, 1909 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1910 }, 1911 pid: 6u32, 1912 }; 1913 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1914 pub const WPD_CONTACT_PRIMARY_EMAIL_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1915 fmtid: ::windows_sys::core::GUID { 1916 data1: 4225039787, 1917 data2: 39037, 1918 data3: 18295, 1919 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1920 }, 1921 pid: 31u32, 1922 }; 1923 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1924 pub const WPD_CONTACT_PRIMARY_FAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1925 fmtid: ::windows_sys::core::GUID { 1926 data1: 4225039787, 1927 data2: 39037, 1928 data3: 18295, 1929 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1930 }, 1931 pid: 58u32, 1932 }; 1933 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1934 pub const WPD_CONTACT_PRIMARY_PHONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1935 fmtid: ::windows_sys::core::GUID { 1936 data1: 4225039787, 1937 data2: 39037, 1938 data3: 18295, 1939 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1940 }, 1941 pid: 37u32, 1942 }; 1943 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1944 pub const WPD_CONTACT_PRIMARY_WEB_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1945 fmtid: ::windows_sys::core::GUID { 1946 data1: 4225039787, 1947 data2: 39037, 1948 data3: 18295, 1949 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1950 }, 1951 pid: 48u32, 1952 }; 1953 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1954 pub const WPD_CONTACT_RINGTONE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1955 fmtid: ::windows_sys::core::GUID { 1956 data1: 4225039787, 1957 data2: 39037, 1958 data3: 18295, 1959 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1960 }, 1961 pid: 63u32, 1962 }; 1963 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1964 pub const WPD_CONTACT_ROLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1965 fmtid: ::windows_sys::core::GUID { 1966 data1: 4225039787, 1967 data2: 39037, 1968 data3: 18295, 1969 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1970 }, 1971 pid: 56u32, 1972 }; 1973 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1974 pub const WPD_CONTACT_SPOUSE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1975 fmtid: ::windows_sys::core::GUID { 1976 data1: 4225039787, 1977 data2: 39037, 1978 data3: 18295, 1979 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1980 }, 1981 pid: 59u32, 1982 }; 1983 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 1984 pub const WPD_CONTACT_SUFFIX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 1985 fmtid: ::windows_sys::core::GUID { 1986 data1: 4225039787, 1987 data2: 39037, 1988 data3: 18295, 1989 data4: [179, 249, 114, 97, 133, 169, 49, 43], 1990 }, 1991 pid: 7u32, 1992 }; 1993 pub const WPD_CONTENT_TYPE_ALL: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 1994 data1: 2162258130, 1995 data2: 4181, 1996 data3: 19006, 1997 data4: [185, 82, 130, 204, 79, 138, 134, 137], 1998 }; 1999 pub const WPD_CONTENT_TYPE_APPOINTMENT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 267191822, data2: 34707, data3: 19230, data4: [144, 201, 72, 172, 56, 154, 198, 49] }; 2000 pub const WPD_CONTENT_TYPE_AUDIO: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2001 data1: 1255327838, 2002 data2: 24109, 2003 data3: 17893, 2004 data4: [136, 100, 79, 34, 158, 60, 108, 240], 2005 }; 2006 pub const WPD_CONTENT_TYPE_AUDIO_ALBUM: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2007 data1: 2853729150, 2008 data2: 20489, 2009 data3: 18682, 2010 data4: [174, 33, 133, 242, 67, 131, 180, 230], 2011 }; 2012 pub const WPD_CONTENT_TYPE_CALENDAR: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2717735271, data2: 24611, data3: 18848, data4: [157, 241, 248, 6, 11, 231, 81, 176] }; 2013 pub const WPD_CONTENT_TYPE_CERTIFICATE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2014 data1: 3694687976, 2015 data2: 43336, 2016 data3: 16480, 2017 data4: [144, 80, 203, 215, 126, 138, 61, 135], 2018 }; 2019 pub const WPD_CONTENT_TYPE_CONTACT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2020 data1: 3938091795, 2021 data2: 17701, 2022 data3: 18183, 2023 data4: [159, 14, 135, 198, 128, 142, 148, 53], 2024 }; 2025 pub const WPD_CONTENT_TYPE_CONTACT_GROUP: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 879462706, data2: 19510, data3: 16600, data4: [148, 21, 24, 40, 41, 31, 157, 233] }; 2026 pub const WPD_CONTENT_TYPE_DOCUMENT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2027 data1: 1745542994, 2028 data2: 38154, 2029 data3: 16449, 2030 data4: [155, 65, 101, 227, 147, 100, 129, 85], 2031 }; 2032 pub const WPD_CONTENT_TYPE_EMAIL: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2151154762, data2: 32337, data3: 20367, data4: [136, 61, 29, 6, 35, 209, 69, 51] }; 2033 pub const WPD_CONTENT_TYPE_FOLDER: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 669180818, data2: 41233, data3: 18656, data4: [171, 12, 225, 119, 5, 160, 95, 133] }; 2034 pub const WPD_CONTENT_TYPE_FUNCTIONAL_OBJECT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2582446432, data2: 6143, data3: 19524, data4: [157, 152, 29, 122, 111, 148, 25, 33] }; 2035 pub const WPD_CONTENT_TYPE_GENERIC_FILE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 8773798, data2: 36148, data3: 17879, data4: [188, 92, 68, 126, 89, 199, 61, 72] }; 2036 pub const WPD_CONTENT_TYPE_GENERIC_MESSAGE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3893275384, data2: 45787, data3: 16691, data4: [182, 126, 27, 239, 75, 74, 110, 95] }; 2037 pub const WPD_CONTENT_TYPE_IMAGE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 4011919317, data2: 42282, data3: 16963, data4: [162, 107, 98, 212, 23, 109, 118, 3] }; 2038 pub const WPD_CONTENT_TYPE_IMAGE_ALBUM: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1970876744, data2: 5621, data3: 18992, data4: [168, 19, 84, 237, 138, 55, 226, 38] }; 2039 pub const WPD_CONTENT_TYPE_MEDIA_CAST: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2040 data1: 1586017228, 2041 data2: 15973, 2042 data3: 20066, 2043 data4: [191, 255, 34, 148, 149, 37, 58, 176], 2044 }; 2045 pub const WPD_CONTENT_TYPE_MEMO: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2046 data1: 2631012047, 2047 data2: 15184, 2048 data3: 16719, 2049 data4: [166, 65, 228, 115, 255, 228, 87, 81], 2050 }; 2051 pub const WPD_CONTENT_TYPE_MIXED_CONTENT_ALBUM: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 15778732, data2: 42387, data3: 18860, data4: [146, 25, 36, 171, 202, 90, 37, 99] }; 2052 pub const WPD_CONTENT_TYPE_NETWORK_ASSOCIATION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 52275182, data2: 6344, data3: 16901, data4: [132, 126, 137, 161, 18, 97, 208, 243] }; 2053 pub const WPD_CONTENT_TYPE_PLAYLIST: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 439613412, data2: 44819, data3: 18677, data4: [153, 78, 119, 54, 157, 254, 4, 163] }; 2054 pub const WPD_CONTENT_TYPE_PROGRAM: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2055 data1: 3530160490, 2056 data2: 9340, 2057 data3: 19455, 2058 data4: [152, 251, 151, 243, 196, 146, 32, 230], 2059 }; 2060 pub const WPD_CONTENT_TYPE_SECTION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2182121973, data2: 7569, data3: 19913, data4: [190, 60, 187, 177, 179, 91, 24, 206] }; 2061 pub const WPD_CONTENT_TYPE_TASK: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2062 data1: 1663381292, 2063 data2: 34943, 2064 data3: 19638, 2065 data4: [177, 172, 210, 152, 85, 220, 239, 108], 2066 }; 2067 pub const WPD_CONTENT_TYPE_TELEVISION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2068 data1: 1621191119, 2069 data2: 62126, 2070 data3: 20001, 2071 data4: [147, 117, 150, 119, 241, 28, 28, 110], 2072 }; 2073 pub const WPD_CONTENT_TYPE_UNSPECIFIED: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 685298462, data2: 9372, data3: 17742, data4: [170, 188, 52, 136, 49, 104, 230, 52] }; 2074 pub const WPD_CONTENT_TYPE_VIDEO: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2075 data1: 2455875644, 2076 data2: 15736, 2077 data3: 17689, 2078 data4: [133, 227, 2, 197, 225, 245, 11, 185], 2079 }; 2080 pub const WPD_CONTENT_TYPE_VIDEO_ALBUM: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 19598775, data2: 54465, data3: 17878, data4: [176, 129, 148, 184, 119, 121, 97, 79] }; 2081 pub const WPD_CONTENT_TYPE_WIRELESS_PROFILE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2082 data1: 195823370, 2083 data2: 40799, 2084 data3: 19876, 2085 data4: [168, 246, 61, 228, 77, 104, 253, 108], 2086 }; 2087 pub const WPD_CONTROL_FUNCTION_GENERIC_MESSAGE: u32 = 66u32; 2088 pub type WPD_CROPPED_STATUS_VALUES = i32; 2089 pub const WPD_CROPPED_STATUS_NOT_CROPPED: WPD_CROPPED_STATUS_VALUES = 0i32; 2090 pub const WPD_CROPPED_STATUS_CROPPED: WPD_CROPPED_STATUS_VALUES = 1i32; 2091 pub const WPD_CROPPED_STATUS_SHOULD_NOT_BE_CROPPED: WPD_CROPPED_STATUS_VALUES = 2i32; 2092 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2093 pub const WPD_DEVICE_DATETIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2094 fmtid: ::windows_sys::core::GUID { 2095 data1: 651466650, 2096 data2: 58947, 2097 data3: 17958, 2098 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2099 }, 2100 pid: 11u32, 2101 }; 2102 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2103 pub const WPD_DEVICE_EDP_IDENTITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2104 fmtid: ::windows_sys::core::GUID { 2105 data1: 1814792076, 2106 data2: 49900, 2107 data3: 18701, 2108 data4: [180, 37, 215, 167, 94, 35, 229, 237], 2109 }, 2110 pid: 1u32, 2111 }; 2112 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2113 pub const WPD_DEVICE_FIRMWARE_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2114 fmtid: ::windows_sys::core::GUID { 2115 data1: 651466650, 2116 data2: 58947, 2117 data3: 17958, 2118 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2119 }, 2120 pid: 3u32, 2121 }; 2122 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2123 pub const WPD_DEVICE_FRIENDLY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2124 fmtid: ::windows_sys::core::GUID { 2125 data1: 651466650, 2126 data2: 58947, 2127 data3: 17958, 2128 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2129 }, 2130 pid: 12u32, 2131 }; 2132 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2133 pub const WPD_DEVICE_FUNCTIONAL_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2134 fmtid: ::windows_sys::core::GUID { 2135 data1: 1178457698, 2136 data2: 32708, 2137 data3: 17041, 2138 data4: [145, 28, 127, 76, 156, 202, 151, 153], 2139 }, 2140 pid: 2u32, 2141 }; 2142 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2143 pub const WPD_DEVICE_MANUFACTURER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2144 fmtid: ::windows_sys::core::GUID { 2145 data1: 651466650, 2146 data2: 58947, 2147 data3: 17958, 2148 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2149 }, 2150 pid: 7u32, 2151 }; 2152 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2153 pub const WPD_DEVICE_MODEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2154 fmtid: ::windows_sys::core::GUID { 2155 data1: 651466650, 2156 data2: 58947, 2157 data3: 17958, 2158 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2159 }, 2160 pid: 8u32, 2161 }; 2162 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2163 pub const WPD_DEVICE_MODEL_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2164 fmtid: ::windows_sys::core::GUID { 2165 data1: 1178457698, 2166 data2: 32708, 2167 data3: 17041, 2168 data4: [145, 28, 127, 76, 156, 202, 151, 153], 2169 }, 2170 pid: 3u32, 2171 }; 2172 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2173 pub const WPD_DEVICE_NETWORK_IDENTIFIER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2174 fmtid: ::windows_sys::core::GUID { 2175 data1: 651466650, 2176 data2: 58947, 2177 data3: 17958, 2178 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2179 }, 2180 pid: 16u32, 2181 }; 2182 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2183 pub const WPD_DEVICE_POWER_LEVEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2184 fmtid: ::windows_sys::core::GUID { 2185 data1: 651466650, 2186 data2: 58947, 2187 data3: 17958, 2188 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2189 }, 2190 pid: 4u32, 2191 }; 2192 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2193 pub const WPD_DEVICE_POWER_SOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2194 fmtid: ::windows_sys::core::GUID { 2195 data1: 651466650, 2196 data2: 58947, 2197 data3: 17958, 2198 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2199 }, 2200 pid: 5u32, 2201 }; 2202 pub const WPD_DEVICE_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2203 data1: 651466650, 2204 data2: 58947, 2205 data3: 17958, 2206 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2207 }; 2208 pub const WPD_DEVICE_PROPERTIES_V2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2209 data1: 1178457698, 2210 data2: 32708, 2211 data3: 17041, 2212 data4: [145, 28, 127, 76, 156, 202, 151, 153], 2213 }; 2214 pub const WPD_DEVICE_PROPERTIES_V3: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2215 data1: 1814792076, 2216 data2: 49900, 2217 data3: 18701, 2218 data4: [180, 37, 215, 167, 94, 35, 229, 237], 2219 }; 2220 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2221 pub const WPD_DEVICE_PROTOCOL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2222 fmtid: ::windows_sys::core::GUID { 2223 data1: 651466650, 2224 data2: 58947, 2225 data3: 17958, 2226 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2227 }, 2228 pid: 6u32, 2229 }; 2230 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2231 pub const WPD_DEVICE_SERIAL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2232 fmtid: ::windows_sys::core::GUID { 2233 data1: 651466650, 2234 data2: 58947, 2235 data3: 17958, 2236 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2237 }, 2238 pid: 9u32, 2239 }; 2240 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2241 pub const WPD_DEVICE_SUPPORTED_DRM_SCHEMES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2242 fmtid: ::windows_sys::core::GUID { 2243 data1: 651466650, 2244 data2: 58947, 2245 data3: 17958, 2246 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2247 }, 2248 pid: 13u32, 2249 }; 2250 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2251 pub const WPD_DEVICE_SUPPORTED_FORMATS_ARE_ORDERED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2252 fmtid: ::windows_sys::core::GUID { 2253 data1: 651466650, 2254 data2: 58947, 2255 data3: 17958, 2256 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2257 }, 2258 pid: 14u32, 2259 }; 2260 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2261 pub const WPD_DEVICE_SUPPORTS_NON_CONSUMABLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2262 fmtid: ::windows_sys::core::GUID { 2263 data1: 651466650, 2264 data2: 58947, 2265 data3: 17958, 2266 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2267 }, 2268 pid: 10u32, 2269 }; 2270 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2271 pub const WPD_DEVICE_SYNC_PARTNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2272 fmtid: ::windows_sys::core::GUID { 2273 data1: 651466650, 2274 data2: 58947, 2275 data3: 17958, 2276 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2277 }, 2278 pid: 2u32, 2279 }; 2280 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2281 pub const WPD_DEVICE_TRANSPORT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2282 fmtid: ::windows_sys::core::GUID { 2283 data1: 1178457698, 2284 data2: 32708, 2285 data3: 17041, 2286 data4: [145, 28, 127, 76, 156, 202, 151, 153], 2287 }, 2288 pid: 4u32, 2289 }; 2290 pub type WPD_DEVICE_TRANSPORTS = i32; 2291 pub const WPD_DEVICE_TRANSPORT_UNSPECIFIED: WPD_DEVICE_TRANSPORTS = 0i32; 2292 pub const WPD_DEVICE_TRANSPORT_USB: WPD_DEVICE_TRANSPORTS = 1i32; 2293 pub const WPD_DEVICE_TRANSPORT_IP: WPD_DEVICE_TRANSPORTS = 2i32; 2294 pub const WPD_DEVICE_TRANSPORT_BLUETOOTH: WPD_DEVICE_TRANSPORTS = 3i32; 2295 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2296 pub const WPD_DEVICE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2297 fmtid: ::windows_sys::core::GUID { 2298 data1: 651466650, 2299 data2: 58947, 2300 data3: 17958, 2301 data4: [158, 43, 115, 109, 192, 201, 47, 220], 2302 }, 2303 pid: 15u32, 2304 }; 2305 pub type WPD_DEVICE_TYPES = i32; 2306 pub const WPD_DEVICE_TYPE_GENERIC: WPD_DEVICE_TYPES = 0i32; 2307 pub const WPD_DEVICE_TYPE_CAMERA: WPD_DEVICE_TYPES = 1i32; 2308 pub const WPD_DEVICE_TYPE_MEDIA_PLAYER: WPD_DEVICE_TYPES = 2i32; 2309 pub const WPD_DEVICE_TYPE_PHONE: WPD_DEVICE_TYPES = 3i32; 2310 pub const WPD_DEVICE_TYPE_VIDEO: WPD_DEVICE_TYPES = 4i32; 2311 pub const WPD_DEVICE_TYPE_PERSONAL_INFORMATION_MANAGER: WPD_DEVICE_TYPES = 5i32; 2312 pub const WPD_DEVICE_TYPE_AUDIO_RECORDER: WPD_DEVICE_TYPES = 6i32; 2313 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2314 pub const WPD_DEVICE_USE_DEVICE_STAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2315 fmtid: ::windows_sys::core::GUID { 2316 data1: 1178457698, 2317 data2: 32708, 2318 data3: 17041, 2319 data4: [145, 28, 127, 76, 156, 202, 151, 153], 2320 }, 2321 pid: 5u32, 2322 }; 2323 pub const WPD_DOCUMENT_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 185664003, data2: 60309, data3: 20226, data4: [147, 224, 151, 198, 49, 73, 58, 213] }; 2324 pub type WPD_EFFECT_MODES = i32; 2325 pub const WPD_EFFECT_MODE_UNDEFINED: WPD_EFFECT_MODES = 0i32; 2326 pub const WPD_EFFECT_MODE_COLOR: WPD_EFFECT_MODES = 1i32; 2327 pub const WPD_EFFECT_MODE_BLACK_AND_WHITE: WPD_EFFECT_MODES = 2i32; 2328 pub const WPD_EFFECT_MODE_SEPIA: WPD_EFFECT_MODES = 3i32; 2329 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2330 pub const WPD_EMAIL_BCC_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2331 fmtid: ::windows_sys::core::GUID { data1: 1106835034, data2: 21636, data3: 18306, data4: [177, 61, 71, 64, 221, 124, 55, 197] }, 2332 pid: 4u32, 2333 }; 2334 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2335 pub const WPD_EMAIL_CC_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2336 fmtid: ::windows_sys::core::GUID { data1: 1106835034, data2: 21636, data3: 18306, data4: [177, 61, 71, 64, 221, 124, 55, 197] }, 2337 pid: 3u32, 2338 }; 2339 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2340 pub const WPD_EMAIL_HAS_ATTACHMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2341 fmtid: ::windows_sys::core::GUID { data1: 1106835034, data2: 21636, data3: 18306, data4: [177, 61, 71, 64, 221, 124, 55, 197] }, 2342 pid: 9u32, 2343 }; 2344 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2345 pub const WPD_EMAIL_HAS_BEEN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2346 fmtid: ::windows_sys::core::GUID { data1: 1106835034, data2: 21636, data3: 18306, data4: [177, 61, 71, 64, 221, 124, 55, 197] }, 2347 pid: 7u32, 2348 }; 2349 pub const WPD_EMAIL_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1106835034, data2: 21636, data3: 18306, data4: [177, 61, 71, 64, 221, 124, 55, 197] }; 2350 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2351 pub const WPD_EMAIL_RECEIVED_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2352 fmtid: ::windows_sys::core::GUID { data1: 1106835034, data2: 21636, data3: 18306, data4: [177, 61, 71, 64, 221, 124, 55, 197] }, 2353 pid: 8u32, 2354 }; 2355 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2356 pub const WPD_EMAIL_SENDER_ADDRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2357 fmtid: ::windows_sys::core::GUID { data1: 1106835034, data2: 21636, data3: 18306, data4: [177, 61, 71, 64, 221, 124, 55, 197] }, 2358 pid: 10u32, 2359 }; 2360 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2361 pub const WPD_EMAIL_TO_LINE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2362 fmtid: ::windows_sys::core::GUID { data1: 1106835034, data2: 21636, data3: 18306, data4: [177, 61, 71, 64, 221, 124, 55, 197] }, 2363 pid: 2u32, 2364 }; 2365 pub const WPD_EVENT_ATTRIBUTES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2366 data1: 281634168, 2367 data2: 11905, 2368 data3: 16657, 2369 data4: [173, 222, 224, 140, 166, 19, 143, 109], 2370 }; 2371 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2372 pub const WPD_EVENT_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2373 fmtid: ::windows_sys::core::GUID { 2374 data1: 281634168, 2375 data2: 11905, 2376 data3: 16657, 2377 data4: [173, 222, 224, 140, 166, 19, 143, 109], 2378 }, 2379 pid: 2u32, 2380 }; 2381 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2382 pub const WPD_EVENT_ATTRIBUTE_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2383 fmtid: ::windows_sys::core::GUID { 2384 data1: 281634168, 2385 data2: 11905, 2386 data3: 16657, 2387 data4: [173, 222, 224, 140, 166, 19, 143, 109], 2388 }, 2389 pid: 4u32, 2390 }; 2391 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2392 pub const WPD_EVENT_ATTRIBUTE_PARAMETERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2393 fmtid: ::windows_sys::core::GUID { 2394 data1: 281634168, 2395 data2: 11905, 2396 data3: 16657, 2397 data4: [173, 222, 224, 140, 166, 19, 143, 109], 2398 }, 2399 pid: 3u32, 2400 }; 2401 pub const WPD_EVENT_DEVICE_CAPABILITIES_UPDATED: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2402 data1: 914905761, 2403 data2: 52564, 2404 data3: 19882, 2405 data4: [179, 208, 175, 179, 224, 63, 89, 153], 2406 }; 2407 pub const WPD_EVENT_DEVICE_REMOVED: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2408 data1: 3838560795, 2409 data2: 26904, 2410 data3: 18617, 2411 data4: [133, 238, 2, 190, 124, 133, 10, 249], 2412 }; 2413 pub const WPD_EVENT_DEVICE_RESET: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2002112339, data2: 49645, data3: 17651, data4: [181, 162, 69, 30, 44, 55, 107, 39] }; 2414 pub const WPD_EVENT_MTP_VENDOR_EXTENDED_EVENTS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 0, data2: 22328, data3: 20466, data4: [132, 69, 190, 49, 38, 105, 16, 89] }; 2415 pub const WPD_EVENT_NOTIFICATION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 732095498, data2: 27468, data3: 17045, data4: [187, 67, 38, 50, 43, 153, 174, 178] }; 2416 pub const WPD_EVENT_OBJECT_ADDED: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2417 data1: 2804341397, 2418 data2: 57863, 2419 data3: 19202, 2420 data4: [141, 68, 190, 242, 232, 108, 191, 252], 2421 }; 2422 pub const WPD_EVENT_OBJECT_REMOVED: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2423 data1: 3196234632, 2424 data2: 42284, 2425 data3: 18467, 2426 data4: [150, 229, 208, 39, 38, 113, 252, 56], 2427 }; 2428 pub const WPD_EVENT_OBJECT_TRANSFER_REQUESTED: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2367070369, data2: 62150, data3: 16858, data4: [143, 25, 94, 83, 114, 26, 219, 242] }; 2429 pub const WPD_EVENT_OBJECT_UPDATED: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 340109145, data2: 11777, data3: 18525, data4: [159, 39, 255, 7, 218, 230, 151, 171] }; 2430 pub const WPD_EVENT_OPTIONS_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3017333463, data2: 41825, data3: 19331, data4: [138, 72, 91, 2, 206, 16, 113, 59] }; 2431 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2432 pub const WPD_EVENT_OPTION_IS_AUTOPLAY_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2433 fmtid: ::windows_sys::core::GUID { data1: 3017333463, data2: 41825, data3: 19331, data4: [138, 72, 91, 2, 206, 16, 113, 59] }, 2434 pid: 3u32, 2435 }; 2436 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2437 pub const WPD_EVENT_OPTION_IS_BROADCAST_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2438 fmtid: ::windows_sys::core::GUID { data1: 3017333463, data2: 41825, data3: 19331, data4: [138, 72, 91, 2, 206, 16, 113, 59] }, 2439 pid: 2u32, 2440 }; 2441 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2442 pub const WPD_EVENT_PARAMETER_CHILD_HIERARCHY_CHANGED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2443 fmtid: ::windows_sys::core::GUID { data1: 363534675, data2: 63511, data3: 20463, data4: [169, 33, 86, 118, 232, 56, 246, 224] }, 2444 pid: 8u32, 2445 }; 2446 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2447 pub const WPD_EVENT_PARAMETER_EVENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2448 fmtid: ::windows_sys::core::GUID { data1: 363534675, data2: 63511, data3: 20463, data4: [169, 33, 86, 118, 232, 56, 246, 224] }, 2449 pid: 3u32, 2450 }; 2451 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2452 pub const WPD_EVENT_PARAMETER_OBJECT_CREATION_COOKIE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2453 fmtid: ::windows_sys::core::GUID { data1: 363534675, data2: 63511, data3: 20463, data4: [169, 33, 86, 118, 232, 56, 246, 224] }, 2454 pid: 7u32, 2455 }; 2456 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2457 pub const WPD_EVENT_PARAMETER_OBJECT_PARENT_PERSISTENT_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2458 fmtid: ::windows_sys::core::GUID { data1: 363534675, data2: 63511, data3: 20463, data4: [169, 33, 86, 118, 232, 56, 246, 224] }, 2459 pid: 6u32, 2460 }; 2461 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2462 pub const WPD_EVENT_PARAMETER_OPERATION_PROGRESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2463 fmtid: ::windows_sys::core::GUID { data1: 363534675, data2: 63511, data3: 20463, data4: [169, 33, 86, 118, 232, 56, 246, 224] }, 2464 pid: 5u32, 2465 }; 2466 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2467 pub const WPD_EVENT_PARAMETER_OPERATION_STATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2468 fmtid: ::windows_sys::core::GUID { data1: 363534675, data2: 63511, data3: 20463, data4: [169, 33, 86, 118, 232, 56, 246, 224] }, 2469 pid: 4u32, 2470 }; 2471 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2472 pub const WPD_EVENT_PARAMETER_PNP_DEVICE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2473 fmtid: ::windows_sys::core::GUID { data1: 363534675, data2: 63511, data3: 20463, data4: [169, 33, 86, 118, 232, 56, 246, 224] }, 2474 pid: 2u32, 2475 }; 2476 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2477 pub const WPD_EVENT_PARAMETER_SERVICE_METHOD_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2478 fmtid: ::windows_sys::core::GUID { 2479 data1: 1384151946, 2480 data2: 18708, 2481 data3: 17187, 2482 data4: [155, 154, 116, 246, 84, 178, 184, 70], 2483 }, 2484 pid: 2u32, 2485 }; 2486 pub const WPD_EVENT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 363534675, data2: 63511, data3: 20463, data4: [169, 33, 86, 118, 232, 56, 246, 224] }; 2487 pub const WPD_EVENT_PROPERTIES_V2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2488 data1: 1384151946, 2489 data2: 18708, 2490 data3: 17187, 2491 data4: [155, 154, 116, 246, 84, 178, 184, 70], 2492 }; 2493 pub const WPD_EVENT_SERVICE_METHOD_COMPLETE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2318661112, data2: 2764, data3: 19867, data4: [156, 196, 17, 45, 53, 59, 134, 202] }; 2494 pub const WPD_EVENT_STORAGE_FORMAT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 931291499, data2: 8892, data3: 17524, data4: [162, 81, 48, 112, 248, 211, 136, 87] }; 2495 pub type WPD_EXPOSURE_METERING_MODES = i32; 2496 pub const WPD_EXPOSURE_METERING_MODE_UNDEFINED: WPD_EXPOSURE_METERING_MODES = 0i32; 2497 pub const WPD_EXPOSURE_METERING_MODE_AVERAGE: WPD_EXPOSURE_METERING_MODES = 1i32; 2498 pub const WPD_EXPOSURE_METERING_MODE_CENTER_WEIGHTED_AVERAGE: WPD_EXPOSURE_METERING_MODES = 2i32; 2499 pub const WPD_EXPOSURE_METERING_MODE_MULTI_SPOT: WPD_EXPOSURE_METERING_MODES = 3i32; 2500 pub const WPD_EXPOSURE_METERING_MODE_CENTER_SPOT: WPD_EXPOSURE_METERING_MODES = 4i32; 2501 pub type WPD_EXPOSURE_PROGRAM_MODES = i32; 2502 pub const WPD_EXPOSURE_PROGRAM_MODE_UNDEFINED: WPD_EXPOSURE_PROGRAM_MODES = 0i32; 2503 pub const WPD_EXPOSURE_PROGRAM_MODE_MANUAL: WPD_EXPOSURE_PROGRAM_MODES = 1i32; 2504 pub const WPD_EXPOSURE_PROGRAM_MODE_AUTO: WPD_EXPOSURE_PROGRAM_MODES = 2i32; 2505 pub const WPD_EXPOSURE_PROGRAM_MODE_APERTURE_PRIORITY: WPD_EXPOSURE_PROGRAM_MODES = 3i32; 2506 pub const WPD_EXPOSURE_PROGRAM_MODE_SHUTTER_PRIORITY: WPD_EXPOSURE_PROGRAM_MODES = 4i32; 2507 pub const WPD_EXPOSURE_PROGRAM_MODE_CREATIVE: WPD_EXPOSURE_PROGRAM_MODES = 5i32; 2508 pub const WPD_EXPOSURE_PROGRAM_MODE_ACTION: WPD_EXPOSURE_PROGRAM_MODES = 6i32; 2509 pub const WPD_EXPOSURE_PROGRAM_MODE_PORTRAIT: WPD_EXPOSURE_PROGRAM_MODES = 7i32; 2510 pub type WPD_FLASH_MODES = i32; 2511 pub const WPD_FLASH_MODE_UNDEFINED: WPD_FLASH_MODES = 0i32; 2512 pub const WPD_FLASH_MODE_AUTO: WPD_FLASH_MODES = 1i32; 2513 pub const WPD_FLASH_MODE_OFF: WPD_FLASH_MODES = 2i32; 2514 pub const WPD_FLASH_MODE_FILL: WPD_FLASH_MODES = 3i32; 2515 pub const WPD_FLASH_MODE_RED_EYE_AUTO: WPD_FLASH_MODES = 4i32; 2516 pub const WPD_FLASH_MODE_RED_EYE_FILL: WPD_FLASH_MODES = 5i32; 2517 pub const WPD_FLASH_MODE_EXTERNAL_SYNC: WPD_FLASH_MODES = 6i32; 2518 pub type WPD_FOCUS_METERING_MODES = i32; 2519 pub const WPD_FOCUS_METERING_MODE_UNDEFINED: WPD_FOCUS_METERING_MODES = 0i32; 2520 pub const WPD_FOCUS_METERING_MODE_CENTER_SPOT: WPD_FOCUS_METERING_MODES = 1i32; 2521 pub const WPD_FOCUS_METERING_MODE_MULTI_SPOT: WPD_FOCUS_METERING_MODES = 2i32; 2522 pub type WPD_FOCUS_MODES = i32; 2523 pub const WPD_FOCUS_UNDEFINED: WPD_FOCUS_MODES = 0i32; 2524 pub const WPD_FOCUS_MANUAL: WPD_FOCUS_MODES = 1i32; 2525 pub const WPD_FOCUS_AUTOMATIC: WPD_FOCUS_MODES = 2i32; 2526 pub const WPD_FOCUS_AUTOMATIC_MACRO: WPD_FOCUS_MODES = 3i32; 2527 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2528 pub const WPD_FOLDER_CONTENT_TYPES_ALLOWED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2529 fmtid: ::windows_sys::core::GUID { data1: 2124053183, data2: 58728, data3: 19252, data4: [170, 47, 19, 187, 18, 171, 23, 125] }, 2530 pid: 2u32, 2531 }; 2532 pub const WPD_FOLDER_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2124053183, data2: 58728, data3: 19252, data4: [170, 47, 19, 187, 18, 171, 23, 125] }; 2533 pub const WPD_FORMAT_ATTRIBUTES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2694848512, data2: 48303, data3: 19432, data4: [179, 245, 35, 63, 35, 28, 245, 143] }; 2534 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2535 pub const WPD_FORMAT_ATTRIBUTE_MIMETYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2536 fmtid: ::windows_sys::core::GUID { data1: 2694848512, data2: 48303, data3: 19432, data4: [179, 245, 35, 63, 35, 28, 245, 143] }, 2537 pid: 3u32, 2538 }; 2539 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2540 pub const WPD_FORMAT_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2541 fmtid: ::windows_sys::core::GUID { data1: 2694848512, data2: 48303, data3: 19432, data4: [179, 245, 35, 63, 35, 28, 245, 143] }, 2542 pid: 2u32, 2543 }; 2544 pub const WPD_FUNCTIONAL_CATEGORY_ALL: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2545 data1: 764044562, 2546 data2: 42828, 2547 data3: 17550, 2548 data4: [186, 138, 244, 172, 7, 196, 147, 153], 2549 }; 2550 pub const WPD_FUNCTIONAL_CATEGORY_AUDIO_CAPTURE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2551 data1: 1059723545, 2552 data2: 51138, 2553 data3: 18944, 2554 data4: [133, 93, 245, 124, 240, 109, 235, 187], 2555 }; 2556 pub const WPD_FUNCTIONAL_CATEGORY_DEVICE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 149571179, data2: 58276, data3: 17206, data4: [161, 243, 164, 77, 43, 92, 67, 140] }; 2557 pub const WPD_FUNCTIONAL_CATEGORY_NETWORK_CONFIGURATION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1224006514, data2: 31850, data3: 19120, data4: [158, 26, 71, 14, 60, 219, 242, 106] }; 2558 pub const WPD_FUNCTIONAL_CATEGORY_RENDERING_INFORMATION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 140512164, data2: 42938, data3: 18945, data4: [171, 14, 0, 101, 208, 163, 86, 211] }; 2559 pub const WPD_FUNCTIONAL_CATEGORY_SMS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 4497585, data2: 49641, data3: 19197, data4: [179, 88, 166, 44, 97, 23, 201, 207] }; 2560 pub const WPD_FUNCTIONAL_CATEGORY_STILL_IMAGE_CAPTURE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2561 data1: 1631363879, 2562 data2: 43923, 2563 data3: 18688, 2564 data4: [180, 250, 137, 91, 181, 135, 75, 121], 2565 }; 2566 pub const WPD_FUNCTIONAL_CATEGORY_STORAGE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 602954684, data2: 5598, data3: 19498, data4: [165, 91, 169, 175, 92, 228, 18, 239] }; 2567 pub const WPD_FUNCTIONAL_CATEGORY_VIDEO_CAPTURE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2568 data1: 3795738475, 2569 data2: 29251, 2570 data3: 17322, 2571 data4: [141, 241, 14, 179, 217, 104, 169, 24], 2572 }; 2573 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2574 pub const WPD_FUNCTIONAL_OBJECT_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2575 fmtid: ::windows_sys::core::GUID { 2576 data1: 2399481235, 2577 data2: 43978, 2578 data3: 20421, 2579 data4: [165, 172, 176, 29, 244, 219, 229, 152], 2580 }, 2581 pid: 2u32, 2582 }; 2583 pub const WPD_FUNCTIONAL_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2584 data1: 2399481235, 2585 data2: 43978, 2586 data3: 20421, 2587 data4: [165, 172, 176, 29, 244, 219, 229, 152], 2588 }; 2589 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2590 pub const WPD_IMAGE_BITDEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2591 fmtid: ::windows_sys::core::GUID { 2592 data1: 1674987784, 2593 data2: 40865, 2594 data3: 18335, 2595 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2596 }, 2597 pid: 3u32, 2598 }; 2599 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2600 pub const WPD_IMAGE_COLOR_CORRECTED_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2601 fmtid: ::windows_sys::core::GUID { 2602 data1: 1674987784, 2603 data2: 40865, 2604 data3: 18335, 2605 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2606 }, 2607 pid: 5u32, 2608 }; 2609 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2610 pub const WPD_IMAGE_CROPPED_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2611 fmtid: ::windows_sys::core::GUID { 2612 data1: 1674987784, 2613 data2: 40865, 2614 data3: 18335, 2615 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2616 }, 2617 pid: 4u32, 2618 }; 2619 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2620 pub const WPD_IMAGE_EXPOSURE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2621 fmtid: ::windows_sys::core::GUID { 2622 data1: 1674987784, 2623 data2: 40865, 2624 data3: 18335, 2625 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2626 }, 2627 pid: 8u32, 2628 }; 2629 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2630 pub const WPD_IMAGE_EXPOSURE_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2631 fmtid: ::windows_sys::core::GUID { 2632 data1: 1674987784, 2633 data2: 40865, 2634 data3: 18335, 2635 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2636 }, 2637 pid: 7u32, 2638 }; 2639 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2640 pub const WPD_IMAGE_FNUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2641 fmtid: ::windows_sys::core::GUID { 2642 data1: 1674987784, 2643 data2: 40865, 2644 data3: 18335, 2645 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2646 }, 2647 pid: 6u32, 2648 }; 2649 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2650 pub const WPD_IMAGE_HORIZONTAL_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2651 fmtid: ::windows_sys::core::GUID { 2652 data1: 1674987784, 2653 data2: 40865, 2654 data3: 18335, 2655 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2656 }, 2657 pid: 9u32, 2658 }; 2659 pub const WPD_IMAGE_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2660 data1: 1674987784, 2661 data2: 40865, 2662 data3: 18335, 2663 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2664 }; 2665 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2666 pub const WPD_IMAGE_VERTICAL_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2667 fmtid: ::windows_sys::core::GUID { 2668 data1: 1674987784, 2669 data2: 40865, 2670 data3: 18335, 2671 data4: [133, 186, 153, 82, 33, 100, 71, 219], 2672 }, 2673 pid: 10u32, 2674 }; 2675 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2676 pub const WPD_MEDIA_ALBUM_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2677 fmtid: ::windows_sys::core::GUID { 2678 data1: 785955333, 2679 data2: 2771, 2680 data3: 17116, 2681 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2682 }, 2683 pid: 25u32, 2684 }; 2685 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2686 pub const WPD_MEDIA_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2687 fmtid: ::windows_sys::core::GUID { 2688 data1: 785955333, 2689 data2: 2771, 2690 data3: 17116, 2691 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2692 }, 2693 pid: 24u32, 2694 }; 2695 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2696 pub const WPD_MEDIA_AUDIO_ENCODING_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2697 fmtid: ::windows_sys::core::GUID { 2698 data1: 785955333, 2699 data2: 2771, 2700 data3: 17116, 2701 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2702 }, 2703 pid: 49u32, 2704 }; 2705 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2706 pub const WPD_MEDIA_BITRATE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2707 fmtid: ::windows_sys::core::GUID { 2708 data1: 785955333, 2709 data2: 2771, 2710 data3: 17116, 2711 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2712 }, 2713 pid: 3u32, 2714 }; 2715 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2716 pub const WPD_MEDIA_BUY_NOW: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2717 fmtid: ::windows_sys::core::GUID { 2718 data1: 785955333, 2719 data2: 2771, 2720 data3: 17116, 2721 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2722 }, 2723 pid: 20u32, 2724 }; 2725 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2726 pub const WPD_MEDIA_BYTE_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2727 fmtid: ::windows_sys::core::GUID { 2728 data1: 785955333, 2729 data2: 2771, 2730 data3: 17116, 2731 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2732 }, 2733 pid: 36u32, 2734 }; 2735 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2736 pub const WPD_MEDIA_COMPOSER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2737 fmtid: ::windows_sys::core::GUID { 2738 data1: 785955333, 2739 data2: 2771, 2740 data3: 17116, 2741 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2742 }, 2743 pid: 11u32, 2744 }; 2745 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2746 pub const WPD_MEDIA_COPYRIGHT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2747 fmtid: ::windows_sys::core::GUID { 2748 data1: 785955333, 2749 data2: 2771, 2750 data3: 17116, 2751 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2752 }, 2753 pid: 4u32, 2754 }; 2755 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2756 pub const WPD_MEDIA_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2757 fmtid: ::windows_sys::core::GUID { 2758 data1: 785955333, 2759 data2: 2771, 2760 data3: 17116, 2761 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2762 }, 2763 pid: 31u32, 2764 }; 2765 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2766 pub const WPD_MEDIA_DESTINATION_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2767 fmtid: ::windows_sys::core::GUID { 2768 data1: 785955333, 2769 data2: 2771, 2770 data3: 17116, 2771 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2772 }, 2773 pid: 30u32, 2774 }; 2775 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2776 pub const WPD_MEDIA_DURATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2777 fmtid: ::windows_sys::core::GUID { 2778 data1: 785955333, 2779 data2: 2771, 2780 data3: 17116, 2781 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2782 }, 2783 pid: 19u32, 2784 }; 2785 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2786 pub const WPD_MEDIA_EFFECTIVE_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2787 fmtid: ::windows_sys::core::GUID { 2788 data1: 785955333, 2789 data2: 2771, 2790 data3: 17116, 2791 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2792 }, 2793 pid: 12u32, 2794 }; 2795 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2796 pub const WPD_MEDIA_ENCODING_PROFILE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2797 fmtid: ::windows_sys::core::GUID { 2798 data1: 785955333, 2799 data2: 2771, 2800 data3: 17116, 2801 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2802 }, 2803 pid: 21u32, 2804 }; 2805 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2806 pub const WPD_MEDIA_GENRE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2807 fmtid: ::windows_sys::core::GUID { 2808 data1: 785955333, 2809 data2: 2771, 2810 data3: 17116, 2811 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2812 }, 2813 pid: 32u32, 2814 }; 2815 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2816 pub const WPD_MEDIA_GUID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2817 fmtid: ::windows_sys::core::GUID { 2818 data1: 785955333, 2819 data2: 2771, 2820 data3: 17116, 2821 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2822 }, 2823 pid: 38u32, 2824 }; 2825 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2826 pub const WPD_MEDIA_HEIGHT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2827 fmtid: ::windows_sys::core::GUID { 2828 data1: 785955333, 2829 data2: 2771, 2830 data3: 17116, 2831 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2832 }, 2833 pid: 23u32, 2834 }; 2835 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2836 pub const WPD_MEDIA_LAST_ACCESSED_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2837 fmtid: ::windows_sys::core::GUID { 2838 data1: 785955333, 2839 data2: 2771, 2840 data3: 17116, 2841 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2842 }, 2843 pid: 8u32, 2844 }; 2845 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2846 pub const WPD_MEDIA_LAST_BUILD_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2847 fmtid: ::windows_sys::core::GUID { 2848 data1: 785955333, 2849 data2: 2771, 2850 data3: 17116, 2851 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2852 }, 2853 pid: 35u32, 2854 }; 2855 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2856 pub const WPD_MEDIA_MANAGING_EDITOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2857 fmtid: ::windows_sys::core::GUID { 2858 data1: 785955333, 2859 data2: 2771, 2860 data3: 17116, 2861 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2862 }, 2863 pid: 27u32, 2864 }; 2865 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2866 pub const WPD_MEDIA_META_GENRE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2867 fmtid: ::windows_sys::core::GUID { 2868 data1: 785955333, 2869 data2: 2771, 2870 data3: 17116, 2871 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2872 }, 2873 pid: 10u32, 2874 }; 2875 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2876 pub const WPD_MEDIA_OBJECT_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2877 fmtid: ::windows_sys::core::GUID { 2878 data1: 785955333, 2879 data2: 2771, 2880 data3: 17116, 2881 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2882 }, 2883 pid: 34u32, 2884 }; 2885 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2886 pub const WPD_MEDIA_OWNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2887 fmtid: ::windows_sys::core::GUID { 2888 data1: 785955333, 2889 data2: 2771, 2890 data3: 17116, 2891 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2892 }, 2893 pid: 26u32, 2894 }; 2895 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2896 pub const WPD_MEDIA_PARENTAL_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2897 fmtid: ::windows_sys::core::GUID { 2898 data1: 785955333, 2899 data2: 2771, 2900 data3: 17116, 2901 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2902 }, 2903 pid: 9u32, 2904 }; 2905 pub const WPD_MEDIA_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 2906 data1: 785955333, 2907 data2: 2771, 2908 data3: 17116, 2909 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2910 }; 2911 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2912 pub const WPD_MEDIA_RELEASE_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2913 fmtid: ::windows_sys::core::GUID { 2914 data1: 785955333, 2915 data2: 2771, 2916 data3: 17116, 2917 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2918 }, 2919 pid: 14u32, 2920 }; 2921 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2922 pub const WPD_MEDIA_SAMPLE_RATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2923 fmtid: ::windows_sys::core::GUID { 2924 data1: 785955333, 2925 data2: 2771, 2926 data3: 17116, 2927 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2928 }, 2929 pid: 15u32, 2930 }; 2931 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2932 pub const WPD_MEDIA_SKIP_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2933 fmtid: ::windows_sys::core::GUID { 2934 data1: 785955333, 2935 data2: 2771, 2936 data3: 17116, 2937 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2938 }, 2939 pid: 7u32, 2940 }; 2941 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2942 pub const WPD_MEDIA_SOURCE_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2943 fmtid: ::windows_sys::core::GUID { 2944 data1: 785955333, 2945 data2: 2771, 2946 data3: 17116, 2947 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2948 }, 2949 pid: 29u32, 2950 }; 2951 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2952 pub const WPD_MEDIA_STAR_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2953 fmtid: ::windows_sys::core::GUID { 2954 data1: 785955333, 2955 data2: 2771, 2956 data3: 17116, 2957 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2958 }, 2959 pid: 16u32, 2960 }; 2961 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2962 pub const WPD_MEDIA_SUBSCRIPTION_CONTENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2963 fmtid: ::windows_sys::core::GUID { 2964 data1: 785955333, 2965 data2: 2771, 2966 data3: 17116, 2967 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2968 }, 2969 pid: 5u32, 2970 }; 2971 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2972 pub const WPD_MEDIA_SUB_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2973 fmtid: ::windows_sys::core::GUID { 2974 data1: 785955333, 2975 data2: 2771, 2976 data3: 17116, 2977 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2978 }, 2979 pid: 39u32, 2980 }; 2981 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2982 pub const WPD_MEDIA_SUB_TITLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2983 fmtid: ::windows_sys::core::GUID { 2984 data1: 785955333, 2985 data2: 2771, 2986 data3: 17116, 2987 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2988 }, 2989 pid: 13u32, 2990 }; 2991 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 2992 pub const WPD_MEDIA_TIME_BOOKMARK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 2993 fmtid: ::windows_sys::core::GUID { 2994 data1: 785955333, 2995 data2: 2771, 2996 data3: 17116, 2997 data4: [176, 208, 188, 149, 172, 57, 106, 200], 2998 }, 2999 pid: 33u32, 3000 }; 3001 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3002 pub const WPD_MEDIA_TIME_TO_LIVE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3003 fmtid: ::windows_sys::core::GUID { 3004 data1: 785955333, 3005 data2: 2771, 3006 data3: 17116, 3007 data4: [176, 208, 188, 149, 172, 57, 106, 200], 3008 }, 3009 pid: 37u32, 3010 }; 3011 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3012 pub const WPD_MEDIA_TITLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3013 fmtid: ::windows_sys::core::GUID { 3014 data1: 785955333, 3015 data2: 2771, 3016 data3: 17116, 3017 data4: [176, 208, 188, 149, 172, 57, 106, 200], 3018 }, 3019 pid: 18u32, 3020 }; 3021 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3022 pub const WPD_MEDIA_TOTAL_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3023 fmtid: ::windows_sys::core::GUID { 3024 data1: 785955333, 3025 data2: 2771, 3026 data3: 17116, 3027 data4: [176, 208, 188, 149, 172, 57, 106, 200], 3028 }, 3029 pid: 2u32, 3030 }; 3031 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3032 pub const WPD_MEDIA_USER_EFFECTIVE_RATING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3033 fmtid: ::windows_sys::core::GUID { 3034 data1: 785955333, 3035 data2: 2771, 3036 data3: 17116, 3037 data4: [176, 208, 188, 149, 172, 57, 106, 200], 3038 }, 3039 pid: 17u32, 3040 }; 3041 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3042 pub const WPD_MEDIA_USE_COUNT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3043 fmtid: ::windows_sys::core::GUID { 3044 data1: 785955333, 3045 data2: 2771, 3046 data3: 17116, 3047 data4: [176, 208, 188, 149, 172, 57, 106, 200], 3048 }, 3049 pid: 6u32, 3050 }; 3051 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3052 pub const WPD_MEDIA_WEBMASTER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3053 fmtid: ::windows_sys::core::GUID { 3054 data1: 785955333, 3055 data2: 2771, 3056 data3: 17116, 3057 data4: [176, 208, 188, 149, 172, 57, 106, 200], 3058 }, 3059 pid: 28u32, 3060 }; 3061 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3062 pub const WPD_MEDIA_WIDTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3063 fmtid: ::windows_sys::core::GUID { 3064 data1: 785955333, 3065 data2: 2771, 3066 data3: 17116, 3067 data4: [176, 208, 188, 149, 172, 57, 106, 200], 3068 }, 3069 pid: 22u32, 3070 }; 3071 pub const WPD_MEMO_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1610349691, data2: 29827, data3: 16813, data4: [175, 185, 218, 63, 78, 89, 43, 141] }; 3072 pub type WPD_META_GENRES = i32; 3073 pub const WPD_META_GENRE_UNUSED: WPD_META_GENRES = 0i32; 3074 pub const WPD_META_GENRE_GENERIC_MUSIC_AUDIO_FILE: WPD_META_GENRES = 1i32; 3075 pub const WPD_META_GENRE_GENERIC_NON_MUSIC_AUDIO_FILE: WPD_META_GENRES = 17i32; 3076 pub const WPD_META_GENRE_SPOKEN_WORD_AUDIO_BOOK_FILES: WPD_META_GENRES = 18i32; 3077 pub const WPD_META_GENRE_SPOKEN_WORD_FILES_NON_AUDIO_BOOK: WPD_META_GENRES = 19i32; 3078 pub const WPD_META_GENRE_SPOKEN_WORD_NEWS: WPD_META_GENRES = 20i32; 3079 pub const WPD_META_GENRE_SPOKEN_WORD_TALK_SHOWS: WPD_META_GENRES = 21i32; 3080 pub const WPD_META_GENRE_GENERIC_VIDEO_FILE: WPD_META_GENRES = 33i32; 3081 pub const WPD_META_GENRE_NEWS_VIDEO_FILE: WPD_META_GENRES = 34i32; 3082 pub const WPD_META_GENRE_MUSIC_VIDEO_FILE: WPD_META_GENRES = 35i32; 3083 pub const WPD_META_GENRE_HOME_VIDEO_FILE: WPD_META_GENRES = 36i32; 3084 pub const WPD_META_GENRE_FEATURE_FILM_VIDEO_FILE: WPD_META_GENRES = 37i32; 3085 pub const WPD_META_GENRE_TELEVISION_VIDEO_FILE: WPD_META_GENRES = 38i32; 3086 pub const WPD_META_GENRE_TRAINING_EDUCATIONAL_VIDEO_FILE: WPD_META_GENRES = 39i32; 3087 pub const WPD_META_GENRE_PHOTO_MONTAGE_VIDEO_FILE: WPD_META_GENRES = 40i32; 3088 pub const WPD_META_GENRE_GENERIC_NON_AUDIO_NON_VIDEO: WPD_META_GENRES = 48i32; 3089 pub const WPD_META_GENRE_AUDIO_PODCAST: WPD_META_GENRES = 64i32; 3090 pub const WPD_META_GENRE_VIDEO_PODCAST: WPD_META_GENRES = 65i32; 3091 pub const WPD_META_GENRE_MIXED_PODCAST: WPD_META_GENRES = 66i32; 3092 pub const WPD_METHOD_ATTRIBUTES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 4051325041, data2: 61497, data3: 17583, data4: [142, 254, 67, 44, 243, 46, 67, 42] }; 3093 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3094 pub const WPD_METHOD_ATTRIBUTE_ACCESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3095 fmtid: ::windows_sys::core::GUID { data1: 4051325041, data2: 61497, data3: 17583, data4: [142, 254, 67, 44, 243, 46, 67, 42] }, 3096 pid: 4u32, 3097 }; 3098 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3099 pub const WPD_METHOD_ATTRIBUTE_ASSOCIATED_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3100 fmtid: ::windows_sys::core::GUID { data1: 4051325041, data2: 61497, data3: 17583, data4: [142, 254, 67, 44, 243, 46, 67, 42] }, 3101 pid: 3u32, 3102 }; 3103 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3104 pub const WPD_METHOD_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3105 fmtid: ::windows_sys::core::GUID { data1: 4051325041, data2: 61497, data3: 17583, data4: [142, 254, 67, 44, 243, 46, 67, 42] }, 3106 pid: 2u32, 3107 }; 3108 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3109 pub const WPD_METHOD_ATTRIBUTE_PARAMETERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3110 fmtid: ::windows_sys::core::GUID { data1: 4051325041, data2: 61497, data3: 17583, data4: [142, 254, 67, 44, 243, 46, 67, 42] }, 3111 pid: 5u32, 3112 }; 3113 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3114 pub const WPD_MUSIC_ALBUM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3115 fmtid: ::windows_sys::core::GUID { 3116 data1: 3005543786, 3117 data2: 56413, 3118 data3: 18149, 3119 data4: [182, 223, 210, 234, 65, 72, 136, 198], 3120 }, 3121 pid: 3u32, 3122 }; 3123 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3124 pub const WPD_MUSIC_LYRICS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3125 fmtid: ::windows_sys::core::GUID { 3126 data1: 3005543786, 3127 data2: 56413, 3128 data3: 18149, 3129 data4: [182, 223, 210, 234, 65, 72, 136, 198], 3130 }, 3131 pid: 6u32, 3132 }; 3133 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3134 pub const WPD_MUSIC_MOOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3135 fmtid: ::windows_sys::core::GUID { 3136 data1: 3005543786, 3137 data2: 56413, 3138 data3: 18149, 3139 data4: [182, 223, 210, 234, 65, 72, 136, 198], 3140 }, 3141 pid: 8u32, 3142 }; 3143 pub const WPD_MUSIC_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3144 data1: 3005543786, 3145 data2: 56413, 3146 data3: 18149, 3147 data4: [182, 223, 210, 234, 65, 72, 136, 198], 3148 }; 3149 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3150 pub const WPD_MUSIC_TRACK: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3151 fmtid: ::windows_sys::core::GUID { 3152 data1: 3005543786, 3153 data2: 56413, 3154 data3: 18149, 3155 data4: [182, 223, 210, 234, 65, 72, 136, 198], 3156 }, 3157 pid: 4u32, 3158 }; 3159 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3160 pub const WPD_NETWORK_ASSOCIATION_HOST_NETWORK_IDENTIFIERS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3161 fmtid: ::windows_sys::core::GUID { data1: 3838393375, data2: 45571, data3: 17393, data4: [161, 0, 90, 7, 209, 27, 2, 116] }, 3162 pid: 2u32, 3163 }; 3164 pub const WPD_NETWORK_ASSOCIATION_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3838393375, data2: 45571, data3: 17393, data4: [161, 0, 90, 7, 209, 27, 2, 116] }; 3165 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3166 pub const WPD_NETWORK_ASSOCIATION_X509V3SEQUENCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3167 fmtid: ::windows_sys::core::GUID { data1: 3838393375, data2: 45571, data3: 17393, data4: [161, 0, 90, 7, 209, 27, 2, 116] }, 3168 pid: 3u32, 3169 }; 3170 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3171 pub const WPD_OBJECT_BACK_REFERENCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3172 fmtid: ::windows_sys::core::GUID { 3173 data1: 4016785677, 3174 data2: 23768, 3175 data3: 17274, 3176 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3177 }, 3178 pid: 21u32, 3179 }; 3180 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3181 pub const WPD_OBJECT_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3182 fmtid: ::windows_sys::core::GUID { 3183 data1: 4016785677, 3184 data2: 23768, 3185 data3: 17274, 3186 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3187 }, 3188 pid: 26u32, 3189 }; 3190 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3191 pub const WPD_OBJECT_CONTAINER_FUNCTIONAL_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3192 fmtid: ::windows_sys::core::GUID { 3193 data1: 4016785677, 3194 data2: 23768, 3195 data3: 17274, 3196 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3197 }, 3198 pid: 23u32, 3199 }; 3200 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3201 pub const WPD_OBJECT_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3202 fmtid: ::windows_sys::core::GUID { 3203 data1: 4016785677, 3204 data2: 23768, 3205 data3: 17274, 3206 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3207 }, 3208 pid: 7u32, 3209 }; 3210 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3211 pub const WPD_OBJECT_DATE_AUTHORED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3212 fmtid: ::windows_sys::core::GUID { 3213 data1: 4016785677, 3214 data2: 23768, 3215 data3: 17274, 3216 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3217 }, 3218 pid: 20u32, 3219 }; 3220 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3221 pub const WPD_OBJECT_DATE_CREATED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3222 fmtid: ::windows_sys::core::GUID { 3223 data1: 4016785677, 3224 data2: 23768, 3225 data3: 17274, 3226 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3227 }, 3228 pid: 18u32, 3229 }; 3230 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3231 pub const WPD_OBJECT_DATE_MODIFIED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3232 fmtid: ::windows_sys::core::GUID { 3233 data1: 4016785677, 3234 data2: 23768, 3235 data3: 17274, 3236 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3237 }, 3238 pid: 19u32, 3239 }; 3240 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3241 pub const WPD_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3242 fmtid: ::windows_sys::core::GUID { 3243 data1: 4016785677, 3244 data2: 23768, 3245 data3: 17274, 3246 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3247 }, 3248 pid: 6u32, 3249 }; 3250 pub const WPD_OBJECT_FORMAT_3G2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3251 data1: 3112501248, 3252 data2: 44652, 3253 data3: 18436, 3254 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3255 }; 3256 pub const WPD_OBJECT_FORMAT_3G2A: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 437329965, data2: 34649, data3: 20020, data4: [186, 94, 177, 33, 16, 135, 238, 228] }; 3257 pub const WPD_OBJECT_FORMAT_3GP: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3258 data1: 3112435712, 3259 data2: 44652, 3260 data3: 18436, 3261 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3262 }; 3263 pub const WPD_OBJECT_FORMAT_3GPA: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 3843499824, data2: 63857, data3: 16879, data4: [161, 11, 34, 113, 160, 1, 157, 122] }; 3264 pub const WPD_OBJECT_FORMAT_AAC: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3265 data1: 3103981568, 3266 data2: 44652, 3267 data3: 18436, 3268 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3269 }; 3270 pub const WPD_OBJECT_FORMAT_ABSTRACT_CONTACT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3271 data1: 3145793536, 3272 data2: 44652, 3273 data3: 18436, 3274 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3275 }; 3276 pub const WPD_OBJECT_FORMAT_ABSTRACT_CONTACT_GROUP: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3277 data1: 3120955392, 3278 data2: 44652, 3279 data3: 18436, 3280 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3281 }; 3282 pub const WPD_OBJECT_FORMAT_ABSTRACT_MEDIA_CAST: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3283 data1: 3121283072, 3284 data2: 44652, 3285 data3: 18436, 3286 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3287 }; 3288 pub const WPD_OBJECT_FORMAT_AIFF: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3289 data1: 805765120, 3290 data2: 44652, 3291 data3: 18436, 3292 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3293 }; 3294 pub const WPD_OBJECT_FORMAT_ALL: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3295 data1: 3254136498, 3296 data2: 19379, 3297 data3: 18332, 3298 data4: [156, 250, 5, 181, 243, 165, 123, 34], 3299 }; 3300 pub const WPD_OBJECT_FORMAT_AMR: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3301 data1: 3104309248, 3302 data2: 44652, 3303 data3: 18436, 3304 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3305 }; 3306 pub const WPD_OBJECT_FORMAT_ASF: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3307 data1: 806092800, 3308 data2: 44652, 3309 data3: 18436, 3310 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3311 }; 3312 pub const WPD_OBJECT_FORMAT_ASXPLAYLIST: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3313 data1: 3121807360, 3314 data2: 44652, 3315 data3: 18436, 3316 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3317 }; 3318 pub const WPD_OBJECT_FORMAT_ATSCTS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3319 data1: 3112632320, 3320 data2: 44652, 3321 data3: 18436, 3322 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3323 }; 3324 pub const WPD_OBJECT_FORMAT_AUDIBLE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3325 data1: 3104047104, 3326 data2: 44652, 3327 data3: 18436, 3328 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3329 }; 3330 pub const WPD_OBJECT_FORMAT_AVCHD: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3331 data1: 3112566784, 3332 data2: 44652, 3333 data3: 18436, 3334 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3335 }; 3336 pub const WPD_OBJECT_FORMAT_AVI: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3337 data1: 805961728, 3338 data2: 44652, 3339 data3: 18436, 3340 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3341 }; 3342 pub const WPD_OBJECT_FORMAT_BMP: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3343 data1: 939786240, 3344 data2: 44652, 3345 data3: 18436, 3346 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3347 }; 3348 pub const WPD_OBJECT_FORMAT_CIFF: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3349 data1: 939851776, 3350 data2: 44652, 3351 data3: 18436, 3352 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3353 }; 3354 pub const WPD_OBJECT_FORMAT_DPOF: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3355 data1: 805699584, 3356 data2: 44652, 3357 data3: 18436, 3358 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3359 }; 3360 pub const WPD_OBJECT_FORMAT_DVBTS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3361 data1: 3112697856, 3362 data2: 44652, 3363 data3: 18436, 3364 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3365 }; 3366 pub const WPD_OBJECT_FORMAT_EXECUTABLE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3367 data1: 805502976, 3368 data2: 44652, 3369 data3: 18436, 3370 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3371 }; 3372 pub const WPD_OBJECT_FORMAT_EXIF: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3373 data1: 939589632, 3374 data2: 44652, 3375 data3: 18436, 3376 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3377 }; 3378 pub const WPD_OBJECT_FORMAT_FLAC: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3379 data1: 3104178176, 3380 data2: 44652, 3381 data3: 18436, 3382 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3383 }; 3384 pub const WPD_OBJECT_FORMAT_FLASHPIX: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3385 data1: 939720704, 3386 data2: 44652, 3387 data3: 18436, 3388 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3389 }; 3390 pub const WPD_OBJECT_FORMAT_GIF: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3391 data1: 939982848, 3392 data2: 44652, 3393 data3: 18436, 3394 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3395 }; 3396 pub const WPD_OBJECT_FORMAT_HTML: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3397 data1: 805634048, 3398 data2: 44652, 3399 data3: 18436, 3400 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3401 }; 3402 pub const WPD_OBJECT_FORMAT_ICALENDAR: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3403 data1: 3187867648, 3404 data2: 44652, 3405 data3: 18436, 3406 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3407 }; 3408 pub const WPD_OBJECT_FORMAT_ICON: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 124924653, data2: 4140, data3: 17976, data4: [156, 34, 131, 241, 66, 191, 200, 34] }; 3409 pub const WPD_OBJECT_FORMAT_JFIF: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3410 data1: 940048384, 3411 data2: 44652, 3412 data3: 18436, 3413 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3414 }; 3415 pub const WPD_OBJECT_FORMAT_JP2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3416 data1: 940507136, 3417 data2: 44652, 3418 data3: 18436, 3419 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3420 }; 3421 pub const WPD_OBJECT_FORMAT_JPEGXR: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3422 data1: 3087269888, 3423 data2: 44652, 3424 data3: 18436, 3425 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3426 }; 3427 pub const WPD_OBJECT_FORMAT_JPX: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3428 data1: 940572672, 3429 data2: 44652, 3430 data3: 18436, 3431 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3432 }; 3433 pub const WPD_OBJECT_FORMAT_M3UPLAYLIST: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3434 data1: 3121676288, 3435 data2: 44652, 3436 data3: 18436, 3437 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3438 }; 3439 pub const WPD_OBJECT_FORMAT_M4A: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 816555948, data2: 28669, data3: 19491, data4: [163, 89, 62, 155, 82, 243, 241, 200] }; 3440 pub const WPD_OBJECT_FORMAT_MHT_COMPILED_HTML: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3441 data1: 3129212928, 3442 data2: 44652, 3443 data3: 18436, 3444 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3445 }; 3446 pub const WPD_OBJECT_FORMAT_MICROSOFT_EXCEL: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3447 data1: 3129278464, 3448 data2: 44652, 3449 data3: 18436, 3450 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3451 }; 3452 pub const WPD_OBJECT_FORMAT_MICROSOFT_POWERPOINT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3453 data1: 3129344000, 3454 data2: 44652, 3455 data3: 18436, 3456 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3457 }; 3458 pub const WPD_OBJECT_FORMAT_MICROSOFT_WFC: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3459 data1: 2969829376, 3460 data2: 44652, 3461 data3: 18436, 3462 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3463 }; 3464 pub const WPD_OBJECT_FORMAT_MICROSOFT_WORD: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3465 data1: 3129147392, 3466 data2: 44652, 3467 data3: 18436, 3468 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3469 }; 3470 pub const WPD_OBJECT_FORMAT_MKV: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3471 data1: 3113222144, 3472 data2: 44652, 3473 data3: 18436, 3474 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3475 }; 3476 pub const WPD_OBJECT_FORMAT_MP2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3477 data1: 3112370176, 3478 data2: 44652, 3479 data3: 18436, 3480 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3481 }; 3482 pub const WPD_OBJECT_FORMAT_MP3: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3483 data1: 805896192, 3484 data2: 44652, 3485 data3: 18436, 3486 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3487 }; 3488 pub const WPD_OBJECT_FORMAT_MP4: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3489 data1: 3112304640, 3490 data2: 44652, 3491 data3: 18436, 3492 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3493 }; 3494 pub const WPD_OBJECT_FORMAT_MPEG: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3495 data1: 806027264, 3496 data2: 44652, 3497 data3: 18436, 3498 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3499 }; 3500 pub const WPD_OBJECT_FORMAT_MPLPLAYLIST: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3501 data1: 3121741824, 3502 data2: 44652, 3503 data3: 18436, 3504 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3505 }; 3506 pub const WPD_OBJECT_FORMAT_NETWORK_ASSOCIATION: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3507 data1: 2969698304, 3508 data2: 44652, 3509 data3: 18436, 3510 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3511 }; 3512 pub const WPD_OBJECT_FORMAT_OGG: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3513 data1: 3103916032, 3514 data2: 44652, 3515 data3: 18436, 3516 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3517 }; 3518 pub const WPD_OBJECT_FORMAT_PCD: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3519 data1: 940113920, 3520 data2: 44652, 3521 data3: 18436, 3522 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3523 }; 3524 pub const WPD_OBJECT_FORMAT_PICT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3525 data1: 940179456, 3526 data2: 44652, 3527 data3: 18436, 3528 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3529 }; 3530 pub const WPD_OBJECT_FORMAT_PLSPLAYLIST: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3531 data1: 3121872896, 3532 data2: 44652, 3533 data3: 18436, 3534 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3535 }; 3536 pub const WPD_OBJECT_FORMAT_PNG: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3537 data1: 940244992, 3538 data2: 44652, 3539 data3: 18436, 3540 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3541 }; 3542 pub const WPD_OBJECT_FORMAT_PROPERTIES_ONLY: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3543 data1: 805371904, 3544 data2: 44652, 3545 data3: 18436, 3546 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3547 }; 3548 pub const WPD_OBJECT_FORMAT_QCELP: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3549 data1: 3104243712, 3550 data2: 44652, 3551 data3: 18436, 3552 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3553 }; 3554 pub const WPD_OBJECT_FORMAT_SCRIPT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3555 data1: 805437440, 3556 data2: 44652, 3557 data3: 18436, 3558 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3559 }; 3560 pub const WPD_OBJECT_FORMAT_TEXT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3561 data1: 805568512, 3562 data2: 44652, 3563 data3: 18436, 3564 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3565 }; 3566 pub const WPD_OBJECT_FORMAT_TIFF: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3567 data1: 940376064, 3568 data2: 44652, 3569 data3: 18436, 3570 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3571 }; 3572 pub const WPD_OBJECT_FORMAT_TIFFEP: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3573 data1: 939655168, 3574 data2: 44652, 3575 data3: 18436, 3576 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3577 }; 3578 pub const WPD_OBJECT_FORMAT_TIFFIT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3579 data1: 940441600, 3580 data2: 44652, 3581 data3: 18436, 3582 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3583 }; 3584 pub const WPD_OBJECT_FORMAT_UNSPECIFIED: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3585 data1: 805306368, 3586 data2: 44652, 3587 data3: 18436, 3588 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3589 }; 3590 pub const WPD_OBJECT_FORMAT_VCALENDAR1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3591 data1: 3187802112, 3592 data2: 44652, 3593 data3: 18436, 3594 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3595 }; 3596 pub const WPD_OBJECT_FORMAT_VCARD2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3597 data1: 3145859072, 3598 data2: 44652, 3599 data3: 18436, 3600 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3601 }; 3602 pub const WPD_OBJECT_FORMAT_VCARD3: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3603 data1: 3145924608, 3604 data2: 44652, 3605 data3: 18436, 3606 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3607 }; 3608 pub const WPD_OBJECT_FORMAT_WAVE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3609 data1: 805830656, 3610 data2: 44652, 3611 data3: 18436, 3612 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3613 }; 3614 pub const WPD_OBJECT_FORMAT_WBMP: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3615 data1: 3087204352, 3616 data2: 44652, 3617 data3: 18436, 3618 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3619 }; 3620 pub const WPD_OBJECT_FORMAT_WINDOWSIMAGEFORMAT: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3621 data1: 3095461888, 3622 data2: 44652, 3623 data3: 18436, 3624 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3625 }; 3626 pub const WPD_OBJECT_FORMAT_WMA: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3627 data1: 3103850496, 3628 data2: 44652, 3629 data3: 18436, 3630 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3631 }; 3632 pub const WPD_OBJECT_FORMAT_WMV: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3633 data1: 3112239104, 3634 data2: 44652, 3635 data3: 18436, 3636 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3637 }; 3638 pub const WPD_OBJECT_FORMAT_WPLPLAYLIST: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3639 data1: 3121610752, 3640 data2: 44652, 3641 data3: 18436, 3642 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3643 }; 3644 pub const WPD_OBJECT_FORMAT_X509V3CERTIFICATE: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3645 data1: 2969763840, 3646 data2: 44652, 3647 data3: 18436, 3648 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3649 }; 3650 pub const WPD_OBJECT_FORMAT_XML: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3651 data1: 3129081856, 3652 data2: 44652, 3653 data3: 18436, 3654 data4: [152, 186, 197, 123, 70, 150, 95, 231], 3655 }; 3656 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3657 pub const WPD_OBJECT_GENERATE_THUMBNAIL_FROM_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3658 fmtid: ::windows_sys::core::GUID { 3659 data1: 4016785677, 3660 data2: 23768, 3661 data3: 17274, 3662 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3663 }, 3664 pid: 24u32, 3665 }; 3666 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3667 pub const WPD_OBJECT_HINT_LOCATION_DISPLAY_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3668 fmtid: ::windows_sys::core::GUID { 3669 data1: 4016785677, 3670 data2: 23768, 3671 data3: 17274, 3672 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3673 }, 3674 pid: 25u32, 3675 }; 3676 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3677 pub const WPD_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3678 fmtid: ::windows_sys::core::GUID { 3679 data1: 4016785677, 3680 data2: 23768, 3681 data3: 17274, 3682 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3683 }, 3684 pid: 2u32, 3685 }; 3686 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3687 pub const WPD_OBJECT_ISHIDDEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3688 fmtid: ::windows_sys::core::GUID { 3689 data1: 4016785677, 3690 data2: 23768, 3691 data3: 17274, 3692 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3693 }, 3694 pid: 9u32, 3695 }; 3696 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3697 pub const WPD_OBJECT_ISSYSTEM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3698 fmtid: ::windows_sys::core::GUID { 3699 data1: 4016785677, 3700 data2: 23768, 3701 data3: 17274, 3702 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3703 }, 3704 pid: 10u32, 3705 }; 3706 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3707 pub const WPD_OBJECT_IS_DRM_PROTECTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3708 fmtid: ::windows_sys::core::GUID { 3709 data1: 4016785677, 3710 data2: 23768, 3711 data3: 17274, 3712 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3713 }, 3714 pid: 17u32, 3715 }; 3716 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3717 pub const WPD_OBJECT_KEYWORDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3718 fmtid: ::windows_sys::core::GUID { 3719 data1: 4016785677, 3720 data2: 23768, 3721 data3: 17274, 3722 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3723 }, 3724 pid: 15u32, 3725 }; 3726 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3727 pub const WPD_OBJECT_LANGUAGE_LOCALE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3728 fmtid: ::windows_sys::core::GUID { 3729 data1: 4016785677, 3730 data2: 23768, 3731 data3: 17274, 3732 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3733 }, 3734 pid: 27u32, 3735 }; 3736 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3737 pub const WPD_OBJECT_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3738 fmtid: ::windows_sys::core::GUID { 3739 data1: 4016785677, 3740 data2: 23768, 3741 data3: 17274, 3742 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3743 }, 3744 pid: 4u32, 3745 }; 3746 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3747 pub const WPD_OBJECT_NON_CONSUMABLE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3748 fmtid: ::windows_sys::core::GUID { 3749 data1: 4016785677, 3750 data2: 23768, 3751 data3: 17274, 3752 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3753 }, 3754 pid: 13u32, 3755 }; 3756 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3757 pub const WPD_OBJECT_ORIGINAL_FILE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3758 fmtid: ::windows_sys::core::GUID { 3759 data1: 4016785677, 3760 data2: 23768, 3761 data3: 17274, 3762 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3763 }, 3764 pid: 12u32, 3765 }; 3766 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3767 pub const WPD_OBJECT_PARENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3768 fmtid: ::windows_sys::core::GUID { 3769 data1: 4016785677, 3770 data2: 23768, 3771 data3: 17274, 3772 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3773 }, 3774 pid: 3u32, 3775 }; 3776 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3777 pub const WPD_OBJECT_PERSISTENT_UNIQUE_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3778 fmtid: ::windows_sys::core::GUID { 3779 data1: 4016785677, 3780 data2: 23768, 3781 data3: 17274, 3782 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3783 }, 3784 pid: 5u32, 3785 }; 3786 pub const WPD_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3787 data1: 4016785677, 3788 data2: 23768, 3789 data3: 17274, 3790 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3791 }; 3792 pub const WPD_OBJECT_PROPERTIES_V2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3793 data1: 57920829, 3794 data2: 19014, 3795 data3: 16599, 3796 data4: [180, 216, 115, 232, 218, 116, 231, 117], 3797 }; 3798 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3799 pub const WPD_OBJECT_REFERENCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3800 fmtid: ::windows_sys::core::GUID { 3801 data1: 4016785677, 3802 data2: 23768, 3803 data3: 17274, 3804 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3805 }, 3806 pid: 14u32, 3807 }; 3808 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3809 pub const WPD_OBJECT_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3810 fmtid: ::windows_sys::core::GUID { 3811 data1: 4016785677, 3812 data2: 23768, 3813 data3: 17274, 3814 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3815 }, 3816 pid: 11u32, 3817 }; 3818 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3819 pub const WPD_OBJECT_SUPPORTED_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3820 fmtid: ::windows_sys::core::GUID { 3821 data1: 57920829, 3822 data2: 19014, 3823 data3: 16599, 3824 data4: [180, 216, 115, 232, 218, 116, 231, 117], 3825 }, 3826 pid: 2u32, 3827 }; 3828 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3829 pub const WPD_OBJECT_SYNC_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3830 fmtid: ::windows_sys::core::GUID { 3831 data1: 4016785677, 3832 data2: 23768, 3833 data3: 17274, 3834 data4: [175, 252, 218, 139, 96, 238, 74, 60], 3835 }, 3836 pid: 16u32, 3837 }; 3838 pub type WPD_OPERATION_STATES = i32; 3839 pub const WPD_OPERATION_STATE_UNSPECIFIED: WPD_OPERATION_STATES = 0i32; 3840 pub const WPD_OPERATION_STATE_STARTED: WPD_OPERATION_STATES = 1i32; 3841 pub const WPD_OPERATION_STATE_RUNNING: WPD_OPERATION_STATES = 2i32; 3842 pub const WPD_OPERATION_STATE_PAUSED: WPD_OPERATION_STATES = 3i32; 3843 pub const WPD_OPERATION_STATE_CANCELLED: WPD_OPERATION_STATES = 4i32; 3844 pub const WPD_OPERATION_STATE_FINISHED: WPD_OPERATION_STATES = 5i32; 3845 pub const WPD_OPERATION_STATE_ABORTED: WPD_OPERATION_STATES = 6i32; 3846 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3847 pub const WPD_OPTION_OBJECT_MANAGEMENT_RECURSIVE_DELETE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3848 fmtid: ::windows_sys::core::GUID { 3849 data1: 4011738077, 3850 data2: 43501, 3851 data3: 17217, 3852 data4: [139, 204, 24, 97, 146, 174, 160, 137], 3853 }, 3854 pid: 5001u32, 3855 }; 3856 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3857 pub const WPD_OPTION_OBJECT_RESOURCES_NO_INPUT_BUFFER_ON_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3858 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 3859 pid: 5003u32, 3860 }; 3861 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3862 pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_READ_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3863 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 3864 pid: 5001u32, 3865 }; 3866 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3867 pub const WPD_OPTION_OBJECT_RESOURCES_SEEK_ON_WRITE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3868 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 3869 pid: 5002u32, 3870 }; 3871 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3872 pub const WPD_OPTION_SMS_BINARY_MESSAGE_SUPPORTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3873 fmtid: ::windows_sys::core::GUID { 3874 data1: 2948750694, 3875 data2: 65037, 3876 data3: 16660, 3877 data4: [144, 151, 151, 12, 147, 233, 32, 209], 3878 }, 3879 pid: 5001u32, 3880 }; 3881 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3882 pub const WPD_OPTION_VALID_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3883 fmtid: ::windows_sys::core::GUID { 3884 data1: 4030868124, 3885 data2: 24008, 3886 data3: 17472, 3887 data4: [181, 189, 93, 242, 136, 53, 101, 138], 3888 }, 3889 pid: 5001u32, 3890 }; 3891 pub const WPD_PARAMETER_ATTRIBUTES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 3892 data1: 3867561431, 3893 data2: 62245, 3894 data3: 17898, 3895 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3896 }; 3897 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3898 pub const WPD_PARAMETER_ATTRIBUTE_DEFAULT_VALUE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3899 fmtid: ::windows_sys::core::GUID { 3900 data1: 3867561431, 3901 data2: 62245, 3902 data3: 17898, 3903 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3904 }, 3905 pid: 5u32, 3906 }; 3907 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3908 pub const WPD_PARAMETER_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3909 fmtid: ::windows_sys::core::GUID { 3910 data1: 3867561431, 3911 data2: 62245, 3912 data3: 17898, 3913 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3914 }, 3915 pid: 9u32, 3916 }; 3917 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3918 pub const WPD_PARAMETER_ATTRIBUTE_FORM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3919 fmtid: ::windows_sys::core::GUID { 3920 data1: 3867561431, 3921 data2: 62245, 3922 data3: 17898, 3923 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3924 }, 3925 pid: 4u32, 3926 }; 3927 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3928 pub const WPD_PARAMETER_ATTRIBUTE_MAX_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3929 fmtid: ::windows_sys::core::GUID { 3930 data1: 3867561431, 3931 data2: 62245, 3932 data3: 17898, 3933 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3934 }, 3935 pid: 11u32, 3936 }; 3937 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3938 pub const WPD_PARAMETER_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3939 fmtid: ::windows_sys::core::GUID { 3940 data1: 3867561431, 3941 data2: 62245, 3942 data3: 17898, 3943 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3944 }, 3945 pid: 13u32, 3946 }; 3947 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3948 pub const WPD_PARAMETER_ATTRIBUTE_ORDER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3949 fmtid: ::windows_sys::core::GUID { 3950 data1: 3867561431, 3951 data2: 62245, 3952 data3: 17898, 3953 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3954 }, 3955 pid: 2u32, 3956 }; 3957 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3958 pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3959 fmtid: ::windows_sys::core::GUID { 3960 data1: 3867561431, 3961 data2: 62245, 3962 data3: 17898, 3963 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3964 }, 3965 pid: 7u32, 3966 }; 3967 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3968 pub const WPD_PARAMETER_ATTRIBUTE_RANGE_MIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3969 fmtid: ::windows_sys::core::GUID { 3970 data1: 3867561431, 3971 data2: 62245, 3972 data3: 17898, 3973 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3974 }, 3975 pid: 6u32, 3976 }; 3977 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3978 pub const WPD_PARAMETER_ATTRIBUTE_RANGE_STEP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3979 fmtid: ::windows_sys::core::GUID { 3980 data1: 3867561431, 3981 data2: 62245, 3982 data3: 17898, 3983 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3984 }, 3985 pid: 8u32, 3986 }; 3987 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3988 pub const WPD_PARAMETER_ATTRIBUTE_REGULAR_EXPRESSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3989 fmtid: ::windows_sys::core::GUID { 3990 data1: 3867561431, 3991 data2: 62245, 3992 data3: 17898, 3993 data4: [161, 213, 151, 207, 115, 182, 202, 88], 3994 }, 3995 pid: 10u32, 3996 }; 3997 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 3998 pub const WPD_PARAMETER_ATTRIBUTE_USAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 3999 fmtid: ::windows_sys::core::GUID { 4000 data1: 3867561431, 4001 data2: 62245, 4002 data3: 17898, 4003 data4: [161, 213, 151, 207, 115, 182, 202, 88], 4004 }, 4005 pid: 3u32, 4006 }; 4007 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4008 pub const WPD_PARAMETER_ATTRIBUTE_VARTYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4009 fmtid: ::windows_sys::core::GUID { 4010 data1: 3867561431, 4011 data2: 62245, 4012 data3: 17898, 4013 data4: [161, 213, 151, 207, 115, 182, 202, 88], 4014 }, 4015 pid: 12u32, 4016 }; 4017 pub type WPD_PARAMETER_USAGE_TYPES = i32; 4018 pub const WPD_PARAMETER_USAGE_RETURN: WPD_PARAMETER_USAGE_TYPES = 0i32; 4019 pub const WPD_PARAMETER_USAGE_IN: WPD_PARAMETER_USAGE_TYPES = 1i32; 4020 pub const WPD_PARAMETER_USAGE_OUT: WPD_PARAMETER_USAGE_TYPES = 2i32; 4021 pub const WPD_PARAMETER_USAGE_INOUT: WPD_PARAMETER_USAGE_TYPES = 3i32; 4022 pub type WPD_POWER_SOURCES = i32; 4023 pub const WPD_POWER_SOURCE_BATTERY: WPD_POWER_SOURCES = 0i32; 4024 pub const WPD_POWER_SOURCE_EXTERNAL: WPD_POWER_SOURCES = 1i32; 4025 pub const WPD_PROPERTIES_MTP_VENDOR_EXTENDED_DEVICE_PROPS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 4026 data1: 1297371224, 4027 data2: 35072, 4028 data3: 16563, 4029 data4: [143, 29, 220, 36, 110, 30, 131, 112], 4030 }; 4031 pub const WPD_PROPERTIES_MTP_VENDOR_EXTENDED_OBJECT_PROPS: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 4032 data1: 1297371224, 4033 data2: 20430, 4034 data3: 17784, 4035 data4: [149, 200, 134, 152, 169, 188, 15, 73], 4036 }; 4037 pub const WPD_PROPERTY_ATTRIBUTES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 4038 data1: 2876851160, 4039 data2: 25394, 4040 data3: 17503, 4041 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4042 }; 4043 pub const WPD_PROPERTY_ATTRIBUTES_V2: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 4044 data1: 1570611552, 4045 data2: 29870, 4046 data3: 17356, 4047 data4: [133, 169, 254, 85, 90, 128, 121, 142], 4048 }; 4049 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4050 pub const WPD_PROPERTY_ATTRIBUTE_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4051 fmtid: ::windows_sys::core::GUID { 4052 data1: 2876851160, 4053 data2: 25394, 4054 data3: 17503, 4055 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4056 }, 4057 pid: 5u32, 4058 }; 4059 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4060 pub const WPD_PROPERTY_ATTRIBUTE_CAN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4061 fmtid: ::windows_sys::core::GUID { 4062 data1: 2876851160, 4063 data2: 25394, 4064 data3: 17503, 4065 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4066 }, 4067 pid: 3u32, 4068 }; 4069 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4070 pub const WPD_PROPERTY_ATTRIBUTE_CAN_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4071 fmtid: ::windows_sys::core::GUID { 4072 data1: 2876851160, 4073 data2: 25394, 4074 data3: 17503, 4075 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4076 }, 4077 pid: 4u32, 4078 }; 4079 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4080 pub const WPD_PROPERTY_ATTRIBUTE_DEFAULT_VALUE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4081 fmtid: ::windows_sys::core::GUID { 4082 data1: 2876851160, 4083 data2: 25394, 4084 data3: 17503, 4085 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4086 }, 4087 pid: 6u32, 4088 }; 4089 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4090 pub const WPD_PROPERTY_ATTRIBUTE_ENUMERATION_ELEMENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4091 fmtid: ::windows_sys::core::GUID { 4092 data1: 2876851160, 4093 data2: 25394, 4094 data3: 17503, 4095 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4096 }, 4097 pid: 11u32, 4098 }; 4099 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4100 pub const WPD_PROPERTY_ATTRIBUTE_FAST_PROPERTY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4101 fmtid: ::windows_sys::core::GUID { 4102 data1: 2876851160, 4103 data2: 25394, 4104 data3: 17503, 4105 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4106 }, 4107 pid: 7u32, 4108 }; 4109 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4110 pub const WPD_PROPERTY_ATTRIBUTE_FORM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4111 fmtid: ::windows_sys::core::GUID { 4112 data1: 2876851160, 4113 data2: 25394, 4114 data3: 17503, 4115 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4116 }, 4117 pid: 2u32, 4118 }; 4119 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4120 pub const WPD_PROPERTY_ATTRIBUTE_MAX_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4121 fmtid: ::windows_sys::core::GUID { 4122 data1: 2876851160, 4123 data2: 25394, 4124 data3: 17503, 4125 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4126 }, 4127 pid: 13u32, 4128 }; 4129 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4130 pub const WPD_PROPERTY_ATTRIBUTE_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4131 fmtid: ::windows_sys::core::GUID { 4132 data1: 1570611552, 4133 data2: 29870, 4134 data3: 17356, 4135 data4: [133, 169, 254, 85, 90, 128, 121, 142], 4136 }, 4137 pid: 2u32, 4138 }; 4139 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4140 pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MAX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4141 fmtid: ::windows_sys::core::GUID { 4142 data1: 2876851160, 4143 data2: 25394, 4144 data3: 17503, 4145 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4146 }, 4147 pid: 9u32, 4148 }; 4149 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4150 pub const WPD_PROPERTY_ATTRIBUTE_RANGE_MIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4151 fmtid: ::windows_sys::core::GUID { 4152 data1: 2876851160, 4153 data2: 25394, 4154 data3: 17503, 4155 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4156 }, 4157 pid: 8u32, 4158 }; 4159 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4160 pub const WPD_PROPERTY_ATTRIBUTE_RANGE_STEP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4161 fmtid: ::windows_sys::core::GUID { 4162 data1: 2876851160, 4163 data2: 25394, 4164 data3: 17503, 4165 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4166 }, 4167 pid: 10u32, 4168 }; 4169 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4170 pub const WPD_PROPERTY_ATTRIBUTE_REGULAR_EXPRESSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4171 fmtid: ::windows_sys::core::GUID { 4172 data1: 2876851160, 4173 data2: 25394, 4174 data3: 17503, 4175 data4: [160, 13, 141, 94, 241, 233, 111, 55], 4176 }, 4177 pid: 12u32, 4178 }; 4179 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4180 pub const WPD_PROPERTY_ATTRIBUTE_VARTYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4181 fmtid: ::windows_sys::core::GUID { 4182 data1: 1570611552, 4183 data2: 29870, 4184 data3: 17356, 4185 data4: [133, 169, 254, 85, 90, 128, 121, 142], 4186 }, 4187 pid: 3u32, 4188 }; 4189 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4190 pub const WPD_PROPERTY_CAPABILITIES_COMMAND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4191 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4192 pid: 1002u32, 4193 }; 4194 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4195 pub const WPD_PROPERTY_CAPABILITIES_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4196 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4197 pid: 1003u32, 4198 }; 4199 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4200 pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4201 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4202 pid: 1008u32, 4203 }; 4204 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4205 pub const WPD_PROPERTY_CAPABILITIES_CONTENT_TYPES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4206 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4207 pid: 1007u32, 4208 }; 4209 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4210 pub const WPD_PROPERTY_CAPABILITIES_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4211 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4212 pid: 1014u32, 4213 }; 4214 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4215 pub const WPD_PROPERTY_CAPABILITIES_EVENT_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4216 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4217 pid: 1015u32, 4218 }; 4219 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4220 pub const WPD_PROPERTY_CAPABILITIES_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4221 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4222 pid: 1010u32, 4223 }; 4224 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4225 pub const WPD_PROPERTY_CAPABILITIES_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4226 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4227 pid: 1009u32, 4228 }; 4229 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4230 pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4231 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4232 pid: 1004u32, 4233 }; 4234 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4235 pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4236 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4237 pid: 1005u32, 4238 }; 4239 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4240 pub const WPD_PROPERTY_CAPABILITIES_FUNCTIONAL_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4241 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4242 pid: 1006u32, 4243 }; 4244 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4245 pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4246 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4247 pid: 1012u32, 4248 }; 4249 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4250 pub const WPD_PROPERTY_CAPABILITIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4251 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4252 pid: 1011u32, 4253 }; 4254 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4255 pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4256 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4257 pid: 1001u32, 4258 }; 4259 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4260 pub const WPD_PROPERTY_CAPABILITIES_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4261 fmtid: ::windows_sys::core::GUID { data1: 212593784, data2: 27508, data3: 16838, data4: [146, 22, 38, 57, 209, 252, 227, 86] }, 4262 pid: 1013u32, 4263 }; 4264 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4265 pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4266 fmtid: ::windows_sys::core::GUID { 4267 data1: 872090897, 4268 data2: 25763, 4269 data3: 20396, 4270 data4: [180, 199, 61, 254, 170, 153, 176, 81], 4271 }, 4272 pid: 1001u32, 4273 }; 4274 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4275 pub const WPD_PROPERTY_CLASS_EXTENSION_DEVICE_INFORMATION_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4276 fmtid: ::windows_sys::core::GUID { 4277 data1: 872090897, 4278 data2: 25763, 4279 data3: 20396, 4280 data4: [180, 199, 61, 254, 170, 153, 176, 81], 4281 }, 4282 pid: 1002u32, 4283 }; 4284 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4285 pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_INTERFACES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4286 fmtid: ::windows_sys::core::GUID { 4287 data1: 2131196341, 4288 data2: 64043, 4289 data3: 18278, 4290 data4: [156, 178, 247, 59, 163, 11, 103, 88], 4291 }, 4292 pid: 1002u32, 4293 }; 4294 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4295 pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4296 fmtid: ::windows_sys::core::GUID { 4297 data1: 2131196341, 4298 data2: 64043, 4299 data3: 18278, 4300 data4: [156, 178, 247, 59, 163, 11, 103, 88], 4301 }, 4302 pid: 1001u32, 4303 }; 4304 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4305 pub const WPD_PROPERTY_CLASS_EXTENSION_SERVICE_REGISTRATION_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4306 fmtid: ::windows_sys::core::GUID { 4307 data1: 2131196341, 4308 data2: 64043, 4309 data3: 18278, 4310 data4: [156, 178, 247, 59, 163, 11, 103, 88], 4311 }, 4312 pid: 1003u32, 4313 }; 4314 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4315 pub const WPD_PROPERTY_COMMON_ACTIVITY_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4316 fmtid: ::windows_sys::core::GUID { 4317 data1: 4030868124, 4318 data2: 24008, 4319 data3: 17472, 4320 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4321 }, 4322 pid: 1011u32, 4323 }; 4324 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4325 pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4326 fmtid: ::windows_sys::core::GUID { 4327 data1: 4030868124, 4328 data2: 24008, 4329 data3: 17472, 4330 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4331 }, 4332 pid: 1009u32, 4333 }; 4334 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4335 pub const WPD_PROPERTY_COMMON_CLIENT_INFORMATION_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4336 fmtid: ::windows_sys::core::GUID { 4337 data1: 4030868124, 4338 data2: 24008, 4339 data3: 17472, 4340 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4341 }, 4342 pid: 1010u32, 4343 }; 4344 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4345 pub const WPD_PROPERTY_COMMON_COMMAND_CATEGORY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4346 fmtid: ::windows_sys::core::GUID { 4347 data1: 4030868124, 4348 data2: 24008, 4349 data3: 17472, 4350 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4351 }, 4352 pid: 1001u32, 4353 }; 4354 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4355 pub const WPD_PROPERTY_COMMON_COMMAND_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4356 fmtid: ::windows_sys::core::GUID { 4357 data1: 4030868124, 4358 data2: 24008, 4359 data3: 17472, 4360 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4361 }, 4362 pid: 1002u32, 4363 }; 4364 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4365 pub const WPD_PROPERTY_COMMON_COMMAND_TARGET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4366 fmtid: ::windows_sys::core::GUID { 4367 data1: 4030868124, 4368 data2: 24008, 4369 data3: 17472, 4370 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4371 }, 4372 pid: 1006u32, 4373 }; 4374 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4375 pub const WPD_PROPERTY_COMMON_DRIVER_ERROR_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4376 fmtid: ::windows_sys::core::GUID { 4377 data1: 4030868124, 4378 data2: 24008, 4379 data3: 17472, 4380 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4381 }, 4382 pid: 1004u32, 4383 }; 4384 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4385 pub const WPD_PROPERTY_COMMON_HRESULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4386 fmtid: ::windows_sys::core::GUID { 4387 data1: 4030868124, 4388 data2: 24008, 4389 data3: 17472, 4390 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4391 }, 4392 pid: 1003u32, 4393 }; 4394 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4395 pub const WPD_PROPERTY_COMMON_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4396 fmtid: ::windows_sys::core::GUID { 4397 data1: 4030868124, 4398 data2: 24008, 4399 data3: 17472, 4400 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4401 }, 4402 pid: 1008u32, 4403 }; 4404 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4405 pub const WPD_PROPERTY_COMMON_PERSISTENT_UNIQUE_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4406 fmtid: ::windows_sys::core::GUID { 4407 data1: 4030868124, 4408 data2: 24008, 4409 data3: 17472, 4410 data4: [181, 189, 93, 242, 136, 53, 101, 138], 4411 }, 4412 pid: 1007u32, 4413 }; 4414 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4415 pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_LOCATIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4416 fmtid: ::windows_sys::core::GUID { 4417 data1: 224377131, 4418 data2: 52038, 4419 data3: 19535, 4420 data4: [131, 67, 11, 195, 211, 241, 124, 132], 4421 }, 4422 pid: 1002u32, 4423 }; 4424 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4425 pub const WPD_PROPERTY_DEVICE_HINTS_CONTENT_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4426 fmtid: ::windows_sys::core::GUID { 4427 data1: 224377131, 4428 data2: 52038, 4429 data3: 19535, 4430 data4: [131, 67, 11, 195, 211, 241, 124, 132], 4431 }, 4432 pid: 1001u32, 4433 }; 4434 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4435 pub const WPD_PROPERTY_MTP_EXT_EVENT_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4436 fmtid: ::windows_sys::core::GUID { 4437 data1: 1297371224, 4438 data2: 61320, 4439 data3: 20045, 4440 data4: [149, 195, 79, 50, 127, 114, 138, 150], 4441 }, 4442 pid: 1011u32, 4443 }; 4444 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4445 pub const WPD_PROPERTY_MTP_EXT_OPERATION_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4446 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4447 pid: 1001u32, 4448 }; 4449 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4450 pub const WPD_PROPERTY_MTP_EXT_OPERATION_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4451 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4452 pid: 1002u32, 4453 }; 4454 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4455 pub const WPD_PROPERTY_MTP_EXT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4456 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4457 pid: 1013u32, 4458 }; 4459 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4460 pub const WPD_PROPERTY_MTP_EXT_RESPONSE_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4461 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4462 pid: 1003u32, 4463 }; 4464 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4465 pub const WPD_PROPERTY_MTP_EXT_RESPONSE_PARAMS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4466 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4467 pid: 1004u32, 4468 }; 4469 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4470 pub const WPD_PROPERTY_MTP_EXT_TRANSFER_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4471 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4472 pid: 1006u32, 4473 }; 4474 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4475 pub const WPD_PROPERTY_MTP_EXT_TRANSFER_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4476 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4477 pid: 1012u32, 4478 }; 4479 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4480 pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4481 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4482 pid: 1009u32, 4483 }; 4484 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4485 pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4486 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4487 pid: 1008u32, 4488 }; 4489 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4490 pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4491 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4492 pid: 1010u32, 4493 }; 4494 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4495 pub const WPD_PROPERTY_MTP_EXT_TRANSFER_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4496 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4497 pid: 1011u32, 4498 }; 4499 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4500 pub const WPD_PROPERTY_MTP_EXT_TRANSFER_TOTAL_DATA_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4501 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4502 pid: 1007u32, 4503 }; 4504 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4505 pub const WPD_PROPERTY_MTP_EXT_VENDOR_EXTENSION_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4506 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4507 pid: 1014u32, 4508 }; 4509 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4510 pub const WPD_PROPERTY_MTP_EXT_VENDOR_OPERATION_CODES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4511 fmtid: ::windows_sys::core::GUID { data1: 1297371224, data2: 6702, data3: 16646, data4: [163, 87, 119, 30, 8, 25, 252, 86] }, 4512 pid: 1005u32, 4513 }; 4514 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4515 pub const WPD_PROPERTY_NULL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4516 fmtid: ::windows_sys::core::GUID { data1: 0, data2: 0, data3: 0, data4: [0, 0, 0, 0, 0, 0, 0, 0] }, 4517 pid: 0u32, 4518 }; 4519 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4520 pub const WPD_PROPERTY_OBJECT_ENUMERATION_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4521 fmtid: ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }, 4522 pid: 1004u32, 4523 }; 4524 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4525 pub const WPD_PROPERTY_OBJECT_ENUMERATION_FILTER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4526 fmtid: ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }, 4527 pid: 1002u32, 4528 }; 4529 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4530 pub const WPD_PROPERTY_OBJECT_ENUMERATION_NUM_OBJECTS_REQUESTED: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4531 fmtid: ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }, 4532 pid: 1005u32, 4533 }; 4534 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4535 pub const WPD_PROPERTY_OBJECT_ENUMERATION_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4536 fmtid: ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }, 4537 pid: 1003u32, 4538 }; 4539 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4540 pub const WPD_PROPERTY_OBJECT_ENUMERATION_PARENT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4541 fmtid: ::windows_sys::core::GUID { data1: 3074903697, data2: 59384, data3: 19161, data4: [180, 0, 173, 26, 75, 88, 238, 236] }, 4542 pid: 1001u32, 4543 }; 4544 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4545 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4546 fmtid: ::windows_sys::core::GUID { 4547 data1: 4011738077, 4548 data2: 43501, 4549 data3: 17217, 4550 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4551 }, 4552 pid: 1002u32, 4553 }; 4554 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4555 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_COPY_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4556 fmtid: ::windows_sys::core::GUID { 4557 data1: 4011738077, 4558 data2: 43501, 4559 data3: 17217, 4560 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4561 }, 4562 pid: 1013u32, 4563 }; 4564 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4565 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_CREATION_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4566 fmtid: ::windows_sys::core::GUID { 4567 data1: 4011738077, 4568 data2: 43501, 4569 data3: 17217, 4570 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4571 }, 4572 pid: 1001u32, 4573 }; 4574 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4575 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4576 fmtid: ::windows_sys::core::GUID { 4577 data1: 4011738077, 4578 data2: 43501, 4579 data3: 17217, 4580 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4581 }, 4582 pid: 1005u32, 4583 }; 4584 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4585 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4586 fmtid: ::windows_sys::core::GUID { 4587 data1: 4011738077, 4588 data2: 43501, 4589 data3: 17217, 4590 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4591 }, 4592 pid: 1007u32, 4593 }; 4594 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4595 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DELETE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4596 fmtid: ::windows_sys::core::GUID { 4597 data1: 4011738077, 4598 data2: 43501, 4599 data3: 17217, 4600 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4601 }, 4602 pid: 1010u32, 4603 }; 4604 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4605 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_DESTINATION_FOLDER_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4606 fmtid: ::windows_sys::core::GUID { 4607 data1: 4011738077, 4608 data2: 43501, 4609 data3: 17217, 4610 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4611 }, 4612 pid: 1011u32, 4613 }; 4614 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4615 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_MOVE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4616 fmtid: ::windows_sys::core::GUID { 4617 data1: 4011738077, 4618 data2: 43501, 4619 data3: 17217, 4620 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4621 }, 4622 pid: 1012u32, 4623 }; 4624 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4625 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4626 fmtid: ::windows_sys::core::GUID { 4627 data1: 4011738077, 4628 data2: 43501, 4629 data3: 17217, 4630 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4631 }, 4632 pid: 1003u32, 4633 }; 4634 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4635 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4636 fmtid: ::windows_sys::core::GUID { 4637 data1: 4011738077, 4638 data2: 43501, 4639 data3: 17217, 4640 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4641 }, 4642 pid: 1004u32, 4643 }; 4644 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4645 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4646 fmtid: ::windows_sys::core::GUID { 4647 data1: 4011738077, 4648 data2: 43501, 4649 data3: 17217, 4650 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4651 }, 4652 pid: 1016u32, 4653 }; 4654 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4655 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4656 fmtid: ::windows_sys::core::GUID { 4657 data1: 4011738077, 4658 data2: 43501, 4659 data3: 17217, 4660 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4661 }, 4662 pid: 1006u32, 4663 }; 4664 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4665 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4666 fmtid: ::windows_sys::core::GUID { 4667 data1: 4011738077, 4668 data2: 43501, 4669 data3: 17217, 4670 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4671 }, 4672 pid: 1009u32, 4673 }; 4674 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4675 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4676 fmtid: ::windows_sys::core::GUID { 4677 data1: 4011738077, 4678 data2: 43501, 4679 data3: 17217, 4680 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4681 }, 4682 pid: 1008u32, 4683 }; 4684 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4685 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4686 fmtid: ::windows_sys::core::GUID { 4687 data1: 4011738077, 4688 data2: 43501, 4689 data3: 17217, 4690 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4691 }, 4692 pid: 1015u32, 4693 }; 4694 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4695 pub const WPD_PROPERTY_OBJECT_MANAGEMENT_UPDATE_PROPERTIES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4696 fmtid: ::windows_sys::core::GUID { 4697 data1: 4011738077, 4698 data2: 43501, 4699 data3: 17217, 4700 data4: [139, 204, 24, 97, 146, 174, 160, 137], 4701 }, 4702 pid: 1014u32, 4703 }; 4704 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4705 pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4706 fmtid: ::windows_sys::core::GUID { 4707 data1: 298329309, 4708 data2: 1229, 4709 data3: 20046, 4710 data4: [140, 123, 246, 239, 183, 148, 216, 78], 4711 }, 4712 pid: 1002u32, 4713 }; 4714 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4715 pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_DEPTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4716 fmtid: ::windows_sys::core::GUID { 4717 data1: 298329309, 4718 data2: 1229, 4719 data3: 20046, 4720 data4: [140, 123, 246, 239, 183, 148, 216, 78], 4721 }, 4722 pid: 1005u32, 4723 }; 4724 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4725 pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4726 fmtid: ::windows_sys::core::GUID { 4727 data1: 298329309, 4728 data2: 1229, 4729 data3: 20046, 4730 data4: [140, 123, 246, 239, 183, 148, 216, 78], 4731 }, 4732 pid: 1007u32, 4733 }; 4734 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4735 pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_OBJECT_IDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4736 fmtid: ::windows_sys::core::GUID { 4737 data1: 298329309, 4738 data2: 1229, 4739 data3: 20046, 4740 data4: [140, 123, 246, 239, 183, 148, 216, 78], 4741 }, 4742 pid: 1001u32, 4743 }; 4744 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4745 pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PARENT_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4746 fmtid: ::windows_sys::core::GUID { 4747 data1: 298329309, 4748 data2: 1229, 4749 data3: 20046, 4750 data4: [140, 123, 246, 239, 183, 148, 216, 78], 4751 }, 4752 pid: 1006u32, 4753 }; 4754 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4755 pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4756 fmtid: ::windows_sys::core::GUID { 4757 data1: 298329309, 4758 data2: 1229, 4759 data3: 20046, 4760 data4: [140, 123, 246, 239, 183, 148, 216, 78], 4761 }, 4762 pid: 1004u32, 4763 }; 4764 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4765 pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4766 fmtid: ::windows_sys::core::GUID { 4767 data1: 298329309, 4768 data2: 1229, 4769 data3: 20046, 4770 data4: [140, 123, 246, 239, 183, 148, 216, 78], 4771 }, 4772 pid: 1003u32, 4773 }; 4774 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4775 pub const WPD_PROPERTY_OBJECT_PROPERTIES_BULK_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4776 fmtid: ::windows_sys::core::GUID { 4777 data1: 298329309, 4778 data2: 1229, 4779 data3: 20046, 4780 data4: [140, 123, 246, 239, 183, 148, 216, 78], 4781 }, 4782 pid: 1008u32, 4783 }; 4784 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4785 pub const WPD_PROPERTY_OBJECT_PROPERTIES_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4786 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 4787 pid: 1001u32, 4788 }; 4789 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4790 pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4791 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 4792 pid: 1003u32, 4793 }; 4794 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4795 pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_DELETE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4796 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 4797 pid: 1006u32, 4798 }; 4799 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4800 pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4801 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 4802 pid: 1002u32, 4803 }; 4804 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4805 pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4806 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 4807 pid: 1004u32, 4808 }; 4809 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4810 pub const WPD_PROPERTY_OBJECT_PROPERTIES_PROPERTY_WRITE_RESULTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4811 fmtid: ::windows_sys::core::GUID { data1: 2656404196, data2: 2068, data3: 17638, data4: [152, 26, 178, 153, 141, 88, 56, 4] }, 4812 pid: 1005u32, 4813 }; 4814 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4815 pub const WPD_PROPERTY_OBJECT_RESOURCES_ACCESS_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4816 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4817 pid: 1002u32, 4818 }; 4819 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4820 pub const WPD_PROPERTY_OBJECT_RESOURCES_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4821 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4822 pid: 1005u32, 4823 }; 4824 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4825 pub const WPD_PROPERTY_OBJECT_RESOURCES_DATA: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4826 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4827 pid: 1010u32, 4828 }; 4829 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4830 pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4831 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4832 pid: 1007u32, 4833 }; 4834 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4835 pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4836 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4837 pid: 1006u32, 4838 }; 4839 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4840 pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_TO_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4841 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4842 pid: 1008u32, 4843 }; 4844 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4845 pub const WPD_PROPERTY_OBJECT_RESOURCES_NUM_BYTES_WRITTEN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4846 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4847 pid: 1009u32, 4848 }; 4849 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4850 pub const WPD_PROPERTY_OBJECT_RESOURCES_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4851 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4852 pid: 1001u32, 4853 }; 4854 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4855 pub const WPD_PROPERTY_OBJECT_RESOURCES_OPTIMAL_TRANSFER_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4856 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4857 pid: 1011u32, 4858 }; 4859 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4860 pub const WPD_PROPERTY_OBJECT_RESOURCES_POSITION_FROM_START: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4861 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4862 pid: 1014u32, 4863 }; 4864 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4865 pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4866 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4867 pid: 1004u32, 4868 }; 4869 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4870 pub const WPD_PROPERTY_OBJECT_RESOURCES_RESOURCE_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4871 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4872 pid: 1003u32, 4873 }; 4874 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4875 pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_OFFSET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4876 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4877 pid: 1012u32, 4878 }; 4879 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4880 pub const WPD_PROPERTY_OBJECT_RESOURCES_SEEK_ORIGIN_FLAG: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4881 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4882 pid: 1013u32, 4883 }; 4884 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4885 pub const WPD_PROPERTY_OBJECT_RESOURCES_STREAM_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4886 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4887 pid: 1016u32, 4888 }; 4889 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4890 pub const WPD_PROPERTY_OBJECT_RESOURCES_SUPPORTS_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4891 fmtid: ::windows_sys::core::GUID { data1: 3013784109, data2: 42389, data3: 16648, data4: [190, 10, 252, 60, 150, 95, 61, 74] }, 4892 pid: 1015u32, 4893 }; 4894 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4895 pub const WPD_PROPERTY_PUBLIC_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4896 fmtid: ::windows_sys::core::GUID { 4897 data1: 2029635324, 4898 data2: 31160, 4899 data3: 18236, 4900 data4: [144, 96, 107, 210, 61, 208, 114, 196], 4901 }, 4902 pid: 1001u32, 4903 }; 4904 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4905 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4906 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4907 pid: 1018u32, 4908 }; 4909 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4910 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_COMMAND_OPTIONS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4911 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4912 pid: 1019u32, 4913 }; 4914 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4915 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4916 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4917 pid: 1012u32, 4918 }; 4919 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4920 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_EVENT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4921 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4922 pid: 1013u32, 4923 }; 4924 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4925 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4926 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4927 pid: 1002u32, 4928 }; 4929 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4930 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMATS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4931 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4932 pid: 1007u32, 4933 }; 4934 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4935 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_FORMAT_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4936 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4937 pid: 1008u32, 4938 }; 4939 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4940 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITANCE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4941 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4942 pid: 1014u32, 4943 }; 4944 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4945 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_INHERITED_SERVICES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4946 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4947 pid: 1015u32, 4948 }; 4949 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4950 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4951 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4952 pid: 1003u32, 4953 }; 4954 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4955 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_METHOD_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4956 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4957 pid: 1004u32, 4958 }; 4959 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4960 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4961 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4962 pid: 1005u32, 4963 }; 4964 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4965 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PARAMETER_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4966 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4967 pid: 1006u32, 4968 }; 4969 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4970 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_ATTRIBUTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4971 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4972 pid: 1010u32, 4973 }; 4974 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4975 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_PROPERTY_KEYS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4976 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4977 pid: 1009u32, 4978 }; 4979 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4980 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_RENDERING_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4981 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4982 pid: 1016u32, 4983 }; 4984 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4985 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_COMMANDS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4986 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4987 pid: 1017u32, 4988 }; 4989 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4990 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_EVENTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4991 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4992 pid: 1011u32, 4993 }; 4994 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 4995 pub const WPD_PROPERTY_SERVICE_CAPABILITIES_SUPPORTED_METHODS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 4996 fmtid: ::windows_sys::core::GUID { data1: 608534132, data2: 11935, data3: 17657, data4: [140, 87, 29, 27, 203, 23, 11, 137] }, 4997 pid: 1001u32, 4998 }; 4999 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5000 pub const WPD_PROPERTY_SERVICE_METHOD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5001 fmtid: ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }, 5002 pid: 1001u32, 5003 }; 5004 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5005 pub const WPD_PROPERTY_SERVICE_METHOD_CONTEXT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5006 fmtid: ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }, 5007 pid: 1004u32, 5008 }; 5009 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5010 pub const WPD_PROPERTY_SERVICE_METHOD_HRESULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5011 fmtid: ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }, 5012 pid: 1005u32, 5013 }; 5014 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5015 pub const WPD_PROPERTY_SERVICE_METHOD_PARAMETER_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5016 fmtid: ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }, 5017 pid: 1002u32, 5018 }; 5019 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5020 pub const WPD_PROPERTY_SERVICE_METHOD_RESULT_VALUES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5021 fmtid: ::windows_sys::core::GUID { data1: 760356008, data2: 49584, data3: 17000, data4: [163, 66, 207, 25, 50, 21, 105, 188] }, 5022 pid: 1003u32, 5023 }; 5024 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5025 pub const WPD_PROPERTY_SERVICE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5026 fmtid: ::windows_sys::core::GUID { 5027 data1: 841942813, 5028 data2: 14063, 5029 data3: 18303, 5030 data4: [180, 181, 111, 82, 215, 52, 186, 238], 5031 }, 5032 pid: 1001u32, 5033 }; 5034 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5035 pub const WPD_PROPERTY_SMS_BINARY_MESSAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5036 fmtid: ::windows_sys::core::GUID { 5037 data1: 2948750694, 5038 data2: 65037, 5039 data3: 16660, 5040 data4: [144, 151, 151, 12, 147, 233, 32, 209], 5041 }, 5042 pid: 1004u32, 5043 }; 5044 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5045 pub const WPD_PROPERTY_SMS_MESSAGE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5046 fmtid: ::windows_sys::core::GUID { 5047 data1: 2948750694, 5048 data2: 65037, 5049 data3: 16660, 5050 data4: [144, 151, 151, 12, 147, 233, 32, 209], 5051 }, 5052 pid: 1002u32, 5053 }; 5054 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5055 pub const WPD_PROPERTY_SMS_RECIPIENT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5056 fmtid: ::windows_sys::core::GUID { 5057 data1: 2948750694, 5058 data2: 65037, 5059 data3: 16660, 5060 data4: [144, 151, 151, 12, 147, 233, 32, 209], 5061 }, 5062 pid: 1001u32, 5063 }; 5064 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5065 pub const WPD_PROPERTY_SMS_TEXT_MESSAGE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5066 fmtid: ::windows_sys::core::GUID { 5067 data1: 2948750694, 5068 data2: 65037, 5069 data3: 16660, 5070 data4: [144, 151, 151, 12, 147, 233, 32, 209], 5071 }, 5072 pid: 1003u32, 5073 }; 5074 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5075 pub const WPD_PROPERTY_STORAGE_DESTINATION_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5076 fmtid: ::windows_sys::core::GUID { 5077 data1: 3640199078, 5078 data2: 13516, 5079 data3: 17914, 5080 data4: [151, 251, 208, 7, 250, 71, 236, 148], 5081 }, 5082 pid: 1002u32, 5083 }; 5084 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5085 pub const WPD_PROPERTY_STORAGE_OBJECT_ID: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5086 fmtid: ::windows_sys::core::GUID { 5087 data1: 3640199078, 5088 data2: 13516, 5089 data3: 17914, 5090 data4: [151, 251, 208, 7, 250, 71, 236, 148], 5091 }, 5092 pid: 1001u32, 5093 }; 5094 pub const WPD_RENDERING_INFORMATION_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 5095 data1: 3309110175, 5096 data2: 60963, 5097 data3: 18993, 5098 data4: [133, 144, 118, 57, 135, 152, 112, 180], 5099 }; 5100 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5101 pub const WPD_RENDERING_INFORMATION_PROFILES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5102 fmtid: ::windows_sys::core::GUID { 5103 data1: 3309110175, 5104 data2: 60963, 5105 data3: 18993, 5106 data4: [133, 144, 118, 57, 135, 152, 112, 180], 5107 }, 5108 pid: 2u32, 5109 }; 5110 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5111 pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_CREATABLE_RESOURCES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5112 fmtid: ::windows_sys::core::GUID { 5113 data1: 3309110175, 5114 data2: 60963, 5115 data3: 18993, 5116 data4: [133, 144, 118, 57, 135, 152, 112, 180], 5117 }, 5118 pid: 4u32, 5119 }; 5120 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5121 pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5122 fmtid: ::windows_sys::core::GUID { 5123 data1: 3309110175, 5124 data2: 60963, 5125 data3: 18993, 5126 data4: [133, 144, 118, 57, 135, 152, 112, 180], 5127 }, 5128 pid: 3u32, 5129 }; 5130 pub type WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES = i32; 5131 pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_OBJECT: WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES = 0i32; 5132 pub const WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPE_RESOURCE: WPD_RENDERING_INFORMATION_PROFILE_ENTRY_TYPES = 1i32; 5133 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5134 pub const WPD_RESOURCE_ALBUM_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5135 fmtid: ::windows_sys::core::GUID { data1: 4029326164, data2: 8960, data3: 20013, data4: [161, 185, 59, 103, 48, 247, 250, 33] }, 5136 pid: 0u32, 5137 }; 5138 pub const WPD_RESOURCE_ATTRIBUTES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 5139 data1: 515307012, 5140 data2: 37496, 5141 data3: 17055, 5142 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5143 }; 5144 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5145 pub const WPD_RESOURCE_ATTRIBUTE_CAN_DELETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5146 fmtid: ::windows_sys::core::GUID { 5147 data1: 515307012, 5148 data2: 37496, 5149 data3: 17055, 5150 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5151 }, 5152 pid: 5u32, 5153 }; 5154 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5155 pub const WPD_RESOURCE_ATTRIBUTE_CAN_READ: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5156 fmtid: ::windows_sys::core::GUID { 5157 data1: 515307012, 5158 data2: 37496, 5159 data3: 17055, 5160 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5161 }, 5162 pid: 3u32, 5163 }; 5164 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5165 pub const WPD_RESOURCE_ATTRIBUTE_CAN_WRITE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5166 fmtid: ::windows_sys::core::GUID { 5167 data1: 515307012, 5168 data2: 37496, 5169 data3: 17055, 5170 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5171 }, 5172 pid: 4u32, 5173 }; 5174 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5175 pub const WPD_RESOURCE_ATTRIBUTE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5176 fmtid: ::windows_sys::core::GUID { 5177 data1: 515307012, 5178 data2: 37496, 5179 data3: 17055, 5180 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5181 }, 5182 pid: 8u32, 5183 }; 5184 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5185 pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_READ_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5186 fmtid: ::windows_sys::core::GUID { 5187 data1: 515307012, 5188 data2: 37496, 5189 data3: 17055, 5190 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5191 }, 5192 pid: 6u32, 5193 }; 5194 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5195 pub const WPD_RESOURCE_ATTRIBUTE_OPTIMAL_WRITE_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5196 fmtid: ::windows_sys::core::GUID { 5197 data1: 515307012, 5198 data2: 37496, 5199 data3: 17055, 5200 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5201 }, 5202 pid: 7u32, 5203 }; 5204 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5205 pub const WPD_RESOURCE_ATTRIBUTE_RESOURCE_KEY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5206 fmtid: ::windows_sys::core::GUID { 5207 data1: 515307012, 5208 data2: 37496, 5209 data3: 17055, 5210 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5211 }, 5212 pid: 9u32, 5213 }; 5214 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5215 pub const WPD_RESOURCE_ATTRIBUTE_TOTAL_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5216 fmtid: ::windows_sys::core::GUID { 5217 data1: 515307012, 5218 data2: 37496, 5219 data3: 17055, 5220 data4: [147, 204, 91, 184, 192, 102, 86, 182], 5221 }, 5222 pid: 2u32, 5223 }; 5224 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5225 pub const WPD_RESOURCE_AUDIO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5226 fmtid: ::windows_sys::core::GUID { 5227 data1: 1002518914, 5228 data2: 34225, 5229 data3: 18656, 5230 data4: [149, 166, 141, 58, 208, 107, 225, 23], 5231 }, 5232 pid: 0u32, 5233 }; 5234 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5235 pub const WPD_RESOURCE_BRANDING_ART: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5236 fmtid: ::windows_sys::core::GUID { 5237 data1: 3056841134, 5238 data2: 27823, 5239 data3: 19079, 5240 data4: [149, 137, 34, 222, 214, 221, 88, 153], 5241 }, 5242 pid: 0u32, 5243 }; 5244 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5245 pub const WPD_RESOURCE_CONTACT_PHOTO: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5246 fmtid: ::windows_sys::core::GUID { 5247 data1: 743270403, 5248 data2: 33002, 5249 data3: 17792, 5250 data4: [175, 154, 91, 225, 162, 62, 221, 203], 5251 }, 5252 pid: 0u32, 5253 }; 5254 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5255 pub const WPD_RESOURCE_DEFAULT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5256 fmtid: ::windows_sys::core::GUID { 5257 data1: 3894311358, 5258 data2: 13552, 5259 data3: 16831, 5260 data4: [181, 63, 241, 160, 106, 232, 120, 66], 5261 }, 5262 pid: 0u32, 5263 }; 5264 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5265 pub const WPD_RESOURCE_GENERIC: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5266 fmtid: ::windows_sys::core::GUID { data1: 3115971861, data2: 47728, data3: 17991, data4: [148, 220, 250, 73, 37, 233, 90, 7] }, 5267 pid: 0u32, 5268 }; 5269 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5270 pub const WPD_RESOURCE_ICON: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5271 fmtid: ::windows_sys::core::GUID { 5272 data1: 4053139160, 5273 data2: 43560, 5274 data3: 20195, 5275 data4: [177, 83, 225, 130, 221, 94, 220, 57], 5276 }, 5277 pid: 0u32, 5278 }; 5279 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5280 pub const WPD_RESOURCE_THUMBNAIL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5281 fmtid: ::windows_sys::core::GUID { 5282 data1: 3351513018, 5283 data2: 39162, 5284 data3: 18101, 5285 data4: [153, 96, 35, 254, 193, 36, 207, 222], 5286 }, 5287 pid: 0u32, 5288 }; 5289 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5290 pub const WPD_RESOURCE_VIDEO_CLIP: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5291 fmtid: ::windows_sys::core::GUID { data1: 3043421762, data2: 25448, data3: 17040, data4: [134, 98, 112, 24, 47, 183, 159, 32] }, 5292 pid: 0u32, 5293 }; 5294 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5295 pub const WPD_SECTION_DATA_LENGTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5296 fmtid: ::windows_sys::core::GUID { 5297 data1: 1365966123, 5298 data2: 50766, 5299 data3: 17648, 5300 data4: [152, 220, 190, 225, 200, 143, 125, 102], 5301 }, 5302 pid: 3u32, 5303 }; 5304 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5305 pub const WPD_SECTION_DATA_OFFSET: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5306 fmtid: ::windows_sys::core::GUID { 5307 data1: 1365966123, 5308 data2: 50766, 5309 data3: 17648, 5310 data4: [152, 220, 190, 225, 200, 143, 125, 102], 5311 }, 5312 pid: 2u32, 5313 }; 5314 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5315 pub const WPD_SECTION_DATA_REFERENCED_OBJECT_RESOURCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5316 fmtid: ::windows_sys::core::GUID { 5317 data1: 1365966123, 5318 data2: 50766, 5319 data3: 17648, 5320 data4: [152, 220, 190, 225, 200, 143, 125, 102], 5321 }, 5322 pid: 5u32, 5323 }; 5324 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5325 pub const WPD_SECTION_DATA_UNITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5326 fmtid: ::windows_sys::core::GUID { 5327 data1: 1365966123, 5328 data2: 50766, 5329 data3: 17648, 5330 data4: [152, 220, 190, 225, 200, 143, 125, 102], 5331 }, 5332 pid: 4u32, 5333 }; 5334 pub type WPD_SECTION_DATA_UNITS_VALUES = i32; 5335 pub const WPD_SECTION_DATA_UNITS_BYTES: WPD_SECTION_DATA_UNITS_VALUES = 0i32; 5336 pub const WPD_SECTION_DATA_UNITS_MILLISECONDS: WPD_SECTION_DATA_UNITS_VALUES = 1i32; 5337 pub const WPD_SECTION_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 5338 data1: 1365966123, 5339 data2: 50766, 5340 data3: 17648, 5341 data4: [152, 220, 190, 225, 200, 143, 125, 102], 5342 }; 5343 pub type WPD_SERVICE_INHERITANCE_TYPES = i32; 5344 pub const WPD_SERVICE_INHERITANCE_IMPLEMENTATION: WPD_SERVICE_INHERITANCE_TYPES = 0i32; 5345 pub const WPD_SERVICE_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1964009866, data2: 52052, data3: 18460, data4: [184, 219, 13, 117, 201, 63, 28, 6] }; 5346 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5347 pub const WPD_SERVICE_VERSION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5348 fmtid: ::windows_sys::core::GUID { data1: 1964009866, data2: 52052, data3: 18460, data4: [184, 219, 13, 117, 201, 63, 28, 6] }, 5349 pid: 2u32, 5350 }; 5351 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5352 pub const WPD_SMS_ENCODING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5353 fmtid: ::windows_sys::core::GUID { data1: 2115007692, data2: 20735, data3: 19921, data4: [167, 66, 83, 190, 111, 9, 58, 13] }, 5354 pid: 5u32, 5355 }; 5356 pub type WPD_SMS_ENCODING_TYPES = i32; 5357 pub const SMS_ENCODING_7_BIT: WPD_SMS_ENCODING_TYPES = 0i32; 5358 pub const SMS_ENCODING_8_BIT: WPD_SMS_ENCODING_TYPES = 1i32; 5359 pub const SMS_ENCODING_UTF_16: WPD_SMS_ENCODING_TYPES = 2i32; 5360 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5361 pub const WPD_SMS_MAX_PAYLOAD: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5362 fmtid: ::windows_sys::core::GUID { data1: 2115007692, data2: 20735, data3: 19921, data4: [167, 66, 83, 190, 111, 9, 58, 13] }, 5363 pid: 4u32, 5364 }; 5365 pub const WPD_SMS_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 2115007692, data2: 20735, data3: 19921, data4: [167, 66, 83, 190, 111, 9, 58, 13] }; 5366 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5367 pub const WPD_SMS_PROVIDER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5368 fmtid: ::windows_sys::core::GUID { data1: 2115007692, data2: 20735, data3: 19921, data4: [167, 66, 83, 190, 111, 9, 58, 13] }, 5369 pid: 2u32, 5370 }; 5371 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5372 pub const WPD_SMS_TIMEOUT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5373 fmtid: ::windows_sys::core::GUID { data1: 2115007692, data2: 20735, data3: 19921, data4: [167, 66, 83, 190, 111, 9, 58, 13] }, 5374 pid: 3u32, 5375 }; 5376 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5377 pub const WPD_STILL_IMAGE_ARTIST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5378 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5379 pid: 29u32, 5380 }; 5381 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5382 pub const WPD_STILL_IMAGE_BURST_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5383 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5384 pid: 24u32, 5385 }; 5386 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5387 pub const WPD_STILL_IMAGE_BURST_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5388 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5389 pid: 23u32, 5390 }; 5391 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5392 pub const WPD_STILL_IMAGE_CAMERA_MANUFACTURER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5393 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5394 pid: 31u32, 5395 }; 5396 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5397 pub const WPD_STILL_IMAGE_CAMERA_MODEL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5398 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5399 pid: 30u32, 5400 }; 5401 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5402 pub const WPD_STILL_IMAGE_CAPTURE_DELAY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5403 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5404 pid: 17u32, 5405 }; 5406 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5407 pub const WPD_STILL_IMAGE_CAPTURE_FORMAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5408 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5409 pid: 3u32, 5410 }; 5411 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5412 pub const WPD_STILL_IMAGE_CAPTURE_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5413 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5414 pid: 18u32, 5415 }; 5416 pub const WPD_STILL_IMAGE_CAPTURE_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }; 5417 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5418 pub const WPD_STILL_IMAGE_CAPTURE_RESOLUTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5419 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5420 pid: 2u32, 5421 }; 5422 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5423 pub const WPD_STILL_IMAGE_COMPRESSION_SETTING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5424 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5425 pid: 4u32, 5426 }; 5427 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5428 pub const WPD_STILL_IMAGE_CONTRAST: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5429 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5430 pid: 19u32, 5431 }; 5432 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5433 pub const WPD_STILL_IMAGE_DIGITAL_ZOOM: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5434 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5435 pid: 21u32, 5436 }; 5437 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5438 pub const WPD_STILL_IMAGE_EFFECT_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5439 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5440 pid: 22u32, 5441 }; 5442 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5443 pub const WPD_STILL_IMAGE_EXPOSURE_BIAS_COMPENSATION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5444 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5445 pid: 16u32, 5446 }; 5447 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5448 pub const WPD_STILL_IMAGE_EXPOSURE_INDEX: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5449 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5450 pid: 15u32, 5451 }; 5452 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5453 pub const WPD_STILL_IMAGE_EXPOSURE_METERING_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5454 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5455 pid: 11u32, 5456 }; 5457 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5458 pub const WPD_STILL_IMAGE_EXPOSURE_PROGRAM_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5459 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5460 pid: 14u32, 5461 }; 5462 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5463 pub const WPD_STILL_IMAGE_EXPOSURE_TIME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5464 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5465 pid: 13u32, 5466 }; 5467 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5468 pub const WPD_STILL_IMAGE_FLASH_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5469 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5470 pid: 12u32, 5471 }; 5472 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5473 pub const WPD_STILL_IMAGE_FNUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5474 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5475 pid: 7u32, 5476 }; 5477 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5478 pub const WPD_STILL_IMAGE_FOCAL_LENGTH: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5479 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5480 pid: 8u32, 5481 }; 5482 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5483 pub const WPD_STILL_IMAGE_FOCUS_DISTANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5484 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5485 pid: 9u32, 5486 }; 5487 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5488 pub const WPD_STILL_IMAGE_FOCUS_METERING_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5489 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5490 pid: 27u32, 5491 }; 5492 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5493 pub const WPD_STILL_IMAGE_FOCUS_MODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5494 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5495 pid: 10u32, 5496 }; 5497 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5498 pub const WPD_STILL_IMAGE_RGB_GAIN: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5499 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5500 pid: 6u32, 5501 }; 5502 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5503 pub const WPD_STILL_IMAGE_SHARPNESS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5504 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5505 pid: 20u32, 5506 }; 5507 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5508 pub const WPD_STILL_IMAGE_TIMELAPSE_INTERVAL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5509 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5510 pid: 26u32, 5511 }; 5512 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5513 pub const WPD_STILL_IMAGE_TIMELAPSE_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5514 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5515 pid: 25u32, 5516 }; 5517 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5518 pub const WPD_STILL_IMAGE_UPLOAD_URL: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5519 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5520 pid: 28u32, 5521 }; 5522 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5523 pub const WPD_STILL_IMAGE_WHITE_BALANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5524 fmtid: ::windows_sys::core::GUID { data1: 1489334764, data2: 7115, data3: 17063, data4: [138, 197, 187, 41, 21, 115, 162, 96] }, 5525 pid: 5u32, 5526 }; 5527 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5528 pub const WPD_STORAGE_ACCESS_CAPABILITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5529 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5530 pid: 11u32, 5531 }; 5532 pub type WPD_STORAGE_ACCESS_CAPABILITY_VALUES = i32; 5533 pub const WPD_STORAGE_ACCESS_CAPABILITY_READWRITE: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = 0i32; 5534 pub const WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITHOUT_OBJECT_DELETION: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = 1i32; 5535 pub const WPD_STORAGE_ACCESS_CAPABILITY_READ_ONLY_WITH_OBJECT_DELETION: WPD_STORAGE_ACCESS_CAPABILITY_VALUES = 2i32; 5536 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5537 pub const WPD_STORAGE_CAPACITY: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5538 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5539 pid: 4u32, 5540 }; 5541 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5542 pub const WPD_STORAGE_CAPACITY_IN_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5543 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5544 pid: 10u32, 5545 }; 5546 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5547 pub const WPD_STORAGE_DESCRIPTION: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5548 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5549 pid: 7u32, 5550 }; 5551 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5552 pub const WPD_STORAGE_FILE_SYSTEM_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5553 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5554 pid: 3u32, 5555 }; 5556 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5557 pub const WPD_STORAGE_FREE_SPACE_IN_BYTES: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5558 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5559 pid: 5u32, 5560 }; 5561 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5562 pub const WPD_STORAGE_FREE_SPACE_IN_OBJECTS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5563 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5564 pid: 6u32, 5565 }; 5566 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5567 pub const WPD_STORAGE_MAX_OBJECT_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5568 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5569 pid: 9u32, 5570 }; 5571 pub const WPD_STORAGE_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }; 5572 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5573 pub const WPD_STORAGE_SERIAL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5574 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5575 pid: 8u32, 5576 }; 5577 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5578 pub const WPD_STORAGE_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5579 fmtid: ::windows_sys::core::GUID { data1: 27460986, data2: 29910, data3: 20096, data4: [190, 167, 220, 76, 33, 44, 229, 10] }, 5580 pid: 2u32, 5581 }; 5582 pub type WPD_STORAGE_TYPE_VALUES = i32; 5583 pub const WPD_STORAGE_TYPE_UNDEFINED: WPD_STORAGE_TYPE_VALUES = 0i32; 5584 pub const WPD_STORAGE_TYPE_FIXED_ROM: WPD_STORAGE_TYPE_VALUES = 1i32; 5585 pub const WPD_STORAGE_TYPE_REMOVABLE_ROM: WPD_STORAGE_TYPE_VALUES = 2i32; 5586 pub const WPD_STORAGE_TYPE_FIXED_RAM: WPD_STORAGE_TYPE_VALUES = 3i32; 5587 pub const WPD_STORAGE_TYPE_REMOVABLE_RAM: WPD_STORAGE_TYPE_VALUES = 4i32; 5588 pub type WPD_STREAM_UNITS = i32; 5589 pub const WPD_STREAM_UNITS_BYTES: WPD_STREAM_UNITS = 0i32; 5590 pub const WPD_STREAM_UNITS_FRAMES: WPD_STREAM_UNITS = 1i32; 5591 pub const WPD_STREAM_UNITS_ROWS: WPD_STREAM_UNITS = 2i32; 5592 pub const WPD_STREAM_UNITS_MILLISECONDS: WPD_STREAM_UNITS = 4i32; 5593 pub const WPD_STREAM_UNITS_MICROSECONDS: WPD_STREAM_UNITS = 8i32; 5594 pub const WPD_TASK_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { 5595 data1: 3813992798, 5596 data2: 55456, 5597 data3: 17975, 5598 data4: [160, 58, 12, 178, 104, 56, 219, 199], 5599 }; 5600 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5601 pub const WPD_TASK_OWNER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5602 fmtid: ::windows_sys::core::GUID { 5603 data1: 3813992798, 5604 data2: 55456, 5605 data3: 17975, 5606 data4: [160, 58, 12, 178, 104, 56, 219, 199], 5607 }, 5608 pid: 11u32, 5609 }; 5610 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5611 pub const WPD_TASK_PERCENT_COMPLETE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5612 fmtid: ::windows_sys::core::GUID { 5613 data1: 3813992798, 5614 data2: 55456, 5615 data3: 17975, 5616 data4: [160, 58, 12, 178, 104, 56, 219, 199], 5617 }, 5618 pid: 8u32, 5619 }; 5620 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5621 pub const WPD_TASK_REMINDER_DATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5622 fmtid: ::windows_sys::core::GUID { 5623 data1: 3813992798, 5624 data2: 55456, 5625 data3: 17975, 5626 data4: [160, 58, 12, 178, 104, 56, 219, 199], 5627 }, 5628 pid: 10u32, 5629 }; 5630 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5631 pub const WPD_TASK_STATUS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5632 fmtid: ::windows_sys::core::GUID { 5633 data1: 3813992798, 5634 data2: 55456, 5635 data3: 17975, 5636 data4: [160, 58, 12, 178, 104, 56, 219, 199], 5637 }, 5638 pid: 6u32, 5639 }; 5640 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5641 pub const WPD_VIDEO_AUTHOR: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5642 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5643 pid: 2u32, 5644 }; 5645 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5646 pub const WPD_VIDEO_BITRATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5647 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5648 pid: 13u32, 5649 }; 5650 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5651 pub const WPD_VIDEO_BUFFER_SIZE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5652 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5653 pid: 8u32, 5654 }; 5655 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5656 pub const WPD_VIDEO_CREDITS: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5657 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5658 pid: 9u32, 5659 }; 5660 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5661 pub const WPD_VIDEO_FOURCC_CODE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5662 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5663 pid: 14u32, 5664 }; 5665 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5666 pub const WPD_VIDEO_FRAMERATE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5667 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5668 pid: 15u32, 5669 }; 5670 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5671 pub const WPD_VIDEO_KEY_FRAME_DISTANCE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5672 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5673 pid: 10u32, 5674 }; 5675 pub const WPD_VIDEO_OBJECT_PROPERTIES_V1: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }; 5676 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5677 pub const WPD_VIDEO_QUALITY_SETTING: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5678 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5679 pid: 11u32, 5680 }; 5681 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5682 pub const WPD_VIDEO_RECORDEDTV_CHANNEL_NUMBER: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5683 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5684 pid: 5u32, 5685 }; 5686 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5687 pub const WPD_VIDEO_RECORDEDTV_REPEAT: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5688 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5689 pid: 7u32, 5690 }; 5691 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5692 pub const WPD_VIDEO_RECORDEDTV_STATION_NAME: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5693 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5694 pid: 4u32, 5695 }; 5696 #[cfg(feature = "Win32_UI_Shell_PropertiesSystem")] 5697 pub const WPD_VIDEO_SCAN_TYPE: super::super::UI::Shell::PropertiesSystem::PROPERTYKEY = super::super::UI::Shell::PropertiesSystem::PROPERTYKEY { 5698 fmtid: ::windows_sys::core::GUID { data1: 879698275, data2: 63896, data3: 16710, data4: [139, 1, 209, 155, 76, 0, 222, 154] }, 5699 pid: 12u32, 5700 }; 5701 pub type WPD_VIDEO_SCAN_TYPES = i32; 5702 pub const WPD_VIDEO_SCAN_TYPE_UNUSED: WPD_VIDEO_SCAN_TYPES = 0i32; 5703 pub const WPD_VIDEO_SCAN_TYPE_PROGRESSIVE: WPD_VIDEO_SCAN_TYPES = 1i32; 5704 pub const WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_UPPER_FIRST: WPD_VIDEO_SCAN_TYPES = 2i32; 5705 pub const WPD_VIDEO_SCAN_TYPE_FIELD_INTERLEAVED_LOWER_FIRST: WPD_VIDEO_SCAN_TYPES = 3i32; 5706 pub const WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_UPPER_FIRST: WPD_VIDEO_SCAN_TYPES = 4i32; 5707 pub const WPD_VIDEO_SCAN_TYPE_FIELD_SINGLE_LOWER_FIRST: WPD_VIDEO_SCAN_TYPES = 5i32; 5708 pub const WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE: WPD_VIDEO_SCAN_TYPES = 6i32; 5709 pub const WPD_VIDEO_SCAN_TYPE_MIXED_INTERLACE_AND_PROGRESSIVE: WPD_VIDEO_SCAN_TYPES = 7i32; 5710 pub type WPD_WHITE_BALANCE_SETTINGS = i32; 5711 pub const WPD_WHITE_BALANCE_UNDEFINED: WPD_WHITE_BALANCE_SETTINGS = 0i32; 5712 pub const WPD_WHITE_BALANCE_MANUAL: WPD_WHITE_BALANCE_SETTINGS = 1i32; 5713 pub const WPD_WHITE_BALANCE_AUTOMATIC: WPD_WHITE_BALANCE_SETTINGS = 2i32; 5714 pub const WPD_WHITE_BALANCE_ONE_PUSH_AUTOMATIC: WPD_WHITE_BALANCE_SETTINGS = 3i32; 5715 pub const WPD_WHITE_BALANCE_DAYLIGHT: WPD_WHITE_BALANCE_SETTINGS = 4i32; 5716 pub const WPD_WHITE_BALANCE_FLORESCENT: WPD_WHITE_BALANCE_SETTINGS = 5i32; 5717 pub const WPD_WHITE_BALANCE_TUNGSTEN: WPD_WHITE_BALANCE_SETTINGS = 6i32; 5718 pub const WPD_WHITE_BALANCE_FLASH: WPD_WHITE_BALANCE_SETTINGS = 7i32; 5719 pub type WpdAttributeForm = i32; 5720 pub const WPD_PROPERTY_ATTRIBUTE_FORM_UNSPECIFIED: WpdAttributeForm = 0i32; 5721 pub const WPD_PROPERTY_ATTRIBUTE_FORM_RANGE: WpdAttributeForm = 1i32; 5722 pub const WPD_PROPERTY_ATTRIBUTE_FORM_ENUMERATION: WpdAttributeForm = 2i32; 5723 pub const WPD_PROPERTY_ATTRIBUTE_FORM_REGULAR_EXPRESSION: WpdAttributeForm = 3i32; 5724 pub const WPD_PROPERTY_ATTRIBUTE_FORM_OBJECT_IDENTIFIER: WpdAttributeForm = 4i32; 5725 pub type WpdParameterAttributeForm = i32; 5726 pub const WPD_PARAMETER_ATTRIBUTE_FORM_UNSPECIFIED: WpdParameterAttributeForm = 0i32; 5727 pub const WPD_PARAMETER_ATTRIBUTE_FORM_RANGE: WpdParameterAttributeForm = 1i32; 5728 pub const WPD_PARAMETER_ATTRIBUTE_FORM_ENUMERATION: WpdParameterAttributeForm = 2i32; 5729 pub const WPD_PARAMETER_ATTRIBUTE_FORM_REGULAR_EXPRESSION: WpdParameterAttributeForm = 3i32; 5730 pub const WPD_PARAMETER_ATTRIBUTE_FORM_OBJECT_IDENTIFIER: WpdParameterAttributeForm = 4i32; 5731 pub const WpdSerializer: ::windows_sys::core::GUID = ::windows_sys::core::GUID { data1: 194094923, data2: 44412, data3: 19101, data4: [181, 99, 41, 238, 249, 22, 113, 114] }; 5732