###User Defined Function###
_WinAPI_GetWindowPlacement

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

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetWindowPlacement ( $hWnd )


###Parameters###
@@ParamTable@@
$hWnd
	Handle of the window
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	$tagWINDOWPLACEMENT structure with the placement coordinates
Failure:	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###
_WinAPI_SetWindowPlacement, $tagWINDOWPLACEMENT


###See Also###
@@MsdnLink@@ GetWindowPlacement


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