Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> wsmsgsnd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WSMsgSnd()
------------------------------------------------------------------------------
 Purpose:
 Send a message to another workstation.

 Syntax:
 bResult = WSMsgSnd( wStation, lpszMessage )

 Parameters:
 wStation    The station number.
 lpszMessage The message to send.

 Returns:
 A boolean value (TRUE or FALSE).

 Description:
 WSMsgSnd() returns TRUE if the message specified by lpszMessage
 was successfully sent to station number wStation.

 Returns FALSE if an error occurs.

 Example:
 // To send a message to station number 18:
 if ( WSMsgSnd( 18, "Please unlock record 56" ) )
    ? "Message successfully sent to station 18"
 endif

See Also: WSMsgMdeGet() / WSMsgMdeSet() FSMsgSnd() WSMsgGet()

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