EnumerateObjects method of the BcdStore class

Enumerates the objects of the specified type.

Syntax

boolean EnumerateObjects(
  [in]  uint32    Type,
  [out] BcdObject Objects[]
);

Parameters

Type [in]

The object type. For more information, see the Type property of the BCDObject class.

Objects [out]

An array of objects.

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

BcdStore