Dec 172017
Various network functions for Clipper written in C. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
NETFN.C | 19598 | 4791 | deflated |
NETFN.DOC | 930 | 554 | deflated |
NETFN.OBJ | 2890 | 1382 | deflated |
Download File NETFN.ZIP Here
Contents of the NETFN.DOC file
July 12, 1987
NETFN.c
-------
These routines add a level of sophistication to networked programs, allowing
you to check the network status, change printer or drive redirection, or
obtain the network name of current redirection.
You can also modify the default RETRY parameters used by DOS to determine
how long DOS should attempt retries before telling you that a record is
locked.
These routines have only been tested & used on 3Coms 3+ Local Area Network,
but should work on any 100% NETBIOS compatible network.
We know, for example, that as of the last release of Waterloo PORT, that
NETUP(), DRIVSTAT(), and DEVICEN() worked, but that the other functions
didn't.
Be very careful with any functions that change current redirections. Used
incorrectly, you can cause a workstation to hang.
Have fun!
Send any questions, comments, or ideas for new/improved functions
to NA2642 (on The Source).
NETFN.c
-------
These routines add a level of sophistication to networked programs, allowing
you to check the network status, change printer or drive redirection, or
obtain the network name of current redirection.
You can also modify the default RETRY parameters used by DOS to determine
how long DOS should attempt retries before telling you that a record is
locked.
These routines have only been tested & used on 3Coms 3+ Local Area Network,
but should work on any 100% NETBIOS compatible network.
We know, for example, that as of the last release of Waterloo PORT, that
NETUP(), DRIVSTAT(), and DEVICEN() worked, but that the other functions
didn't.
Be very careful with any functions that change current redirections. Used
incorrectly, you can cause a workstation to hang.
Have fun!
Send any questions, comments, or ideas for new/improved functions
to NA2642 (on The Source).
December 17, 2017
Add comments