CallbackFileSystem.MountingPointCountEx 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 MountingPointCountEx : integer;
[C++ (Lib)]
unsigned long GetMountingPointCountEx();
[C++ (VCL)]
long MountingPointCountEx;
[C++ (.NET)]
long MountingPointCountEx;
[C#]
int MountingPointCountEx;
[VB.NET]
Public Property MountingPointCountEx As Integer
Description
Use this property to get the total number of mounting points for the storage. This includes both global mounting points and local mounting points for all threads of all user sessions. Use MountingPointCount property to get the number of the mounting points visible for the current thread.
Read more about mounting points.
See also
MountingPointCount AddMountingPointEx DeleteMountingPointEx GetMountingPointEx
