This method creates a new class definition object. No interfaces are attached to the class.
HRESULT CreateClassDef(
VARIANT sObjId,
BSTR Name,
VARIANT sClsId,
IClassDef **ppIClassDef
);
Parameters
*ppIClassDef [out]
The interface pointer to the new class definition object.
Return Value
S_OK
The method completed successfully.
This method failed to complete successfully.