ReactOS 0.4.15-dev-7834-g00c4b3d
_CONSOLE_SETINPUTOUTPUTCP Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_SETINPUTOUTPUTCP:

Public Attributes

HANDLE ConsoleHandle
 
UINT CodePage
 
BOOL OutputCP
 
HANDLE EventHandle
 

Detailed Description

Definition at line 854 of file conmsg.h.

Member Data Documentation

◆ CodePage

UINT _CONSOLE_SETINPUTOUTPUTCP::CodePage

Definition at line 857 of file conmsg.h.

Referenced by SetConsoleCP(), and SetConsoleOutputCP().

◆ ConsoleHandle

HANDLE _CONSOLE_SETINPUTOUTPUTCP::ConsoleHandle

Definition at line 856 of file conmsg.h.

Referenced by SetConsoleCP(), and SetConsoleOutputCP().

◆ EventHandle

HANDLE _CONSOLE_SETINPUTOUTPUTCP::EventHandle

Definition at line 859 of file conmsg.h.

◆ OutputCP

BOOL _CONSOLE_SETINPUTOUTPUTCP::OutputCP

Definition at line 858 of file conmsg.h.

Referenced by SetConsoleCP(), and SetConsoleOutputCP().


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