###User Defined Function###
_WinAPI_DrawIcon

###Description###
Draws an icon or cursor into the specified device context

###Syntax###
#include <WinAPI.au3>
_WinAPI_DrawIcon ( $hDC, $iX, $iY, $hIcon )


###Parameters###
@@ParamTable@@
$hDC
	Handle to the device context into which the icon or cursor is drawn
$iX
	X coordinate of the upper-left corner of the icon
$iY
	Y coordinate of the upper-left corner of the icon
$hIcon
	Handle to the icon to be drawn
@@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###
_WinAPI_DrawIconEx


###See Also###
@@MsdnLink@@ DrawIcon
