enumerazione TRUSTEE_TYPE (accctrl.h)
L'enumerazione TRUSTEE_TYPE contiene valori che indicano il tipo di trustee identificato da una struttura TRUSTEE.
Sintassi
typedef enum _TRUSTEE_TYPE {
TRUSTEE_IS_UNKNOWN,
TRUSTEE_IS_USER,
TRUSTEE_IS_GROUP,
TRUSTEE_IS_DOMAIN,
TRUSTEE_IS_ALIAS,
TRUSTEE_IS_WELL_KNOWN_GROUP,
TRUSTEE_IS_DELETED,
TRUSTEE_IS_INVALID,
TRUSTEE_IS_COMPUTER
} TRUSTEE_TYPE;
Costanti
TRUSTEE_IS_UNKNOWN Il tipo trustee è sconosciuto, ma può essere valido. |
TRUSTEE_IS_USER Indica un utente. |
TRUSTEE_IS_GROUP Indica un gruppo. |
TRUSTEE_IS_DOMAIN Indica un dominio. |
TRUSTEE_IS_ALIAS Indica un alias. |
TRUSTEE_IS_WELL_KNOWN_GROUP Indica un gruppo noto. |
TRUSTEE_IS_DELETED Indica un account eliminato. |
TRUSTEE_IS_INVALID Indica un tipo trustee che non è valido. |
TRUSTEE_IS_COMPUTER Indica un computer. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | accctrl.h |
Vedi anche
Panoramica Controllo di accesso