Microsoft.Win32.Win32Native.GetDiskFreeSpaceEx C# (CSharp) 메소드

GetDiskFreeSpaceEx() 개인적인 메소드

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