Cursor-information structure.
typedef struct _CURSORINFO { HWND hwnd; /* Window handle. */ LONG x; /* X-coordinate. */ LONG y; /* Y-coordinate. */ LONG cx; /* Cursor width. */ LONG cy; /* Cursor height. */ ULONG fs; /* Options. */ RECTL rclClip; /* Cursor box. */ } CURSORINFO; typedef CURSORINFO * PCURSORINFO ;