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

     ISIPX() --> lInstalled

     Netware: 2.2 and 3.11

 Returns

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

 Description

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

 Example

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

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

See Also: ISNETBIOS() ISSPX() IPXOPEN()

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