Source position: ibase60.inc line 260
type BSTREAM = record
bstr_blob: pointer;
bstr_buffer: Pchar;
bstr_ptr: Pchar;
bstr_length: SmallInt;
bstr_cnt: SmallInt;
bstr_mode: char;
end;