Share via


POLICY_LSA_SERVER_ROLE enumeración (ntsecapi.h)

El tipo de enumeración POLICY_LSA_SERVER_ROLE define valores que indican el rol de un servidor LSA. Las funciones LsaQueryInformationPolicy y LsaSetInformationPolicy usan este tipo de enumeración cuando sus parámetros InformationClass se establecen en PolicyLsaServerRoleInformation.

Syntax

typedef enum _POLICY_LSA_SERVER_ROLE {
  PolicyServerRoleBackup = 2,
  PolicyServerRolePrimary
} POLICY_LSA_SERVER_ROLE, *PPOLICY_LSA_SERVER_ROLE;

Constantes

 
PolicyServerRoleBackup
Valor: 2
Indica un servidor LSA de copia de seguridad.
PolicyServerRolePrimary
Indica un servidor LSA principal, una estación de trabajo o un equipo independiente.

Requisitos

   
Cliente mínimo compatible Windows XP [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2003 [solo aplicaciones de escritorio]
Encabezado ntsecapi.h

Consulte también

LsaQueryInformationPolicy

LsaSetInformationPolicy

POLICY_LSA_SERVER_ROLE_INFO