Home
last modified time | relevance | path

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

/reactos/dll/win32/lsasrv/
H A Dnotify.c41 PLSA_NOTIFICATION_ENTRY CurrentNotification; in LsapGetNotificationEntry() local
46 CurrentNotification = CONTAINING_RECORD(NotificationEntry, LSA_NOTIFICATION_ENTRY, Entry); in LsapGetNotificationEntry()
48 … if ((CurrentNotification->ClientId.UniqueProcess == pRequestMsg->h.ClientId.UniqueProcess) && in LsapGetNotificationEntry()
49 (CurrentNotification->ClientId.UniqueThread == pRequestMsg->h.ClientId.UniqueThread) && in LsapGetNotificationEntry()
50 …(CurrentNotification->InformationClass == pRequestMsg->PolicyChangeNotify.Request.InformationClass… in LsapGetNotificationEntry()
52 return CurrentNotification; in LsapGetNotificationEntry()
192 PLSA_NOTIFICATION_ENTRY CurrentNotification; in LsapNotifyPolicyChange() local
202 CurrentNotification = CONTAINING_RECORD(NotificationEntry, LSA_NOTIFICATION_ENTRY, Entry); in LsapNotifyPolicyChange()
204 if (CurrentNotification->InformationClass == InformationClass) in LsapNotifyPolicyChange()
206 TRACE("Notify event %p\n", CurrentNotification->MappedEventHandle); in LsapNotifyPolicyChange()
[all …]