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