2.2.5.4 DFS_INFO_300

The DFS_INFO_300 structure relates to the NetrDfsEnum and NetrDfsEnumEx methods when used to enumerate DFS roots hosted on a server. The structure contains the name and type (domain-based or stand-alone) of a DFS namespace. The DFS_INFO_300 structure has the following format.

 typedef struct _DFS_INFO_300 {
   DWORD Flags;
   [string] WCHAR* DfsName;
 } DFS_INFO_300;

Flags: This value specifies the type of the DFS namespace. This MUST have one of the following two permitted values.

Value

Meaning

DFS_VOLUME_FLAVOR_STANDALONE

0x00000100

Stand-alone DFS namespace.

DFS_VOLUME_FLAVOR_AD_BLOB

0x00000200

Domain-based DFS namespace.

DfsName: A pointer to a DFS root path.