###User Defined Function###
_WinAPI_FlattenPath

###Description###
Transforms any curves in the path that is selected into the current DC, turning each curve into a sequence of lines.

###Syntax###
#include <WinAPIGdi.au3>
_WinAPI_FlattenPath ( $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###
None


###Related###


###See Also###
@@MsdnLink@@ FlattenPath
