This function retrieves the value of a long integer output parameter in the array returned by the function which is executed by the Execute function.
The first element in the array is located at index 0.
Context
Windows client,
Windows server.
Parameters
NUM_BIN_4 |
MainIndex |
Index of the element in the main array |
Input parameter |
||||||||||||||
NUM_BIN_4 |
Index |
Index of the element in the sub-array |
Input parameter |
||||||||||||||
NUM_BIN_2 |
LongInteger |
Value of a long integer output parameter |
Output parameter |
||||||||||||||
NUM_BIN_4 |
ReturnCode |
Return code for the operation Possible values:
|
Output parameter |
Example
NUM_BIN_4 ReturnCode
NUM_BIN_4 Integer1
NUM_E(5,0) Integer2
/* Read both integers in the ReturnArr array which is described in the GetParameterSize function
CALL_DLL 'VaToCom' 'GetLongParameter' 0 0 Integer1 ReturnCode
CALL_DLL 'VaToCom' 'GetLongParameter' 1 2 Integer2 ReturnCode