home *** CD-ROM | disk | FTP | other *** search
- SERIAL SERVICES
- ===============
-
- --------------------------------------------------------------------------------
-
- GetNetworkSerialNumber (VAR SerialNumber : LONGINT;
- VAR ApplicationNumber : WORD) : WORD;
-
- Returns the serial and application numbers of the current file server.
-
- SerialNumber (Output) : Netware serial number.
-
- ApplicationNumber (Output) : Vendor application number.
-
- --------------------------------------------------------------------------------
-
- VerifyNetworkSerialNumber (SerialNumber : LONGINT;
- VAR ApplicationNumber : WORD) : WORD;
-
- Verifys the serial number of the default server. If successful then the
- application number is returned, if not the call NEVER RETURNS.
-
- SerialNumber (Input) : Netware serial number to verify.
-
- ApplicationNumber (Output) : Vendor application number.
-
- --------------------------------------------------------------------------------