SetBooleanElement method of the BcdObject class

Sets the specified Boolean element.

Syntax

boolean SetBooleanElement(
  [in] uint32  Type,
  [in] boolean Boolean
);

Parameters

Type [in]

The element type. This parameter is one of the Boolean element types from the following enumerations:

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

Boolean [in]

The element value.

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

BcdBooleanElement

BcdObject