Click or drag to resize

DfsVolumeStates Enumeration

A set of bit flags that describe the state of the DFS root or link;

the state of the DFS namespace root cannot be changed.

One DfsVolumeStates flag is set, and one DFS_VOLUME_FLAVOR flag is set.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
[FlagsAttribute]
public enum DfsVolumeStates
Members
  Member nameValueDescription
None0No volume state.
Ok1DFS_VOLUME_STATE_OK

The specified DFS root or link is in the normal state.

Inconsistent2DFS_VOLUME_STATE_INCONSISTENT

The internal DFS database is inconsistent with the specified DFS root or link.

Attempts to repair the inconsistency have failed.

Offline3DFS_VOLUME_STATE_OFFLINE

The specified DFS root or link is offline or unavailable.

Online4DFS_VOLUME_STATE_ONLINE

The specified DFS root or link is available.

FlavorStandalone256DFS_VOLUME_FLAVOR_STANDALONE

The system sets this flag if the root is associated with a stand-alone DFS namespace.

FlavorAdBlob512DFS_VOLUME_FLAVOR_AD_BLOB

The system sets this flag if the root is associated with a domain-based DFS namespace.

See Also