[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_IPXINIT()
 This function gets the entry address for the IPX interface.
------------------------------------------------------------------------------
 Syntax
 
       Fn_IPXInit() -> lInit
 
 Arguments

 Returns

      <lInit> - Whether IPX has been initialised.  If <lInit> is false
      check Fn_Error() for the error code which could be one of:

       [ Error codes here ]

 Description

      This function initializes an array in the library
      with the address of the IPX services. This function must be
      called before any of the IPX functions in this library can be
      performed.

      [This function is meant to be part of a larger suite but
      the code wasn't ready by the release date.  In its present
      form, it can be used to determine if IPX is installed,
      which might be useful.]

 Examples

      If ( Fn_IPXInit())
          ? "IPX installed"
      EndIf


 Source: N:\SRC\MISC\IPXINIT.PRG

 Author: Sheldon Easterbrook

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson