Searched refs:LogonSession (Results 1 – 3 of 3) sorted by relevance
381 LogonSession != NULL; in SepRmInsertLogonSessionIntoToken()382 LogonSession = LogonSession->Next) in SepRmInsertLogonSessionIntoToken()396 if (LogonSession == NULL) in SepRmInsertLogonSessionIntoToken()422 Token->LogonSession->Next = LogonSession->Next; in SepRmInsertLogonSessionIntoToken()423 Token->LogonSession->LogonId = LogonSession->LogonId; in SepRmInsertLogonSessionIntoToken()424 Token->LogonSession->ReferenceCount = LogonSession->ReferenceCount; in SepRmInsertLogonSessionIntoToken()425 Token->LogonSession->Flags = LogonSession->Flags; in SepRmInsertLogonSessionIntoToken()426 Token->LogonSession->pDeviceMap = LogonSession->pDeviceMap; in SepRmInsertLogonSessionIntoToken()427 InsertHeadList(&LogonSession->TokenList, &Token->LogonSession->TokenList); in SepRmInsertLogonSessionIntoToken()463 LogonSession = LogonSession->Next) in SepRmRemoveLogonSessionFromToken()[all …]
1614 if (AccessToken->LogonSession) in SepDeleteToken()
245 PSEP_LOGON_SESSION_REFERENCES LogonSession; /* 0x98 */ member