windows-nt/Source/XPSP1/NT/base/fs/dfs/dfsm/server/localvol.hxx
2020-09-26 16:20:57 +08:00

31 lines
727 B
C++

//+----------------------------------------------------------------------------
//
// Copyright (C) 1996, Microsoft Corporation
//
// File: localvol.cxx
//
// Contents: Code to validate local volume knowledge with the root server
// of the Dfs
//
// Classes:
//
// Functions: DfsManagerValidateLocalVolumes
//
// DfspGetRemoteConfigInfo
// DfspValidateLocalPartition
// DfspPruneLocalPartition
// StringToGuid
//
// History: April 29, 1996 Milans Created
//
//-----------------------------------------------------------------------------
#ifndef _LOCALVOL_
#define _LOCALVOL_
BOOLEAN
DfsManagerValidateLocalVolumes();
#endif // _LOCALVOL_