Subject Re: [firebird-support] Manipulating BLOBs in a x64 UDF compiled with Delphi XE2
Author Josef Kokeš
> The function:
>
> function STRBLOB(Value: PAnsiChar; Dest: PBlob): PBlob;
> begin
> Result := Dest;
> Dest^.PutSegment(Dest^.BlobHandle, Value, StrLen(Value))
> end;

That's CDECL, too. I copied it from the implementation rather than from
the interface.

Josef Kokes