术语 | enddeferwindowpos |
释义 | EndDeferWindowPos 语法: BOOL EndDeferWindowPos( HDWP hWinPosInfo ); EndDeferWindowPos功能 该EndDeferWindowPos同时更新功能在一个屏幕刷新周期位置和一个或多个窗口的大小。 参数 hWinPosInfo [in]句柄多重窗口-位置结构,它包含一个或多个窗口的大小和位置信息。这种内部结构是返回的BeginDeferWindowPos函数或最近调用DeferWindowPos函数。 返回值 如果函数成功,返回值为非零。 如果函数失败,返回值是零。为了获得更多错误信息,调用GetLastError。 备注 该EndDeferWindowPos函数发送WM_WINDOWPOSCHANGING和WM_WINDOWPOSCHANGED消息的内部结构确定的每一个窗口。 功能信息 最低DLL版本 user32.dll 在Winuser.h中HeaderDeclared,头文件:winuser.h import libraryUser32.lib 最低操作系统Windows 95,Windows NT 3.1 UnicodeImplemented为Unicode版本。 参见 视窗概述,BeginDeferWindowPos,DeferWindowPos,WM_WINDOWPOSCHANGED,WM_WINDOWPOSCHANGING ==英文原文==EndDeferWindowPos Function The EndDeferWindowPos function simultaneously updates the position and size of one or more windows in a single screen-refreshing cycle. Syntax BOOL EndDeferWindowPos( HDWP hWinPosInfo ); Parameters hWinPosInfo [in] Handle to a multiple-window – position structure that contains size and position information for one or more windows. This internal structure is returned by the BeginDeferWindowPos function or by the most recent call to the DeferWindowPos function. Return Value If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError . Remarks The EndDeferWindowPos function sends the WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to each window identified in the internal structure. 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 , BeginDeferWindowPos , DeferWindowPos , WM_WINDOWPOSCHANGED , WM_WINDOWPOSCHANGING ==原始网址==http://msdn.microsoft.com/en-us/library/ms633440(VS.85).aspx\n |
随便看 |
|
windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。