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.

22 lines
297 B

  1. #ifndef __CDFSKD_H
  2. #define __CDFSKD_H
  3. #include "pch.h"
  4. DUMP_ROUTINE( DumpCdCcb);
  5. DUMP_ROUTINE( DumpCdFcb);
  6. DUMP_ROUTINE( DumpCdIrpContext);
  7. DUMP_ROUTINE( DumpCdMcb);
  8. DUMP_ROUTINE( DumpCdVcb);
  9. DUMP_ROUTINE( DumpCdData);
  10. DUMP_ROUTINE( DumpCdVdo);
  11. #endif