LL_CLOSE
Close a linked list on the file stack
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
xcall LL_CLOSE(control)
Arguments
control
The linked list control structure. (a)
Discussion
LL_CLOSE closes a linked list on the file stack.
This subroutine will close the specified linked list, but the file-stack level (logical file) will only be closed if there are no higher levels active.
Examples
The following example closes the linked list identified by lnkctl.
xcall ll_close(lnkctl)