次の方法で共有


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

概念

CWnd のメンバー