Platform SDK: Access Control

MULTIPLE_TRUSTEE_OPERATION

The MULTIPLE_TRUSTEE_OPERATION enumeration type contains values that indicate whether a TRUSTEE structure is an impersonate trustee.

typedef enum _MULTIPLE_TRUSTEE_OPERATION {
  NO_MULTIPLE_TRUSTEE,
  TRUSTEE_IS_IMPERSONATE,
} MULTIPLE_TRUSTEE_OPERATION;
Enumerator Value Meaning
NO_MULTIPLE_TRUSTEE The trustee is not an impersonate trustee.
TRUSTEE_IS_IMPERSONATE The trustee is an impersonate trustee. The pMultipleTrustee member of the TRUSTEE structure points to a trustee for a server that can impersonate the client trustee.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Header: Declared in Accctrl.h.

See Also

Access Control Overview, Access Control Enumeration Types, TRUSTEE