Microsoft Internet Security and Acceleration Server 2000

FPCDiskDrives.TotalFreeSizeInMegs Property

Gets the total amount of free space in all NTFS file system drives.

VBScript Syntax[VBScript]

[ lSize = ] FPCDiskDrives.TotalFreeSizeInMegs

C++ Syntax[C++]

HRESULT get_TotalFreeSizeInMegs(
  long *plSize
);

Parameters

lSize
Long value that specifies the total size, in megabytes, of free space in all NTFS file system drives.

The property is read-only.

Applies To

FPCDiskDrives

See Also

FPCDiskDrive