CWnd::DeleteTempMap

Switch View :
ScriptFree
Visual Studio 2010 - Visual C++
CWnd::DeleteTempMap

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

Visual C++

// 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

See Also

Reference

Concepts