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>isspx()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ISSPX()
 Checks for SPX support
------------------------------------------------------------------------------
 Syntax

     ISSPX() --> lInstalled

     Netware: 2.2 and 3.11

 Returns

     ISSPX() returns .T. if SPX support is available.  The SPX communication
     functions of CA-Clipper Tools can be used.

 Description

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

 Example

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

     IF ISSPX()
        nHandle=SPXLISTCON(20000,2000)
     ELSE
        ? 'SPX support not available, load IPX.COM!'
        QUIT
     ENDIF

See Also: ISIPX() ISNETBIOS() SPXLISTCON()

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