CreateStore method of the BcdStore class

Creates a new store.

Syntax

boolean CreateStore(
  [in]  string   File,
  [out] BcdStore Store
);

Parameters

File [in]

The full path to the store to be created.

Store [out]

A BcdStore 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