Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

PBCallInfo structure – PB Docs 2022 – PowerBuilder Library

PBCallInfo structure – PB Docs 2022

PBCallInfo structure

The PBCallInfo structure is used to hold data and return type
information for calls between extensions and the PBVM. It has three
public members:

The following code initializes a PBCallInfo structure using the
IPB_Session InitCallInfo method. After allocating a PBCallInfo structure
called ci, the IPB_Session GetClass and GetMethodID methods are used to
get the class and method ID of the current method. Then, these
parameters are used to initialize the ci structure:

When you have finished using a PBCallInfo structure, you must call
FreeCallInfo to release the allocated memory:

The IPB_Arguments and IPB_Value interfaces have methods that
enable you to pass values between the PBVM and PowerBuilder extension
modules using PBCallInfo to hold the data.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x