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

 Syntax:
 bResult= GrpUserAdd( lpszUserName, lpszGroupName )

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

 Returns:
 A boolean value (TRUE or FALSE).

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

 Description:
 GrpUserAdd() 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 ( GrpUserAdd( "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: GrpUserDelete() GrpUserTest() GrpUserList() FSObjectList()

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