ReactOS 0.4.16-dev-1-gcf26321
|
#include "winlogon.h"
Go to the source code of this file.
Classes | |
struct | _NOTIFICATION_ITEM |
Typedefs | |
typedef VOID(WINAPI * | PWLX_NOTIFY_HANDLER) (PWLX_NOTIFICATION_INFO pInfo) |
typedef struct _NOTIFICATION_ITEM | NOTIFICATION_ITEM |
typedef struct _NOTIFICATION_ITEM * | PNOTIFICATION_ITEM |
Functions | |
static VOID | AddSfcNotification (VOID) |
static VOID | AddNotificationDll (HKEY hNotifyKey, PWSTR pszKeyName) |
BOOL | InitNotifications (VOID) |
static VOID | CallNotificationDll (HKEY hNotifyKey, PNOTIFICATION_ITEM NotificationDll, NOTIFICATION_TYPE Type, PWLX_NOTIFICATION_INFO pInfo) |
VOID | CallNotificationDlls (PWLSESSION pSession, NOTIFICATION_TYPE Type) |
VOID | CleanupNotifications (VOID) |
Variables | |
static PSTR | FuncNames [LastHandler] |
static LIST_ENTRY | NotificationDllListHead |
typedef struct _NOTIFICATION_ITEM * PNOTIFICATION_ITEM |
typedef VOID(WINAPI * PWLX_NOTIFY_HANDLER) (PWLX_NOTIFICATION_INFO pInfo) |
Definition at line 109 of file notify.c.
Referenced by InitNotifications().
Definition at line 57 of file notify.c.
Referenced by InitNotifications().
|
static |
Definition at line 309 of file notify.c.
Referenced by CallNotificationDlls().
VOID CallNotificationDlls | ( | PWLSESSION | pSession, |
NOTIFICATION_TYPE | Type | ||
) |
Definition at line 390 of file notify.c.
Referenced by DoGenericAction(), HandleLogoff(), HandleLogon(), HandleShutdown(), StartScreenSaver(), and WinMain().
Definition at line 470 of file notify.c.
Referenced by WinMain().
Definition at line 253 of file notify.c.
Referenced by WinMain().
|
static |
Definition at line 19 of file notify.c.
Referenced by CallNotificationDll().
|
static |
Definition at line 50 of file notify.c.
Referenced by AddNotificationDll(), AddSfcNotification(), CallNotificationDlls(), CleanupNotifications(), and InitNotifications().