Source position: _crw_riff.pas line 293
type TRiffChunk = packed record
dwSign: LongInt;
dwSize: LongInt;
dwFormID: LongInt;
dwOffset: LongInt;
end;