Events
19 May, 18 - 23 May, 00
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
WMI implements a technique that allows multiple localized versions of the same class to be stored in the repository.
The class definition is separated into the following versions:
The language-specific class definitions are stored in a child namespace beneath the namespace that contains a language-neutral basic class definition.
When you request a localized class definition for a specific locale, WMI combines the basic class definition and the localized class information to form a complete localized class. You can get a localized version of a WMI class by specifying a locale when you connect to WMI and setting a flag that indicates that you want localized information. WMI then merges the information from the language-neutral and the language-specific versions of the class definition to form a localized class.
WMI classes that contain localized information are marked with the Amendment qualifier and are called amended classes; a class supports localized information if it has this qualifier. You can determine which locale the class has been localized for by checking for another qualifier called Locale. The locale qualifier contains a localization identifier (Windows LCID) that identifies a locale. For example, the locale for American English is 0x409. If a qualifier in an amended class contains localized information, it contains the amended qualifier flavor.
WMI localization includes the following tasks:
For more information, see Amended Class Considerations.
Events
19 May, 18 - 23 May, 00
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayTraining
Module
Query configuration information by using CIM and WMI - Training
This module explains the structure of the namespaces that contain classes and also how to query instances of a class. It covers how to query remote computers by using ad-hoc connections and CIM sessions.
Documentation
The WMI Reference contains the following topics that discuss the core features of WMI.
Getting and Providing Data on a 64-bit Computer - Win32 apps
Client applications and scripts that access standard WMI 32-bit providers continue to operate normally when running on a 64-bit operating system.
Creating WMI Providers - Win32 apps
Developers can extend the WMI infrastructure by developing WMI providers.
Scripting API for WMI - Win32 apps
The WMI scripting reference contains definitions for the WMI Scripting API.