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.

67 lines
1.9 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: scsikd.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 SCSIKD.DLL
  21. EXPORTS
  22. help
  23. ;--------------------------------------------------------------------
  24. ;
  25. ; These are the scsiport specific debugger extensions
  26. ;
  27. ;--------------------------------------------------------------------
  28. scsiext
  29. srbdata
  30. ;--------------------------------------------------------------------
  31. ;
  32. ; These are the classpnp specific debugger extensions
  33. ;
  34. ;--------------------------------------------------------------------
  35. classext
  36. classid
  37. ;--------------------------------------------------------------------
  38. ;
  39. ; These are for dumping out partition tables
  40. ;
  41. ;--------------------------------------------------------------------
  42. part
  43. partex
  44. layout
  45. layoutex
  46. ;--------------------------------------------------------------------
  47. ;
  48. ; these are the extension service functions provided for the debugger
  49. ;
  50. ;--------------------------------------------------------------------
  51. DebugExtensionInitialize
  52. DebugExtensionUninitialize
  53. ;CheckVersion
  54. ;WinDbgExtensionDllInit
  55. ;ExtensionApiVersion