Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

kbd101c.c File Reference

#include <windows.h>
#include <ime.h>
#include "vkoem.h"
#include "kbd101c.h"

Go to the source code of this file.

Defines

#define ALLOC_SECTION_LDATA

Functions

PKBDTABLES KbdLayerDescriptor (VOID)
PKBDNLSTABLES KbdNlsLayerDescriptor (VOID)

Variables

ALLOC_SECTION_LDATA USHORT ausVK []
ALLOC_SECTION_LDATA VSC_VK aE0VscToVk []
ALLOC_SECTION_LDATA VSC_VK aE1VscToVk []
ALLOC_SECTION_LDATA VK_TO_BIT aVkToBits []
ALLOC_SECTION_LDATA MODIFIERS CharModifiers
ALLOC_SECTION_LDATA VK_TO_WCHARS2 aVkToWch2 []
ALLOC_SECTION_LDATA VK_TO_WCHARS3 aVkToWch3 []
ALLOC_SECTION_LDATA VK_TO_WCHARS4 aVkToWch4 []
ALLOC_SECTION_LDATA VK_TO_WCHARS1 aVkToWch1 []
ALLOC_SECTION_LDATA VK_TO_WCHAR_TABLE aVkToWcharTable []
ALLOC_SECTION_LDATA VSC_LPWSTR aKeyNames []
ALLOC_SECTION_LDATA VSC_LPWSTR aKeyNamesExt []
ALLOC_SECTION_LDATA KBDTABLES KbdTables
ALLOC_SECTION_LDATA VK_F VkToFuncTable_101c []
ALLOC_SECTION_LDATA KBDNLSTABLES KbdNlsTables


Define Documentation

#define ALLOC_SECTION_LDATA
 

Definition at line 21 of file kbd101c.c.


Function Documentation

PKBDTABLES KbdLayerDescriptor VOID   ) 
 

Definition at line 458 of file kbd101c.c.

References KbdTables.

00459 { 00460 return &KbdTables; 00461 }

PKBDNLSTABLES KbdNlsLayerDescriptor VOID   ) 
 

Definition at line 537 of file kbd101c.c.

References KbdNlsTables.

00538 { 00539 return &KbdNlsTables; 00540 }


Variable Documentation

ALLOC_SECTION_LDATA VSC_VK aE0VscToVk[] [static]
 

Definition at line 101 of file kbd101c.c.

ALLOC_SECTION_LDATA VSC_VK aE1VscToVk[] [static]
 

Initial value:

{ { 0x1D, Y1D }, { 0 , 0 } }

Definition at line 145 of file kbd101c.c.

ALLOC_SECTION_LDATA VSC_LPWSTR aKeyNames[] [static]
 

Definition at line 340 of file kbd101c.c.

ALLOC_SECTION_LDATA VSC_LPWSTR aKeyNamesExt[] [static]
 

Initial value:

{ 0x1c, L"Num Enter", 0x1d, L"Right Control", 0x35, L"Num /", 0x37, L"Prnt Scrn", 0x38, L"Right Alt", 0x45, L"Num Lock", 0x46, L"Break", 0x47, L"Home", 0x48, L"Up", 0x49, L"Page Up", 0x4b, L"Left", 0x4d, L"Right", 0x4f, L"End", 0x50, L"Down", 0x51, L"Page Down", 0x52, L"Insert", 0x53, L"Delete", 0x5B, L"Left Windows", 0x5C, L"Right Windows", 0x5D, L"Application", 0xF1, L"Hanja", 0xF2, L"Hangeul", 0 , NULL }

Definition at line 395 of file kbd101c.c.

ALLOC_SECTION_LDATA USHORT ausVK[] [static]
 

Definition at line 28 of file kbd101c.c.

ALLOC_SECTION_LDATA VK_TO_BIT aVkToBits[] [static]
 

Initial value:

{ { VK_SHIFT, KBDSHIFT }, { VK_CONTROL, KBDCTRL }, { VK_MENU, KBDALT }, { 0, 0 } }

Definition at line 161 of file kbd101c.c.

ALLOC_SECTION_LDATA VK_TO_WCHARS1 aVkToWch1[] [static]
 

Initial value:

{ { VK_NUMPAD0 , 0 , '0' }, { VK_NUMPAD1 , 0 , '1' }, { VK_NUMPAD2 , 0 , '2' }, { VK_NUMPAD3 , 0 , '3' }, { VK_NUMPAD4 , 0 , '4' }, { VK_NUMPAD5 , 0 , '5' }, { VK_NUMPAD6 , 0 , '6' }, { VK_NUMPAD7 , 0 , '7' }, { VK_NUMPAD8 , 0 , '8' }, { VK_NUMPAD9 , 0 , '9' }, { 0 , 0 , '\0' } }

Definition at line 296 of file kbd101c.c.

ALLOC_SECTION_LDATA VK_TO_WCHARS2 aVkToWch2[] [static]
 

Definition at line 216 of file kbd101c.c.

ALLOC_SECTION_LDATA VK_TO_WCHARS3 aVkToWch3[] [static]
 

Initial value:

{ {VK_BACK , 0 ,'\b' ,'\b' , 0x7f }, {VK_CANCEL , 0 ,0x03 ,0x03 , 0x03 }, {VK_ESCAPE , 0 ,0x1b ,0x1b , 0x1b }, {VK_OEM_4 , 0 ,'[' ,'{' , 0x1b }, {VK_OEM_5 , 0 ,'\\' ,'|' , 0x1c }, {VK_OEM_102 , 0 ,'\\' ,'|' , 0x1c }, {VK_OEM_6 , 0 ,']' ,'}' , 0x1d }, {VK_RETURN , 0 ,'\r' ,'\r' , '\n' }, {VK_SPACE , 0 , , , 0x20 }, {0 , 0 ,0 ,0 , 0 } }

Definition at line 268 of file kbd101c.c.

ALLOC_SECTION_LDATA VK_TO_WCHARS4 aVkToWch4[] [static]
 

Initial value:

{ {'2' , 0 ,'2' ,'@' , WCH_NONE , 0x00 }, {'6' , 0 ,'6' ,'^' , WCH_NONE , 0x1e }, {VK_OEM_MINUS , 0 ,'-' ,'_' , WCH_NONE , 0x1f }, {0 , 0 ,0 ,0 , 0 , 0 } }

Definition at line 283 of file kbd101c.c.

ALLOC_SECTION_LDATA VK_TO_WCHAR_TABLE aVkToWcharTable[] [static]
 

Initial value:

{ { (PVK_TO_WCHARS1)aVkToWch3, 3, sizeof(aVkToWch3[0]) }, { (PVK_TO_WCHARS1)aVkToWch4, 4, sizeof(aVkToWch4[0]) }, { (PVK_TO_WCHARS1)aVkToWch2, 2, sizeof(aVkToWch2[0]) }, { (PVK_TO_WCHARS1)aVkToWch1, 1, sizeof(aVkToWch1[0]) }, { NULL, 0, 0 } }

Definition at line 323 of file kbd101c.c.

ALLOC_SECTION_LDATA MODIFIERS CharModifiers [static]
 

Initial value:

{ &aVkToBits[0], 3, { 0, 1, 2, 3, } }

Definition at line 175 of file kbd101c.c.

ALLOC_SECTION_LDATA KBDNLSTABLES KbdNlsTables [static]
 

Initial value:

{ 0, 0, 2, VkToFuncTable_101c, 0, NULL }

Definition at line 528 of file kbd101c.c.

Referenced by KbdNlsLayerDescriptor().

ALLOC_SECTION_LDATA KBDTABLES KbdTables [static]
 

Initial value:

{ &CharModifiers, aVkToWcharTable, NULL, aKeyNames, aKeyNamesExt, NULL, ausVK, sizeof(ausVK) / sizeof(ausVK[0]), aE0VscToVk, aE1VscToVk, 0 }

Definition at line 421 of file kbd101c.c.

Referenced by KbdLayerDescriptor().

ALLOC_SECTION_LDATA VK_F VkToFuncTable_101c[] [static]
 

Definition at line 468 of file kbd101c.c.


Generated on Sat May 15 19:44:24 2004 for test by doxygen 1.3.7