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

CWinApp::Unregister

Unregisters all files registered by the application object.

virtual BOOL Unregister( );

Nonzero on success; otherwise 0.

The Unregister function undoes the registration performed by the application object and the Register function. Normally, both functions are called implicitly by MFC and therefore will not appear in your code.

Override this function to perform custom unregistration steps.

Header: afxwin.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.