SERVERCONNECTION

Specify an xfServer connection

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
 
SERVERCONNECTION:handle

Arguments

handle

The memory handle (returned by %CREATE_SERVER_CONNECTION) of the connection being opened. (D_HANDLE)

Discussion

The SERVERCONNECTION qualifier enables the OPEN statement to open a file on the specified xfServer connection, which has been established with %CREATE_SERVER_CONNECTION. This is an alternative to using the @server syntax.

Important

SERVERCONNECTION and @server cannot be used together on the same OPEN statement; an error will occur.

This qualifier is available only if -qrntcompat is 12010100 or higher.

See also