###User Defined Function###
_WinAPI_BeginDeferWindowPos

###Description###
Allocates memory for a multiple-window-position structure.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_BeginDeferWindowPos ( [$iAmount = 1] )


###Parameters###
@@ParamTable@@
$iAmount
	[optional] The initial number of windows for which to store position information. Default is 1.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The value identifies the multiple-window-position structure.
Failure 	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ BeginDeferWindowPos
