IGPMWMIFilter interface (gpmgmt.h)

The IGPMWMIFilter interface contains methods that allow you to set and retrieve security attributes and various properties for a WMI filter. WMI filter queries are specified using WMI Query Language (WQL).

Inheritance

The IGPMWMIFilter interface inherits from the IDispatch interface. IGPMWMIFilter also has these types of members:

Methods

The IGPMWMIFilter interface has these methods.

 
IGPMWMIFilter::GetQueryList

Retrieves the query list stored in the WMI filter.
IGPMWMIFilter::GetSecurityInfo

Returns an interface or object that represents the list of permissions for the current WMI filter.
IGPMWMIFilter::SetSecurityInfo

Sets the list of permissions for the current WMI filter to that specified by the object.

Remarks

For information about importing, exporting, and copying WMI filters, see the IWbemClassObject::GetObjectText and IMofCompiler::CompileBuffer methods in the WMI SDK.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header gpmgmt.h

See also

IDispatch

IGPM

IGPMWMIFilterCollection