win12.hlp (Table of Contents; Topic list)
WinQueryPointer (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINPOINTERS
 
HPOINTER WinQueryPointer(hwndDesktop)
HWND hwndDesktop;    /* handle of the desktop */
 
The WinQueryPointer function retrieves the handle to the desktop pointer.
 
Parameter    Description
────────────────────────────────────────────────────────────────────────────
 
hwndDesktop  Identifies the desktop window. This parameter can be
             HWND_DESKTOP or the desktop window handle.
 
Return Value
 
The return value is a handle to the desktop pointer or NULL if an error
occurred.
 
See Also
 
WinQuerySysPointer, WinSetPointer