Source position: amigados.pas line 1344
type TVolumeNode = record |
vn_Next: LongInt; |
vn_Type: LongInt; |
vn_Port: PMsgPort; |
vn_Reserved2: LongInt; |
vn_VolumeDate: TDateStamp; |
vn_LockList: LongInt; |
vn_DOSType: LongInt; |
vn_FSPrivate: LongInt; |
vn_Name: LongInt; |
vn_StructSize: LongInt; |
vn_Reserved: array [0..3] of LongInt; |
end; |