C# Class FileParser.Data.Win32Calls

显示文件 Open project: joefeser/WhereAreMyFiles

Public Methods

Method Description
GetVolumeSerial ( string driveLetter ) : string

Not used at this time

Private Methods

Method Description
GetVolumeInformation ( string PathName, StringBuilder VolumeNameBuffer, UInt32 VolumeNameSize, UInt32 &VolumeSerialNumber, UInt32 &MaximumComponentLength, UInt32 &FileSystemFlags, StringBuilder FileSystemNameBuffer, UInt32 FileSystemNameSize ) : long

Method Details

GetVolumeSerial() public static method

Not used at this time
public static GetVolumeSerial ( string driveLetter ) : string
driveLetter string
return string