CWnd::GetForegroundWindow

返回指向前台窗口(使用用户当前)的窗口。

static CWnd* PASCAL GetForegroundWindow( );

返回值

指针到前台窗口。 这可能是临时 CWnd 对象。

备注

前台窗口仅适用于顶级窗口(框架窗口或对话框)。

要求

Header: afxwin.h

请参见

参考

CWnd 类

层次结构图

CWnd::SetForegroundWindow