CursorPosit

  POINT CursorPosit(lpPntStruc)    
  LPEXTPAINTSTRUC lpPntStruc;    

The CursorPosit function returns the position of the cursor on the display.

Parameter

lpPntStruc

Points to an EXTPAINTSTRUC structure.

Return Value

The return value is the x- and y-coordinates of the upper-left corner of the cursor. The function returns -1 if there is no cursor.

Comments

The export ordinal for this function is 14.