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> fsaccountversionget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSAccountVersionGet()
------------------------------------------------------------------------------
 Purpose:
 Get the file server's accounting system version number.

 Syntax:
 iVerNum = FSAccountVersionGet()

 Parameters:
 None.

 Returns:
 A numeric value (signed short int).

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

 Description:
 FSAccountVersionGet() returns the accounting version number contained in
 the NetWare operating system.

 Returns NOVERRINT if an error occurs.

 Example:
 // To display the accounting system version number:
 iVersion = FSAccountVersionGet()
 if ( iVersion != NOVERRINT )
    ? "The accounting system version is", iVersion
 endif

See Also: FSAccountEnabledTest()

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