Unit SystemInfo

Classes

TDriveList - List to hold info about all connected drives
TSysInfo -

Functions

Register -

Types

PDrive_Rec
TDrive_Rec

Constants

Variables


Functions


procedure Register;


Types


PDrive_Rec = ^TDrive_Rec
Record to hold disk drive info
TDrive_Rec = record
strDrive : String;
lngFreeSpace : longint;
lngTotalSpace : longint;
strType : String;
strVolName : string;
lngSerialNo : longint;
lngFSFlags : longint;
strFSName : String;
end;

Constants


Variables