###User Defined Function###
_WinAPI_EndPath

###Description###
Closes a path bracket and selects the path defined by the bracket into the specified device context.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_EndPath ( $hDC )


###Parameters###
@@ParamTable@@
$hDC
	Handle to the device context into which the new path is selected.
@@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###


###See Also###
@@MsdnLink@@ EndPath


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