TBannedHW
Description
Type used by HW to store HWID bans data in an array.
Declaration
type TBannedHW = RECORD
HW: string; // HWID that has been banned
Time: Integer;
Reason: string; // Reason of the ban
end;
Expand with: What does Time field hold |