TRUSTEE_TYPE  2OFAYVS 

[New - Windows NT]

The TRUSTEE_TYPE enumeration type contains values that indicate the type of trustee identified by a TRUSTEE structure.

typedef enum _TRUSTEE_TYPE

    TRUSTEE_IS_UNKNOWN,

    TRUSTEE_IS_USER,

    TRUSTEE_IS_GROUP,

} TRUSTEE_TYPE;

 

Enumerator

Meaning

TRUSTEE_IS_UNKNOWN

The trustee type is unknown, but not necessarily invalid. The functions that use TRUSTEE structures do not validate the trustee type information.

TRUSTEE_IS_USER

The trustee account is a user account.

TRUSTEE_IS_GROUP

The trustee account is a group account.

 

See Also

TRUSTEE