Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> ipxinstalled()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 IPXInstalled()
------------------------------------------------------------------------------
 Purpose:
 Verify if IPX is installed on the workstation.

 Syntax:
 bResult = IPXInstalled()

 Parameters:
 None.

 Returns:
 A boolean value (TRUE or FALSE).

 The CA-Clipper name for this function is:
 IPXInstalled()

 Description:
 IPXInstalled() determines if the IPX driver is installed.

 IPXInstalled() returns TRUE if IPX is installed, and FALSE if not.

 Example:
 // To find out if IPX is loaded:
 if( IPXInstalled() )
    ? "IPX is installed"
 else
    ? "IPX is NOT installed"
 endif

 Notes:
 The IPX/SPX functions will work with only an IPX driver loaded on a
 workstation, so there does not need to be a file server on the network to
 send and receive packets using these functions.

See Also: IPXSocketOpen() IPXPacketGet() IPXPacketSend() IPXSocketClose()

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