###User Defined Function###
_WinAPI_FillPath

###Description###
Closes any open figures in the current path and fills the path's interior by using the current brush.

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


###Parameters###
@@ParamTable@@
$hDC
	Handle to a device context that contains a valid path.
@@End@@

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


###Remarks###
After its interior is filled, the path is discarded from the DC identified by the $hDC parameter.


###Related###


###See Also###
@@MsdnLink@@ FillPath
