DfsVolumeStates Enumeration |
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
Member name | Value | Description | |
---|---|---|---|
None | 0 | No volume state. | |
Ok | 1 | DFS_VOLUME_STATE_OK
The specified DFS root or link is in the normal state. | |
Inconsistent | 2 | DFS_VOLUME_STATE_INCONSISTENT
The internal DFS database is inconsistent with the specified DFS root or link. Attempts to repair the inconsistency have failed. | |
Offline | 3 | DFS_VOLUME_STATE_OFFLINE
The specified DFS root or link is offline or unavailable. | |
Online | 4 | DFS_VOLUME_STATE_ONLINE
The specified DFS root or link is available. | |
FlavorStandalone | 256 | DFS_VOLUME_FLAVOR_STANDALONE
The system sets this flag if the root is associated with a stand-alone DFS namespace. | |
FlavorAdBlob | 512 | DFS_VOLUME_FLAVOR_AD_BLOB
The system sets this flag if the root is associated with a domain-based DFS namespace. |