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

参照

関連項目

CWnd クラス

階層図

CWnd::FromHandle