SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Determines disk space information for a disk volume.
VB.NET | object.GetDiskspaceF(ByVal Volume As String, ByRef FreeBytes As Double, ByRef TotalBytes As Double, ByRef FreeUserBytes As Double) |
VB | object.GetDiskspaceF(ByVal Volume As String, FreeBytes As Double, TotalBytes As Double, FreeUserBytes As Double) |
C#.NET | void object.GetDiskspaceF(string Volume, out double FreeBytes, out double TotalBytes, out double FreeUserBytes); |
VC++ | HRESULT object->GetDiskspaceF(_bstr_t Volume, double* FreeBytes, double* TotalBytes, double* FreeUserBytes); |
C | HRESULT object->raw_GetDiskspaceF(BSTR Volume, double* FreeBytes, double* TotalBytes, double* FreeUserBytes); |
object
Volume
A string that defines the volume for which size information is to be retrieved. This can be a drive letter, UNC name, or the path of a file/folder.
FreeBytes
Returns the number of bytes available on the specified volume.
TotalBytes
Returns the total number of bytes (used and free) on the specified volume.
FreeUserBytes
Returns the number of bytes available for the calling application on the specified volume. This value may be limited by user quotas and may be less than the free space FreeUserBytes.
The GetDiskspaceF method determines disk space information for a disk volume.
The GetDiskspace method is identical, but uses different types for return values.
See Also SftDirectory Object | Object Hierarchy