[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DrawIcon( hDC, nRow, nCol, hIcon )-><lSuccess>
------------------------------------------------------------------------------


 PARAMETER:

  <hDC>          handle identifying the device context where to draw

  <nRow>,<nCol>  the coordinates where the left-upper corner is drawn

  <hIcon>        the handle identifying the icon



 RETURNS:

  <lSuccess> is TRUE if the operation was successful.



 DESCRIPTION:

  The DrawIcon function draws an icon on the given device. It places the
  icon's upper-left corner at the specified location. The handle of the
  icon must be loaded with LoadIcon() before.


 SOURCE:

  SOURCE\WINAPI\ICONS.C



See Also: LoadIcon DestroyIcon ExtractIcon DEFINE ICON
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson