Dataflow Runtime API  3.0.3.0
Static Public Member Functions | List of all members
imt::base::os::winec7::StorageManager Class Reference

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...
 

Detailed Description

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.

See also
https://msdn.microsoft.com/en-us/library/ee490039.aspx

Member Function Documentation

◆ getStorages()

static void imt::base::os::winec7::StorageManager::getStorages ( std::vector< StorageInfo > &  storages)
static

Gets the storages attached to the system.

Parameters
storagesThe vector to be filled with the found storages

The documentation for this class was generated from the following file: