3.1.4.20.2 ShutdownContainers (Opnum 4)
This method is called by a client to shut down all instance containers for a conglomeration.
-
HRESULT ShutdownContainers( [in] GUID* pConglomerationIdentifier );
pConglomerationIdentifier: The conglomeration identifier of a conglomeration.
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 a conglomeration with the conglomeration identifier specified in pConglomerationIdentifier, and fail the call if not.
The server then MUST attempt to shut down all instance containers for that conglomeration, and fail the call if it cannot.