U_RLSCHN

Release a channel

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
xcall U_RLSCHN(channel)

channel

The channel to release. (n)

U_RLSCHN is used to release a channel previously allocated with the U_GETCHN subroutine.

Do not use U_RLSCHN to deallocate a channel that was allocated with U_OPEN. Use U_CLOSE instead.

This example releases the channel contained in chn.

xcall u_rlschn(chn)