Leaked source code of windows server 2003
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.
|
|
.XLIST
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; (C) Copyright Microsoft Corp. 1987-1990 ;; MS-DOS 5.00 - NLS Support - KEYB Command ;; ;; File Name: KEYBDCL.INC ;; ---------- ;; ;; Root File Name: KEYB.ASM ;; --------------- ;; ;; Description: ;; ------------ ;; Common declarations for structures in procedures for KEYB.COM ;; ;; Change History: ;; --------------- ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; PARM_LIST STRUC ;; ;*******************CNS****************** ;*******************CNS****************** RET_CODE_1 DB 0 ;; \ RET_CODE_2 DB 0 ;; | RET_CODE_3 DB 0 ;; | ;*******************CNS****************** RET_CODE_4 DB 0 ;; |;AN000; ;*******************CNS****************** LANGUAGE_PARM DW ? ;; } PARAMETER CODE_PAGE_PARM DW ? ;; | LIST PATH_OFFSET DW ? ;; | PATH_LENGTH DW 0 ;; / ;*******************CNS****************** ID_PARM DW ? ;AN000; ;*******************CNS****************** PARM_LIST ENDS ;; ;; DESIG_CP_STRUC STRUC ;; NUM_DESIGNATES DW ? ;; NUM_FONTS DW ? ;; NUM_HW_CPS DW ? ;; DESIG_CP_ENTRY DW ? ;; DESIG_CP_STRUC ENDS ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; .LIST
|