TRUSTEE_TYPE

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 Value 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.

QuickInfo

  Windows NT: Requires version 4.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in accctrl.h.

See Also

Access Control Overview, Access Control Enumeration Types, TRUSTEE