DFS_VOLUME_FLAVOR (Enums)
Last changed: -213.199.128.177

.
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_FLAVORS {
    DFS_VOLUME_FLAVOR_UNUSED1=0x0000,
    DFS_VOLUME_FLAVOR_STANDALONE=0x0100,
    DFS_VOLUME_FLAVOR_AD_BLOB=0x0200,
    DFS_STORAGE_FLAVOR_UNUSED2=0x0300
}

VB Definition:

Enum DFS_VOLUME_FLAVOR
   TODO
End Enum

Notes:

For an example that describes interpretation of the flags, see the Remarks section of DFS_INFO_2.

Documentation