BcdDeviceUnknownData class

Represents unknown device data and exposes the data as a BLOB.

Syntax

class BcdDeviceUnknownData : BcdDeviceData
{
  uint8 Data[];
};

Members

The BcdDeviceUnknownData class has these types of members:

Properties

The BcdDeviceUnknownData class has these properties.

Data

Data type: uint8 array

Access type: Read-only

The binary data of the unknown device element.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Namespace
Root\WMI
MOF
Bcd.mof

See also

BcdDeviceData