GetBlobLength

PowerBuilder Native Interface

IPB_Session interface:

GetBlobLength method

Description

Syntax

GetBlobLength (pbblob bin)

Return Values

Examples

PBCallInfo* ci = new PBCallInfo;
pbblob ret_val;
pblong bloblen;

ret_val = ci.returnValue-> GetBlob();
bloblen = Session-> GetBlobLength(ret_val);
ret_val = Session-> NewBlob
   (Session->GetBlob(ret_val), bloblen);

See Also