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.

21 lines
378 B

  1. #ifndef FATKD_H
  2. #define FATKD_H
  3. #include "pch.h"
  4. #pragma hdrstop
  5. DUMP_ROUTINE( DumpAnyStruct);
  6. DUMP_ROUTINE( DumpLargeMcb);
  7. DUMP_ROUTINE(DumpFatFcb);
  8. DUMP_ROUTINE(DumpFatIrpContext);
  9. DUMP_ROUTINE(DumpFatVcb);
  10. DUMP_ROUTINE(DumpFatCcb);
  11. DUMP_ROUTINE(DumpFatVdo);
  12. DUMP_ROUTINE(DumpFatMcb);
  13. extern STATE HeaderFlags[];
  14. extern STATE HeaderFlags2[];
  15. #endif