3.1.4.21.3 ResumeContainer (Opnum 5)
This method is called by a client to resume a paused instance container.
-
HRESULT ResumeContainer( [in] GUID* ContainerIdentifier );
ContainerIdentifier: The container identifier of an instance container.
Return Values: This method MUST return S_OK (0x00000000) on success, and a failure result, as specified in [MS-ERREF] section 2.1, on failure. All failure results MUST be treated identically.
Upon receiving a call to this method, the server MUST verify that there exists an instance container with the container identifier specified in ContainerIdentifier, and fail the call if not.
The server then MUST attempt to resume the instance container, and fail the call if it cannot.