Applies to: desktop apps only
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.
| Value | Meaning |
- DFS_NAMESPACE_CAPABILITY_ABDE
- 0x0000000000000001
|
The DFS namespace supports associating a security descriptor with a DFS link for Access-Based Directory Enumeration (ABDE) purposes.
|
- 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.
| Value | Meaning |
- DFS_NAMESPACE_CAPABILITY_ABDE
- 0x0000000000000001
|
The DFS namespace supports associating a security descriptor with a DFS link for ABDE purposes.
|
Requirements
|
Minimum supported client
| Windows Vista with SP1 |
|
Minimum supported server
| Windows Server 2008 |
|
Header
|
- LmDfs.h (include LmDfs.h or Lm.h)
|
See also
-
Distributed File System Functions
-
DFS_NAMESPACE_VERSION_ORIGIN
-
NetDfsAddRootTarget
-
NetDfsGetSupportedNamespaceVersion
Send comments about this topic to Microsoft
Build date: 2/3/2012