IGPMResult::OverallStatus method (gpmgmt.h)

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.

Note  You must check the code returned by this method as well as the one returned by the GPMC operation to determine whether or not the operation succeeded.
 

Syntax

HRESULT OverallStatus();

Return value

JScript

Returns S_OK if successful. Returns a failure code if an error occurs.

VB

Returns S_OK if successful. Returns a failure code if an error occurs.

Requirements

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

See also

IGPMResult