POLICY_LSA_SERVER_ROLE_INFO struttura (ntsecapi.h)
La struttura POLICY_LSA_SERVER_ROLE_INFO viene usata per impostare ed eseguire query sul ruolo di un server LSA. Le funzioni LsaQueryInformationPolicy e LsaSetInformationPolicy usano questa struttura quando i parametri InformationClass sono impostati su PolicyLsaServerRoleInformation.
Sintassi
typedef struct _POLICY_LSA_SERVER_ROLE_INFO {
POLICY_LSA_SERVER_ROLE LsaServerRole;
} POLICY_LSA_SERVER_ROLE_INFO, *PPOLICY_LSA_SERVER_ROLE_INFO;
Members
LsaServerRole
Specifica uno dei valori del tipo di enumerazione POLICY_LSA_SERVER_ROLE per indicare un server LSA primario o di backup.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |