术语 | flashwindowex |
释义 | FlashWindowEx 语法: C++ BOOL WINAPI FlashWindowEx( __in PFLASHWINFO pfwi ); FlashWindowEx功能 闪烁指定的窗口。它不改变窗口的活动状态。 参数 pfwi [in] 一个 FLASHWINFO结构的指针。 返回值 返回值指定前向FlashWindowEx函数调用窗口的状态。如果窗口标题为活性制定之前调用,返回非零值。否则,返回值是零。 备注 通常,您闪一个窗口,通知用户该窗口需要关注,但目前还没有键盘焦点。当一个窗口闪烁,它似乎改变不主动,不主动的地位。一个非活动标题栏更改为积极的标题栏,标题栏的积极变化,非活动标题栏。 要求: 最低支持:client-Windows 2000专业版 最低支持server-Windows 2000服务器 HeaderWinuser.h(头文件:winuser.h) LibraryUser32.lib DLLUser32.dll 参见 错误处理函数 FLASHWINFO 通知用户 如果有任何问题和意见,请发送给微软(wsddocfb@microsoft.com) 生成日期:2009年7月30日 ==英文原文==FlashWindowEx Function Flashes the specified window. It does not change the active state of the window. Syntax C++ BOOL WINAPI FlashWindowEx( __in PFLASHWINFO pfwi ); Parameters pfwi [in] A pointer to a FLASHWINFO structure. Return Value The return value specifies the window's state before the call to the FlashWindowEx function. If the window caption was drawn as active before the call, the return value is nonzero. Otherwise, the return value is zero. Remarks Typically, you flash a window to inform the user that the window requires attention but does not currently have the keyboard focus. When a window flashes, it appears to change from inactive to active status. An inactive caption bar changes to an active caption bar; an active caption bar changes to an inactive caption bar. Requirements Minimum supported clientWindows 2000 Professional Minimum supported serverWindows 2000 Server HeaderWinuser.h (include Windows.h) LibraryUser32.lib DLLUser32.dll See Also Error Handling Functions FLASHWINFO Notifying the User Send comments about this topic to Microsoft Build date: 7/30/2009 ==原始网址==http://msdn.microsoft.com/en-us/library/ms679347(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。