Unit SystemInfo |
Classes |
TDriveList - List to hold info about all connected drives
TSysInfo -
Functions |
Register -
Types |
Constants |
Variables |
Functions |
Types |
PDrive_Rec = ^TDrive_RecRecord 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 |