DEV_BROADCAST_OEM structure
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, *PDEV_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
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/16/2013