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.

48 lines
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: redbook.src
  8. //
  9. //--------------------------------------------------------------------------
  10. ;--------------------------------------------------------------------
  11. ;
  12. ; when modifying this file please be aware that the exports are
  13. ; organized so that maintanence is as easy as possible. put your
  14. ; extension in the correct section and in alphabetical order. also,
  15. ; remember to update the other def files in the parallell directories
  16. ; to contain your new extension. all extension names must be in
  17. ; lower case!
  18. ;
  19. ;--------------------------------------------------------------------
  20. NAME REDBOOK.DLL
  21. EXPORTS
  22. help
  23. version
  24. ;--------------------------------------------------------------------
  25. ;
  26. ; These are the redbook specific debugger extensions
  27. ;
  28. ;--------------------------------------------------------------------
  29. toc
  30. context
  31. ext
  32. silence
  33. wmiperfclear
  34. ;--------------------------------------------------------------------
  35. ;
  36. ; these are the extension service functions provided for the debugger
  37. ;
  38. ;--------------------------------------------------------------------
  39. CheckVersion
  40. WinDbgExtensionDllInit
  41. ExtensionApiVersion