BOOL EndDeferWindowPos(hdwp) | |||||
HDWP hdwp; | /* handle of internal structure | */ |
The EndDeferWindowPos function simultaneously updates the position and size of one or more windows in a single screen-refresh cycle.
hdwp
Identifies an internal structure that contains size and position information for one or more windows. This structure is returned by the BeginDeferWindowPos function or by the most recent call to the DeferWindowPos function.
The return value is nonzero if the function is successful. Otherwise, it is zero.
This function sends the WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to each window identified in the internal structure.