[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
int pascal WinSetCursor(HWND hWnd, int row, int col)

  This function sets the hardware cursor to a specified row and column
inside a window.

Parameters
  hWnd is the handle of the window which will contain the cursor.
  row and col are the coordinates to set the cursor to. They are
   0-based from the top-left corner of the client area of the window.

Returns
  Nothing.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson