Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RLIB 3.0a Reference - <b>function:</b> nwloggedin() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function:    NWLoggedIn()

Purpose:     Determine if the calling workstation is logged in to a server.

Syntax:      NWLoggedIn()

Arguments:   None

Returns:     True if the calling workstation is currently logged into a
             NetWare file server.

Description: This function lets you determine if the calling workstation
             is currently logged into a NetWare file server.  The station
             may be attached but not logged in, in which case NWLoggedIn()
             will return False.

Notes:       NWLoggedIn() makes a call to GetConnectionInfo() and returns
             the result.  GetConnectionInfo() returns a non-zero value on
             success.

Example:     IF .NOT. NWLoggedIn()
                ? "Network files are not available, please login."
             ENDIF

See also:    NWLoginId()

Source:      NOVCLIP.C

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson