IGPMWMIFilterCollection interface (gpmgmt.h)

The IGPMWMIFilterCollection interface contains methods that enable applications to access a collection of WMI filters when using the Group Policy Management Console (GPMC) interfaces.

Inheritance

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

Methods

The IGPMWMIFilterCollection interface has these methods.

 
IGPMWMIFilterCollection::get__NewEnum

Retrieves an enumerator for the collection. (IGPMWMIFilterCollection.get__NewEnum)
IGPMWMIFilterCollection::get_Count

Returns the number of WMI filters in the collection.
IGPMWMIFilterCollection::get_Item

Given an index, returns a WMI filter from the collection.

Requirements

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

See also

IDispatch

IGPM

IGPMWMIFilter