
                      Same System Calls for NetWare 3.x
                             Last Update: 04/26/93


This readme file accompanies some example source which shows how to make
3.x system calls for NetWare.  These calls are considered to be in a
pre-release state.  One additional note, incompatabilities have been
found when these calls are used with older NetWare Shells and/or older
versions of IPX.  Please make sure your are using at least the 3.26 
NetWare shell as well as version 3.10 of dedicated IPX or version 1.20
of IPX ODI.  Currently, the following files are included in this zip:

            SC3X03.TXT   -   This file
            NWSYS.C      -   Some helper routines (F2 interface)
            NWSYS.H      -   Header file with prototypes for helper APIs
            CONNOPEN.C   -   Example of GetOpenFilesByConnection
            SEMAINFO.C   -   Example of GetSemaphoreInformation
            GETOBDSK.C   -   Example of GetObjectDiskUsageAndRestriction
            CUSEFILE.C   -   Example of GetConnectionsUsingFile
            ADDTRUST.C   -   Example of SetTrustee
            GETFSINF.C   -   Example of GetFileServerInformation
            OBFSDINF.C   -   Example to get a file's creator name space
            SCTRPATH.C   -   Example of ScanBinderyObjectTrusteePaths
            SCTRUST.C    -   Example of ScanEntryForTrustees
            *.DOC        -   Documentation of all calls included in the
                             examples.
