[Overview][Types][Classes][Procedures and functions][Index] |
Source position: msehash.pas line 29
type hashheaderty = record |
prevhash: hashoffsetty; |
nexthash: hashoffsetty; |
prevlist: hashoffsetty; |
nextlist: hashoffsetty; |
hash: hashvaluety; |
end; |