FreeCallInfo
Description
Frees memory allocated by InitCallInfo.
Syntax
|
1 |
FreeCallInfo(PBCallInfo *ci) |
|
Argument |
Description |
|---|---|
|
ci |
A pointer to the preallocated PBCallInfo |
Return value
None.
Examples
FreeCallInfo should be called when the PBCallInfo structure is no
longer needed:
|
1 2 3 4 5 6 |
Session->InvokeObjectFunction(myobj, mid, ci); ret_val = ci.returnValue-> GetInt(); Session-> FreeCallInfo(ci); delete ci; 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
Oldest