AttachByAddress
Attaches (but does not log in) an NLM application to the server whose address is specified
#include <nwconn.h>
int AttachByAddress (
int transType,
LONG transLen,
BYTE *transBuf,
WORD *fileServerID);
If successful, this function returns zero. Otherwise, NetWareErrno is set.
AttachByAddress attaches the NLM to the address described by the transType, transLen, and transBuf parameters. In addition AttachByAddress also sets the current connection of the calling thread (and of all threads in the same thread group) to be the new connection obtained by this function.
The file server ID of the attached server is returned in the fileServerID parameter.
The transport buffer contains different data depending on the transport type.