ReactOS 0.4.15-dev-7842-g558ab78
_CONSOLE_FILLOUTPUTCODE Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_FILLOUTPUTCODE:

Public Attributes

HANDLE ConsoleHandle
 
HANDLE OutputHandle
 
COORD WriteCoord
 
CODE_TYPE CodeType
 
CODE_ELEMENT Code
 
ULONG NumCodes
 

Detailed Description

Definition at line 550 of file conmsg.h.

Member Data Documentation

◆ Code

CODE_ELEMENT _CONSOLE_FILLOUTPUTCODE::Code

Definition at line 557 of file conmsg.h.

Referenced by IntFillConsoleOutputCode().

◆ CodeType

CODE_TYPE _CONSOLE_FILLOUTPUTCODE::CodeType

Definition at line 556 of file conmsg.h.

Referenced by IntFillConsoleOutputCode().

◆ ConsoleHandle

HANDLE _CONSOLE_FILLOUTPUTCODE::ConsoleHandle

Definition at line 552 of file conmsg.h.

Referenced by IntFillConsoleOutputCode().

◆ NumCodes

ULONG _CONSOLE_FILLOUTPUTCODE::NumCodes

Definition at line 559 of file conmsg.h.

Referenced by IntFillConsoleOutputCode().

◆ OutputHandle

HANDLE _CONSOLE_FILLOUTPUTCODE::OutputHandle

Definition at line 553 of file conmsg.h.

Referenced by IntFillConsoleOutputCode().

◆ WriteCoord

COORD _CONSOLE_FILLOUTPUTCODE::WriteCoord

Definition at line 554 of file conmsg.h.

Referenced by IntFillConsoleOutputCode().


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