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.

37 lines
937 B

  1. .XLIST
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;;
  4. ;; (C) Copyright Microsoft Corp. 1987-1990
  5. ;; MS-DOS 5.00 - NLS Support - KEYB Command
  6. ;;
  7. ;;
  8. ;; File Name: KEYBTBBL.INC
  9. ;; ----------
  10. ;;
  11. ;; Description:
  12. ;; ------------
  13. ;; Include file containing structure definitions Shared Data Area
  14. ;; for the Shared Data Area.
  15. ;; The Shared Data Area contains data which is required by
  16. ;; both the resident and transient KEYB code. The Shared
  17. ;; Data Area is allocated in the KEYBI2F file and will be
  18. ;; resident following initial installation.
  19. ;;
  20. ;; Change History:
  21. ;; ---------------
  22. ;;
  23. ;;
  24. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  25. ;;
  26. EXTRN TABLE_BUILD :NEAR ;;
  27. EXTRN FIND_CP_TABLE :NEAR ;;
  28. ;;
  29. EXTRN CPN_INVALID :WORD ;;
  30. EXTRN SD_LENGTH :WORD ;;
  31. ;;
  32. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  33. .LIST