次の方法で共有


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

参照

参照

CWnd クラス

階層図

CWnd::FromHandle

その他の技術情報

CWnd のメンバ