This topic has not yet been rated - Rate this topic

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.

MethodDescription
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

Wbemcli.h (include Wbemidl.h)

Library

Wbemuuid.lib

DLL

Wbemperf.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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.