WindowsXP/base/mvdm/dos/v86/cmd/keyb/keybcmd.inc
2025-04-27 07:49:33 -04:00

57 lines
1.8 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.XLIST
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
;; (C) Copyright Microsoft Corp. 1987-1990
;; MS-DOS 5.00 - NLS Support - KEYB Command
;;
;; File Name: KEYBCMD.INC
;; ----------
;;
;; Root File Name: KEYB.ASM
;; ---------------
;;
;;
;; Description:
;; ------------
;; External declarations for procedures in file KEYCMD.ASM.
;;
;; Change History:
;; ---------------
;;
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
EXTRN KEYB_COMMAND :NEAR ;;
;;
EXTRN KEYBSYS_FILE_HANDLE:WORD ;;
EXTRN CP_TAB_OFFSET:DWORD ;;
EXTRN STATE_LOGIC_OFFSET:DWORD ;;
EXTRN SYS_CODE_PAGE:WORD ;;
EXTRN KEYBCMD_LANG_ENTRY_PTR:DWORD ;;
EXTRN DESIG_CP_BUFFER:WORD ;;
EXTRN DESIG_CP_OFFSET:WORD ;;
EXTRN NUM_DESIG_CP:WORD ;;
EXTRN TB_RETURN_CODE:WORD ;;
EXTRN FILE_BUFFER:BYTE ;;
;****************CNS****************************
EXTRN ID_PTR_SIZE:WORD ;;
;****************CNS****************************
EXTRN LANG_PTR_SIZE:WORD ;;
EXTRN CP_PTR_SIZE:WORD ;;
;****************CNS****************************
EXTRN NUM_ID:WORD ;;
;****************CNS****************************
EXTRN NUM_LANG:WORD ;;
EXTRN NUM_CP:WORD ;;
EXTRN SHARED_AREA_PTR:DWORD ;;
EXTRN SD_SOURCE_PTR:BYTE ;;
EXTRN TEMP_SHARED_DATA:BYTE ;;
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.LIST