EldoS
 Table of Contents >  CBDisk.CreateStorage method
Navigation
Web site
Support
Table Of Contents

CBDisk.CreateStorage method

Filter:

Pascal    C++ (Lib)    C++ (VCL)    C++ (.NET)    C#    VB.NET   

CBDisk     See also    

Overview

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.
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2011, EldoS Corporation