ReactOS 0.4.15-dev-7961-gdcf9eb0
tagCURSORINFO Struct Reference

#include <winuser.h>

Collaboration diagram for tagCURSORINFO:

Public Attributes

DWORD cbSize
 
DWORD flags
 
HCURSOR hCursor
 
POINT ptScreenPos
 

Detailed Description

Definition at line 3718 of file winuser.h.

Member Data Documentation

◆ cbSize

DWORD tagCURSORINFO::cbSize

Definition at line 3719 of file winuser.h.

Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().

◆ flags

DWORD tagCURSORINFO::flags

Definition at line 3720 of file winuser.h.

Referenced by MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().

◆ hCursor

HCURSOR tagCURSORINFO::hCursor

Definition at line 3721 of file winuser.h.

Referenced by Draw(), MainWndProc(), NtUserGetCursorInfo(), and Test_CursorIcon().

◆ ptScreenPos

POINT tagCURSORINFO::ptScreenPos

Definition at line 3722 of file winuser.h.

Referenced by NtUserGetCursorInfo().


The documentation for this struct was generated from the following file: