alogin.exe: 63104 bytes
OBJs for System Call Encrypted Logins -- 12-31-98/20:30p
This file includes functions that allow you to perform a keyed login to a NetWare 386 file server, as well as change or verify a bindery object's password.
ausvap.exe: 22705 bytes
VAP Header w/FILE IO routines -- 12-31-98/20:30p
This file contains an example VAP Header, which contains routines for performing file IO in a VAP. This is the file mentioned in the May 1991 BULLETS article.
capit1.exe: 34894 bytes
CAPIT.C - Example CAPTURE -- 12-31-98/20:30p
This file contains an example program that demonstrates how to duplicate much of the functionality of CAPTURE.EXE. The CAPIT.C file is the source code referred to in the March 1992 issue of BULLETS.
dax1.exe: 126336 bytes
Source for DAX Example, April 1992 BULLETS -- 12-31-98/20:30p
This file contains source code for the DAX example discussed in the April 1992 issue of BULLETS. DAX is a client server application built on IPX, supporting DOS and NLM clients. The server application is a NetWare Loadable Module. To rebuild the applications, you'll need Network C for NLMs SDK 2.0b or later, and Network C for DOS v2.0.
dscap.exe: 22577 bytes
Example Client SDK Capture Program From 5/93 -- 12-31-98/20:30p
This file contains the example program referred to in the May 1993 Bullets article "Capturing with NetWare 4.0 Directory Services".
mapit.exe: 34210 bytes
ResetMap - Example Map Drive Restore Program -- 12-31-98/20:30p
This file contains an example program that demonstrates how to save and restore mapped drives, including search drives, for possible critical error recovery.
queues.exe: 24037 bytes
Examples of NetWare API Queue Services -- 12-31-98/20:30p
This EXE file contains programming examples for creating, deleting, submitting, and servicing queue jobs using the NetWare C Interface for DOS API function calls. The applications were compiled with Turbo C v2.0.
tsdi.exe: 247075 bytes
Telephony Services Driver Interface Manual -- 12-31-98/20:30p
This file contains the external specification of the Telephony Services Driver Interface for the NetWare Telephony Services product. The Telephony Server provides service for Computer-Supported Telecommunications Applications (CSTA) in a Novell NetWare environment. The Telephony Server consists of three parts, the Application Programming Interface (API), the Tserver, and the PBX Driver. (Microsoft Word format)
tsapi.exe: 386915 bytes
Telephony Server API -- 12-31-98/20:30p
Telephony Server Application Programming Interface (TSAPI) documentation (Microsoft Word format). Standards-based API for call control, call/device monitoring and query, call routing, and device/system maintenance capabilities. Note: Application development may require the use of additional vendor-specific programming manuals.
xnut2.exe: 29550 bytes
NWSTHRD.NLM - Threaded NWSNUT Example -- 12-31-98/20:30p
XNUT2.EXE contains an example program that demonstrates writing a multi-threaded NLM that uses the NWSNUT interface. This example contains source code, message files and help files.
xdsa1.exe: 39690 bytes
Sample -NWDSSearch, NWDSRead and NWDSList. -- 12-31-98/20:30p
This self extracting zip file contains sample code that provides access to NDS using a simplified streams-like interface.
os2hdr.exe: 160935 bytes
OS/2 Header Files for 32 Bit Compilers -- 12-31-98/20:30p
The attached files are header files for the NetWare Client SDK 1.0e. They are intended for use with OS/2 2.x 32 bit compilers (specifically CSET/2, Borland C++ 1.5, and Watcom C). While Novell does not officially support 32 bit compilers under OS/2 at this time, these files are provided to help developers who need that functionality.
mapdr.exe: 39633 bytes
Sample Code on Mapping Network Drives -- 12-31-98/20:30p
This is sample code showing how to Map Drives using the NetWare Client SDK 1.0e
chatwn.exe: 45500 bytes
Windows Chat program -- 12-31-98/20:30p
Chat is a windows based program demonstrating IPX,SPX & TLI. It is intended for example only, and includes source code.
attprn.exe: 21109 bytes
NWPSCfgGetFirstPrintServerAttr() Sample Code -- 12-31-98/20:30p
This sample code will retrieve the first print server attribute value for the indicated print server. The code is written to test what the user needs to be logged in as to use these functions. NOTE: This call can only be made by a supervisor or equivalent.
mycap.exe: 22197 bytes
Capture.exe Sample Code -- 12-31-98/20:30p
Several Developers have requested sample code concerning printing and capture.
sapgen.exe: 21815 bytes
SAP generating Sample Code -- 12-31-98/20:30p
Several Developers have requested sample code concerning SAP.
dynobj.exe: 20724 bytes
Reading Dynamic Objects Sample Code -- 12-31-98/20:30p
Several Developers have requested sample code concerning reading Dynamic Bindery Objects in the 4.X environment.
nwgetp.exe: 22102 bytes
Directory Path/Directory Entry Sample Code -- 12-31-98/20:30p
Example of how to get a directory path from a directory entry.
sapit.exe: 22613 bytes
SAP Sample Code -- 12-31-98/20:30p
Several Developers have requested sample code for using SAP.
myshel.exe: 39069 bytes
Alternative PROGMAN.EXE Shell -- 12-31-98/20:30p
This sample code shows how to perform the LoadLibrary() and GetProcAddress() calls when using the Client SDK. This is necessary when creating a shell other than progman.exe.
kvfon1.exe: 102764 bytes
Telephony Windows DialPad program -- 12-31-98/20:30p
This sample code demonstrates a simple windows dialpad program that can make calls and hangup (clear) calls. This code uses OWL 2.0 with Borland C++ 4.x.
kvfon2.exe: 114944 bytes
Telephony Windows DialPad program v2 -- 12-31-98/20:30p
This sample code demonstrates a simple windows dialpad program that can make calls,conference calls, transfer calls, and hangup (clear) calls. This version 2 adds a few features, incrementally adding code to the kvphone program. This code uses OWL 2.0 with Borland C++ 4.x.
kvfon3.exe: 121027 bytes
Telephony Windows DialPad program v3 -- 12-31-98/20:30p
This sample code demonstrates a simple windows dialpad program that can make calls, transfer calls, conference calls, put calls on hold and retrieve them, set phone status for send all calls and forward calls, and hangup (clear) calls. This version 3 adds a few features, incrementally adding code to the kvphone program. This code uses OWL 2.0 with Borland C++ 4.x.
makcl.exe: 21647 bytes
Telephony Make Call Sample Code -- 12-31-98/20:30p
This sample code demonstrates a simple ansi c program making a call and getting events.
tranfr.exe: 21971 bytes
Telephony Transfer Call Sample Code -- 12-31-98/20:30p
This sample code demonstrates a simple ansi c program transferring a call and getting events.
tservs.exe: 20609 bytes
Enumerate Telephony Servers Sample Code -- 12-31-98/20:30p
This sample code demonstrates a simple ansi c program enumerating (listing) the telephony servers on a network.
whosdk.exe: 30486 bytes
Sample code demonstrating Scan API's -- 12-31-98/20:30p
This program uses functions NWScanConnectionsUsingFile and NWGetConnectionInformation
capflg.exe: 32551 bytes
Sample code for setting capture flags -- 12-31-98/20:30p
This sample code sets, clears, or toggles capture flags on LPT1
conlst.exe: 27445 bytes
Sample code to Display server connections -- 12-31-98/20:30p
This sample code displays the number of server connections and the names of those servers
dirnfo.exe: 29014 bytes
Sample code to display volume information -- 12-31-98/20:30p
This sample code will display volume information returned by NWGetDirSpaceInfo and NWGetVolumeInfoWithNumber.
efrght.exe: 33175 bytes
Sample code to display effective rights -- 12-31-98/20:30p
Displays effective rights for a specified file. uses API's NWParseNetWarePath, NWGetEffectiveRights
inetad.exe: 29803 bytes
Sample code to show information about server -- 12-31-98/20:30p
Sample code to show information about the specified server. Information includes: Company Name,revision, revision date copyright information, number of connections, and address of each connection. key Functions:NWGetConnectionIDFromName, NWGetFileServerDescription, NWGetFileServerInformation, NWGetConnectionInformation
nwatt.exe: 31380 bytes
Sample code for attaching to server -- 12-31-98/20:30p
Sample code to attach to a specific server. Uses API's call: NWAttachToFileServer
setdrv.exe: 37459 bytes
Sample code on mapping a network drive -- 12-31-98/20:30p
Maps a drive to a specified server and path. uses: NWLoginToFileServer, NWAttachToFileServer, and NWSetDriveBase
progrm.exe: 21043 bytes
Text file to give input on Novell Education -- 12-31-98/20:30p
This is a text file form for Developers to file out. This is to be given to Novell Education so that they can provide the types of training and resources that our Developers need.
partvw.exe: 25403 bytes
Sample code for directory services partitions -- 12-31-98/20:30p
This sample code demonstrates how to list the partitions on each NetWare Directory Services server, attach to each server containing a partition and then read the "Synchronized Up To" value for each partition. This can be a useful tool for discovering potential problems with synchronization.
dsque.exe: 23443 bytes
Directory services sample code -- 12-31-98/20:30p
The following sample code provides all the necessary pieces to create a NetWare Directory Services QServer object, login as the NDS QServer to service queues, submit jobs to the queue and extend the NDS schema so that a QServer object may be created. DSSUBJOB allows a user to submit 3 letter DOS commands to an NDS queue. The JSERVER program reads the jobs from the Queue and executes the commands.
dslist.exe: 21852 bytes
Sample code to list objects in current tree -- 12-31-98/20:30p
This sample code demonstrates how to list the objects at the current context in the tree and how to read specific attributes of each object encountered.
fl5001.exe: 21142 bytes
Sample Code Function Catalog for NDEVSUP 05. -- 12-31-98/20:30p
FL5???.TXT contains a listing of the'C' files in library 05 of NDEVSUP. It details functions called by each 'C' file. This file is updated as newsample code us uploaded to the library. As this file is modified, the last three digits of the filename will be incremented. (FL5???.EXE contains FL5???.TXT ONLY)
xvol1.exe: 24545 bytes
Sample - Calculate NetWare volume in BYTES. -- 12-31-98/20:30p
This self extracting zip file contains sample source code and executable which demonstrate how to determine the number of free bytes on a NetWare volume.
snoop.exe: 102625 bytes
Program to display everything the shell knows -- 12-31-98/20:30p
This is a complex program that queries any workstation on the LAN and reveals all the available information about the shell at that workstation. Extremely useful for getting information about various workstations. Include full source code and is not for the faint at heart.
broad.exe: 20449 bytes
Sample code that does network broadcasts -- 12-31-98/20:30p
This is DOS based sample code of how to do broadcasts out on the network
tmonit.exe: 36252 bytes
Telephony NLM Incoming Call Monitor -- 12-31-98/20:30p
This code demonstrates a simple multithreaded nlm that monitors a device for incoming calls. Compiled with Watcom 10.0a (This applies to all versions of the SDK)
psrvr.exe: 45710 bytes
Description of NetWare Print Server -- 12-31-98/20:30p
This document describes the NetWare print server, protocol packets, NWPSRV library functions, and the NetWare remote printer. It includes an overview, record formats, and descriptions of the calls in the API. The appendices list print server error codes, function constants, status codes, record structures, lists of protocol packets, and other information.
tmsg1.exe: 76078 bytes
Programming Tool - MSGLIB.EXE / support files -- 12-31-98/20:30p
This self extracting zip file contains the NLM programming tool MSGLIB and its supporting files. Support files must be located in the current working directory, or found on a NetWare search path before any other files would be found by the same name.
ipxpng.exe: 32986 bytes
Sample code on IPX diagnostics -- 12-31-98/20:30p
This sample code demonstrates how to send a diagnostic configuration packet to a node and process the response that comes back. Since any node that has IPXODI loaded by default has the Diagnostic responder loaded, this code can be used to determine if a node is active. This will also work with Servers (they also have a diagnostic responder).
ipxex3.exe: 24157 bytes
IPX Sample Code for OS/2 -- 12-31-98/20:30p
IPXEX3.EXE contains IPXRECV.CPP and IPXSEND.CPP, which are simple IPX send and receive programs for OS/2 32 bit compilers. These programs are compatible with Borland C++ for OS/2 2.0 and IBM CSET/++.
spxdos.exe: 81648 bytes
Demonstrates a DOS SPX CHAT program -- 12-31-98/20:30p
This Sample code demonstrates how to set up and use SPX communications to communicate between 2 nodes. Lots of files and tons of sample code. Recently updating to use all the NetWare Client SDK calls.
pingdg.exe: 32595 bytes
PING Diagnostic Services Sample Code (DOS) -- 12-31-98/20:30p
This sample code demonstrates the use of NetWare Diagnostic Services to query a particular network node for the IPX, SPX, and NETX versions. This code was written using the Borland C++ v3.1 compiler and the NetWare Client SDK v1.0e.
relog1.exe: 53072 bytes
RELOG.EXE sample from Oct/Nov '93 Bullets -- 12-31-98/20:30p
RELOG1.EXE contains the program RELOG which is discussed in an article in the Novell Professional Developers "Bullets", Vol 5 Number 10, October/November 1993 issue. RELOG is sample code that enables users to automatically log back in to NetWare 3.x servers after connections are lost and regained, and remaps the workstation's drives.
volnum.exe: 34564 bytes
Volume and Directory space info sample code. -- 12-31-98/20:30p
This sample code resolves a problem with using old api calls to get Volume information on Volumes greater than 256 megabytes.
dsread.exe: 93263 bytes
NWDSRead() for getting network Address of Ob -- 12-31-98/20:30p
This code will read the network addresses from a named Directory Services object and display all parts of the address.
dsdelu.exe: 107860 bytes
NWDSRemoveObject remove the specified object -- 12-31-98/20:30p
Shows how to use NWDSRemoveObject to delete an object from Novell Directory Services.
dsfind.exe: 112085 bytes
NWDSSearch finds a user in current container -- 12-31-98/20:30p
This code will take a username and find that user in the current container. Wildcards can be used with NWDSSearch so names like JR* can be used to find users like JRoss.
spxex1.exe: 58772 bytes
OS/2 SPX Sample Code -- 12-31-98/20:30p
SPXCHAT.CPP demonstrates the function of a multi-threaded OS/2 SPX chat program. It has been written to work with Borland C++ for OS/2 and IBM CSET/++. While it was written for 32-bt compilers, it should compile in 16-bit mode with few changes. These changes would primarily be modifying the #defines for the semaphore calls. Please see the source code comments for proper command-line syntax.
afpmfl.exe: 38703 bytes
Uses NWAFPCreateFile() -- 12-31-98/20:30p
A C++ class library for NetWare Directory Services (NDS). Described in the article "NDS Application Development Using C++" in the Jan/Feb 95 and Mar/Apr 95 issues of Novell Developer Notes.
sapex3.exe: 85524 bytes
SAP Sample Code for OS/2 32 Bit Compilers -- 12-31-98/20:30p
Sample code for OS/2 that provides equivalent functionality to DOS AdvertiseService and QueryServices calls. This sample code is multi-threaded, 32-bit sample SAP code for OS/2. This code was written for Borland C++ for OS/2 and IBM CSET/++.
ndshel.exe: 109174 bytes
"DOS Like" shell for Directory Servicess -- 12-31-98/20:30p
This is a Shell that has the look and feel of DOS. It takes commands to list objects, change contexts, build a tree view from the current context and several other shell commands.
sernum.exe: 29875 bytes
Sample code using NWGetSerialNumber() -- 12-31-98/20:30p
This program will get the serial number of a specified server.
cnnlst.exe: 34210 bytes
This code uses NWGetConnectionList() -- 12-31-98/20:30p
This code uses NWGetConnectionList() to get the server Names and information for all servers the user is logged into.
servdt.exe: 29641 bytes
Uses NWGetFileServerDateAndTime() -- 12-31-98/20:30p
This sample code will get the date and time from the specified server.
effrht.exe: 32604 bytes
Used NWGetObjectEffectiveRights() -- 12-31-98/20:30p
Finds a users effective rights for a directory or a file. NOTE: This code works with a 4.X server but fails with a 3.x server this is being fixed and once fixed will allow this call to work in the 3.x environment also.
afpmdr.exe: 36091 bytes
Uses NWAFPCreateDirectory() -- 12-31-98/20:30p
This code will create a MAC directory on the server specified in the path specified. The directory can be checked by using the NDIR utility i.e. NDIR /MAC.
renfil.exe: 36231 bytes
Uses NWRenameFile() to rename dos files. -- 12-31-98/20:30p
This program will rename a DOS file. The file can be renamed in the same path it was originally in or it can be renamed and moved to a new path on the server.
dosmd.exe: 36439 bytes
Uses NWCreateDirectory() to create a dos dir. -- 12-31-98/20:30p
This program creates a dos directory on a server volume.
phylck.exe: 47960 bytes
Lock and Scan Physical Record Locks 2 sample -- 12-31-98/20:30p
Two samples. Lock.c will take a filename and a number and create the number of physical record locks specified on the file. File in the form VOLUME:PATH. Scanlock.c will take a filename and scan the file for physical record locks and display them in the same way the monitor nlm does.
chgrht.exe: 38099 bytes
NWSetDirectoryInformation to set IRM. -- 12-31-98/20:30p
This code will allow the user to change the Inherited Rights Mask for a Directory. It will also allow the user to just see what the IRM is set at without modifying it.
recovr.exe: 34260 bytes
Sample Code For Recovering Files -- 12-31-98/20:30p
This is sample code demonstrating how to scan for and recover files. It utilizes the NWScanForDeletedFiles() and NWRecoverDeletedFile() API calls.
dscrea.exe: 91248 bytes
Sample Code Creates DS User -- 12-31-98/20:30p
Description:
The file DSCREATE.C sets up a buffer and creates a DS user
named Joe Smith in the default context then logs the user
Joe Smith into the tree.
nwpssm.exe: 132486 bytes
Sample Code Uses NWPS Calls -- 12-31-98/20:30p
NWPSSAMP.C uses many of the NWPSCfg calls to create a printserver,
queue, and printer in the current context. An operator is added to the
queue and a person to be notified is added to the printer. A printer configuration
is added to the printer.
sndmes.exe: 31280 bytes
NWSendBroadcastMessage -- 12-31-98/20:30p
Code to send a broadcast message.
nwlog.exe: 35731 bytes
NWAttachToFileServer -- 12-31-98/20:30p
C code that calls NWLoginToFileServer.
lcud.exe: 38533 bytes
LOGIN_CONTROL USER_DEFAULTS -- 12-31-98/20:30p
This program will allow the user to look at the LOGIN_CONTROL property in the Bindery or the USER_DEFAULT. Note only Supervisor or equivalent can look at the USER_DEFAULT.
dsrght.exe: 89658 bytes
Sampe NWDSGetEffectiveRights() -- 12-31-98/20:30p
This programs prompts for a user name and a server name then
a call is made to NWDSGetEffectiveRights with these as parameters
and the returned privileges are printed out.
xmnt1.c: 11409 bytes
Sample Code -Mounts NetWare volume on Desktop -- 12-31-98/20:30p
Contains sample source code which demonstrate how to mount AFP volumes by pretending to the AppleShare rdev that the Chooser was calling it.
modsma.exe: 52761 bytes
Sample code - NWSnapin SDK & NWDS schema API -- 12-31-98/20:30p
Sample code of a Modify Scema utility that can run from the "Tools" menu of NWAdmin. Demonstrates NWSnapin API's and NWDS API's.
vwscma.exe: 40836 bytes
Sample code - Snapin SDK and NWDS Scma API -- 12-31-98/20:30p
Sample code that demonstates how to use the NWDS API's to read the NDS schema and how to use the Snapin SDK to create an application that can be launched from the "Tools" menu of NWAdmin.exe
spmenu.exe: 29337 bytes
Sample Code - Snapin SDK Tools Menu -- 12-31-98/20:30p
Sample code that demonstrates how to use the SNAPIN SDK to add items to the tools menu of NWAdmin.
schcls.exe: 104763 bytes
Sample Code - NWDSSearch Base Class -- 12-31-98/20:30p
Sample code that demonstates how to use NWDSSearch() to return objects of a specified base class without requiring an authenticated NDS Connection.
schrdn.exe: 104663 bytes
Sample Code - NWDSearch() Common Name -- 12-31-98/20:30p
Sample code that demonstates how to use NWDSSearch() to return objects with a specified "common name" or "rdn" (relative distinquished name) without requiring an authenticated NDS connection to the NetWare 4.x server.
spattr.exe: 40435 bytes
Sample Code - NWSnapin SDK - Attributes -- 12-31-98/20:30p
Sample code that demonstrates how to use the NWSnapin SDK to add an attribute page to an existing user object in NWAdmin.
spclas.exe: 49940 bytes
Sample Code - Snapin - Class Objects -- 12-31-98/20:30p
Sample code that demonstates how to use the Snapin SDK to allow NDS - schema extended objects to be represented and administered in the NWAdmin.exe utility.
snapx1.exe: 112438 bytes
Sample Code - Snapin page to NWAdmin -- 12-31-98/20:30p
Sample code that demonstates how to add a page to a user object in NWAdmin using the NWSnapin SDK.
snapx2.exe: 547116 bytes
Sample Code - Snapin Adding Attr. and Class -- 12-31-98/20:30p
Sample code that demonstrates how to use the Snapin SDK to support NDS Schema extentions in NWAdmin. Demonstates how to add items to the "Tools" menu in NWAdmin, support new object classes and attributes.
bindsr.exe: 36703 bytes
DOS Sample Code For Bindery Services -- 12-31-98/20:30p
This code demonstrates several of the Bindery Services API calls in the Client SDK.
clxcon.exe: 21248 bytes
Header file for NWCC API calls -- 12-31-98/20:30p
NWCLXCON.H is missing from the Volume 4 SDK (Client portion.) This file is used for the new connection calls: "NWCC......" This header file is mistaken refered to in the documentation as NWCLNCON.H
gchatc.exe: 55693 bytes
TLI Group Chat Client Sample Code -- 12-31-98/20:30p
This sample code demonstates how to use TLI in non-blocking mode for the Windows environment. The transport used is SPX II. This is a partner program to GCHATS.EXE, the server half of this sample code. Download both GCHATC.EXE and GCHATS.EXE to get the complete example. The executable is included with both to demonstrate how the code functions.
gchats.exe: 54008 bytes
TLI Chat Server Example Code -- 12-31-98/20:30p
GCHATS.EXE contains sample code that demonstrates how to build a non-blocking TLI group chat server that can service up to 15 clients simultaneously for Windows. This is a partner program to GCHATC.EXE. Both GCHATS.EXE and GCHATC.EXE must be downloaded to have all of the source for the Group Chat client/server example.
ipxsed.exe: 52856 bytes
IPX Send Example For Windows -- 12-31-98/20:30p
IPXSED.EXE is sample code that demonstrates how to send an IPX packet from Windows using a polling procedure rather than an ESR (event service routine). The partner (receiving) program to this one is IPXRCV.EXE. Download both IPXSED.EXE and IPXRCV.EXE to get the complete working example.
ipxrcv.exe: 40689 bytes
IPX Receive Packet Example -- 12-31-98/20:30p
IPXRCV.EXE is a partner program to IPXSED.EXE and demonstrates how to use an ESR (event service routine) to receive a packet. This example was built with MSC Visual C++ v1.51. The assembly event service routine handler was built with MS MASM v6.00. The RHAND.OBJ can be added to your project and used unmodified, however, it was built for LARGE MODEL. It will need to be rebuild for use with other memory models.
glttst.exe: 75359 bytes
IPX Get Local Target Async Sample -- 12-31-98/20:30p
GLTTST.EXE contains sample code that demonstrates how to use the following two IPX Function Calls: IPXGetLocalTarget() and IPXGetLocalTargetAsync(). IPXGetLocalTarget() blocks while waiting for a response back from a router. If no route is found for the network address specified then Windows is suspended until the call fails. IPXGetLocalTargetAsync() will issue a request to find the local route to a network but will not block. A Windows message is send upon success or failure of the call.
ipxasm.exe: 25421 bytes
IPX Assembly Language Sample Code -- 12-31-98/20:30p
IPXASM.EXE contains sample code that demonstrates how to use the IPX assembly language interface to build a SAP query and receive the response from a router. This sample code presents the steps required to retrieve the IPX far call address, prepare IPXHeader's, data buffers and ECB's for both sending and receiving an IPX packet.
nwsipx.exe: 24057 bytes
NWSIPX API White Paper -- 12-31-98/20:30p
NWSIPX API White Paper. This white paper describes the new IPX/SPX interface API.
ddfsh4.exe: 419590 bytes
DDFS Spec. v2.4 - PCL4 -- 12-31-98/20:30p
The files included in this self-extracting DOS file comprise the NetWare DDFS Developers' Guide, Revision 2.4. Each file contains a chapter of the document in HP PCL4 format. The document provides a tutorial and reference for creating device drivers under the DDFS interface
for NetWare v3.12 - NetWare v4.10.
ddfsh5.exe: 260541 bytes
DDFS Spec. v2.4 - PCL5 -- 12-31-98/20:30p
The files included in this self-extracting DOS file comprise the NetWare DDFS Developers' Guide, Revision 2.4. Each file contains a chapter of the document in HP PCL5 format. The document provides a tutorial and reference for creating device drivers under the DDFS interface for NetWare v3.12 - NetWare v4.10.
ddfsps.exe: 597360 bytes
DDFS Spec. v2.4 - PostScript -- 12-31-98/20:30p
The files included in this self-extracting DOS file comprise the NetWare DDFS Developers' Guide, Revision 2.4. Each file contains a chapter of the document in Adobe PostScript format. The document provides a tutorial and reference for creating device drivers under the DDFS interface for NetWare v3.12 - NetWare v4.10.
ddfswp.exe: 280238 bytes
DDFS Spec. v2.4 - WordPerfect 6.1 -- 12-31-98/20:30p
The files included in this self-extracting DOS file comprise the DDFS Developers' Guide, Revision 2.4. Each file contains a chapter of the document in Novell WordPerfect for Windows 6.1 format. The document provides a tutorial and reference for creating device drivers under the DDFS interface for NetWare v3.12 - NetWare v4.10.
ddfsev.exe: 569124 bytes
DDFS Spec. v2.4 - Envoy -- 12-31-98/20:30p
The files included in this self-extracting DOS file comprise the NetWare DDFS Developers' Guide, Revision 2.4. Each file contains a chapter of the document in Novell Envoy format. The document provides a tutorial and reference for creating device drivers under the DDFS interface for NetWare v3.12 - NetWare v4.10.
evyrwn.exe: 758045 bytes
Novell Envoy Viewer for Microsoft Windows 3.1 -- 12-31-98/20:30p
This files contains a viewer used under the Microsoft Windows 3.1 operating system to read files in the Novell Envoy format.
evyrmc.exe: 1253000 bytes
Novell Envoy Viewer for Apple Macintosh -- 12-31-98/20:30p
This files contains a viewer used under the Apple Macintosh operating system to read files in the Novell Envoy format.
tsapi2.exe: 1218107 bytes
TSAPI 2.1 Programming spec -- 12-31-98/20:30p
tsapi 2.1 programmer's guide
g3pbx2.exe: 1348993 bytes
TSAPI 2.1 G3 Programmer's Guide -- 12-31-98/20:30p
Telephony services programmer's guide for the g3 pbx.
csdi2.exe: 1013608 bytes
CSTA Driver Developer's Guide -- 12-31-98/20:30p
Telephony Services CSDI interface spec
tsdi2.exe: 936082 bytes
TSAPI TSDI spec reference -- 12-31-98/20:30p
Telephony Services driver interface spec version 2.1
pbxtst.exe: 448300 bytes
TSAPI PBX certification tests -- 12-31-98/20:30p
Telephony Services PBX Driver certification tests.
cpsdde.exe: 487090 bytes
TSAPI CPS DDE Spec -- 12-31-98/20:30p
DDE programming spec for the CPS utility demonstrated at TSAPI developers conference.
sc3x04.exe: 58794 bytes
Several NetWare 3.x System Calls -- 12-31-98/20:30p
This file contains the source code for several NetWare 3.x system calls. The examples are all written in C, and illustrate making NetWare System Calls using the F2 Interface. As more calls are available, they will be added to this ZIP file, and the name will reflect a newer version. For example, the next version will be named 'SC3X05.ZIP'.
mmev.exe: 427054 bytes
Media Manager Spec. v1.02 - Envoy -- 12-31-98/20:30p
The files included in this self-extracting DOS file comprise the Media Manager Functional Specification and Developer's Guide, Version 1.02. The files are in Novell Envoy format. The documents provide a tutorial and reference for creating storage management applications under the Media Manager interface for NetWare v3.12 - NetWare v4.10.
mmwp.exe: 309974 bytes
Media Manager Spec. v1.02 - WordPerfect 6.1 -- 12-31-98/20:30p
The files included in this self-extracting DOS file comprise the Media Manager Functional Specification and Developer's Guide, Version 1.02. The files are in Novell WordPerfect for Windows 6.1 format. The documents provide a tutorial and reference for creating storage management applications under the Media Manager interface for NetWare v3.12 - NetWare v4.10.
devlog.exe: 40213 bytes
Phone Device Call Log Sample Code -- 12-31-98/20:30p
This sample code demonstrates monitoring a device for all call type events, generating a log file that can be viewed later.
xea1.exe: 41308 bytes
Sample code/Extended Attributes(EA)(DOS/NLM) -- 12-31-98/20:30p
This self extracting zip file contains sample source code and executable which demonstrate how to implement the Extended Attribute (EA) function calls. Includes source code and executables for both the DOS and NETWARE NLM environments.
xreg1.exe: 24556 bytes
Sample Code - RegisterForEvent NLM Example. -- 12-31-98/20:30p
This self extracting zip file contains sample source code and executable. Example for RegisterForEvent on EVENT_MODULE_LOAD and EVENT_MODULE_UNLOAD. Multi-threaded and uses a Local Semaphore with a circular queue.
xuse1.exe: 28915 bytes
Sample code / GetConnectionsUsingFile() -- 12-31-98/20:30p
This self extracting zip file contains sample source code and executable which demonstrate how to implement the GetConnectionsUsingFile() function. Includes source code and executabls for the NETWARE NLM environment.
consum.exe: 22619 bytes
Connection Eater NLM for Developer's -- 12-31-98/20:30p
This file contains a connection eater NLM called CONNSUME.NLM. It is useful to 'eat' connections up on the larger user configuration versions of NetWare, to test your code with connection numbers > 250. This is a newer version of LOGINHOG.NLM, which supports 3.x and 4.0 NetWare.
nwpa30wp.exe: 591676 bytes
NWPA Spec. v3.0 - WordPerfect 6.1 -- 12-31-98/20:30p
The file included in this self-extracting DOS file is the NetWare Peripheral Architecture (NWPA) Functional Specification and Developer's Guide, Version 3.0. The file contains chapters of the document in Novell WordPerfect for Windows 6.1 format. The document provides a tutorial and reference for creating device drivers under the NWPA interface for NetWare v3.12 and NetWare v4.11.
nwpaevy.exe: 2536215 bytes
NWPA Spec. v3.0 - Envoy -- 12-31-98/20:30p
The file included in this self-extracting Envoy file comprise the NetWare Peripheral Architecture (NWPA) Functional Specification and Developer's Guide, Version 3.0. The file contains chapters of the document in Novell Envoy format. The document provides a tutorial and reference for creating device drivers under the NWPA interface for NetWare v3.12 and NetWare v4.11.