ReactOS 0.4.16-dev-1097-g530d26a
NOTIFY_ENTRY Struct Reference

#include <precomp.h>

Collaboration diagram for NOTIFY_ENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
NOTIFICATION_TYPE dwType
 
PWSTR pszName
 
DWORD_PTR hRecipient
 
DWORD ulFlags
 
GUID ClassGuid
 

Detailed Description

Definition at line 52 of file precomp.h.

Member Data Documentation

◆ ClassGuid

GUID NOTIFY_ENTRY::ClassGuid

Definition at line 59 of file precomp.h.

Referenced by PNP_RegisterNotification(), and ProcessDeviceClassChangeEvent().

◆ dwType

NOTIFICATION_TYPE NOTIFY_ENTRY::dwType

Definition at line 55 of file precomp.h.

Referenced by PNP_RegisterNotification(), and ProcessDeviceClassChangeEvent().

◆ hRecipient

DWORD_PTR NOTIFY_ENTRY::hRecipient

Definition at line 57 of file precomp.h.

Referenced by PNP_RegisterNotification(), and ProcessDeviceClassChangeEvent().

◆ ListEntry

LIST_ENTRY NOTIFY_ENTRY::ListEntry

Definition at line 54 of file precomp.h.

Referenced by PNP_RegisterNotification().

◆ pszName

PWSTR NOTIFY_ENTRY::pszName

Definition at line 56 of file precomp.h.

Referenced by PNP_RegisterNotification().

◆ ulFlags

DWORD NOTIFY_ENTRY::ulFlags

Definition at line 58 of file precomp.h.

Referenced by PNP_RegisterNotification(), and ProcessDeviceClassChangeEvent().


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