取得Disk Volume Information
                                取得Disk Volume Information2009-10-06Private Declare Function GetVolumeInformation Lib "kernel32" _  Alias "GetVolumeInformationA" (ByVal lpRootPathName As String, _  ByVal lpVolumeNameBuffer As String, ByVal nVo...