estructura POLICY_LSA_SERVER_ROLE_INFO (ntsecapi.h)

La estructura POLICY_LSA_SERVER_ROLE_INFO se usa para establecer y consultar el rol de un servidor LSA. Las funciones LsaQueryInformationPolicy y LsaSetInformationPolicy usan esta estructura cuando sus parámetros InformationClass se establecen en PolicyLsaServerRoleInformation.

Sintaxis

typedef struct _POLICY_LSA_SERVER_ROLE_INFO {
  POLICY_LSA_SERVER_ROLE LsaServerRole;
} POLICY_LSA_SERVER_ROLE_INFO, *PPOLICY_LSA_SERVER_ROLE_INFO;

Miembros

LsaServerRole

Especifica uno de los valores del tipo de enumeración POLICY_LSA_SERVER_ROLE para indicar un servidor LSA principal o de copia de seguridad.

Requisitos

Requisito Value
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_INFORMATION_CLASS

POLICY_LSA_SERVER_ROLE