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.
Identifies the origin of DFS namespace version information.
Syntax
typedef enum {
DFS_NAMESPACE_VERSION_ORIGIN_COMBINED = 0,
DFS_NAMESPACE_VERSION_ORIGIN_SERVER,
DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN
} DFS_NAMESPACE_VERSION_ORIGIN, *PDFS_NAMESPACE_VERSION_ORIGIN;
Constants
DFS_NAMESPACE_VERSION_ORIGIN_COMBINEDValue: 0 The version information specifies the maximum version that the server and the Active Directory Domain Service (AD DS) domain can support. |
DFS_NAMESPACE_VERSION_ORIGIN_SERVERThe version information specifies the maximum version that the server can support. |
DFS_NAMESPACE_VERSION_ORIGIN_DOMAINThe version information specifies the maximum version that the AD DS domain can support. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista with SP1 |
| Minimum supported server | Windows Server 2008 |
| Header | lmdfs.h (include LmDfs.h, Lm.h) |