Platform SDK: Hardware |
The DEV_BROADCAST_DEVICEINTERFACE structure contains information about a class of devices.
typedef struct _DEV_BROADCAST_DEVICEINTERFACE { DWORD dbcc_size; DWORD dbcc_devicetype; DWORD dbcc_reserved; GUID dbcc_classguid; TCHAR dbcc_name[1]; } DEV_BROADCAST_DEVICEINTERFACE *PDEV_BROADCAST_DEVICEINTERFACE;
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