This topic has not yet been rated - Rate this topic

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

Dbt.h

See also

DEV_BROADCAST_HDR
WM_DEVICECHANGE

 

 

Send comments about this topic to Microsoft

Build date: 4/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.