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.

24 lines
696 B

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