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.

23 lines
612 B

  1. LIBRARY DUEXTS
  2. ;
  3. ; This file allows one file (exts.h) to be used to generate extension
  4. ; exports, entrypoints, and help text.
  5. ;
  6. ; To add an extension, add the appropriate entry to exts.h and matching
  7. ; code to DuExts.c
  8. ;
  9. EXPORTS
  10. #define DOIT(name, helpstring1, helpstring2, validflags, argtype) name
  11. #include "exts.h"
  12. ;--------------------------------------------------------------------
  13. ;
  14. ; these are the extension service functions provided for the debugger
  15. ;
  16. ;--------------------------------------------------------------------
  17. WinDbgExtensionDllInit
  18. ExtensionApiVersion