ReactOS 0.4.16-dev-297-gc569aee
|
#include "lsasrv.h"
Go to the source code of this file.
Classes | |
struct | _LSA_NOTIFICATION_ENTRY |
Typedefs | |
typedef struct _LSA_NOTIFICATION_ENTRY | LSA_NOTIFICATION_ENTRY |
typedef struct _LSA_NOTIFICATION_ENTRY * | PLSA_NOTIFICATION_ENTRY |
Functions | |
VOID | LsapInitNotificationList (VOID) |
static PLSA_NOTIFICATION_ENTRY | LsapGetNotificationEntry (PLSA_API_MSG pRequestMsg) |
static NTSTATUS | LsapAddNotification (PLSA_API_MSG pRequestMsg) |
static NTSTATUS | LsapRemoveNotification (PLSA_API_MSG pRequestMsg) |
NTSTATUS | LsapRegisterNotification (PLSA_API_MSG pRequestMsg) |
VOID | LsapNotifyPolicyChange (POLICY_NOTIFICATION_INFORMATION_CLASS InformationClass) |
Variables | |
static LIST_ENTRY | NotificationListHead |
static RTL_RESOURCE | NotificationListLock |
|
static |
Definition at line 63 of file notify.c.
Referenced by LsapRegisterNotification().
|
static |
Definition at line 37 of file notify.c.
Referenced by LsapRemoveNotification().
Definition at line 28 of file notify.c.
Referenced by LsapInitLsa().
VOID LsapNotifyPolicyChange | ( | POLICY_NOTIFICATION_INFORMATION_CLASS | InformationClass | ) |
Definition at line 188 of file notify.c.
Referenced by LsarSetInformationPolicy().
NTSTATUS LsapRegisterNotification | ( | PLSA_API_MSG | pRequestMsg | ) |
Definition at line 159 of file notify.c.
Referenced by AuthPortThreadRoutine().
|
static |
Definition at line 132 of file notify.c.
Referenced by LsapRegisterNotification().
|
static |
Definition at line 21 of file notify.c.
Referenced by LsapAddNotification(), LsapGetNotificationEntry(), LsapInitNotificationList(), and LsapNotifyPolicyChange().
|
static |
Definition at line 22 of file notify.c.
Referenced by LsapInitNotificationList(), LsapNotifyPolicyChange(), and LsapRegisterNotification().