home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tpapi.zip / NWSERIAL.DOC < prev    next >
Text File  |  1992-03-02  |  798b  |  19 lines

  1.                                SERIAL SERVICES
  2.                                ===============
  3.  
  4.  
  5. GetNetworkSerialNumber    (VAR SerialNumber : LONGINT;
  6.                            VAR ApplicationNumber : WORD) : WORD;
  7.  
  8.   Returns the serial and application numbers of the current file server.
  9. --------------------------------------------------------------------------------
  10. VerifyNetworkSerialNumber (SerialNumber : LONGINT;
  11.                            VAR ApplicationNumber : WORD) : WORD;
  12.  
  13.   NOTE : Use with care.  If the serial number is wrong then the function will
  14.          NOT return.
  15.  
  16.   Verifys the serial number of the default server.  If successful then the 
  17.   application number is returned.
  18. --------------------------------------------------------------------------------
  19.