OpenObject method of the BcdStore class

Opens the specified object.

Syntax

boolean OpenObject(
  [in]  string    Id,
  [out] BcdObject Object
);

Parameters

Id [in]

The object identifier. This is a GUID in string form, surrounded by curly braces.

Object [out]

The object.

Requirements

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

See also

BcdStore