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

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

CWnd Class

Hierarchy Chart

CWnd::FromHandle