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> fsaccenabtst()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSAccEnabTst()
------------------------------------------------------------------------------
 Purpose:
 Verify accounting system is enabled on file server.

 Syntax:
 bResult = FSAccEnabTst()

 Parameters:
 None.

 Returns:
 A boolean value (TRUE or FALSE).

 Description:
 FSAccEnabTst() is used to test whether the accounting system is
 enabled on the current file server. Once the accounting system is enabled,
 normally done with SYSCON.EXE, servers can charge users of the file server
 for their services.

 Returns TRUE if accounting is enabled, or FALSE if it is disabled or if an
 error occurs.

 Example:
 // To see if the accounting system of the current file server is enabled:
 if ( FSAccEnabTst() )
    ? "Accounting is enabled on server", FSNmeGet()
 endif

See Also: FSAccSrvAdd() FSAccSrvDel()

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