FT_LOGOUT

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

 

One response to “FT_LOGOUT

  1. Pingback: FT NetWare | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.