NSPC_CLOSE
WTSupported in traditional Synergy on Windows
|
WNSupported in Synergy .NET on Windows
|
USupported on UNIX
|
VSupported on OpenVMS
|
xcall NSPC_CLOSE(id)
or
return = %NSPC_CLOSE(id)
Return value
return
Always a value of 1. (n)
Arguments
id
The ID of the symbol table. (n)
Discussion
When a symbol table is no longer required, it should be removed. The %NSPC_CLOSE function deletes an entire symbol table.
We recommend that you XCALL NSPC_CLOSE instead of accessing it as a function.
Examples
The following example deletes symbol table user_id.
xcall nspc_close(user_id)