IGPMResult interface (gpmgmt.h)

The IGPMResult interface contains methods to retrieve status message information while performing various types of GPO processing operations such as restore, import, copy and backup.

Inheritance

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

Methods

The IGPMResult interface has these methods.

 
IGPMResult::OverallStatus

Returns the overall status of a GPMC operation, such as a copy, restore, backup, or import. If no error occurred during the operation, the method returns a success code; otherwise the method returns a failure code.

Requirements

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

See also

IDispatch

IGPM