XPS Unified Programmer’s Manual
3.2 Variables Equivalent for Programming Langages
The table below describes a simple of a prototype model for different languages:
int FunctionName (double inputParam, double * outputParam)
int FunctionName(int SocketID, double inputParam, double *
outputParam)
VBasic
Long FunctionName(ByVal SocketID As Long, ByVal inputParam As
Double, outputParam As Double)
[Error, outputParam] FunctionName(int32 SocketID, double
inputParam)
[Error, outputParam] FunctionName(integer SocketID, double
inputParam)
set Error [catch "FunctionName SocketID inputParam outputParam "]
The table below shows parameters types needed for different languages:
5 EDH0373En1023 — 01/18