|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#include <pstypes.h>

Public Attributes | |
| PACCESS_TOKEN | Token |
| BOOLEAN | CopyOnOpen |
| BOOLEAN | EffectiveOnly |
| SECURITY_IMPERSONATION_LEVEL | ImpersonationLevel |
| BOOLEAN _PS_IMPERSONATION_INFORMATION::CopyOnOpen |
Definition at line 1154 of file pstypes.h.
Referenced by PsDisableImpersonation(), PsImpersonateClient(), PsReferenceImpersonationToken(), and PsRestoreImpersonation().
| BOOLEAN _PS_IMPERSONATION_INFORMATION::EffectiveOnly |
Definition at line 1155 of file pstypes.h.
Referenced by PsDisableImpersonation(), PsImpersonateClient(), PsReferenceEffectiveToken(), PsReferenceImpersonationToken(), and PsRestoreImpersonation().
| SECURITY_IMPERSONATION_LEVEL _PS_IMPERSONATION_INFORMATION::ImpersonationLevel |
Definition at line 1156 of file pstypes.h.
Referenced by PsDisableImpersonation(), PsImpersonateClient(), PsReferenceEffectiveToken(), PsReferenceImpersonationToken(), and PsRestoreImpersonation().
| PACCESS_TOKEN _PS_IMPERSONATION_INFORMATION::Token |
Definition at line 1153 of file pstypes.h.
Referenced by PsDisableImpersonation(), PsImpersonateClient(), PspDeleteThreadSecurity(), PsReferenceEffectiveToken(), PsReferenceImpersonationToken(), PsRestoreImpersonation(), and PsRevertThreadToSelf().