Source position: ibase60.inc line 272
type BSTREAM = record
bstr_blob: pointer;
bstr_buffer: PAnsiChar;
bstr_ptr: PAnsiChar;
bstr_length: SmallInt;
bstr_cnt: SmallInt;
bstr_mode: AnsiChar;
end;