Zitat:
CURSORINFO Structure
The CURSORINFO structure contains global cursor information.
Syntax
typedef struct {
DWORD cbSize;
DWORD flags;
HCURSOR hCursor;
POINT ptScreenPos;
} CURSORINFO, *PCURSORINFO, *LPCURSORINFO;
Members
cbSize
Specifies the size, in bytes, of the structure. The caller must set this to sizeof(CURSORINFO).
flags
Specifies the cursor state. This parameter can be one of the following values.
0
The cursor is hidden.
CURSOR_SHOWING
The cursor is showing.
hCursor
Handle to the cursor.
ptScreenPos
A POINT structure that receives the screen coordinates of the cursor.
Es gibt leider nicht den namen zurück, nur die Position, das
Handle und die Sichtbarkeit.