EldoS
 Table of Contents >  CBDisk.MountingPointCount property
Navigation
Web site
Support
Table Of Contents

CBDisk.MountingPointCount property

Filter:

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

CBDisk     See also    

Overview

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.
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2011, EldoS Corporation