WindowsApiGetDiskFreeSpaceEx Method

[Missing <summary> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]

Definition

Namespace: Gemstone.Interop
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.170 -- Release Build+d52ae7197b8b2924ea9e1e530d25301718816611
public static bool GetDiskFreeSpaceEx(
	string lpDirectoryName,
	out ulong lpFreeBytesAvailable,
	out ulong lpTotalNumberOfBytes,
	out ulong lpTotalNumberOfFreeBytes
)

Parameters

lpDirectoryName  String

[Missing <param name="lpDirectoryName"/> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]

lpFreeBytesAvailable  UInt64

[Missing <param name="lpFreeBytesAvailable"/> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]

lpTotalNumberOfBytes  UInt64

[Missing <param name="lpTotalNumberOfBytes"/> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]

lpTotalNumberOfFreeBytes  UInt64

[Missing <param name="lpTotalNumberOfFreeBytes"/> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Gemstone.Interop.WindowsApi.GetDiskFreeSpaceEx(System.String,System.UInt64@,System.UInt64@,System.UInt64@)"]

See Also