Parameter
|
Type
|
Description
|
INPUT
|
||
hquery
|
long
|
The subquery handle.
|
OUTPUT
|
||
piXoType
|
xo_int
|
The data type of the result value.
|
piValLen
|
xo_int
|
The length of the data returned in the object:
XO_NULL_DATA - null data
XO_NTS - null terminated string
>= 0 - length of the data
|
piValStatus
|
xo_int
|
Status of the method call:
![]() ![]() ![]() |
RETURN
|
||
The object that represents the data portion of the result value. The format of the data depends on the type of the data type returned in piXoType. Use this object only if the piValLen is not set to XO_NULL_DATA. See Table 34.
|