Converts the object to the type of the new CLSID.
HRESULT ConvertObject(
DWORD dwObject, |
//Unique 32-bit object identifier |
REFCLSID clsidNew |
//CLSID to convert the object to |
); |
Parameters
Return Values
E_INVALIDARG, and E_OUTOFMEMORY, as well as the following:
Remarks
Your implementation of ConvertObject needs to convert the object to the CLSID specified. The actions taken by the convert operation are similar to the actions taken after calling OleUIConvert.
See Also