ReactOS 0.4.15-dev-8039-g69ebfd6
_DEV_BROADCAST_HANDLE Struct Reference

#include <dbt.h>

Collaboration diagram for _DEV_BROADCAST_HANDLE:

Public Attributes

DWORD dbch_size
 
DWORD dbch_devicetype
 
DWORD dbch_reserved
 
HANDLE dbch_handle
 
HDEVNOTIFY dbch_hdevnotify
 
GUID dbch_eventguid
 
LONG dbch_nameoffset
 
BYTE dbch_data [1]
 

Detailed Description

Definition at line 121 of file dbt.h.

Member Data Documentation

◆ dbch_data

BYTE _DEV_BROADCAST_HANDLE::dbch_data[1]

Definition at line 129 of file dbt.h.

◆ dbch_devicetype

DWORD _DEV_BROADCAST_HANDLE::dbch_devicetype

Definition at line 123 of file dbt.h.

◆ dbch_eventguid

GUID _DEV_BROADCAST_HANDLE::dbch_eventguid

Definition at line 127 of file dbt.h.

◆ dbch_handle

HANDLE _DEV_BROADCAST_HANDLE::dbch_handle

Definition at line 125 of file dbt.h.

◆ dbch_hdevnotify

HDEVNOTIFY _DEV_BROADCAST_HANDLE::dbch_hdevnotify

Definition at line 126 of file dbt.h.

◆ dbch_nameoffset

LONG _DEV_BROADCAST_HANDLE::dbch_nameoffset

Definition at line 128 of file dbt.h.

◆ dbch_reserved

DWORD _DEV_BROADCAST_HANDLE::dbch_reserved

Definition at line 124 of file dbt.h.

◆ dbch_size

DWORD _DEV_BROADCAST_HANDLE::dbch_size

Definition at line 122 of file dbt.h.

Referenced by PNP_RegisterNotification().


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