ReactOS 0.4.15-dev-7931-gfd331f1
_NOTIFICATION_ITEM Struct Reference
Collaboration diagram for _NOTIFICATION_ITEM:

Public Attributes

LIST_ENTRY ListEntry
 
PWSTR pszKeyName
 
PWSTR pszDllName
 
BOOL bEnabled
 
BOOL bAsynchronous
 
BOOL bSafe
 
BOOL bImpersonate
 
BOOL bSmartCardLogon
 
DWORD dwMaxWait
 
BOOL bSfcNotification
 

Detailed Description

Definition at line 35 of file notify.c.

Member Data Documentation

◆ bAsynchronous

BOOL _NOTIFICATION_ITEM::bAsynchronous

Definition at line 41 of file notify.c.

Referenced by AddNotificationDll().

◆ bEnabled

BOOL _NOTIFICATION_ITEM::bEnabled

Definition at line 40 of file notify.c.

Referenced by AddNotificationDll(), AddSfcNotification(), and CallNotificationDlls().

◆ bImpersonate

BOOL _NOTIFICATION_ITEM::bImpersonate

Definition at line 43 of file notify.c.

Referenced by AddNotificationDll().

◆ bSafe

BOOL _NOTIFICATION_ITEM::bSafe

Definition at line 42 of file notify.c.

Referenced by AddNotificationDll().

◆ bSfcNotification

BOOL _NOTIFICATION_ITEM::bSfcNotification

Definition at line 46 of file notify.c.

Referenced by AddSfcNotification(), and CallNotificationDll().

◆ bSmartCardLogon

BOOL _NOTIFICATION_ITEM::bSmartCardLogon

Definition at line 44 of file notify.c.

Referenced by AddNotificationDll().

◆ dwMaxWait

DWORD _NOTIFICATION_ITEM::dwMaxWait

Definition at line 45 of file notify.c.

Referenced by AddNotificationDll(), and AddSfcNotification().

◆ ListEntry

LIST_ENTRY _NOTIFICATION_ITEM::ListEntry

Definition at line 37 of file notify.c.

Referenced by AddNotificationDll(), AddSfcNotification(), and CleanupNotifications().

◆ pszDllName

PWSTR _NOTIFICATION_ITEM::pszDllName

◆ pszKeyName

PWSTR _NOTIFICATION_ITEM::pszKeyName

Definition at line 38 of file notify.c.

Referenced by AddNotificationDll(), CallNotificationDll(), and CleanupNotifications().


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