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.

40 lines
691 B

  1. #ifndef _SPNTTREE_
  2. #define _SPNTTREE_
  3. BOOLEAN
  4. SpNFilesExist(
  5. IN OUT PWSTR PathName,
  6. IN PWSTR *Files,
  7. IN ULONG FileCount,
  8. IN BOOLEAN Directories
  9. );
  10. BOOLEAN
  11. SpIsNtOnPartition(
  12. IN PDISK_REGION Region
  13. );
  14. BOOLEAN
  15. SpIsNtInDirectory(
  16. IN PDISK_REGION Region,
  17. IN PWSTR Directory
  18. );
  19. BOOLEAN
  20. SpAllowRemoveNt(
  21. IN PDISK_REGION Region,
  22. IN PWSTR DriveSpec, OPTIONAL
  23. IN BOOLEAN RescanForNTs,
  24. IN ULONG ScreenMsgId,
  25. OUT PULONG SpaceFreed
  26. );
  27. BOOLEAN
  28. IsSetupLogFormatNew(
  29. IN PVOID Inf
  30. );
  31. #endif // ndef _SPNTTREE_