IWbemPropertyProvider interface (wbemprov.h)

The IWbemPropertyProvider interface supports retrieving and updating individual properties in an instance of a WMI class.IWbemPropertyProvider is the primary interface of property providers that supply dynamic data, which is the majority of property providers. WMI is the only client of this interface, and it calls the methods whenever the properties are required by a client application of WMI.

Inheritance

The IWbemPropertyProvider interface inherits from the IUnknown interface. IWbemPropertyProvider also has these types of members:

Methods

The IWbemPropertyProvider interface has these methods.

 
IWbemPropertyProvider::GetProperty

The IWbemPropertyProvider::GetProperty method is called by Windows Management to retrieve an individual property value.
IWbemPropertyProvider::PutProperty

The IWbemPropertyProvider::PutProperty method is called by Windows Management to update a property value supported by a property provider.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wbemprov.h (include Wbemidl.h)

See also

COM API for WMI