CBDisk.CreateStorage method
Filter:
Pascal C++ (Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Creates a storage.
Declaration
[Pascal]
procedure CreateStorage();
[C++ (Lib)]
void CreateStorage();
[C++ (VCL)]
void __fastcall CreateStorage();
[C++ (.NET)]
void CreateStorage();
[C#]
void CreateStorage();
[VB.NET]
Sub CreateStorage()
Description
Use this method to create new storage ("virtual disk drive") in the system. The function creates a storage without creating any default mounting points. You can add a mounting point using AddMountingPoint method.
To start using the "device", call MountMedia method, which will "insert a disk to the drive".
See also
AddMountingPoint MountMedia DeleteStorage
Got questions or comments about this topic? Tell us about them.

