ReactOS 0.4.16-dev-1210-gbc03c01
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 3794 of file winuser.h.

Member Data Documentation

◆ cbSize

DWORD tagCURSORINFO::cbSize

Definition at line 3795 of file winuser.h.

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

◆ flags

DWORD tagCURSORINFO::flags

Definition at line 3796 of file winuser.h.

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

◆ hCursor

HCURSOR tagCURSORINFO::hCursor

Definition at line 3797 of file winuser.h.

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

◆ ptScreenPos

POINT tagCURSORINFO::ptScreenPos

Definition at line 3798 of file winuser.h.

Referenced by NtUserGetCursorInfo().


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