BcdUnknownElement class

Represents an unknown element.

Syntax

class BcdUnknownElement : BcdElement
{
  uint64 ActualType;
};

Members

The BcdUnknownElement class has these types of members:

Properties

The BcdUnknownElement class has these properties.

ActualType

Data type: uint64

Access type: Read-only

The actual value of the element inside the BCD store. The value is passed as a string because Automation does not natively support 64-bit integers.

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

BcdElement

SetIntegerElement