Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions