###User Defined Function###
_WinAPI_GetParent

###Description###
Retrieves the handle of the specified child window's parent window

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


###Parameters###
@@ParamTable@@
$hWnd
	Window handle of child window
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The handle of the parent window
Failure:	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###
_WinAPI_GetAncestor


###See Also###
@@MsdnLink@@ GetParent
