| Platform SDK: Hardware |
The DEV_BROADCAST_HANDLE structure contains information about a file system handle.
typedef struct _DEV_BROADCAST_HANDLE {
DWORD dbch_size;
DWORD dbch_devicetype;
DWORD dbch_reserved;
HANDLE dbch_handle;
HDEVNOTIFY dbch_hdevnotify;
// The following are valid only for DBT_CUSTOMEVENT
GUID dbch_eventguid;
LONG dbch_nameoffset;
BYTE dbch_data[1];
} DEV_BROADCAST_HANDLE *PDEV_BROADCAST_HANDLE;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Dbt.h.
Device Management Overview, Device Management Structures, DEV_BROADCAST_HDR, WM_DEVICECHANGE