网站首页  词典首页

请输入您要查询的函数:

 

术语 getlastactivepopup
释义 GetLastActivePopup
语法:
HWND GetLastActivePopup( HWND hWnd
);
GetLastActivePopup功能
该GetLastActivePopup功能决定了弹出的窗口中指定的窗口拥有的是最近活跃。
参数
hWnd
[in]句柄所有者窗口。
返回值
返回值标识窗口最近活跃弹出。返回值是一样的hWnd参数相同,如果下列任一条件满足:
由hWnd确定的窗口,最近活跃。
由hWnd确定不拥有任何弹出窗口的窗口。
窗口由hWnd标识不是一个顶级窗口,或者它是由另一个窗口拥有。
功能信息
最低DLL版本 user32.dll
在Winuser.h中HeaderDeclared,头文件:winuser.h
import libraryUser32.lib
最低操作系统Windows 95,Windows NT 3.1
UnicodeImplemented为Unicode版本。
参见
视窗概述,AnyPopup,ShowOwnedPopups
==英文原文==GetLastActivePopup Function
The GetLastActivePopup function determines which pop-up window owned by the specified window was most recently active.
Syntax
HWND GetLastActivePopup( HWND hWnd
);
Parameters
hWnd
[in] Handle to the owner window.
Return Value
The return value identifies the most recently active pop-up window. The return value is the same as the hWnd parameter, if any of the following conditions are met:
The window identified by hWnd was most recently active.
The window identified by hWnd does not own any pop-up windows.
The window identifies by hWnd is not a top-level window, or it is owned by another window.
Function Information
Minimum DLL Versionuser32.dll
HeaderDeclared in Winuser.h, include Windows.h
Import libraryUser32.lib
Minimum operating systemsWindows 95, Windows NT 3.1
UnicodeImplemented as Unicode version.
See Also
Windows Overview , AnyPopup , ShowOwnedPopups
==原始网址==http://msdn.microsoft.com/en-us/library/ms633507(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 11:28:36