U_RLSCHN
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
xcall U_RLSCHN(channel)
Arguments
channel
The channel to release. (n)
Discussion
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.
Examples
This example releases the channel contained in chn.
xcall u_rlschn(chn)