virtual HRESULT GetClassID( LPCLSID pclsid ) = 0;
Return Value
Nonzero if the call was not successful; otherwise 0.
Parameters
pclsid
Pointer to the location of the class ID.
Remarks
Called by the framework to retrieve the OLE class ID of the control. Usually implemented by the IMPLEMENT_OLECREATE_EX macro.