enumerazione POLICY_SERVER_ENABLE_STATE (ntsecapi.h)
L'enumerazione POLICY_SERVER_ENABLE_STATE rappresenta lo stato del server LSA, ovvero se è abilitato o disabilitato. Alcune operazioni possono essere eseguite solo su un server LSA abilitato.
Sintassi
typedef enum _POLICY_SERVER_ENABLE_STATE {
PolicyServerEnabled = 2,
PolicyServerDisabled
} POLICY_SERVER_ENABLE_STATE, *PPOLICY_SERVER_ENABLE_STATE;
Costanti
PolicyServerEnabled Valore: 2 Il server LSA è abilitato. |
PolicyServerDisabled Il server LSA è disabilitato. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | ntsecapi.h |