3.1.4.20.1 CreateContainer (Opnum 3)
This method is called by a client to create an instance container for a conglomeration.
-
HRESULT CreateContainer( [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.
Return value/code |
Description |
---|---|
0x00000000 S_OK |
The call was successful. |
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 create a new instance container for the conglomeration, and fail the call if it cannot.