DFS_VOLUME_STATE (Enums)
Last changed: pernyga@hotmail.com-213.199.128.178

.
Summary
Specifies a set of bit flags that describes the Dfs root or link. One DFS_VOLUME_STATE flag is set and one DFS_VOLUME_FLAVOR flag is set.

C# Definition:

enum DFS_VOLUME_STATE {
    DFS_VOLUME_STATE_OK =0x1,
    DFS_VOLUME_STATE_INCONSISTENT=2,
    DFS_VOLUME_STATE_OFFLINE=3,
    DFS_VOLUME_STATE_ONLINE=4
}

VB Definition:

Enum DFS_VOLUME_STATE
   TODO
End Enum

Notes:

None.

Documentation