1 | |
2 | [package] |
3 | name = "windows" |
4 | version = "0.52.0" |
5 | authors = ["Microsoft" ] |
6 | edition = "2021" |
7 | rust-version = "1.56" |
8 | license = "MIT OR Apache-2.0" |
9 | description = "Rust for Windows" |
10 | repository = "https://github.com/microsoft/windows-rs" |
11 | documentation = "https://microsoft.github.io/windows-docs-rs/" |
12 | readme = "readme.md" |
13 | categories = ["os::windows-apis" ] |
14 | |
15 | [package.metadata.docs.rs] |
16 | default-target = "x86_64-pc-windows-msvc" |
17 | targets = [] |
18 | rustdoc-args = ["--cfg" , "docsrs" ] |
19 | |
20 | [dependencies] |
21 | windows-core = { path = "../core" , version = "0.52.0" } |
22 | windows-targets = { path = "../targets" , version = "0.52.0" } |
23 | windows-implement = { path = "../implement" , version = "0.52.0" , optional = true } |
24 | windows-interface = { path = "../interface" , version = "0.52.0" , optional = true } |
25 | |
26 | [features] |
27 | default = [] |
28 | docs = [] |
29 | deprecated = [] |
30 | implement = ["windows-implement" , "windows-interface" , "windows-core/implement" ] |
31 | # generated features |
32 | AI = [] |
33 | AI_MachineLearning = ["AI" ] |
34 | ApplicationModel = [] |
35 | ApplicationModel_Activation = ["ApplicationModel" ] |
36 | ApplicationModel_AppExtensions = ["ApplicationModel" ] |
37 | ApplicationModel_AppService = ["ApplicationModel" ] |
38 | ApplicationModel_Appointments = ["ApplicationModel" ] |
39 | ApplicationModel_Appointments_AppointmentsProvider = ["ApplicationModel_Appointments" ] |
40 | ApplicationModel_Appointments_DataProvider = ["ApplicationModel_Appointments" ] |
41 | ApplicationModel_Background = ["ApplicationModel" ] |
42 | ApplicationModel_Calls = ["ApplicationModel" ] |
43 | ApplicationModel_Calls_Background = ["ApplicationModel_Calls" ] |
44 | ApplicationModel_Calls_Provider = ["ApplicationModel_Calls" ] |
45 | ApplicationModel_Chat = ["ApplicationModel" ] |
46 | ApplicationModel_CommunicationBlocking = ["ApplicationModel" ] |
47 | ApplicationModel_Contacts = ["ApplicationModel" ] |
48 | ApplicationModel_Contacts_DataProvider = ["ApplicationModel_Contacts" ] |
49 | ApplicationModel_Contacts_Provider = ["ApplicationModel_Contacts" ] |
50 | ApplicationModel_ConversationalAgent = ["ApplicationModel" ] |
51 | ApplicationModel_Core = ["ApplicationModel" ] |
52 | ApplicationModel_DataTransfer = ["ApplicationModel" ] |
53 | ApplicationModel_DataTransfer_DragDrop = ["ApplicationModel_DataTransfer" ] |
54 | ApplicationModel_DataTransfer_DragDrop_Core = ["ApplicationModel_DataTransfer_DragDrop" ] |
55 | ApplicationModel_DataTransfer_ShareTarget = ["ApplicationModel_DataTransfer" ] |
56 | ApplicationModel_Email = ["ApplicationModel" ] |
57 | ApplicationModel_Email_DataProvider = ["ApplicationModel_Email" ] |
58 | ApplicationModel_ExtendedExecution = ["ApplicationModel" ] |
59 | ApplicationModel_ExtendedExecution_Foreground = ["ApplicationModel_ExtendedExecution" ] |
60 | ApplicationModel_Holographic = ["ApplicationModel" ] |
61 | ApplicationModel_LockScreen = ["ApplicationModel" ] |
62 | ApplicationModel_Payments = ["ApplicationModel" ] |
63 | ApplicationModel_Payments_Provider = ["ApplicationModel_Payments" ] |
64 | ApplicationModel_Preview = ["ApplicationModel" ] |
65 | ApplicationModel_Preview_Holographic = ["ApplicationModel_Preview" ] |
66 | ApplicationModel_Preview_InkWorkspace = ["ApplicationModel_Preview" ] |
67 | ApplicationModel_Preview_Notes = ["ApplicationModel_Preview" ] |
68 | ApplicationModel_Resources = ["ApplicationModel" ] |
69 | ApplicationModel_Resources_Core = ["ApplicationModel_Resources" ] |
70 | ApplicationModel_Resources_Management = ["ApplicationModel_Resources" ] |
71 | ApplicationModel_Search = ["ApplicationModel" ] |
72 | ApplicationModel_Search_Core = ["ApplicationModel_Search" ] |
73 | ApplicationModel_Store = ["ApplicationModel" ] |
74 | ApplicationModel_Store_LicenseManagement = ["ApplicationModel_Store" ] |
75 | ApplicationModel_Store_Preview = ["ApplicationModel_Store" ] |
76 | ApplicationModel_Store_Preview_InstallControl = ["ApplicationModel_Store_Preview" ] |
77 | ApplicationModel_UserActivities = ["ApplicationModel" ] |
78 | ApplicationModel_UserActivities_Core = ["ApplicationModel_UserActivities" ] |
79 | ApplicationModel_UserDataAccounts = ["ApplicationModel" ] |
80 | ApplicationModel_UserDataAccounts_Provider = ["ApplicationModel_UserDataAccounts" ] |
81 | ApplicationModel_UserDataAccounts_SystemAccess = ["ApplicationModel_UserDataAccounts" ] |
82 | ApplicationModel_UserDataTasks = ["ApplicationModel" ] |
83 | ApplicationModel_UserDataTasks_DataProvider = ["ApplicationModel_UserDataTasks" ] |
84 | ApplicationModel_VoiceCommands = ["ApplicationModel" ] |
85 | ApplicationModel_Wallet = ["ApplicationModel" ] |
86 | ApplicationModel_Wallet_System = ["ApplicationModel_Wallet" ] |
87 | Data = [] |
88 | Data_Html = ["Data" ] |
89 | Data_Json = ["Data" ] |
90 | Data_Pdf = ["Data" ] |
91 | Data_Text = ["Data" ] |
92 | Data_Xml = ["Data" ] |
93 | Data_Xml_Dom = ["Data_Xml" ] |
94 | Data_Xml_Xsl = ["Data_Xml" ] |
95 | Devices = [] |
96 | Devices_Adc = ["Devices" ] |
97 | Devices_Adc_Provider = ["Devices_Adc" ] |
98 | Devices_Background = ["Devices" ] |
99 | Devices_Bluetooth = ["Devices" ] |
100 | Devices_Bluetooth_Advertisement = ["Devices_Bluetooth" ] |
101 | Devices_Bluetooth_Background = ["Devices_Bluetooth" ] |
102 | Devices_Bluetooth_GenericAttributeProfile = ["Devices_Bluetooth" ] |
103 | Devices_Bluetooth_Rfcomm = ["Devices_Bluetooth" ] |
104 | Devices_Custom = ["Devices" ] |
105 | Devices_Display = ["Devices" ] |
106 | Devices_Display_Core = ["Devices_Display" ] |
107 | Devices_Enumeration = ["Devices" ] |
108 | Devices_Enumeration_Pnp = ["Devices_Enumeration" ] |
109 | Devices_Geolocation = ["Devices" ] |
110 | Devices_Geolocation_Geofencing = ["Devices_Geolocation" ] |
111 | Devices_Geolocation_Provider = ["Devices_Geolocation" ] |
112 | Devices_Gpio = ["Devices" ] |
113 | Devices_Gpio_Provider = ["Devices_Gpio" ] |
114 | Devices_Haptics = ["Devices" ] |
115 | Devices_HumanInterfaceDevice = ["Devices" ] |
116 | Devices_I2c = ["Devices" ] |
117 | Devices_I2c_Provider = ["Devices_I2c" ] |
118 | Devices_Input = ["Devices" ] |
119 | Devices_Input_Preview = ["Devices_Input" ] |
120 | Devices_Lights = ["Devices" ] |
121 | Devices_Lights_Effects = ["Devices_Lights" ] |
122 | Devices_Midi = ["Devices" ] |
123 | Devices_PointOfService = ["Devices" ] |
124 | Devices_PointOfService_Provider = ["Devices_PointOfService" ] |
125 | Devices_Portable = ["Devices" ] |
126 | Devices_Power = ["Devices" ] |
127 | Devices_Printers = ["Devices" ] |
128 | Devices_Printers_Extensions = ["Devices_Printers" ] |
129 | Devices_Pwm = ["Devices" ] |
130 | Devices_Pwm_Provider = ["Devices_Pwm" ] |
131 | Devices_Radios = ["Devices" ] |
132 | Devices_Scanners = ["Devices" ] |
133 | Devices_Sensors = ["Devices" ] |
134 | Devices_Sensors_Custom = ["Devices_Sensors" ] |
135 | Devices_SerialCommunication = ["Devices" ] |
136 | Devices_SmartCards = ["Devices" ] |
137 | Devices_Sms = ["Devices" ] |
138 | Devices_Spi = ["Devices" ] |
139 | Devices_Spi_Provider = ["Devices_Spi" ] |
140 | Devices_Usb = ["Devices" ] |
141 | Devices_WiFi = ["Devices" ] |
142 | Devices_WiFiDirect = ["Devices" ] |
143 | Devices_WiFiDirect_Services = ["Devices_WiFiDirect" ] |
144 | Embedded = [] |
145 | Embedded_DeviceLockdown = ["Embedded" ] |
146 | Foundation = [] |
147 | Foundation_Collections = ["Foundation" ] |
148 | Foundation_Diagnostics = ["Foundation" ] |
149 | Foundation_Metadata = ["Foundation" ] |
150 | Foundation_Numerics = ["Foundation" ] |
151 | Gaming = [] |
152 | Gaming_Input = ["Gaming" ] |
153 | Gaming_Input_Custom = ["Gaming_Input" ] |
154 | Gaming_Input_ForceFeedback = ["Gaming_Input" ] |
155 | Gaming_Input_Preview = ["Gaming_Input" ] |
156 | Gaming_Preview = ["Gaming" ] |
157 | Gaming_Preview_GamesEnumeration = ["Gaming_Preview" ] |
158 | Gaming_UI = ["Gaming" ] |
159 | Gaming_XboxLive = ["Gaming" ] |
160 | Gaming_XboxLive_Storage = ["Gaming_XboxLive" ] |
161 | Globalization = [] |
162 | Globalization_Collation = ["Globalization" ] |
163 | Globalization_DateTimeFormatting = ["Globalization" ] |
164 | Globalization_Fonts = ["Globalization" ] |
165 | Globalization_NumberFormatting = ["Globalization" ] |
166 | Globalization_PhoneNumberFormatting = ["Globalization" ] |
167 | Graphics = [] |
168 | Graphics_Capture = ["Graphics" ] |
169 | Graphics_DirectX = ["Graphics" ] |
170 | Graphics_DirectX_Direct3D11 = ["Graphics_DirectX" ] |
171 | Graphics_Display = ["Graphics" ] |
172 | Graphics_Display_Core = ["Graphics_Display" ] |
173 | Graphics_Effects = ["Graphics" ] |
174 | Graphics_Holographic = ["Graphics" ] |
175 | Graphics_Imaging = ["Graphics" ] |
176 | Graphics_Printing = ["Graphics" ] |
177 | Graphics_Printing_OptionDetails = ["Graphics_Printing" ] |
178 | Graphics_Printing_PrintSupport = ["Graphics_Printing" ] |
179 | Graphics_Printing_PrintTicket = ["Graphics_Printing" ] |
180 | Graphics_Printing_Workflow = ["Graphics_Printing" ] |
181 | Graphics_Printing3D = ["Graphics" ] |
182 | Management = [] |
183 | Management_Core = ["Management" ] |
184 | Management_Deployment = ["Management" ] |
185 | Management_Deployment_Preview = ["Management_Deployment" ] |
186 | Management_Policies = ["Management" ] |
187 | Management_Update = ["Management" ] |
188 | Management_Workplace = ["Management" ] |
189 | Media = [] |
190 | Media_AppBroadcasting = ["Media" ] |
191 | Media_AppRecording = ["Media" ] |
192 | Media_Audio = ["Media" ] |
193 | Media_Capture = ["Media" ] |
194 | Media_Capture_Core = ["Media_Capture" ] |
195 | Media_Capture_Frames = ["Media_Capture" ] |
196 | Media_Casting = ["Media" ] |
197 | Media_ClosedCaptioning = ["Media" ] |
198 | Media_ContentRestrictions = ["Media" ] |
199 | Media_Control = ["Media" ] |
200 | Media_Core = ["Media" ] |
201 | Media_Core_Preview = ["Media_Core" ] |
202 | Media_Devices = ["Media" ] |
203 | Media_Devices_Core = ["Media_Devices" ] |
204 | Media_DialProtocol = ["Media" ] |
205 | Media_Editing = ["Media" ] |
206 | Media_Effects = ["Media" ] |
207 | Media_FaceAnalysis = ["Media" ] |
208 | Media_Import = ["Media" ] |
209 | Media_MediaProperties = ["Media" ] |
210 | Media_Miracast = ["Media" ] |
211 | Media_Ocr = ["Media" ] |
212 | Media_PlayTo = ["Media" ] |
213 | Media_Playback = ["Media" ] |
214 | Media_Playlists = ["Media" ] |
215 | Media_Protection = ["Media" ] |
216 | Media_Protection_PlayReady = ["Media_Protection" ] |
217 | Media_Render = ["Media" ] |
218 | Media_SpeechRecognition = ["Media" ] |
219 | Media_SpeechSynthesis = ["Media" ] |
220 | Media_Streaming = ["Media" ] |
221 | Media_Streaming_Adaptive = ["Media_Streaming" ] |
222 | Media_Transcoding = ["Media" ] |
223 | Networking = [] |
224 | Networking_BackgroundTransfer = ["Networking" ] |
225 | Networking_Connectivity = ["Networking" ] |
226 | Networking_NetworkOperators = ["Networking" ] |
227 | Networking_Proximity = ["Networking" ] |
228 | Networking_PushNotifications = ["Networking" ] |
229 | Networking_ServiceDiscovery = ["Networking" ] |
230 | Networking_ServiceDiscovery_Dnssd = ["Networking_ServiceDiscovery" ] |
231 | Networking_Sockets = ["Networking" ] |
232 | Networking_Vpn = ["Networking" ] |
233 | Networking_XboxLive = ["Networking" ] |
234 | Perception = [] |
235 | Perception_Automation = ["Perception" ] |
236 | Perception_Automation_Core = ["Perception_Automation" ] |
237 | Perception_People = ["Perception" ] |
238 | Perception_Spatial = ["Perception" ] |
239 | Perception_Spatial_Preview = ["Perception_Spatial" ] |
240 | Perception_Spatial_Surfaces = ["Perception_Spatial" ] |
241 | Phone = [] |
242 | Phone_ApplicationModel = ["Phone" ] |
243 | Phone_Devices = ["Phone" ] |
244 | Phone_Devices_Notification = ["Phone_Devices" ] |
245 | Phone_Devices_Power = ["Phone_Devices" ] |
246 | Phone_Management = ["Phone" ] |
247 | Phone_Management_Deployment = ["Phone_Management" ] |
248 | Phone_Media = ["Phone" ] |
249 | Phone_Media_Devices = ["Phone_Media" ] |
250 | Phone_Notification = ["Phone" ] |
251 | Phone_Notification_Management = ["Phone_Notification" ] |
252 | Phone_PersonalInformation = ["Phone" ] |
253 | Phone_PersonalInformation_Provisioning = ["Phone_PersonalInformation" ] |
254 | Phone_Speech = ["Phone" ] |
255 | Phone_Speech_Recognition = ["Phone_Speech" ] |
256 | Phone_StartScreen = ["Phone" ] |
257 | Phone_System = ["Phone" ] |
258 | Phone_System_Power = ["Phone_System" ] |
259 | Phone_System_Profile = ["Phone_System" ] |
260 | Phone_System_UserProfile = ["Phone_System" ] |
261 | Phone_System_UserProfile_GameServices = ["Phone_System_UserProfile" ] |
262 | Phone_System_UserProfile_GameServices_Core = ["Phone_System_UserProfile_GameServices" ] |
263 | Phone_UI = ["Phone" ] |
264 | Phone_UI_Input = ["Phone_UI" ] |
265 | Security = [] |
266 | Security_Authentication = ["Security" ] |
267 | Security_Authentication_Identity = ["Security_Authentication" ] |
268 | Security_Authentication_Identity_Core = ["Security_Authentication_Identity" ] |
269 | Security_Authentication_OnlineId = ["Security_Authentication" ] |
270 | Security_Authentication_Web = ["Security_Authentication" ] |
271 | Security_Authentication_Web_Core = ["Security_Authentication_Web" ] |
272 | Security_Authentication_Web_Provider = ["Security_Authentication_Web" ] |
273 | Security_Authorization = ["Security" ] |
274 | Security_Authorization_AppCapabilityAccess = ["Security_Authorization" ] |
275 | Security_Credentials = ["Security" ] |
276 | Security_Credentials_UI = ["Security_Credentials" ] |
277 | Security_Cryptography = ["Security" ] |
278 | Security_Cryptography_Certificates = ["Security_Cryptography" ] |
279 | Security_Cryptography_Core = ["Security_Cryptography" ] |
280 | Security_Cryptography_DataProtection = ["Security_Cryptography" ] |
281 | Security_DataProtection = ["Security" ] |
282 | Security_EnterpriseData = ["Security" ] |
283 | Security_ExchangeActiveSyncProvisioning = ["Security" ] |
284 | Security_Isolation = ["Security" ] |
285 | Services = [] |
286 | Services_Maps = ["Services" ] |
287 | Services_Maps_Guidance = ["Services_Maps" ] |
288 | Services_Maps_LocalSearch = ["Services_Maps" ] |
289 | Services_Maps_OfflineMaps = ["Services_Maps" ] |
290 | Services_Store = ["Services" ] |
291 | Services_TargetedContent = ["Services" ] |
292 | Storage = [] |
293 | Storage_AccessCache = ["Storage" ] |
294 | Storage_BulkAccess = ["Storage" ] |
295 | Storage_Compression = ["Storage" ] |
296 | Storage_FileProperties = ["Storage" ] |
297 | Storage_Pickers = ["Storage" ] |
298 | Storage_Pickers_Provider = ["Storage_Pickers" ] |
299 | Storage_Provider = ["Storage" ] |
300 | Storage_Search = ["Storage" ] |
301 | Storage_Streams = ["Storage" ] |
302 | System = [] |
303 | System_Diagnostics = ["System" ] |
304 | System_Diagnostics_DevicePortal = ["System_Diagnostics" ] |
305 | System_Diagnostics_Telemetry = ["System_Diagnostics" ] |
306 | System_Diagnostics_TraceReporting = ["System_Diagnostics" ] |
307 | System_Display = ["System" ] |
308 | System_Implementation = ["System" ] |
309 | System_Implementation_FileExplorer = ["System_Implementation" ] |
310 | System_Inventory = ["System" ] |
311 | System_Power = ["System" ] |
312 | System_Profile = ["System" ] |
313 | System_Profile_SystemManufacturers = ["System_Profile" ] |
314 | System_RemoteDesktop = ["System" ] |
315 | System_RemoteDesktop_Input = ["System_RemoteDesktop" ] |
316 | System_RemoteSystems = ["System" ] |
317 | System_Threading = ["System" ] |
318 | System_Threading_Core = ["System_Threading" ] |
319 | System_Update = ["System" ] |
320 | System_UserProfile = ["System" ] |
321 | UI = [] |
322 | UI_Accessibility = ["UI" ] |
323 | UI_ApplicationSettings = ["UI" ] |
324 | UI_Composition = ["UI" ] |
325 | UI_Composition_Core = ["UI_Composition" ] |
326 | UI_Composition_Desktop = ["UI_Composition" ] |
327 | UI_Composition_Diagnostics = ["UI_Composition" ] |
328 | UI_Composition_Effects = ["UI_Composition" ] |
329 | UI_Composition_Interactions = ["UI_Composition" ] |
330 | UI_Composition_Scenes = ["UI_Composition" ] |
331 | UI_Core = ["UI" ] |
332 | UI_Core_AnimationMetrics = ["UI_Core" ] |
333 | UI_Core_Preview = ["UI_Core" ] |
334 | UI_Input = ["UI" ] |
335 | UI_Input_Core = ["UI_Input" ] |
336 | UI_Input_Inking = ["UI_Input" ] |
337 | UI_Input_Inking_Analysis = ["UI_Input_Inking" ] |
338 | UI_Input_Inking_Core = ["UI_Input_Inking" ] |
339 | UI_Input_Inking_Preview = ["UI_Input_Inking" ] |
340 | UI_Input_Preview = ["UI_Input" ] |
341 | UI_Input_Preview_Injection = ["UI_Input_Preview" ] |
342 | UI_Input_Spatial = ["UI_Input" ] |
343 | UI_Notifications = ["UI" ] |
344 | UI_Notifications_Management = ["UI_Notifications" ] |
345 | UI_Popups = ["UI" ] |
346 | UI_Shell = ["UI" ] |
347 | UI_StartScreen = ["UI" ] |
348 | UI_Text = ["UI" ] |
349 | UI_Text_Core = ["UI_Text" ] |
350 | UI_UIAutomation = ["UI" ] |
351 | UI_UIAutomation_Core = ["UI_UIAutomation" ] |
352 | UI_ViewManagement = ["UI" ] |
353 | UI_ViewManagement_Core = ["UI_ViewManagement" ] |
354 | UI_WebUI = ["UI" ] |
355 | UI_WebUI_Core = ["UI_WebUI" ] |
356 | UI_WindowManagement = ["UI" ] |
357 | UI_WindowManagement_Preview = ["UI_WindowManagement" ] |
358 | Wdk = [] |
359 | Wdk_Foundation = ["Wdk" ] |
360 | Wdk_Graphics = ["Wdk" ] |
361 | Wdk_Graphics_Direct3D = ["Wdk_Graphics" ] |
362 | Wdk_Storage = ["Wdk" ] |
363 | Wdk_Storage_FileSystem = ["Wdk_Storage" ] |
364 | Wdk_Storage_FileSystem_Minifilters = ["Wdk_Storage_FileSystem" ] |
365 | Wdk_System = ["Wdk" ] |
366 | Wdk_System_IO = ["Wdk_System" ] |
367 | Wdk_System_OfflineRegistry = ["Wdk_System" ] |
368 | Wdk_System_Registry = ["Wdk_System" ] |
369 | Wdk_System_SystemInformation = ["Wdk_System" ] |
370 | Wdk_System_SystemServices = ["Wdk_System" ] |
371 | Wdk_System_Threading = ["Wdk_System" ] |
372 | Web = [] |
373 | Web_AtomPub = ["Web" ] |
374 | Web_Http = ["Web" ] |
375 | Web_Http_Diagnostics = ["Web_Http" ] |
376 | Web_Http_Filters = ["Web_Http" ] |
377 | Web_Http_Headers = ["Web_Http" ] |
378 | Web_Syndication = ["Web" ] |
379 | Web_UI = ["Web" ] |
380 | Web_UI_Interop = ["Web_UI" ] |
381 | Win32 = [] |
382 | Win32_AI = ["Win32" ] |
383 | Win32_AI_MachineLearning = ["Win32_AI" ] |
384 | Win32_AI_MachineLearning_DirectML = ["Win32_AI_MachineLearning" ] |
385 | Win32_AI_MachineLearning_WinML = ["Win32_AI_MachineLearning" ] |
386 | Win32_Data = ["Win32" ] |
387 | Win32_Data_HtmlHelp = ["Win32_Data" ] |
388 | Win32_Data_RightsManagement = ["Win32_Data" ] |
389 | Win32_Data_Xml = ["Win32_Data" ] |
390 | Win32_Data_Xml_MsXml = ["Win32_Data_Xml" ] |
391 | Win32_Data_Xml_XmlLite = ["Win32_Data_Xml" ] |
392 | Win32_Devices = ["Win32" ] |
393 | Win32_Devices_AllJoyn = ["Win32_Devices" ] |
394 | Win32_Devices_BiometricFramework = ["Win32_Devices" ] |
395 | Win32_Devices_Bluetooth = ["Win32_Devices" ] |
396 | Win32_Devices_Communication = ["Win32_Devices" ] |
397 | Win32_Devices_DeviceAccess = ["Win32_Devices" ] |
398 | Win32_Devices_DeviceAndDriverInstallation = ["Win32_Devices" ] |
399 | Win32_Devices_DeviceQuery = ["Win32_Devices" ] |
400 | Win32_Devices_Display = ["Win32_Devices" ] |
401 | Win32_Devices_Enumeration = ["Win32_Devices" ] |
402 | Win32_Devices_Enumeration_Pnp = ["Win32_Devices_Enumeration" ] |
403 | Win32_Devices_Fax = ["Win32_Devices" ] |
404 | Win32_Devices_FunctionDiscovery = ["Win32_Devices" ] |
405 | Win32_Devices_Geolocation = ["Win32_Devices" ] |
406 | Win32_Devices_HumanInterfaceDevice = ["Win32_Devices" ] |
407 | Win32_Devices_ImageAcquisition = ["Win32_Devices" ] |
408 | Win32_Devices_PortableDevices = ["Win32_Devices" ] |
409 | Win32_Devices_Properties = ["Win32_Devices" ] |
410 | Win32_Devices_Pwm = ["Win32_Devices" ] |
411 | Win32_Devices_Sensors = ["Win32_Devices" ] |
412 | Win32_Devices_SerialCommunication = ["Win32_Devices" ] |
413 | Win32_Devices_Tapi = ["Win32_Devices" ] |
414 | Win32_Devices_Usb = ["Win32_Devices" ] |
415 | Win32_Devices_WebServicesOnDevices = ["Win32_Devices" ] |
416 | Win32_Foundation = ["Win32" ] |
417 | Win32_Gaming = ["Win32" ] |
418 | Win32_Globalization = ["Win32" ] |
419 | Win32_Graphics = ["Win32" ] |
420 | Win32_Graphics_CompositionSwapchain = ["Win32_Graphics" ] |
421 | Win32_Graphics_DXCore = ["Win32_Graphics" ] |
422 | Win32_Graphics_Direct2D = ["Win32_Graphics" ] |
423 | Win32_Graphics_Direct2D_Common = ["Win32_Graphics_Direct2D" ] |
424 | Win32_Graphics_Direct3D = ["Win32_Graphics" ] |
425 | Win32_Graphics_Direct3D_Dxc = ["Win32_Graphics_Direct3D" ] |
426 | Win32_Graphics_Direct3D_Fxc = ["Win32_Graphics_Direct3D" ] |
427 | Win32_Graphics_Direct3D10 = ["Win32_Graphics" ] |
428 | Win32_Graphics_Direct3D11 = ["Win32_Graphics" ] |
429 | Win32_Graphics_Direct3D11on12 = ["Win32_Graphics" ] |
430 | Win32_Graphics_Direct3D12 = ["Win32_Graphics" ] |
431 | Win32_Graphics_Direct3D9 = ["Win32_Graphics" ] |
432 | Win32_Graphics_Direct3D9on12 = ["Win32_Graphics" ] |
433 | Win32_Graphics_DirectComposition = ["Win32_Graphics" ] |
434 | Win32_Graphics_DirectDraw = ["Win32_Graphics" ] |
435 | Win32_Graphics_DirectManipulation = ["Win32_Graphics" ] |
436 | Win32_Graphics_DirectWrite = ["Win32_Graphics" ] |
437 | Win32_Graphics_Dwm = ["Win32_Graphics" ] |
438 | Win32_Graphics_Dxgi = ["Win32_Graphics" ] |
439 | Win32_Graphics_Dxgi_Common = ["Win32_Graphics_Dxgi" ] |
440 | Win32_Graphics_Gdi = ["Win32_Graphics" ] |
441 | Win32_Graphics_GdiPlus = ["Win32_Graphics" ] |
442 | Win32_Graphics_Hlsl = ["Win32_Graphics" ] |
443 | Win32_Graphics_Imaging = ["Win32_Graphics" ] |
444 | Win32_Graphics_Imaging_D2D = ["Win32_Graphics_Imaging" ] |
445 | Win32_Graphics_OpenGL = ["Win32_Graphics" ] |
446 | Win32_Graphics_Printing = ["Win32_Graphics" ] |
447 | Win32_Graphics_Printing_PrintTicket = ["Win32_Graphics_Printing" ] |
448 | Win32_Management = ["Win32" ] |
449 | Win32_Management_MobileDeviceManagementRegistration = ["Win32_Management" ] |
450 | Win32_Media = ["Win32" ] |
451 | Win32_Media_Audio = ["Win32_Media" ] |
452 | Win32_Media_Audio_Apo = ["Win32_Media_Audio" ] |
453 | Win32_Media_Audio_DirectMusic = ["Win32_Media_Audio" ] |
454 | Win32_Media_Audio_DirectSound = ["Win32_Media_Audio" ] |
455 | Win32_Media_Audio_Endpoints = ["Win32_Media_Audio" ] |
456 | Win32_Media_Audio_XAudio2 = ["Win32_Media_Audio" ] |
457 | Win32_Media_DeviceManager = ["Win32_Media" ] |
458 | Win32_Media_DirectShow = ["Win32_Media" ] |
459 | Win32_Media_DirectShow_Tv = ["Win32_Media_DirectShow" ] |
460 | Win32_Media_DirectShow_Xml = ["Win32_Media_DirectShow" ] |
461 | Win32_Media_DxMediaObjects = ["Win32_Media" ] |
462 | Win32_Media_KernelStreaming = ["Win32_Media" ] |
463 | Win32_Media_LibrarySharingServices = ["Win32_Media" ] |
464 | Win32_Media_MediaFoundation = ["Win32_Media" ] |
465 | Win32_Media_MediaPlayer = ["Win32_Media" ] |
466 | Win32_Media_Multimedia = ["Win32_Media" ] |
467 | Win32_Media_PictureAcquisition = ["Win32_Media" ] |
468 | Win32_Media_Speech = ["Win32_Media" ] |
469 | Win32_Media_Streaming = ["Win32_Media" ] |
470 | Win32_Media_WindowsMediaFormat = ["Win32_Media" ] |
471 | Win32_NetworkManagement = ["Win32" ] |
472 | Win32_NetworkManagement_Dhcp = ["Win32_NetworkManagement" ] |
473 | Win32_NetworkManagement_Dns = ["Win32_NetworkManagement" ] |
474 | Win32_NetworkManagement_InternetConnectionWizard = ["Win32_NetworkManagement" ] |
475 | Win32_NetworkManagement_IpHelper = ["Win32_NetworkManagement" ] |
476 | Win32_NetworkManagement_MobileBroadband = ["Win32_NetworkManagement" ] |
477 | Win32_NetworkManagement_Multicast = ["Win32_NetworkManagement" ] |
478 | Win32_NetworkManagement_Ndis = ["Win32_NetworkManagement" ] |
479 | Win32_NetworkManagement_NetBios = ["Win32_NetworkManagement" ] |
480 | Win32_NetworkManagement_NetManagement = ["Win32_NetworkManagement" ] |
481 | Win32_NetworkManagement_NetShell = ["Win32_NetworkManagement" ] |
482 | Win32_NetworkManagement_NetworkDiagnosticsFramework = ["Win32_NetworkManagement" ] |
483 | Win32_NetworkManagement_NetworkPolicyServer = ["Win32_NetworkManagement" ] |
484 | Win32_NetworkManagement_P2P = ["Win32_NetworkManagement" ] |
485 | Win32_NetworkManagement_QoS = ["Win32_NetworkManagement" ] |
486 | Win32_NetworkManagement_Rras = ["Win32_NetworkManagement" ] |
487 | Win32_NetworkManagement_Snmp = ["Win32_NetworkManagement" ] |
488 | Win32_NetworkManagement_WNet = ["Win32_NetworkManagement" ] |
489 | Win32_NetworkManagement_WebDav = ["Win32_NetworkManagement" ] |
490 | Win32_NetworkManagement_WiFi = ["Win32_NetworkManagement" ] |
491 | Win32_NetworkManagement_WindowsConnectNow = ["Win32_NetworkManagement" ] |
492 | Win32_NetworkManagement_WindowsConnectionManager = ["Win32_NetworkManagement" ] |
493 | Win32_NetworkManagement_WindowsFilteringPlatform = ["Win32_NetworkManagement" ] |
494 | Win32_NetworkManagement_WindowsFirewall = ["Win32_NetworkManagement" ] |
495 | Win32_NetworkManagement_WindowsNetworkVirtualization = ["Win32_NetworkManagement" ] |
496 | Win32_Networking = ["Win32" ] |
497 | Win32_Networking_ActiveDirectory = ["Win32_Networking" ] |
498 | Win32_Networking_BackgroundIntelligentTransferService = ["Win32_Networking" ] |
499 | Win32_Networking_Clustering = ["Win32_Networking" ] |
500 | Win32_Networking_HttpServer = ["Win32_Networking" ] |
501 | Win32_Networking_Ldap = ["Win32_Networking" ] |
502 | Win32_Networking_NetworkListManager = ["Win32_Networking" ] |
503 | Win32_Networking_RemoteDifferentialCompression = ["Win32_Networking" ] |
504 | Win32_Networking_WebSocket = ["Win32_Networking" ] |
505 | Win32_Networking_WinHttp = ["Win32_Networking" ] |
506 | Win32_Networking_WinInet = ["Win32_Networking" ] |
507 | Win32_Networking_WinSock = ["Win32_Networking" ] |
508 | Win32_Networking_WindowsWebServices = ["Win32_Networking" ] |
509 | Win32_Security = ["Win32" ] |
510 | Win32_Security_AppLocker = ["Win32_Security" ] |
511 | Win32_Security_Authentication = ["Win32_Security" ] |
512 | Win32_Security_Authentication_Identity = ["Win32_Security_Authentication" ] |
513 | Win32_Security_Authentication_Identity_Provider = ["Win32_Security_Authentication_Identity" ] |
514 | Win32_Security_Authorization = ["Win32_Security" ] |
515 | Win32_Security_Authorization_UI = ["Win32_Security_Authorization" ] |
516 | Win32_Security_ConfigurationSnapin = ["Win32_Security" ] |
517 | Win32_Security_Credentials = ["Win32_Security" ] |
518 | Win32_Security_Cryptography = ["Win32_Security" ] |
519 | Win32_Security_Cryptography_Catalog = ["Win32_Security_Cryptography" ] |
520 | Win32_Security_Cryptography_Certificates = ["Win32_Security_Cryptography" ] |
521 | Win32_Security_Cryptography_Sip = ["Win32_Security_Cryptography" ] |
522 | Win32_Security_Cryptography_UI = ["Win32_Security_Cryptography" ] |
523 | Win32_Security_DiagnosticDataQuery = ["Win32_Security" ] |
524 | Win32_Security_DirectoryServices = ["Win32_Security" ] |
525 | Win32_Security_EnterpriseData = ["Win32_Security" ] |
526 | Win32_Security_ExtensibleAuthenticationProtocol = ["Win32_Security" ] |
527 | Win32_Security_Isolation = ["Win32_Security" ] |
528 | Win32_Security_LicenseProtection = ["Win32_Security" ] |
529 | Win32_Security_NetworkAccessProtection = ["Win32_Security" ] |
530 | Win32_Security_Tpm = ["Win32_Security" ] |
531 | Win32_Security_WinTrust = ["Win32_Security" ] |
532 | Win32_Security_WinWlx = ["Win32_Security" ] |
533 | Win32_Storage = ["Win32" ] |
534 | Win32_Storage_Cabinets = ["Win32_Storage" ] |
535 | Win32_Storage_CloudFilters = ["Win32_Storage" ] |
536 | Win32_Storage_Compression = ["Win32_Storage" ] |
537 | Win32_Storage_DataDeduplication = ["Win32_Storage" ] |
538 | Win32_Storage_DistributedFileSystem = ["Win32_Storage" ] |
539 | Win32_Storage_EnhancedStorage = ["Win32_Storage" ] |
540 | Win32_Storage_FileHistory = ["Win32_Storage" ] |
541 | Win32_Storage_FileServerResourceManager = ["Win32_Storage" ] |
542 | Win32_Storage_FileSystem = ["Win32_Storage" ] |
543 | Win32_Storage_Imapi = ["Win32_Storage" ] |
544 | Win32_Storage_IndexServer = ["Win32_Storage" ] |
545 | Win32_Storage_InstallableFileSystems = ["Win32_Storage" ] |
546 | Win32_Storage_IscsiDisc = ["Win32_Storage" ] |
547 | Win32_Storage_Jet = ["Win32_Storage" ] |
548 | Win32_Storage_Nvme = ["Win32_Storage" ] |
549 | Win32_Storage_OfflineFiles = ["Win32_Storage" ] |
550 | Win32_Storage_OperationRecorder = ["Win32_Storage" ] |
551 | Win32_Storage_Packaging = ["Win32_Storage" ] |
552 | Win32_Storage_Packaging_Appx = ["Win32_Storage_Packaging" ] |
553 | Win32_Storage_Packaging_Opc = ["Win32_Storage_Packaging" ] |
554 | Win32_Storage_ProjectedFileSystem = ["Win32_Storage" ] |
555 | Win32_Storage_StructuredStorage = ["Win32_Storage" ] |
556 | Win32_Storage_Vhd = ["Win32_Storage" ] |
557 | Win32_Storage_VirtualDiskService = ["Win32_Storage" ] |
558 | Win32_Storage_Vss = ["Win32_Storage" ] |
559 | Win32_Storage_Xps = ["Win32_Storage" ] |
560 | Win32_Storage_Xps_Printing = ["Win32_Storage_Xps" ] |
561 | Win32_System = ["Win32" ] |
562 | Win32_System_AddressBook = ["Win32_System" ] |
563 | Win32_System_Antimalware = ["Win32_System" ] |
564 | Win32_System_ApplicationInstallationAndServicing = ["Win32_System" ] |
565 | Win32_System_ApplicationVerifier = ["Win32_System" ] |
566 | Win32_System_AssessmentTool = ["Win32_System" ] |
567 | Win32_System_ClrHosting = ["Win32_System" ] |
568 | Win32_System_Com = ["Win32_System" ] |
569 | Win32_System_Com_CallObj = ["Win32_System_Com" ] |
570 | Win32_System_Com_ChannelCredentials = ["Win32_System_Com" ] |
571 | Win32_System_Com_Events = ["Win32_System_Com" ] |
572 | Win32_System_Com_Marshal = ["Win32_System_Com" ] |
573 | Win32_System_Com_StructuredStorage = ["Win32_System_Com" ] |
574 | Win32_System_Com_UI = ["Win32_System_Com" ] |
575 | Win32_System_Com_Urlmon = ["Win32_System_Com" ] |
576 | Win32_System_ComponentServices = ["Win32_System" ] |
577 | Win32_System_Console = ["Win32_System" ] |
578 | Win32_System_Contacts = ["Win32_System" ] |
579 | Win32_System_CorrelationVector = ["Win32_System" ] |
580 | Win32_System_DataExchange = ["Win32_System" ] |
581 | Win32_System_DeploymentServices = ["Win32_System" ] |
582 | Win32_System_DesktopSharing = ["Win32_System" ] |
583 | Win32_System_DeveloperLicensing = ["Win32_System" ] |
584 | Win32_System_Diagnostics = ["Win32_System" ] |
585 | Win32_System_Diagnostics_Ceip = ["Win32_System_Diagnostics" ] |
586 | Win32_System_Diagnostics_ClrProfiling = ["Win32_System_Diagnostics" ] |
587 | Win32_System_Diagnostics_Debug = ["Win32_System_Diagnostics" ] |
588 | Win32_System_Diagnostics_Debug_ActiveScript = ["Win32_System_Diagnostics_Debug" ] |
589 | Win32_System_Diagnostics_Debug_Extensions = ["Win32_System_Diagnostics_Debug" ] |
590 | Win32_System_Diagnostics_Etw = ["Win32_System_Diagnostics" ] |
591 | Win32_System_Diagnostics_ProcessSnapshotting = ["Win32_System_Diagnostics" ] |
592 | Win32_System_Diagnostics_ToolHelp = ["Win32_System_Diagnostics" ] |
593 | Win32_System_DistributedTransactionCoordinator = ["Win32_System" ] |
594 | Win32_System_Environment = ["Win32_System" ] |
595 | Win32_System_ErrorReporting = ["Win32_System" ] |
596 | Win32_System_EventCollector = ["Win32_System" ] |
597 | Win32_System_EventLog = ["Win32_System" ] |
598 | Win32_System_EventNotificationService = ["Win32_System" ] |
599 | Win32_System_GroupPolicy = ["Win32_System" ] |
600 | Win32_System_HostCompute = ["Win32_System" ] |
601 | Win32_System_HostComputeNetwork = ["Win32_System" ] |
602 | Win32_System_HostComputeSystem = ["Win32_System" ] |
603 | Win32_System_Hypervisor = ["Win32_System" ] |
604 | Win32_System_IO = ["Win32_System" ] |
605 | Win32_System_Iis = ["Win32_System" ] |
606 | Win32_System_Ioctl = ["Win32_System" ] |
607 | Win32_System_JobObjects = ["Win32_System" ] |
608 | Win32_System_Js = ["Win32_System" ] |
609 | Win32_System_Kernel = ["Win32_System" ] |
610 | Win32_System_LibraryLoader = ["Win32_System" ] |
611 | Win32_System_Mailslots = ["Win32_System" ] |
612 | Win32_System_Mapi = ["Win32_System" ] |
613 | Win32_System_Memory = ["Win32_System" ] |
614 | Win32_System_Memory_NonVolatile = ["Win32_System_Memory" ] |
615 | Win32_System_MessageQueuing = ["Win32_System" ] |
616 | Win32_System_MixedReality = ["Win32_System" ] |
617 | Win32_System_Mmc = ["Win32_System" ] |
618 | Win32_System_Ole = ["Win32_System" ] |
619 | Win32_System_ParentalControls = ["Win32_System" ] |
620 | Win32_System_PasswordManagement = ["Win32_System" ] |
621 | Win32_System_Performance = ["Win32_System" ] |
622 | Win32_System_Performance_HardwareCounterProfiling = ["Win32_System_Performance" ] |
623 | Win32_System_Pipes = ["Win32_System" ] |
624 | Win32_System_Power = ["Win32_System" ] |
625 | Win32_System_ProcessStatus = ["Win32_System" ] |
626 | Win32_System_RealTimeCommunications = ["Win32_System" ] |
627 | Win32_System_Recovery = ["Win32_System" ] |
628 | Win32_System_Registry = ["Win32_System" ] |
629 | Win32_System_RemoteAssistance = ["Win32_System" ] |
630 | Win32_System_RemoteDesktop = ["Win32_System" ] |
631 | Win32_System_RemoteManagement = ["Win32_System" ] |
632 | Win32_System_RestartManager = ["Win32_System" ] |
633 | Win32_System_Restore = ["Win32_System" ] |
634 | Win32_System_Rpc = ["Win32_System" ] |
635 | Win32_System_Search = ["Win32_System" ] |
636 | Win32_System_Search_Common = ["Win32_System_Search" ] |
637 | Win32_System_SecurityCenter = ["Win32_System" ] |
638 | Win32_System_ServerBackup = ["Win32_System" ] |
639 | Win32_System_Services = ["Win32_System" ] |
640 | Win32_System_SettingsManagementInfrastructure = ["Win32_System" ] |
641 | Win32_System_SetupAndMigration = ["Win32_System" ] |
642 | Win32_System_Shutdown = ["Win32_System" ] |
643 | Win32_System_SideShow = ["Win32_System" ] |
644 | Win32_System_StationsAndDesktops = ["Win32_System" ] |
645 | Win32_System_SubsystemForLinux = ["Win32_System" ] |
646 | Win32_System_SystemInformation = ["Win32_System" ] |
647 | Win32_System_SystemServices = ["Win32_System" ] |
648 | Win32_System_TaskScheduler = ["Win32_System" ] |
649 | Win32_System_Threading = ["Win32_System" ] |
650 | Win32_System_Time = ["Win32_System" ] |
651 | Win32_System_TpmBaseServices = ["Win32_System" ] |
652 | Win32_System_TransactionServer = ["Win32_System" ] |
653 | Win32_System_UpdateAgent = ["Win32_System" ] |
654 | Win32_System_UpdateAssessment = ["Win32_System" ] |
655 | Win32_System_UserAccessLogging = ["Win32_System" ] |
656 | Win32_System_Variant = ["Win32_System" ] |
657 | Win32_System_VirtualDosMachines = ["Win32_System" ] |
658 | Win32_System_WinRT = ["Win32_System" ] |
659 | Win32_System_WinRT_AllJoyn = ["Win32_System_WinRT" ] |
660 | Win32_System_WinRT_Composition = ["Win32_System_WinRT" ] |
661 | Win32_System_WinRT_CoreInputView = ["Win32_System_WinRT" ] |
662 | Win32_System_WinRT_Direct3D11 = ["Win32_System_WinRT" ] |
663 | Win32_System_WinRT_Display = ["Win32_System_WinRT" ] |
664 | Win32_System_WinRT_Graphics = ["Win32_System_WinRT" ] |
665 | Win32_System_WinRT_Graphics_Capture = ["Win32_System_WinRT_Graphics" ] |
666 | Win32_System_WinRT_Graphics_Direct2D = ["Win32_System_WinRT_Graphics" ] |
667 | Win32_System_WinRT_Graphics_Imaging = ["Win32_System_WinRT_Graphics" ] |
668 | Win32_System_WinRT_Holographic = ["Win32_System_WinRT" ] |
669 | Win32_System_WinRT_Isolation = ["Win32_System_WinRT" ] |
670 | Win32_System_WinRT_ML = ["Win32_System_WinRT" ] |
671 | Win32_System_WinRT_Media = ["Win32_System_WinRT" ] |
672 | Win32_System_WinRT_Metadata = ["Win32_System_WinRT" ] |
673 | Win32_System_WinRT_Pdf = ["Win32_System_WinRT" ] |
674 | Win32_System_WinRT_Printing = ["Win32_System_WinRT" ] |
675 | Win32_System_WinRT_Shell = ["Win32_System_WinRT" ] |
676 | Win32_System_WinRT_Storage = ["Win32_System_WinRT" ] |
677 | Win32_System_WindowsProgramming = ["Win32_System" ] |
678 | Win32_System_WindowsSync = ["Win32_System" ] |
679 | Win32_System_Wmi = ["Win32_System" ] |
680 | Win32_UI = ["Win32" ] |
681 | Win32_UI_Accessibility = ["Win32_UI" ] |
682 | Win32_UI_Animation = ["Win32_UI" ] |
683 | Win32_UI_ColorSystem = ["Win32_UI" ] |
684 | Win32_UI_Controls = ["Win32_UI" ] |
685 | Win32_UI_Controls_Dialogs = ["Win32_UI_Controls" ] |
686 | Win32_UI_Controls_RichEdit = ["Win32_UI_Controls" ] |
687 | Win32_UI_HiDpi = ["Win32_UI" ] |
688 | Win32_UI_Input = ["Win32_UI" ] |
689 | Win32_UI_Input_Ime = ["Win32_UI_Input" ] |
690 | Win32_UI_Input_Ink = ["Win32_UI_Input" ] |
691 | Win32_UI_Input_KeyboardAndMouse = ["Win32_UI_Input" ] |
692 | Win32_UI_Input_Pointer = ["Win32_UI_Input" ] |
693 | Win32_UI_Input_Radial = ["Win32_UI_Input" ] |
694 | Win32_UI_Input_Touch = ["Win32_UI_Input" ] |
695 | Win32_UI_Input_XboxController = ["Win32_UI_Input" ] |
696 | Win32_UI_InteractionContext = ["Win32_UI" ] |
697 | Win32_UI_LegacyWindowsEnvironmentFeatures = ["Win32_UI" ] |
698 | Win32_UI_Magnification = ["Win32_UI" ] |
699 | Win32_UI_Notifications = ["Win32_UI" ] |
700 | Win32_UI_Ribbon = ["Win32_UI" ] |
701 | Win32_UI_Shell = ["Win32_UI" ] |
702 | Win32_UI_Shell_Common = ["Win32_UI_Shell" ] |
703 | Win32_UI_Shell_PropertiesSystem = ["Win32_UI_Shell" ] |
704 | Win32_UI_TabletPC = ["Win32_UI" ] |
705 | Win32_UI_TextServices = ["Win32_UI" ] |
706 | Win32_UI_WindowsAndMessaging = ["Win32_UI" ] |
707 | Win32_UI_Wpf = ["Win32_UI" ] |
708 | Win32_Web = ["Win32" ] |
709 | Win32_Web_InternetExplorer = ["Win32_Web" ] |
710 | |