CBDisk.SectorSize property
Filter:
Pascal C++ (Lib) C++ (VCL) C++ (.NET) C# VB.NETOverview
Specifies the number of bytes in the sector of the virtual disk.
Declaration
[Pascal]
property SectorSize : LongWord;
[C++ (Lib)]
unsigned long GetSectorSize();
void SetSectorSize(unsigned long Value);
[C++ (VCL)]
__property unsigned long SectorSize;
[C++ (.NET)]
UInt32 SectorSize;
[C#]
UInt32 SectorSize;
[VB.NET]
Public Property SectorSize As UInt32
Description
Use this property to set or query the size of the sector in the media. SectorSize is 512 (bytes) by default, but you can change it to be 1024, 2048 etc. bytes if needed. CD media uses sector size of 2048 bytes.
See also
SectorsPerTrack TracksPerCylinder
Got questions or comments about this topic? Tell us about them.

