EndDeferWindowPos

3.0

  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.

Parameters

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.

Return Value

The return value is nonzero if the function is successful. Otherwise, it is zero.

Comments

This function sends the WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to each window identified in the internal structure.

See Also

BeginDeferWindowPos, DeferWindowPos