uTools-Manuals/src/docs/win32api/1/EndDeferWindowPos.html
2020-06-29 01:56:42 +08:00

14 lines
942 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<body>
<h3>函数功能</h3>该函数在一个单一的屏幕刷新周期内同时更新一个或多个窗口的位置和大小。<br>
<h3>函数原型</h3>BOOL EndDeferWindowPos HWND hWinPoslnfo<br>
参数;<br>
hWlnPoslnfo指向多窗口定位结构的句柄该结构包含着一个或多个窗口的尺寸和定位信息。这个内部结构由BeginDeferWindowPos函数返回或由最近一次调用DeferWindowPos函数退回。<br>
<h3>返回值</h3>如果函数成功返回值为非零如果函数失败返回值为零。若想获得更多错误信息请调用GetLastError函数。<br>
备注EndDeferWindowPos函数向内部结构指定的每一个窗口发送WM_WINDOWPOSCHANGING和WM_WINDOWPOSCHANGED消息。<br>
<h3>速查</h3>Windows NT3.1以上版本Windows95以上版本Windows CE不支持头文件winuser.h库文件user32.lib。<br>
</body>
</html>