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


Parameters

<cTo>
NetBios name to send a message to.

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

<cMe>
NetBios name to use when sending. The default is the value of
N_NETNAME(). The sender's name 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 with a name
added by N_NBADD().


Returns

Logical true if successful, otherwise false.



Description

This function attempts to send a NetBios DataGram to a specified
NetBios name. The message will be delivered on a "best effort" basis.
If you need guaranteed delivery, use N_NCSEND().



See Also: N_NBRECV() N_NCSEND

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