ReactOS 0.4.15-dev-7085-g12a5971
|
#include <winuser.h>
Public Attributes | |
DWORD | cbSize |
DWORD | flags |
HCURSOR | hCursor |
POINT | ptScreenPos |
DWORD tagCURSORINFO::cbSize |
Definition at line 3718 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
DWORD tagCURSORINFO::flags |
Definition at line 3719 of file winuser.h.
Referenced by MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
HCURSOR tagCURSORINFO::hCursor |
Definition at line 3720 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
POINT tagCURSORINFO::ptScreenPos |
Definition at line 3721 of file winuser.h.
Referenced by NtUserGetCursorInfo().