Sponsors
GetVolumeInformation
in Drives
Function name: GetVolumeInformation
Defined in : Kernel32
Requirements : Windows NT 3.1 or later; Windows 95 or later
Declaration:
Declare Function GetVolumeInformation Lib "kernel32" Alias "GetVolumeInformationA" (ByVal lpRootPathName As String, ByVal lpVolumeNameBuffer As String, ByVal nVolumeNameSize As Long, lpVolumeSerialNumber As Long, lpMaximumComponentLength As Long, lpFileSystemFlags As Long, ByVal lpFileSystemNameBuffer As String, ByVal nFileSystemNameSize As Long) As Long
Parameters:
Returns:
Related functions:
Examples: