![]() |
Dataflow Runtime API
3.0.3.0
|
A store is a stream device that a block driver exports. More...
#include <Imt.Base.OS.WinEC7/StorageManager.h>
Static Public Member Functions | |
static void | getStorages (std::vector< StorageInfo > &storages) |
Gets the storages attached to the system. More... | |
A store is a stream device that a block driver exports.
The store can be a hard drive, CD-ROM, memory storage card, or any other media. Storage Manager handles all external storage items, including all file systems and block drivers. All file, data, and volume manipulation goes through Storage Manager. Storage Manager uses three major elements: Block Driver Manager, Partition Manager, and File System Driver (FSD) Manager.
|
static |
Gets the storages attached to the system.
storages | The vector to be filled with the found storages |