EldoS
 Table of Contents >  CBDisk.StorageType property
Navigation
Web site
Support
Table Of Contents

CBDisk.StorageType property

Filter:

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

CBDisk     See also    

Overview

Specifies the type of the storage being mounted.

Declaration

[Pascal]
    property StorageType : TCBDiskStorageType;

[C++ (Lib)]
    CBDiskStorageType GetStorageType();
    void SetStorageType(CBDiskStorageType Value);

[C++ (VCL)]
    __property TCBDiskStorageType StorageType;

[C++ (.NET)]
    CBDiskStorageType StorageType;

[C#]
    CBDiskStorageType StorageType;

[VB.NET]
    Public Property StorageType As CBDiskStorageType

Values of CbDiskStorageType

[Pascal] [C++ (VCL)] [C++ (Lib)] [C++ (.NET)] [C#] [VB.NET] Value Meaning
stDisk 0 The mounted media is a regular disk.
stCDROM 1 The mounted media is a CD-ROM or DVD.
stVirtualDisk 2 The mounted media is an in-memory storage.
stDiskPnP 3 The mounted media emulates physical disk device.

Description

This property lets you specify the type of the storage being mounted. Explorer uses the type of the storage to display different icons and to use various security settings.

See also

StorageCharacteristics    


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