Windows NT 4.0 source code leak
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.

119 lines
2.0 KiB

4 years ago
  1. ;--------------------------------------------------------------------
  2. ;
  3. ; when modifying this file please be aware that the exports are
  4. ; organized so that maintanence is as easy as possible. put your
  5. ; extension in the correct section and in alphabetical order. also,
  6. ; remember to update the other def files in the parallell directories
  7. ; to contain your new extension. all extension names must be in
  8. ; lower case!
  9. ;
  10. ;--------------------------------------------------------------------
  11. EXPORTS
  12. ;--------------------------------------------------------------------
  13. ;
  14. ; these are the common exports that all dlls contain
  15. ;
  16. ;--------------------------------------------------------------------
  17. atom
  18. bugdump
  19. ca
  20. calldata
  21. ccb
  22. cxr
  23. db
  24. dblink
  25. dd
  26. devobj
  27. dh
  28. dlls
  29. drivers
  30. drvobj
  31. eb
  32. ed
  33. errlog
  34. exr
  35. exrlog
  36. fcb
  37. file
  38. filelock
  39. filecache
  40. foirp
  41. frag
  42. handle
  43. heap
  44. help
  45. icthread
  46. ib
  47. id
  48. irp
  49. irpcontext
  50. irpfind
  51. irpzone
  52. iw
  53. kuser
  54. lcb
  55. locks
  56. lookaside
  57. lpc
  58. memusage
  59. ntfsdata
  60. ob
  61. obja
  62. object
  63. od
  64. ow
  65. pcr
  66. peb
  67. pfn
  68. pool
  69. poolfind
  70. poolused
  71. process
  72. processfields
  73. pte
  74. ptov
  75. ready
  76. regkcb
  77. regpool
  78. scb
  79. srb
  80. sysptes
  81. teb
  82. thread
  83. threadfields
  84. time
  85. timer
  86. token
  87. tokenfields
  88. trap
  89. tunnel
  90. vad
  91. vcb
  92. version
  93. vm
  94. wsle
  95. ;--------------------------------------------------------------------
  96. ;
  97. ; these are the extension service functions provided for other
  98. ; debugger extensions
  99. ;
  100. ;--------------------------------------------------------------------
  101. GetCurrentThreadAddress
  102. ;--------------------------------------------------------------------
  103. ;
  104. ; these are the extension service functions provided for the debugger
  105. ;
  106. ;--------------------------------------------------------------------
  107. CheckVersion
  108. WinDbgExtensionDllInit
  109. ExtensionApiVersion
  110.