www.icetips.com  Icetips Utilities Documentation 11/14/2010    

File Class: GetVolumeInfo

Previous  Top  Next  


Prototype: (String pDrive, Long pInfoToGet),String

 

pDriveDrive letter to get the drive type string for.  Normally passed as C:\ or \\servername\share\
pInfoToGetInformation equate determining which volume information to get.  See below.

 

ReturnsReturns the requested information.

 

This method can be called with several different options to return different information.

 

IT_VolInfo:VolName       EQUATE

IT_VolInfo:VolSerial     EQUATE

IT_VolInfo:VolCompLen    EQUATE

IT_VolInfo:VolSysFlags   EQUATE

IT_VolInfo:VolSysName    EQUATE

Value

Meaning

IT_VolInfo:VolName

Returns the volume name (string)

IT_VolInfo:VolSerial

Returns the volume serial number (string) - see GetDriveSerialNumber

IT_VolInfo:VolCompLen

Returns the component length (integer) such as filename length.

IT_VolInfo:VolSysFlags

Returns the volume system flags.  See http://msdn.microsoft.com/en-us/library/aa364993(VS.85).aspx for more information (integer)

IT_VolInfo:VolSysName

Returns the volume system name, such as FAT32 or NTFS (string). 

 

 

See also:

GetDriveSerialNumber

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getvolumeinfo_fileclass.htm