Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
737 B

/* cmdkeyb.h - Keyboard layout support routines
* include file for CMDKEYB.C
*
* Modification History:
*
* YST 14-Jan_1993 Created
*/
#define DOSKEYBCODES "DOSKeybCodes" // section name in layout.inf
#define LAYOUT_FILE "\\LAYOUT.INF" // INF file name
#define DEFAULT_KB_ID "US" // Default keyboard ID
#define KEYBOARD_SYS "\\KEYBOARD.SYS" // Data file for KEYB.COM
#define US_CODE "00000409" // Code for US keyboard in REGISTER.INI
#define KEYB_COM "\\KB16.COM" // File name for keyboard program
#define KBDLAYOUT_PATH "System\\CurrentControlSet\\Control\\Keyboard Layout\\"
#define DOSCODES_PATH "DosKeybCodes"
#define DOSIDS_PATH "DosKeybIDs"