Microsoft.Win32.Win32Native.GetDiskFreeSpaceEx C# (CSharp) Method

GetDiskFreeSpaceEx() private method

private GetDiskFreeSpaceEx ( String drive, long &freeBytesForUser, long &totalBytes, long &freeBytes ) : bool
drive String
freeBytesForUser long
totalBytes long
freeBytes long
return bool
        internal static extern bool GetDiskFreeSpaceEx(String drive, out long freeBytesForUser, out long totalBytes, out long freeBytes);