EnumerateElementTypes method of the BcdObject class

Enumerates the types of elements in the object.

Syntax

boolean EnumerateElementTypes(
  [out] uint32 Types[]
);

Parameters

Types [out]

An array of element types. Each array element can be one of the values from the following enumerations:

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

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