DFS_SUPPORTED_NAMESPACE_VERSION_INFO structure
Contains version information for a DFS namespace.
Syntax
typedef struct _DFS_SUPPORTED_NAMESPACE_VERSION_INFO { ULONG DomainDfsMajorVersion; ULONG NamespaceMinorVersion; ULONGLONG DomainDfsCapabilities; ULONG StandaloneDfsMajorVersion; ULONG StandaloneDfsMinorVersion; ULONGLONG StandaloneDfsCapabilities; } DFS_SUPPORTED_NAMESPACE_VERSION_INFO, *PDFS_SUPPORTED_NAMESPACE_VERSION_INFO;
Members
- DomainDfsMajorVersion
-
The major version of the domain-based DFS namespace.
- NamespaceMinorVersion
-
The minor version of the domain-based DFS namespace.
- DomainDfsCapabilities
-
Specifies a set of flags that describe specific capabilities of a domain-based DFS namespace.
- StandaloneDfsMajorVersion
-
The major version of the stand-alone DFS namespace.
- StandaloneDfsMinorVersion
-
The minor version of the stand-alone DFS namespace.
- StandaloneDfsCapabilities
-
Specifies a set of flags that describe specific capabilities of a stand-alone DFS namespace.
Requirements
|
Minimum supported client |
Windows Vista with SP1 |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also
- Distributed File System Functions
- DFS_NAMESPACE_VERSION_ORIGIN
- NetDfsAddRootTarget
- NetDfsGetSupportedNamespaceVersion