GetElement method of the BcdObject class

Gets the specified element.

Syntax

boolean GetElement(
  [in]  uint32     Type,
  [out] BcdElement Element
);

Parameters

Type [in]

The element type. This parameter is one of the values from the following enumerations:

It can also be a custom element type created for your own use.

Element [out]

The 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

BcdObject