Struttura CURSORINFO (winuser.h)
Contiene informazioni globali sul cursore.
Sintassi
typedef struct tagCURSORINFO {
DWORD cbSize;
DWORD flags;
HCURSOR hCursor;
POINT ptScreenPos;
} CURSORINFO, *PCURSORINFO, *LPCURSORINFO;
Members
cbSize
Tipo: DWORD
Dimensioni della struttura, in byte. Il chiamante deve impostare questa proprietà su sizeof(CURSORINFO)
.
flags
Tipo: DWORD
Stato del cursore. Questo parametro può avere uno dei valori seguenti.
hCursor
Tipo: HCURSOR
Handle per il cursore.
ptScreenPos
Tipo: POINT
Struttura che riceve le coordinate dello schermo del cursore.
Requisiti
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Intestazione | winuser.h (include Windows.h) |
Vedi anche
Informazioni concettuali
Riferimento