VolumeInfoDef

Returns information relative to the specified existing volume.

Syntax

  struct VolumeInfoDef 
  { 
      BYTE     *volumeName; 
      QUAD     numberOfBlocks; 
      LONG     blockSize; 
      LONG     unitSize; 
      struct   VolumeConfigElementList *info; 
  };
  

Fields

volumeName
This field is initialized by the application and defines the volume for which information is required.
numberOfBlocks
The number of file system blocks that make up the volume’s capacity.
blockSize
The size, in bytes, of the file's system block.
unitSize
The size, in bytes, of the sector.
info
A pointer to a VolumeConfigElementList structure.