ReactOS 0.4.16-dev-433-g6363f78
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 3721 of file winuser.h.

Member Data Documentation

◆ cbSize

DWORD tagCURSORINFO::cbSize

Definition at line 3722 of file winuser.h.

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

◆ flags

DWORD tagCURSORINFO::flags

Definition at line 3723 of file winuser.h.

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

◆ hCursor

HCURSOR tagCURSORINFO::hCursor

Definition at line 3724 of file winuser.h.

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

◆ ptScreenPos

POINT tagCURSORINFO::ptScreenPos

Definition at line 3725 of file winuser.h.

Referenced by NtUserGetCursorInfo().


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