ReactOS 0.4.15-dev-7834-g00c4b3d
_CONSOLE_SETCURSOR Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_SETCURSOR:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
HCURSOR CursorHandle
 

Detailed Description

Definition at line 335 of file conmsg.h.

Member Data Documentation

◆ ConsoleHandle

HANDLE _CONSOLE_SETCURSOR::ConsoleHandle

Definition at line 337 of file conmsg.h.

Referenced by SetConsoleCursor().

◆ CursorHandle

HCURSOR _CONSOLE_SETCURSOR::CursorHandle

Definition at line 339 of file conmsg.h.

Referenced by SetConsoleCursor().

◆ OutputHandle

HANDLE _CONSOLE_SETCURSOR::OutputHandle

Definition at line 338 of file conmsg.h.

Referenced by SetConsoleCursor().


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