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

