Microsoft DirectX 9.0 |
The GetClassID method retrieves the class identifier (CLSID) of the object. This method implements the IPersist::GetClassID method.
Syntax
HRESULT GetClassID(
CLSID *pClsID
);
Parameters
pClsID
Pointer to a variable that receives the value CLSID_SystemClock.
Return Value
Returns S_OK or E_POINTER.
See Also