The BeginDeferWindowPos function allocates memory for a multiple-window - position structure and returns the handle to the structure.
HDWP BeginDeferWindowPos(
int nNumWindows |
// number of windows |
); |
If the function succeeds, the return value identifies the multiple-window - position structure. If insufficient system resources are available to allocate the structure, the return value is NULL. To get extended error information, call GetLastError.
The multiple-window - position structure is an internal structure; an application cannot access it directly.
DeferWindowPos fills the multiple-window - position structure with information about the target position for one or more windows about to be moved. The EndDeferWindowPos function accepts the handle to this structure and repositions the windows by using the information stored in the structure.
If any of the windows in the multiple-window - position structure have the SWP_HIDEWINDOW or SWP_SHOWWINDOW flag set, none of the windows are repositioned.
If Windows must increase the size of the multiple-window - position structure beyond the initial size specified by the nNumWindows parameter but cannot allocate enough memory to do so, Windows fails the entire window positioning sequence (BeginDeferWindowPos, DeferWindowPos, and EndDeferWindowPos). By specifying the maximum size needed, an application can detect and process failure early in the process.
DeferWindowPos, EndDeferWindowPos, SetWindowPos
file: /Techref/os/win/api/win32/func/src/f03_7.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 16:41,
18.222.106.30:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f03_7.htm"> BeginDeferWindowPos</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.