Microsoft Internet Security and Acceleration Server 2000

FPCDiskDrive.FreeSpaceInMegs Property

Gets the size of the free space, in megabytes, on the current disk.

VBScript Syntax[VBScript]

[ lSize = ] FPCDiskDrive.FreeSpaceInMegs

C++ Syntax[C++]

HRESULT get_FreeSpaceInMegs(
  long *plSize
);

Parameters

lSize
Long value that specifies the size, in megabytes, of the free space on the current disk.

The property is read-only.

Applies To

FPCDiskDrive