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();

要求

Header: afxwin.h

请参见

参考

CWnd 类

层次结构图

CWnd::FromHandle