Edit

Share via


IGPMSearchCriteria interface (gpmgmt.h)

The IGPMSearchCriteria interface allows you to define the criteria to use for search operations when using the Group Policy Management Console (GPMC) interfaces. To create a GPMSearchCriteria object, call the IGPM::CreateSearchCriteria method.

Inheritance

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

Methods

The IGPMSearchCriteria interface has these methods.

 
IGPMSearchCriteria::Add

Adds a criterion for search operations.

Requirements

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

See also

IDispatch

IGPM