BOOL EndDeferWindowPos(hdwp) | |||||
HDWP hdwp; | /* handle of internal structure | */ |
This function simultaneously updates the position and size of one or more windows in a single screen-refresh cycle. The hdwp parameter identifies a multiple window-position structure that contains the update information for the windows. The DeferWindowPos function stores the update information in the structure; the BeginDeferWindowPos function creates the initial structure used by these functions.
hdwp
Identifies a multiple window-position structure that contains size and position information for one or more windows. This structure is returned by the BeginDeferWindowPos function or the most recent call to the DeferWindowPos function.
Returns TRUE for success, FALSE for failure.
BeginDeferWindowPos, DeferWindowPos