NWAttachToFileServerByConn
Attaches to a NetWare server through a service identified by a connection.
#include <nwserver.h>
or
#include <nwcalls.h>
NWCCODE N_API NWAttachToFileServerByConn (
NWCONN_HANDLE conn,
const nstr8 N_FAR *serverName,
nuint16 scopeFlag,
NWCONN_HANDLE N_FAR *newConnID);
uses calwin32
Function NWAttachToFileServerByConn
(conn : NWCONN_HANDLE;
const serverName : pnstr8;
scopeFlag : nuint16;
Var newConnID : NWCONN_HANDLE
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWAttachToFileServerByConn allows attachments to servers not seen by the preferred server.