ReleaseArrayInfo
Description
Releases memory returned by GetArrayInfo.
Syntax
|
1 |
ReleaseArrayInfo(PBArrayInfo* pbarrayinfo) |
|
Argument |
Description |
|---|---|
|
pbarrayinfo |
A valid PBArrayInfo handle |
Return value
PBXRESULT. PBX_OK for success.
Examples
This example shows how ReleaseArrayInfo should be called when
memory allocated by GetArrayInfo is no longer needed:
|
1 2 3 |
PBArrayInfo* ai; ... session->ReleaseArrayInfo(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