DFS_INFO_300 structure
Contains the name and type (domain-based or stand-alone) of a DFS namespace.
Syntax
typedef struct _DFS_INFO_300 { DWORD Flags; LPWSTR DfsName; } DFS_INFO_300, *PDFS_INFO_300, *LPDFS_INFO_300;
Members
- Flags
-
Value that specifies the type of the DFS namespace. This member can be one of the following values.
- DfsName
-
Pointer to a null-terminated Unicode string that contains the name of a DFS namespace. This member can have one of the following two formats.
The first format is:
\ServerName\DfsName
where ServerName is the name of the root target server that hosts the stand-alone DFS namespace and DfsName is the name of the DFS namespace.
The second format is:
\DomainName\DomDfsName
where DomainName is the name of the domain that hosts the domain-based DFS namespace and DomDfsname is the name of the DFS namespace.
Remarks
The DFS functions use the DFS_INFO_300 structure to enumerate DFS namespaces hosted on a machine.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also
- Network Management Overview
- Network Management Structures
- Distributed File System (DFS) Functions
- NetDfsEnum