###User Defined Function###
_WinAPI_EndDeferWindowPos

###Description###
Simultaneously updates the position and size of one or more windows in a single screen-refreshing cycle.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_EndDeferWindowPos ( $hInfo )


###Parameters###
@@ParamTable@@
$hInfo
	Handle to a multiple-window-position structure that contains size and position information for one or more windows.
	This internal structure is returned by the <a href="_WinAPI_BeginDeferWindowPos.htm">_WinAPI_BeginDeferWindowPos()</a> function or by the most recent call to the <a href="_WinAPI_DeferWindowPos.htm">_WinAPI_DeferWindowPos()</a> function.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True.
Failure 	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
The <a href="_WinAPI_EndDeferWindowPos.htm">_WinAPI_EndDeferWindowPos()</a> function sends the WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to each window identified in the internal structure.


###Related###
_WinAPI_BeginDeferWindowPos


###See Also###
@@MsdnLink@@ EndDeferWindowPos
