VolumeLimitDef

Returns a set of volume limits for the file system in a structure.

Syntax

  struct VolumeLimitDef 
  { 
      LONG   maxVolumeNameSize; 
      QUAD   maxVolumeSize; 
      LONG   maxBlockSize; 
      LONG   maxSegmentSize; 
      LONG   maxSegmentsPerVolume; 
      LONG   maxVolumes; 
      LONG   attributes; 
  };
  

Fields

maxVolumeNameSize
The maximum length, in bytes, of the volume name regardless of ASCII or UNICODE format.
maxVolumeSize
The maximum volume capacity, in blocks.
maxBlockSize
The maximum block size in bytes.
maxSegmentSize
The maximum segment size in sectors.
maxSegmentsPerVolume
The maximum segments per volume.
maxVolumes
The maximum number of volumes the file system can support.
attributes
A bit field defining volume attributes. Currently, the only attribute defined is MM_UNICODE_TEXT, which indicates that all names for volumes supported by the file system application are UNICODE strings.