ReactOS 0.4.15-dev-7942-gd23573b
_CONSOLE_GETKBDLAYOUTNAME Struct Reference

#include <conmsg.h>

Collaboration diagram for _CONSOLE_GETKBDLAYOUTNAME:

Public Attributes

HANDLE ConsoleHandle
 
CHAR LayoutBuffer [KL_NAMELENGTH *sizeof(WCHAR)]
 
BOOL Ansi
 

Detailed Description

Definition at line 868 of file conmsg.h.

Member Data Documentation

◆ Ansi

BOOL _CONSOLE_GETKBDLAYOUTNAME::Ansi

Definition at line 872 of file conmsg.h.

Referenced by IntGetConsoleKeyboardLayoutName().

◆ ConsoleHandle

HANDLE _CONSOLE_GETKBDLAYOUTNAME::ConsoleHandle

Definition at line 870 of file conmsg.h.

Referenced by IntGetConsoleKeyboardLayoutName().

◆ LayoutBuffer

CHAR _CONSOLE_GETKBDLAYOUTNAME::LayoutBuffer[KL_NAMELENGTH *sizeof(WCHAR)]

Definition at line 871 of file conmsg.h.

Referenced by IntGetConsoleKeyboardLayoutName().


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