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> fsmsgsnd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSMsgSnd()
------------------------------------------------------------------------------
 Purpose:
 Send a message to the file server console.

 Syntax:
 bResult = FSMsgSnd( lpszMessage )

 Parameters:
 lpszMessage The message to send.

 Returns:
 A boolean value (TRUE or FALSE).

 Description:
 FSMsgSnd() returns TRUE if the message specified by lpszMessage was
 successfully sent to the default file server's console.

 Returns FALSE if an error occurs and the message is not sent. The message
 may be up to 55 characters long and any additional characters are ignored.
 Message functions sent to the file server console are displayed after the
 ":" prompt and are overwritten by subsequent messages.

 Example:
 // To send a message to the file server console:
 if ( FSMsgSnd( "Please check network printer" ))
    ? "Message successfully sent to the console"
 endif

See Also: FSMsgLog() WSMsgSnd() WSMsgMdeGet() / WSMsgMdeSet()

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