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

CBDisk.TracksPerCylinder property

Filter:

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

CBDisk     See also    

Overview

Specifies the number of tracks in the cylinder of the virtual disk.

Declaration

[Pascal]
    property TracksPerCylinder : LongWord;

[C++ (Lib)]
    unsigned long GetTracksPerCylinder();
    void SetTracksPerCylinder(unsigned long Value);

[C++ (VCL)]
    __property unsigned long TracksPerCylinder;

[C++ (.NET)]
    UInt32 TracksPerCylinder;

[C#]
    UInt32 TracksPerCylinder;

[VB.NET]
    Public Property TracksPerCylinder As UInt32

Description

Use this property to set or query the number of tracks per cylinder in the media. Various device types with different geometry use different values of this parameter.

See also

SectorSize     SectorsPerTrack    


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