win12.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
WinQueryPointerInfo (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINPOINTERS
 
BOOL WinQueryPointerInfo(hptr, pptri)
HPOINTER hptr;         /* handle of the pointer                        */
PPOINTERINFO pptri;    /* address of structure for pointer information */
 
The WinQueryPointerInfo function retrieves information about the mouse
pointer such as the pointer's bitmap handle and hotspot coordinates.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hptr       Identifies a pointer.
 
pptri      Points to a POINTERINFO structure that receives information about
           the mouse pointer.
 
Return Value
 
The return value is TRUE if the function is successful or FALSE if an error
occurs.
 
See Also
 
WinQueryPointerPos, POINTERINFO