Информационный сервер для программистов: Исходники со всего света. Паскальные исходники со всего света
  Powered by Поисковый сервер Яndex: Найдется ВСЁ!
На Главную Исходники Форум Информер Страны мира
   Локальные Сети    >>    netware
   
 
 NETWARE.PAS 5.04 - Novell Netware 3.* API  TurboPower Software 17.10.1989

This unit implements assorted services related to the Novell NetWare operating system. This unit accesses the NetWare Application Program Interfaces (or APIs). Routines are provided in the following areas:
- File and Directory services
- Messaging Services
- Transaction Tracking Services
- Print Spooler Control
- Peer to Peer comminication (using IPX and SPX).



32k 
 

{*********************************************************} {* NETWARE.PAS 5.04 *} {* Copyright (c) TurboPower Software 1989. *} {* All rights reserved. *} {*********************************************************} { This unit implements assorted services related to the Novell NetWare operating system. This unit accesses the NetWare Application Program Interfaces (or APIs). Routines are provided in the following areas: File and Directory services Messaging Services Transaction Tracking Services Print Spooler Control Peer to Peer comminication (using IPX and SPX). Some of the routines in this unit are simple to use, and others are more complex. For example, it is fairly simple to control the network print spoolers, and rather complex to do interworkstation packet exchanges. For more information on NetWare and the NetWare APIs, please refer to the Novell API Reference Volumes 1 and 2.