Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, *LPDFS_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.
DFS_NAMESPACE_CAPABILITY_ABDE (0x0000000000000001)
The DFS namespace supports associating a security descriptor with a DFS link for Access-Based Directory Enumeration (ABDE) purposes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista with SP1 |
Minimum supported server | Windows Server 2008 |
Header | lmdfs.h (include LmDfs.h, Lm.h) |