Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- NetLib for Clipper, Version 6.0 - n_ncconnect( <cto> [, <cme> ] http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_NCCONNECT( <cTo> [, <cMe> ]


Parameters

<cTo>
NetBios name to connect with.

<cMe>
NetBios name of the sender. The default is the value of N_NETNAME().
It will show as the source of the message on the receiving side.

This argument is usually omitted unless you are sending with a name
other than the primary login name -- such as a name added by N_NBADD().


Returns

NetBios connection number if successful.

Zero if the connection was not established.


Description

Establishes a NetBios connection. Once a connection has been made,
you can use the connection number returned as an argument to
N_NCSEND() and send a message.



See Also: N_NCSEND() N_NCDISCONNECT() N_NCLISTEN()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson