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> fsmessagelog()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSMessageLog()
------------------------------------------------------------------------------
 Purpose:
 Log a message in the network message file.

 Syntax:
 bResult = FSMessageLog( lpszMessage )

 Parameters:
 lpszMessage The message to log.

 Returns:
 A boolean value (TRUE or FALSE).

 The CA-Clipper name for this function is:
 FSMsgLog()

 Description:
 FSMessageLog() returns TRUE if the message text specified by lpszMessage
 is successfully logged in the network message file SYS:SYSTEM/NET$LOG.MSG.

 The message may be up to 80 characters long and is stored with the time
 and date at which the message was logged.

 Returns FALSE if an error occurs and the message is not stored.

 Example:
 // To log a network message informing the Supervisor that a
 // file has been corrupted:
 if ( FSMessageLog( "File SYS:ACCOUNTS/SALES.DAT corrupted" ) )
    ? "Corruption message successfully logged"
 endif

See Also: FSMessageSend() WSMessageModeGet() / WSMessageModeSet() WSMessageSend()

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