###User Defined Function###
_WinAPI_SetWindowPlacement

###Description###
Sets the placement of the window for Min, Max, and normal positions

###Syntax###
#include <WinAPI.au3>
_WinAPI_SetWindowPlacement ( $hWnd, $pWindowPlacement )


###Parameters###
@@ParamTable@@
$hWnd
	Handle of the window
$pWindowPlacement
	pointer to $tagWINDOWPLACEMENT structure
@@End@@

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


###Remarks###
None.


###Related###
_WinAPI_GetWindowPlacement, $tagWINDOWPLACEMENT


###See Also###
@@MsdnLink@@ SetWindowPlacement


###Example###
@@IncludeExample@@
