CBDisk.StorageCharacteristics property
Filter:
Pascal C++ (Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
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
|
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
Got questions or comments about this topic? Tell us about them.

