EldoS
 Table of Contents >  CallbackFileSystem.MountingPointCountEx property
Navigation
Web site
Support
Table Of Contents
Send comments on this topic

CallbackFileSystem.MountingPointCountEx property

Filter:

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

CallbackFileSystem     See also    

Overview

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    

Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation