CWnd::DeleteTempMap
更新 : 2007 年 11 月
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