CBDisk.MountingPointCount property
Filter:
Pascal C++ (Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Returns the number of elements in the mounting point list
Declaration
[Pascal]
property MountingPointCount : integer;
[C++ (Lib)]
unsigned long GetMountingPointCount();
[C++ (VCL)]
long MountingPointCount;
[C++ (.NET)]
int MountingPointCount;
[C#]
int MountingPointCount;
[VB.NET]
Public Property MountingPointCount As Integer
Parameters
- Index - the zero-based index of the mounting point in the list.
Description
Use this method to get the number of elements in the list of mounting points for mounted volume. Read more about mounting points.
See also
AddMountingPoint DeleteMountingPoint MountingPoints
Got questions or comments about this topic? Tell us about them.

