| Platform SDK: Access Control |
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. |
Windows NT/2000: Requires Windows NT 4.0 or later.
Header: Declared in Accctrl.h.
Access Control Overview, Access Control Enumeration Types, TRUSTEE