Draws an icon or cursor into the specified device context
#include <WinAPIGdiDC.au3>
_WinAPI_DrawIcon ( $hDC, $iX, $iY, $hIcon )
$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 |
Success: | True |
Failure: | False, call _WinAPI_GetLastError() to get extended error information |
Search DrawIcon in MSDN Library.