Microsoft Internet Security and Acceleration Server 2000

FPCDiskDrives.TotalDiskSizeInMegs Property

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

VBScript Syntax[VBScript]

[ lSize = ] FPCDiskDrives.TotalDiskSizeInMegs

C++ Syntax[C++]

HRESULT get_TotalDiskSizeInMegs(
  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