ReactOS 0.4.16-dev-1097-g530d26a
|
#include <precomp.h>
Public Attributes | |
LIST_ENTRY | ListEntry |
NOTIFICATION_TYPE | dwType |
PWSTR | pszName |
DWORD_PTR | hRecipient |
DWORD | ulFlags |
GUID | ClassGuid |
GUID NOTIFY_ENTRY::ClassGuid |
Definition at line 59 of file precomp.h.
Referenced by PNP_RegisterNotification(), and ProcessDeviceClassChangeEvent().
NOTIFICATION_TYPE NOTIFY_ENTRY::dwType |
Definition at line 55 of file precomp.h.
Referenced by PNP_RegisterNotification(), and ProcessDeviceClassChangeEvent().
DWORD_PTR NOTIFY_ENTRY::hRecipient |
Definition at line 57 of file precomp.h.
Referenced by PNP_RegisterNotification(), and ProcessDeviceClassChangeEvent().
LIST_ENTRY NOTIFY_ENTRY::ListEntry |
Definition at line 54 of file precomp.h.
Referenced by PNP_RegisterNotification().
PWSTR NOTIFY_ENTRY::pszName |
Definition at line 56 of file precomp.h.
Referenced by PNP_RegisterNotification().
DWORD NOTIFY_ENTRY::ulFlags |
Definition at line 58 of file precomp.h.
Referenced by PNP_RegisterNotification(), and ProcessDeviceClassChangeEvent().