ReactOS 0.4.15-dev-8434-g155a7c7
_CONSOLE_GETSETCURSORINFO Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETSETCURSORINFO:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
CONSOLE_CURSOR_INFO Info
 

Detailed Description

Definition at line 342 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_GETSETCURSORINFO::ConsoleHandle

Definition at line 344 of file conmsg.h.

Referenced by GetConsoleCursorInfo(), and SetConsoleCursorInfo().

◆ Info

CONSOLE_CURSOR_INFO _CONSOLE_GETSETCURSORINFO::Info

Definition at line 346 of file conmsg.h.

Referenced by GetConsoleCursorInfo(), and SetConsoleCursorInfo().

◆ OutputHandle

HANDLE _CONSOLE_GETSETCURSORINFO::OutputHandle

Definition at line 345 of file conmsg.h.

Referenced by GetConsoleCursorInfo(), and SetConsoleCursorInfo().


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