ReactOS 0.4.16-dev-981-g80eb313
|
#include <winuser.h>
Public Attributes | |
DWORD | cbSize |
DWORD | flags |
HCURSOR | hCursor |
POINT | ptScreenPos |
DWORD tagCURSORINFO::cbSize |
Definition at line 3730 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
DWORD tagCURSORINFO::flags |
Definition at line 3731 of file winuser.h.
Referenced by MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
HCURSOR tagCURSORINFO::hCursor |
Definition at line 3732 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
POINT tagCURSORINFO::ptScreenPos |
Definition at line 3733 of file winuser.h.
Referenced by NtUserGetCursorInfo().