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> caston</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CASTON
------------------------------------------------------------------------------
 Purpose:
 To emulate the Novell CASTON.EXE utility.

 Syntax:
 CASTON

 Parameters:
 None.

 Returns:
 None.
 NWErrorGet() returns non-zero if an error occurs.

 Description:
 CASTON emulates the Novell NetWare CASTON.EXE command line utility, and
 is used to allow user and console messages to be automatically
 displayed by the workstation.

 Example:
 // To allow user and console messages to be automatically displayed:

 #include "novlib.ch"
 CASTON
 if ( NWErrorGet() = 0 )
    ? "Receipt and display of all messages has been enabled"
 endif

 Notes:
 This function will only work with CA-Clipper 5.x. For more
 information see CASTON.EXE in the NetWare reference manuals.

See Also: WSMessageModeGet() / WSMessageModeSet() WSMessageGet() CASTOFF

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