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.

59 lines
1.0 KiB

  1. ;** BUGTYP.INC - Debugging types and levels for MSDOS
  2. ;
  3. TypAccess EQU 0001h
  4. LevSFN EQU 0000h
  5. LevBUSY EQU 0001h
  6. TypShare EQU 0002h
  7. LevShEntry EQU 0000h
  8. LevMFTSrch EQU 0001h
  9. TypSect EQU 0004h
  10. LevEnter EQU 0000h
  11. LevLeave EQU 0001h
  12. LevReq EQU 0002h
  13. TypSMB EQU 0008h
  14. LevSMBin EQU 0000h
  15. LevSMBout EQU 0001h
  16. LevParm EQU 0002h
  17. LevASCIZ EQU 0003h
  18. LevSDB EQU 0004h
  19. LevVarlen EQU 0005h
  20. TypNCB EQU 0010h
  21. LevNCBin EQU 0000h
  22. LevNCBout EQU 0001h
  23. TypSeg EQU 0020h
  24. LevAll EQU 0000h
  25. TypSyscall EQU 0040h
  26. LevLog EQU 0000h
  27. LevArgs EQU 0001h
  28. LevErr EQU 0002h
  29. TypInt24 EQU 0080h
  30. LevLog EQU 0000h
  31. TypProlog EQU 0100h
  32. LevLog EQU 0000h
  33. TypInt EQU 0200h
  34. LevLog equ 0000h
  35. typFCB equ 0400h
  36. LevLog equ 0000h
  37. LevCheck equ 0001h
  38. ifndef BugLev
  39. DOSCODE SEGMENT
  40. EXTRN BugLev:word
  41. EXTRN BugTyp:word
  42. DOSCODE ENDS
  43. endif