EndDeferWindowPos

Version 3.0

Syntax

void EndDeferWindowPos(hWinPosInfo)

This function simultaneously updates the position and size of one or more windows in a single screen-refresh cycle. The hWinPosInfo parameter identifies a multiple window-position data structure that contains the update information for the windows. The DeferWindowPos function stores the update information in the data structure; the BeginDeferWindowPos function creates the initial data structure used by these functions.

Parameter Type/Description  

hWinPosInfo HANDLE Identifies a multiple window-position data 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.  

Return Value

None.