FT_LOGOUT()
Logout from all currently connected NetWare file servers
──────────────────────────────────────────────────────────────────────────────

Syntax

FT_LOGOUT() -> NIL

Arguments

None

Returns

NIL

Description

This routine is used to log the current user out of all connected file
servers and return control back to Clipper. This is handy for writing
your own login screens in Clipper. After the FT_LOGOUT() function is
called, you could have a login screen come up, and the users would
never see the DOS prompt again!

This routine was designed and written for Advanced NetWare 286 v 2.0 or
NetWare 386 v 3.0 or better. It has been tested on Advanced NetWare 286
v 2.15 rev A & C, NetWare 386 v 3.0.

Written in Microsoft MASM v5.1

Examples

FT_LOGOUT()
DO LOGINPRG

Source: LOGOUT.ASM

Author: James R. Zack