Microsoft Internet Security and Acceleration Server 2004 SDK

FPCDiskDrive

The FPCDiskDrive object represents a single disk drive of an ISA Server computer. This object provides read-only access to the drive's properties.

This object is typically an element of an FPCDiskDrives collection.

Click here to see the ISA Server object hierarchy.

Methods

This object has no methods.

Properties

The FPCDiskDrive object has the following properties.

Property Description
DiskSizeInMegs Gets the size of the disk drive, in megabytes.
FileSystem Gets the name of the file system; for example, "FAT", "FAT32", or "NTFS".
FreeSpaceInMegs Gets the amount of free space, in megabytes, on the disk drive.
Name Gets the name of the disk drive; for example, "C:" or "D:".

Remarks

This object implements the IFPCDiskDrive interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects