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.

52 lines
1.4 KiB

  1. .XLIST
  2. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  3. ;;
  4. ;; (C) Copyright Microsoft Corp. 1987-1990
  5. ;; MS-DOS 5.00 - NLS Support - KEYB Command
  6. ;;
  7. ;; File Name: KEYBDCL.INC
  8. ;; ----------
  9. ;;
  10. ;; Root File Name: KEYB.ASM
  11. ;; ---------------
  12. ;;
  13. ;; Description:
  14. ;; ------------
  15. ;; Common declarations for structures in procedures for KEYB.COM
  16. ;;
  17. ;; Change History:
  18. ;; ---------------
  19. ;;
  20. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  21. ;;
  22. PARM_LIST STRUC ;;
  23. ;*******************CNS******************
  24. ;*******************CNS******************
  25. RET_CODE_1 DB 0 ;; \
  26. RET_CODE_2 DB 0 ;; |
  27. RET_CODE_3 DB 0 ;; |
  28. ;*******************CNS******************
  29. RET_CODE_4 DB 0 ;; |;AN000;
  30. ;*******************CNS******************
  31. LANGUAGE_PARM DW ? ;; } PARAMETER
  32. CODE_PAGE_PARM DW ? ;; | LIST
  33. PATH_OFFSET DW ? ;; |
  34. PATH_LENGTH DW 0 ;; /
  35. ;*******************CNS******************
  36. ID_PARM DW ? ;AN000;
  37. ;*******************CNS******************
  38. PARM_LIST ENDS ;;
  39. ;;
  40. DESIG_CP_STRUC STRUC ;;
  41. NUM_DESIGNATES DW ? ;;
  42. NUM_FONTS DW ? ;;
  43. NUM_HW_CPS DW ? ;;
  44. DESIG_CP_ENTRY DW ? ;;
  45. DESIG_CP_STRUC ENDS ;;
  46. ;;
  47. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  48. .LIST