ReactOS 0.4.15-dev-8028-g8e799e2
_CONSOLE_SHOWCURSOR Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_SHOWCURSOR:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
BOOL Show
 
INT RefCount
 

Detailed Description

Definition at line 327 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_SHOWCURSOR::ConsoleHandle

Definition at line 329 of file conmsg.h.

Referenced by ShowConsoleCursor().

◆ OutputHandle

HANDLE _CONSOLE_SHOWCURSOR::OutputHandle

Definition at line 330 of file conmsg.h.

Referenced by ShowConsoleCursor().

◆ RefCount

INT _CONSOLE_SHOWCURSOR::RefCount

Definition at line 332 of file conmsg.h.

Referenced by ShowConsoleCursor().

◆ Show

BOOL _CONSOLE_SHOWCURSOR::Show

Definition at line 331 of file conmsg.h.

Referenced by ShowConsoleCursor().


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