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();
必要条件
**ヘッダー:**afxwin.h