ReactOS 0.4.16-dev-1210-gbc03c01
|
#include <winuser.h>
Public Attributes | |
DWORD | cbSize |
DWORD | flags |
HCURSOR | hCursor |
POINT | ptScreenPos |
DWORD tagCURSORINFO::cbSize |
Definition at line 3795 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
DWORD tagCURSORINFO::flags |
Definition at line 3796 of file winuser.h.
Referenced by MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
HCURSOR tagCURSORINFO::hCursor |
Definition at line 3797 of file winuser.h.
Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().
POINT tagCURSORINFO::ptScreenPos |
Definition at line 3798 of file winuser.h.
Referenced by NtUserGetCursorInfo().