enumerazione POLICY_LSA_SERVER_ROLE (ntsecapi.h)
Il tipo di enumerazione POLICY_LSA_SERVER_ROLE definisce i valori che indicano il ruolo di un server LSA. Le funzioni LsaQueryInformationPolicy e LsaSetInformationPolicy usano questo tipo di enumerazione quando i parametri InformationClass sono impostati su PolicyLsaServerRoleInformation.
Sintassi
typedef enum _POLICY_LSA_SERVER_ROLE {
PolicyServerRoleBackup = 2,
PolicyServerRolePrimary
} POLICY_LSA_SERVER_ROLE, *PPOLICY_LSA_SERVER_ROLE;
Costanti
PolicyServerRoleBackup Valore: 2 Indica un server LSA di backup. |
PolicyServerRolePrimary Indica un server LSA primario, una workstation o un computer autonomo. |
Requisiti
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |