31 lines
727 B
C++
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_
|
||
|
|