ReactOS 0.4.15-dev-7958-gcd0bb1a
_SE_IMPERSONATION_STATE Struct Reference

#include <setypes.h>

Collaboration diagram for _SE_IMPERSONATION_STATE:

Public Attributes

PACCESS_TOKEN Token
 
BOOLEAN CopyOnOpen
 
BOOLEAN EffectiveOnly
 
SECURITY_IMPERSONATION_LEVEL Level
 

Detailed Description

Definition at line 115 of file setypes.h.

Member Data Documentation

◆ CopyOnOpen

BOOLEAN _SE_IMPERSONATION_STATE::CopyOnOpen

Definition at line 117 of file setypes.h.

Referenced by PsDisableImpersonation(), and PsRestoreImpersonation().

◆ EffectiveOnly

BOOLEAN _SE_IMPERSONATION_STATE::EffectiveOnly

Definition at line 118 of file setypes.h.

Referenced by PsDisableImpersonation(), and PsRestoreImpersonation().

◆ Level

SECURITY_IMPERSONATION_LEVEL _SE_IMPERSONATION_STATE::Level

Definition at line 119 of file setypes.h.

Referenced by PsDisableImpersonation(), and PsRestoreImpersonation().

◆ Token

PACCESS_TOKEN _SE_IMPERSONATION_STATE::Token

Definition at line 116 of file setypes.h.

Referenced by PsDisableImpersonation(), and PsRestoreImpersonation().


The documentation for this struct was generated from the following file: