DEV_BROADCAST_OEM structure (dbt.h)
Contains information about a OEM-defined device type.
Syntax
typedef struct _DEV_BROADCAST_OEM {
DWORD dbco_size;
DWORD dbco_devicetype;
DWORD dbco_reserved;
DWORD dbco_identifier;
DWORD dbco_suppfunc;
} DEV_BROADCAST_OEM;
Members
dbco_size
The size of this structure, in bytes.
dbco_devicetype
Set to DBT_DEVTYP_OEM.
dbco_reserved
Reserved; do not use.
dbco_identifier
The OEM-specific identifier for the device.
dbco_suppfunc
The OEM-specific function value. Possible values depend on the device.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP |
Minimum supported server | Windows Server 2003 |
Header | dbt.h |