CreateObject method of the BcdStore class

Creates the specified object.

Syntax

boolean CreateObject(
  [in]  string    Id,
  [in]  uint32    Type,
  [out] BcdObject Object
);

Parameters

Id [in]

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

Type [in]

The object type.

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
MOF
Bcd.mof

See also

BcdStore