Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
CursorPosit
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
POINT CursorPosit(lpPntStruc)
LPEXTPAINTSTRUC lpPntStruc;
 
The CursorPosit function returns the position of the cursor on the display.
 
Parameter   Description
────────────────────────────────────────────────────────────────────────────
 
 
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.
 
See Also
 
EXTPAINTSTRUC