Description
PBCallInfo is a C++ structure used to hold arguments and return type information in function calls between PBNI and PowerBuilder.
|
Member |
Type |
Description |
|---|---|---|
|
pArgs |
IPB_Arguments* |
Interface used to access arguments |
|
returnValue |
IPB_Value |
Holds return data after the call |
|
returnClass |
pbclass |
Holds return class after the call |


