ReactOS 0.4.16-dev-329-g9223134
|
#include <conmsg.h>
Public Attributes | |
HANDLE | ConsoleHandle |
HANDLE | OutputHandle |
COORD | WriteCoord |
CODE_TYPE | CodeType |
CODE_ELEMENT | Code |
ULONG | NumCodes |
CODE_ELEMENT _CONSOLE_FILLOUTPUTCODE::Code |
Definition at line 557 of file conmsg.h.
Referenced by IntFillConsoleOutputCode().
CODE_TYPE _CONSOLE_FILLOUTPUTCODE::CodeType |
Definition at line 556 of file conmsg.h.
Referenced by IntFillConsoleOutputCode().
HANDLE _CONSOLE_FILLOUTPUTCODE::ConsoleHandle |
Definition at line 552 of file conmsg.h.
Referenced by IntFillConsoleOutputCode().
ULONG _CONSOLE_FILLOUTPUTCODE::NumCodes |
Definition at line 559 of file conmsg.h.
Referenced by IntFillConsoleOutputCode().
HANDLE _CONSOLE_FILLOUTPUTCODE::OutputHandle |
Definition at line 553 of file conmsg.h.
Referenced by IntFillConsoleOutputCode().
COORD _CONSOLE_FILLOUTPUTCODE::WriteCoord |
Definition at line 554 of file conmsg.h.
Referenced by IntFillConsoleOutputCode().