DFS_STORAGE_STATES (Enums)
Last changed: -213.199.128.153

.
Summary
Set of flags describing the current state of the Dfs storage

C# Definition:

[Flags]
enum DFS_STORAGE_STATES {
    DFS_STORAGE_STATE_OFFLINE=0x1,
    DFS_STORAGE_STATE_ONLINE=0x2,
    DFS_STORAGE_STATE_ACTIVE=0x4
}

VB Definition:

Enum DFS_STORAGE_STATES
   TODO
End Enum

Notes:

None.

Documentation