DeleteObject method of the BcdStore class

Deletes the specified object.

Syntax

boolean DeleteObject(
  [in] string Id
);

Parameters

Id [in]

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

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