ReactOS 0.4.15-dev-6057-gd708c79
|
#include <winuser.h>
Public Attributes | |
DWORD | cbSize |
DWORD | flags |
HCURSOR | hCursor |
POINT | ptScreenPos |
DWORD tagCURSORINFO::cbSize |
Definition at line 3709 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
DWORD tagCURSORINFO::flags |
Definition at line 3710 of file winuser.h.
Referenced by MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
HCURSOR tagCURSORINFO::hCursor |
Definition at line 3711 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
POINT tagCURSORINFO::ptScreenPos |
Definition at line 3712 of file winuser.h.
Referenced by NtUserGetCursorInfo().