FS_QUIT
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
NSupported in Synergy .NET
|
xcall FS_QUIT([channel])
Arguments
channel
(optional) The file-stack channel. If not passed, the default file-stack channel is used. (n)
Discussion
FS_QUIT terminates the given file-stack system.
Examples
The following example terminates the file-stack system whose channel is stored in pgchn.
xcall fs_quit(pgchn)