ReactOS 0.4.16-dev-329-g9223134
|
Public Attributes | |
LIST_ENTRY | ListEntry |
PWSTR | pszKeyName |
PWSTR | pszDllName |
BOOL | bEnabled |
BOOL | bAsynchronous |
BOOL | bSafe |
BOOL | bImpersonate |
BOOL | bSmartCardLogon |
DWORD | dwMaxWait |
BOOL | bSfcNotification |
BOOL _NOTIFICATION_ITEM::bAsynchronous |
Definition at line 41 of file notify.c.
Referenced by AddNotificationDll().
BOOL _NOTIFICATION_ITEM::bEnabled |
Definition at line 40 of file notify.c.
Referenced by AddNotificationDll(), AddSfcNotification(), and CallNotificationDlls().
BOOL _NOTIFICATION_ITEM::bImpersonate |
Definition at line 43 of file notify.c.
Referenced by AddNotificationDll().
BOOL _NOTIFICATION_ITEM::bSafe |
Definition at line 42 of file notify.c.
Referenced by AddNotificationDll().
BOOL _NOTIFICATION_ITEM::bSfcNotification |
Definition at line 46 of file notify.c.
Referenced by AddSfcNotification(), and CallNotificationDll().
BOOL _NOTIFICATION_ITEM::bSmartCardLogon |
Definition at line 44 of file notify.c.
Referenced by AddNotificationDll().
DWORD _NOTIFICATION_ITEM::dwMaxWait |
Definition at line 45 of file notify.c.
Referenced by AddNotificationDll(), and AddSfcNotification().
LIST_ENTRY _NOTIFICATION_ITEM::ListEntry |
Definition at line 37 of file notify.c.
Referenced by AddNotificationDll(), AddSfcNotification(), and CleanupNotifications().
PWSTR _NOTIFICATION_ITEM::pszDllName |
Definition at line 39 of file notify.c.
Referenced by AddNotificationDll(), AddSfcNotification(), CallNotificationDll(), and CleanupNotifications().
PWSTR _NOTIFICATION_ITEM::pszKeyName |
Definition at line 38 of file notify.c.
Referenced by AddNotificationDll(), CallNotificationDll(), and CleanupNotifications().