Source code of Windows XP (NT5)
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.

81 lines
2.2 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 disk specific debugger extensions
  26. ;
  27. ;--------------------------------------------------------------------
  28. diskext
  29. ;--------------------------------------------------------------------
  30. ;
  31. ; These are the cdrom specific debugger extensions
  32. ;
  33. ;--------------------------------------------------------------------
  34. cdromext
  35. ;--------------------------------------------------------------------
  36. ;
  37. ; These are the scsiport specific debugger extensions
  38. ;
  39. ;--------------------------------------------------------------------
  40. scsiext
  41. srbdata
  42. ;--------------------------------------------------------------------
  43. ;
  44. ; These are the classpnp specific debugger extensions
  45. ;
  46. ;--------------------------------------------------------------------
  47. classext
  48. ;--------------------------------------------------------------------
  49. ;
  50. ; These are for dumping out partition tables
  51. ;
  52. ;--------------------------------------------------------------------
  53. part
  54. partex
  55. layout
  56. layoutex
  57. ;--------------------------------------------------------------------
  58. ;
  59. ; these are the extension service functions provided for the debugger
  60. ;
  61. ;--------------------------------------------------------------------
  62. DebugExtensionInitialize
  63. DebugExtensionUninitialize
  64. ;CheckVersion
  65. ;WinDbgExtensionDllInit
  66. ;ExtensionApiVersion