Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called automatically by the idle time handler of the CWinApp object.
static void PASCAL DeleteTempMap( );
Remarks
Deletes any temporary CWnd objects created by the FromHandle member function.
Example
// DeleteTempMap() is a static member and does not need
// to be called within the scope of an instantiated CWnd object.
CWnd::DeleteTempMap();
Requirements
Header: afxwin.h