IGPMClientSideExtension interface (gpmgmt.h)

The IGPMClientSideExtension interface supports methods that allow you to query client-side extension properties when you use the Group Policy Management Console (GPMC) interfaces. You can also check whether a client-side extension can be called during the processing of policy.

Inheritance

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

Methods

The IGPMClientSideExtension interface has these methods.

 
IGPMClientSideExtension::IsComputerEnabled

Checks whether the client-side extension can be called during the processing of computer policy.
IGPMClientSideExtension::IsUserEnabled

Checks whether the client-side extension can be called during the processing of user policy.

Requirements

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

See also

IDispatch

IGPM

IGPMCSECollection