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

CBDisk.StorageCharacteristics property

Filter:

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

CBDisk     See also    

Overview

Specifies the characteristics of the storage being mounted.

Declaration

[Pascal]
    property StorageCharacteristics : TCBDiskStorageCharacteristics;

[C++ (Lib)]
    CBDiskStorageCharacteristics GetStorageCharacteristics();
    void SetStorageCharacteristics(CBDiskStorageCharacteristics Value);

[C++ (VCL)]
    __property TCBDiskStorageCharacteristics StorageCharacteristics;

[C++ (.NET)]
    CBDiskStorageCharacteristics StorageCharacteristics;

[C#]
    CBDiskStorageCharacteristics StorageCharacteristics;

[VB.NET]
    Public Property StorageCharacteristics As CBDiskStorageCharacteristics

Values of CbDiskStorageCharacteristics

[Pascal] [C++ (VCL)] [C++ (Lib)] [C++ (.NET)] [C#] [VB.NET] Meaning
scFloppyDiskette CBDISK_FLOPPY_DISKETTE = 1 The mounted media is a floppy disk.
scReadOnlyDevice CBDISK_READ_ONLY_DEVICE = 2 The mounted media is read-only.
scWriteOnceMedia CBDISK_WRITE_ONCE_MEDIA = 8 The mounted media can be written to only once.
scRemovableMedia CBDISK_REMOVABLE_MEDIA = 16 The mounted media can be removed by the user at any time.

Description

StorageCharacteristics lets you specify the characteristics of the storage being mounted. The system uses various flags to optimize it's work with the storage.

in .NET and C++ API the property is a combination of zero or more flags joined together using bitwise OR operation.

See also

StorageType    


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