ReactOS 0.4.16-dev-433-g6363f78
|
#include <winuser.h>
Public Attributes | |
DWORD | cbSize |
DWORD | flags |
HCURSOR | hCursor |
POINT | ptScreenPos |
DWORD tagCURSORINFO::cbSize |
Definition at line 3722 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
DWORD tagCURSORINFO::flags |
Definition at line 3723 of file winuser.h.
Referenced by MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
HCURSOR tagCURSORINFO::hCursor |
Definition at line 3724 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
POINT tagCURSORINFO::ptScreenPos |
Definition at line 3725 of file winuser.h.
Referenced by NtUserGetCursorInfo().