CWnd::DeleteTempMap
會呼叫由 CWinApp 物件閒置時間管理員。
static void PASCAL DeleteTempMap( );
備註
刪除 FromHandle 成員函式所建立的所有 CWnd 暫存物件。
範例
// DeleteTempMap() is a static member and does not need
// to be called within the scope of an instantiated CWnd object.
CWnd::DeleteTempMap();
需求
Header: afxwin.h