IPB_Session interface:
ReleaseArrayInfo method
Description
Releases memory returned by GetArrayInfo.
Syntax
|
1 |
ReleaseArrayInfo(PBArrayInfo* <span>pbarrayinfo</span>) |
|
Argument |
Description |
|---|---|
|
pbarrayinfo |
A valid PBArrayInfo handle |
Return Values
PBXRESULT. PBX_OK for success.
Examples
This example shows how ReleaseArrayInfo should
be called when memory allocated by GetArrayInfo is
no longer needed:
|
1 |
PBArrayInfo* ai; <br>...<br>session-><span>ReleaseArrayInfo</span>(ai); |
Usage
If the array is an unbounded array, the bounds information
in PBArrayInfo is undetermined.
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest