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> fsaccsrvdel()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FSAccSrvDel()
------------------------------------------------------------------------------
 Purpose:
 Delete an account server from the file server.

 Syntax:
 bResult = FSAccSrvDel( lpszAccServer, iObjType )

 Parameters:
 lpszAccServer The name of the account server.
 iObjType      The bindery object type of the account server.

 Returns:
 A boolean value (TRUE or FALSE).

 Description:
 FSAccSrvDel() deletes an accounting server, specified by
 lpszAccServer, of the type iObjType, from the accounting server list of
 the current file server. The deleted accounting server can no longer
 charge clients of the current server for its services.

 Returns TRUE if successful, or FALSE if an error occurs.

 Example:
 // To delete the user KATIE from the authorised accounting
 // servers list of the current file server:
 if ( FSAccSrvDel( "KATIE", OT_USER ) )
    ?"User KATIE is no longer an account server on server",FSNmeGet()
 endif

 Notes:
 This function requires Supervisor equivalence.

 FSAccSrvDel() is a redefinition of the bindery function
 SetPrpIDDel().

See Also: FSAccSrvAdd() FSAccEnabTst()

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