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_ncsend( <cto>, <cmsg> ) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
N_NCSEND( <cTo>, <cMsg> )


Parameters

<cTo>
NetBios connection number to send the message to.

<cMsg>
Message to transmit. Length may be up to 512 bytes.


Returns

Logical true if message was received, false otherwise.


Description

Sends a NetBios message to a connection number. A connection must
have been establised with either N_NCCONNECT() or N_NCLISTEN(), both
of which return a connection number that can be used as an argument
to N_NCSEND().

Delivery of the message is guaranteed so long as N_NCSEND() returns
logical true.



See Also: N_NCCONNECT() N_NCLISTEN()

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