Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
This method should return the class identifier (CLSID) of the object.
HRESULT GetClassID(
CLSID* pClassID
);
Parameters
- pClassID
[out] The address of a CLSID variable used to return the class identifier of the object.
Returns
This method must return the HRESULT value S_OK to indicate success, and should generally return one of the standard COM error values to indicate failure.
Remarks
The GetClassID method is a method of the IPersist interface from which the IPersistStreamInit interface inherits.