Group: Cursor - Library: user32
Storing screen shot of a form to bitmap file
BOOL GetCursorInfo(
PCURSORINFO pci
);
DECLARE INTEGER GetCursorInfo IN user32 STRING @pci
pci [out] Pointer to a CURSORINFO structure that receives the information. Note that you must set CURSORINFO.cbSize to sizeof(CURSORINFO) before calling this function.
If the function succeeds, the return value is nonzero.
The CURSORINFO structure contains global cursor information: cursor state, handle, position.
See also: ShowCursor.