énumération POLICY_DOMAIN_INFORMATION_CLASS (ntsecapi.h)
L’énumération POLICY_DOMAIN_INFORMATION_CLASS définit le type d’informations de domaine de stratégie.
Syntaxe
typedef enum _POLICY_DOMAIN_INFORMATION_CLASS {
PolicyDomainQualityOfServiceInformation = 1,
PolicyDomainEfsInformation = 2,
PolicyDomainKerberosTicketInformation
} POLICY_DOMAIN_INFORMATION_CLASS, *PPOLICY_DOMAIN_INFORMATION_CLASS;
Constantes
PolicyDomainQualityOfServiceInformation Valeur : 1 |
PolicyDomainEfsInformation Valeur : 2 Les informations concernent le chiffrement du système de fichiers. |
PolicyDomainKerberosTicketInformation Les informations concernent un ticket Kerberos. |
Spécifications
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | ntsecapi.h |