Home
last modified time | relevance | path

Searched refs:SepLogonNotifications (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/se/
H A Dsrm.c63 PSEP_LOGON_SESSION_TERMINATED_NOTIFICATION SepLogonNotifications = NULL; variable
1596 Notification->Next = SepLogonNotifications; in SeRegisterLogonSessionTerminatedRoutine()
1597 SepLogonNotifications = Notification; in SeRegisterLogonSessionTerminatedRoutine()
1636 for (Current = SepLogonNotifications; in SeUnregisterLogonSessionTerminatedRoutine()
1655 SepLogonNotifications = Current->Next; in SeUnregisterLogonSessionTerminatedRoutine()