%RX_RMT_INTSIZE

Return integer size for xfServerPlus machine

WSupported on Windows
USupported on Unix
VSupported on OpenVMS

 

status = %RX_RMT_INTSIZE(netid, int_size)

status

Indicates whether the query was successful. Status returned is RX_SUCCESS. (n)

netid

Network connection ID corresponding to the value set by %RX_START_REMOTE. (n)

If the net ID is invalid, $ERR_NOTNETHND (581) or $ERR_INVNETHND (571) is signaled. See the Synergy Runtime Errors Signaled by %RXSUBR table for explanations of these codes.

int_size

The integer size of the platform xfServerPlus is running on. These are included in rxapi.def. (n)

0 = RX_INTSIZE_32

1 = RX_INTSIZE_64

2 = RX_INTSIZE_128

%RX_RM__INTSIZE returns the integer size for the platform that xfServerPlus is running on for a particular network connection ID.

Additional operating system information can be obtained with %RX_RMT_ENDIAN, %RX_RMT_OS, and %RX_RMT_SYSINFO.