[Missing <summary> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]
Public Shared Function GetDiskFreeSpaceEx (
lpDirectoryName As String,
<OutAttribute> ByRef lpFreeBytesAvailable As ULong,
<OutAttribute> ByRef lpTotalNumberOfBytes As ULong,
<OutAttribute> ByRef lpTotalNumberOfFreeBytes As ULong
) As Booleanpublic:
static bool GetDiskFreeSpaceEx(
String^ lpDirectoryName,
[OutAttribute] unsigned long long% lpFreeBytesAvailable,
[OutAttribute] unsigned long long% lpTotalNumberOfBytes,
[OutAttribute] unsigned long long% lpTotalNumberOfFreeBytes
)Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx = function(lpDirectoryName, lpFreeBytesAvailable, lpTotalNumberOfBytes, lpTotalNumberOfFreeBytes);[Missing <param name="lpDirectoryName"/> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]
[Missing <param name="lpFreeBytesAvailable"/> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]
[Missing <param name="lpTotalNumberOfBytes"/> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]
[Missing <param name="lpTotalNumberOfFreeBytes"/> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]
[Missing <returns> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]