Retrieves the class identifier of an object.
Syntax
HRESULT GetClassID( CLSID *pClassID );
Parameters
- pClassID
- [out] Address of a variable that receives the CLSID.
Return Value
Returns S_OK if successful, or E_FAIL if the CLSID cound not be retrieved.