Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>isnetbios()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ISNETBIOS()
 Checks for NetBIOS support
------------------------------------------------------------------------------
 Syntax

     ISNETBIOS() --> lInstalled

     Netware: 2.2 and 3.11

 Returns

     ISNETBIOS() returns .T. if NetBIOS support is available.  If the
     function returns .T., the NetBIOS communication functions of CA-Clipper
     Tools can be used.

 Description

     ISNETBIOS() allows you to check to see if NetBIOS support is available.
     If it is not, an application can be terminated.

 Example

     Check to see if NetBIOS support is available.  If it is not, terminate
     the program:

     IF ISNETBIOS()
        nHandle=NBDOPEN("STAT1",2000)
     ELSE
        ? 'NetBIOS support not available!'
        QUIT
     ENDIF

See Also: ISIPX() ISSPX() NBDOPEN()

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