FPCDiskDrive
Internet Security and Acceleration Server 2004/2006 SDK
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 an element of an FPCDiskDrives collection.
Click here to see the ISA Server object hierarchy.
Methods
The FPCDiskDrive object does not define any 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:". |
Interfaces for C++ Programming
This object implements the IFPCDiskDrive interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |