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.

30 lines
727 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1996, Microsoft Corporation
  4. //
  5. // File: localvol.cxx
  6. //
  7. // Contents: Code to validate local volume knowledge with the root server
  8. // of the Dfs
  9. //
  10. // Classes:
  11. //
  12. // Functions: DfsManagerValidateLocalVolumes
  13. //
  14. // DfspGetRemoteConfigInfo
  15. // DfspValidateLocalPartition
  16. // DfspPruneLocalPartition
  17. // StringToGuid
  18. //
  19. // History: April 29, 1996 Milans Created
  20. //
  21. //-----------------------------------------------------------------------------
  22. #ifndef _LOCALVOL_
  23. #define _LOCALVOL_
  24. BOOLEAN
  25. DfsManagerValidateLocalVolumes();
  26. #endif // _LOCALVOL_