Discuss this help topic in SecureBlackbox Forum

TElCompoundFileStorage.MiniSectorSize

TElCompoundFileStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the size of a mini-sector.

Declaration

[C#]
    int MiniSectorSize;

[VB.NET]
    Property MiniSectorSize As Integer

[Pascal]
    property MiniSectorSize : integer;

[C++]
    int32_t get_MiniSectorSize();

[PHP]
    integer get_MiniSectorSize()

[Java]
    int getMiniSectorSize();

Description

    Use this read-only property to get the size of a mini-sector in the compound file system.

See also:     SectorSize     MiniSectorCutoffSize    

Discuss this help topic in SecureBlackbox Forum