3.1.4.21.2 PauseContainer (Opnum 4)
This method is called by a client to pause an instance container.
-
HRESULT PauseContainer( [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 pause the instance container, and fail the call if it cannot.