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> fspeakconnget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSPeakConnGet()
------------------------------------------------------------------------------
 Purpose:
 Get the peak number of workstation connections to the default file server.

 Syntax:
 iPeakCon = FSPeakConnGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

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

 Description:
 FSPeakConnGet() returns the peak number of workstation connections which
 have been in use simultaneously on the default file server since it was
 brought up.

 Returns NOVERRINT if an error occurs.

 Example:
 // To display the peak number of connections used:
 iPeakCount = FSPeakConnGet()
 if ( iPeakCount != NOVERRINT )
    ? "The peak number of connections is", iPeakCount
 endif

See Also: FSCurrentConnGet() FSConnMaxGet()

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