énumération DFS_NAMESPACE_VERSION_ORIGIN (lmdfs.h)
Identifie l’origine des informations de version de l’espace de noms DFS.
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;
Constantes
DFS_NAMESPACE_VERSION_ORIGIN_COMBINED Valeur : 0 Les informations de version spécifient la version maximale que le serveur et le domaine domaine Active Directory Service (AD DS) peuvent prendre en charge. |
DFS_NAMESPACE_VERSION_ORIGIN_SERVER Les informations de version spécifient la version maximale que le serveur peut prendre en charge. |
DFS_NAMESPACE_VERSION_ORIGIN_DOMAIN Les informations de version spécifient la version maximale que le domaine AD DS peut prendre en charge. |
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista avec SP1 |
Serveur minimal pris en charge | Windows Server 2008 |
En-tête | lmdfs.h (include LmDfs.h, Lm.h) |