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> fsconmaxget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSConMaxGet()
------------------------------------------------------------------------------
 Purpose:
 Get the maximum number of file server connections supported.

 Syntax:
 iMaxCons = FSConMaxGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

 Description:
 FSConMaxGet() returns the maximum number of connections supported by
 the default file server.

 Returns NOVERRINT if an error occurs.

 Example:
 // To display the maximum number of connections:
 iConnMax = FSConMaxGet()
 if ( iConnMax != NOVERRINT )
    ? "The maximum number of connections is", iConnMax
 endif

See Also: FSCurConGet()

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