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> grpidget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GrpIDGet()
------------------------------------------------------------------------------
 Purpose:
 Get the object ID of a group.

 Syntax:
 dwGroupID = GrpIDGet( lpszGroupName )

 Parameters:
 lpszGroupName The name of the group.

 Returns:
 A numeric value (unsigned long int).

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

 Description:
 GrpIDGet() returns the ID number of the group specified by
 lpszGroupName.

 Returns NOVERRLONG if an error occurs.

 Example:
 // To display the ID number of group EVERYONE:
 dwCurrGrpID = GrpIDGet( "EVERYONE" )
 if ( NWErrorGet() = 0 )
    ? "Group EVERYONE has object ID", dwCurrGrpID
 endif

See Also: GrpNameGet() FSObjectList() GrpUserList() ObjIDGet()

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