IPB_Session interface:
FreeCallInfo method
Description
Frees memory allocated by InitCallInfo.
Syntax
1 |
FreeCallInfo(PBCallInfo *<span>ci</span>) |
Argument |
Description |
---|---|
ci |
A pointer to the preallocated PBCallInfo structure |
Return Values
None.
Examples
FreeCallInfo should be called
when the PBCallInfo structure is no longer needed:
1 |
Session->InvokeObjectFunction(myobj, mid, ci);<br> <br>ret_val = ci.returnValue-> GetInt();<br>Session-> <span>FreeCallInfo</span>(ci);<br>delete ci;<br>return ret_val; |
Usage
This method frees memory allocated by InitCallInfo but
does not free the structure ci itself.
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments