Represents a BCD store that contains a collection of BCD objects.
Syntax
class BcdStore
{
string FilePath;
};
Methods
The BcdStore class defines the following methods.
Properties
The BcdStore class defines the following property.
- FilePath
-
- Data type: string
- Access type: Read-only
- Qualifiers: Key
A file path that uniquely identifies the store. The system store is denoted by an empty string ("").
Remarks
Each store is contained in a file. One store is marked as the system store, which is the store currently in
use on the system. When the system is booted, it uses the settings in the system store.
The CreateStore,
OpenStore, and
ImportStore methods are static methods; they can be
called without an instance of the class. To do so, open a WMI object that represents the
BcdStore class and call these methods.
Requirements
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Redistributable | BCD WMI provider on Windows Server 2003, Windows XP, and Windows 2000 |
| MOF | Bcd.mof |
| Namespace | \\.\Root\WMI |
Send comments about this topic to Microsoft
Build date: 11/19/2009