ReactOS 0.4.15-dev-8100-g1887773
_LSA_NOTIFICATION_ENTRY Struct Reference
Collaboration diagram for _LSA_NOTIFICATION_ENTRY:

Public Attributes

LIST_ENTRY Entry
 
POLICY_NOTIFICATION_INFORMATION_CLASS InformationClass
 
CLIENT_ID ClientId
 
HANDLE EventHandle
 
HANDLE MappedEventHandle
 

Detailed Description

Definition at line 10 of file notify.c.

Member Data Documentation

◆ ClientId

CLIENT_ID _LSA_NOTIFICATION_ENTRY::ClientId

Definition at line 14 of file notify.c.

Referenced by LsapGetNotificationEntry().

◆ Entry

LIST_ENTRY _LSA_NOTIFICATION_ENTRY::Entry

Definition at line 12 of file notify.c.

◆ EventHandle

HANDLE _LSA_NOTIFICATION_ENTRY::EventHandle

Definition at line 15 of file notify.c.

Referenced by LsapGetNotificationEntry().

◆ InformationClass

POLICY_NOTIFICATION_INFORMATION_CLASS _LSA_NOTIFICATION_ENTRY::InformationClass

Definition at line 13 of file notify.c.

Referenced by LsapGetNotificationEntry(), and LsapNotifyPolicyChange().

◆ MappedEventHandle

HANDLE _LSA_NOTIFICATION_ENTRY::MappedEventHandle

Definition at line 16 of file notify.c.

Referenced by LsapNotifyPolicyChange().


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