术语 | anypopup |
释义 | AnyPopup 语法: BOOL AnyPopup(VOID); Return Value If a pop-up window exists, the return value is nonzero, even if the pop-up window is completely covered by other windows. If a pop-up window does not exist, the return value is zero. Remarks This function does not detect unowned pop-up windows or windows that do not have the WS_VISIBLE style bit set. 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 , GetLastActivePopup , ShowOwnedPopups AnyPopup功能 该AnyPopup函数表明是否拥有,可见,高层弹出,或重叠的窗口在屏幕上存在。函数搜索整个屏幕,而不是调用应用程序的客户区。 此功能只提供16兼容的Microsoft Windows位版本。一般没有用。 ==英文原文==AnyPopup Function The AnyPopup function indicates whether an owned, visible, top-level pop-up, or overlapped window exists on the screen. The function searches the entire screen, not just the calling application's client area. This function is provided only for compatibility with 16-bit versions of Microsoft Windows. It is generally not useful. Syntax BOOL AnyPopup(VOID); Return Value If a pop-up window exists, the return value is nonzero, even if the pop-up window is completely covered by other windows. If a pop-up window does not exist, the return value is zero. Remarks This function does not detect unowned pop-up windows or windows that do not have the WS_VISIBLE style bit set. 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 , GetLastActivePopup , ShowOwnedPopups ==原始网址==http://msdn.microsoft.com/en-us/library/ms632670(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。