TRY
Expand Minimize
This topic has not yet been rated - Rate this topic

AfxOleUnregisterClass

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

BOOL AFXAPI AfxOleUnregisterClass( 
   REFCLSID clsID, 
   LPCSTR pszProgID  
);
clsID

The unique class ID of the control or property page.

pszProgID

The unique program ID of the control or property page.

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

Header: afxctl.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.