AfxOleUnregisterClass

BOOL AFXAPI AfxOleUnregisterClass( REFCLSID clsID, LPCSTR pszProgID );

Return Value

Nonzero if the control or property page class was successfully unregistered; otherwise 0.

Parameters

clsID

The unique class ID of the control or property page.

pszProgID

The unique program ID of the control or property page.

Remarks

Removes the control or property page class entry from the Windows registration database.

See Also   AfxOleRegisterPropertyPageClass, AfxOleRegisterControlClass, AfxOleRegisterTypeLib