Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
DFS_VOLUME_FLAVOR (Enums)
.
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
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!