ReactOS 0.4.16-dev-340-g0540c21
|
#include <setypes.h>
Public Attributes | |
PACCESS_TOKEN | Token |
BOOLEAN | CopyOnOpen |
BOOLEAN | EffectiveOnly |
SECURITY_IMPERSONATION_LEVEL | Level |
BOOLEAN _SE_IMPERSONATION_STATE::CopyOnOpen |
Definition at line 117 of file setypes.h.
Referenced by PsDisableImpersonation(), and PsRestoreImpersonation().
BOOLEAN _SE_IMPERSONATION_STATE::EffectiveOnly |
Definition at line 118 of file setypes.h.
Referenced by PsDisableImpersonation(), and PsRestoreImpersonation().
SECURITY_IMPERSONATION_LEVEL _SE_IMPERSONATION_STATE::Level |
Definition at line 119 of file setypes.h.
Referenced by PsDisableImpersonation(), and PsRestoreImpersonation().
PACCESS_TOKEN _SE_IMPERSONATION_STATE::Token |
Definition at line 116 of file setypes.h.
Referenced by PsDisableImpersonation(), and PsRestoreImpersonation().