DFS_INFO_50 structure
Contains the DFS metadata version and capabilities of an existing DFS namespace. This structure is only for use with the NetDfsGetInfo function.
Syntax
typedef struct _DFS_INFO_50 { ULONG NamespaceMajorVersion; ULONG NamespaceMinorVersion; ULONGLONG NamespaceCapabilities; } DFS_INFO_50, *PDFS_INFO_50;
Members
- NamespaceMajorVersion
-
The major version of the DFS metadata.
- NamespaceMinorVersion
-
The minor version of the DFS metadata.
- NamespaceCapabilities
-
Specifies a set of flags that describe specific capabilities of a DFS namespace.
Requirements
|
Minimum supported client |
Windows Vista with SP1 |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also
Show: