|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <setypes.h>

Public Attributes | |
| struct _SEP_LOGON_SESSION_REFERENCES * | Next |
| LUID | LogonId |
| ULONG | ReferenceCount |
| ULONG | Flags |
| PDEVICE_MAP | pDeviceMap |
| LIST_ENTRY | TokenList |
| ULONG _SEP_LOGON_SESSION_REFERENCES::Flags |
Definition at line 172 of file setypes.h.
Referenced by SeMarkLogonSessionForTerminationNotification(), SepRmCreateLogonSession(), and SepRmInsertLogonSessionIntoToken().
| LUID _SEP_LOGON_SESSION_REFERENCES::LogonId |
Definition at line 170 of file setypes.h.
Referenced by SeGetLogonIdDeviceMap(), SeMarkLogonSessionForTerminationNotification(), SepRmCreateLogonSession(), SepRmDeleteLogonSession(), SepRmDereferenceLogonSession(), SepRmInsertLogonSessionIntoToken(), SepRmReferenceLogonSession(), and SepRmRemoveLogonSessionFromToken().
| struct _SEP_LOGON_SESSION_REFERENCES* _SEP_LOGON_SESSION_REFERENCES::Next |
Definition at line 169 of file setypes.h.
Referenced by SeGetLogonIdDeviceMap(), SeMarkLogonSessionForTerminationNotification(), SepRmCreateLogonSession(), SepRmDeleteLogonSession(), SepRmDereferenceLogonSession(), SepRmInsertLogonSessionIntoToken(), SepRmReferenceLogonSession(), and SepRmRemoveLogonSessionFromToken().
| PDEVICE_MAP _SEP_LOGON_SESSION_REFERENCES::pDeviceMap |
Definition at line 173 of file setypes.h.
Referenced by SeGetLogonIdDeviceMap(), SepRmCreateLogonSession(), SepRmDeleteLogonSession(), SepRmDereferenceLogonSession(), and SepRmInsertLogonSessionIntoToken().
| ULONG _SEP_LOGON_SESSION_REFERENCES::ReferenceCount |
Definition at line 171 of file setypes.h.
Referenced by SeGetLogonIdDeviceMap(), SepRmCreateLogonSession(), SepRmDeleteLogonSession(), SepRmDereferenceLogonSession(), SepRmInsertLogonSessionIntoToken(), and SepRmReferenceLogonSession().
| LIST_ENTRY _SEP_LOGON_SESSION_REFERENCES::TokenList |
Definition at line 174 of file setypes.h.
Referenced by SepRmCreateLogonSession(), and SepRmInsertLogonSessionIntoToken().