DFS_NAMESPACE_VERSION_ORIGIN enumeration
Identifies the origin of DFS namespace version information.
Syntax
typedef enum { DFS_NAMESPACE_VERSION_ORIGIN_COMBINED = 0, DFS_NAMESPACE_VERSION_ORIGIN_SERVER = 1, DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN = 2 } DFS_NAMESPACE_VERSION_ORIGIN;
Constants
- DFS_NAMESPACE_VERSION_ORIGIN_COMBINED
-
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_SERVER
-
The version information specifies the maximum version that the server can support.
- DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN
-
The version information specifies the maximum version that the AD DS domain can support.
Requirements
|
Minimum supported client |
Windows Vista with SP1 |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
See also
Show: