Freigeben über


OpenStore method of the BcdStore class

Opens a store.

Syntax

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

Parameters

File [in]

The full path to the store to be opened. If this parameter is an empty string (""), the method opens the system store.

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