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> grpusradd()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GrpUsrAdd()
------------------------------------------------------------------------------
 Purpose:
 Add a user to a group.

 Syntax:
 bResult= GrpUsrAdd( lpszUserName, lpszGroupName )

 Parameters:
 lpszUserName  The user name.
 lpszGroupName The group name.

 Returns:
 A boolean value (TRUE or FALSE).

 Description:
 GrpUsrAdd() returns TRUE if the user specified by lpszUserName is
 added to the user group specified by lpszGroupName.

 Returns FALSE if not, or if an error occurs.

 Example:
 // To add user GLEN to the group ACCOUNTS:
 if ( GrpUsrAdd( "GLEN", "ACCOUNTS" ) )
    ? "User Glen has been added to the group ACCOUNTS"
 endif

 Notes:
 This function requires Supervisor equivalence.

 If FALSE is returned, check NWErrorGet().

See Also: GrpUsrDel() GrpUsrTst() GrpUsrLst() FSObjLst()

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