FreeCallInfo

PowerBuilder Native Interface

IPB_Session interface:

FreeCallInfo method

Description

Syntax

FreeCallInfo(PBCallInfo *ci)

Return Values

Examples

Session->InvokeObjectFunction(myobj, mid, ci);

ret_val = ci.returnValue-> GetInt();
Session-> FreeCallInfo(ci);
delete ci;
return ret_val;

Usage

See Also