ReactOS 0.4.15-dev-7788-g1ad9096
_KBDTABLES Struct Reference

#include <kbd.h>

Collaboration diagram for _KBDTABLES:

Public Attributes

PMODIFIERS pCharModifiers
 
PVK_TO_WCHAR_TABLE pVkToWcharTable
 
PDEADKEY pDeadKey
 
VSC_LPWSTRpKeyNames
 
VSC_LPWSTRpKeyNamesExt
 
LPWSTRpKeyNamesDead
 
USHORTpusVSCtoVK
 
BYTE bMaxVSCtoVK
 
PVSC_VK pVSCtoVK_E0
 
PVSC_VK pVSCtoVK_E1
 
DWORD fLocaleFlags
 
BYTE nLgMaxd
 
BYTE cbLgEntry
 
PLIGATURE1 pLigature
 

Detailed Description

Definition at line 95 of file kbd.h.

Member Data Documentation

◆ bMaxVSCtoVK

BYTE _KBDTABLES::bMaxVSCtoVK

Definition at line 103 of file kbd.h.

Referenced by IntVkToVsc(), and testLayout().

◆ cbLgEntry

BYTE _KBDTABLES::cbLgEntry

Definition at line 108 of file kbd.h.

◆ fLocaleFlags

DWORD _KBDTABLES::fLocaleFlags

Definition at line 106 of file kbd.h.

Referenced by IntTranslateChar(), and UserSendKeyboardInput().

◆ nLgMaxd

BYTE _KBDTABLES::nLgMaxd

Definition at line 107 of file kbd.h.

◆ pCharModifiers

PMODIFIERS _KBDTABLES::pCharModifiers

Definition at line 96 of file kbd.h.

Referenced by IntGetModBits(), IntTranslateChar(), and NtUserVkKeyScanEx().

◆ pDeadKey

PDEADKEY _KBDTABLES::pDeadKey

Definition at line 98 of file kbd.h.

Referenced by IntToUnicodeEx().

◆ pKeyNames

VSC_LPWSTR* _KBDTABLES::pKeyNames

Definition at line 99 of file kbd.h.

Referenced by NtUserGetKeyNameText().

◆ pKeyNamesDead

LPWSTR* _KBDTABLES::pKeyNamesDead

Definition at line 101 of file kbd.h.

◆ pKeyNamesExt

VSC_LPWSTR* _KBDTABLES::pKeyNamesExt

Definition at line 100 of file kbd.h.

Referenced by NtUserGetKeyNameText().

◆ pLigature

PLIGATURE1 _KBDTABLES::pLigature

Definition at line 109 of file kbd.h.

◆ pusVSCtoVK

USHORT* _KBDTABLES::pusVSCtoVK

Definition at line 102 of file kbd.h.

Referenced by IntVkToVsc(), IntVscToVk(), and testLayout().

◆ pVkToWcharTable

PVK_TO_WCHAR_TABLE _KBDTABLES::pVkToWcharTable

Definition at line 97 of file kbd.h.

Referenced by IntTranslateChar(), and NtUserVkKeyScanEx().

◆ pVSCtoVK_E0

PVSC_VK _KBDTABLES::pVSCtoVK_E0

Definition at line 104 of file kbd.h.

Referenced by IntVkToVsc(), and IntVscToVk().

◆ pVSCtoVK_E1

PVSC_VK _KBDTABLES::pVSCtoVK_E1

Definition at line 105 of file kbd.h.

Referenced by IntVkToVsc(), and IntVscToVk().


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