IWbemConfigureRefresher interface
The IWbemConfigureRefresher interface is used by client code to add enumerators, objects, and nested refreshers into a refresher.
Users and providers should never implement this interface. The implementation provided by WMI is the only one that is supported.
By providing a native implementation of this interface, WMI allows client code to easily configure refreshers. You can access the IWbemConfigureRefresher interface by calling QueryInterface on IID_IWbemConfigureRefresher on the object returned by calling CoCreateInstance on CLSID_WbemRefresher.
Members
The IWbemConfigureRefresher interface inherits from the IUnknown interface. IWbemConfigureRefresher also has these types of members:
Methods
The IWbemConfigureRefresher interface has these methods.
| Method | Description |
|---|---|
| AddEnum |
Adds an enumerator to a refresher. |
| AddObjectByPath |
Adds an object to a refresher based on a relative path. |
| AddObjectByTemplate |
Adds an object to a refresher by specifying an IWbemClassObject instance template. |
| AddRefresher |
Adds a refresher to a refresher. Use this method to create a single refresher that contains more than one refresher, which can be updated using a single call to the Refresh method. |
| Remove |
Removes an object, enumerator, or nested refresher from a refresher. |
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- IWbemConfigureRefresher
- Accessing Performance Data in C++
- Making an Instance Provider into a High-Performance Provider
- IWbemHiPerfProvider
- Performance Counter Provider
Send comments about this topic to Microsoft
Build date: 11/19/2012