Detailed information about a group to which a user belongs.
{
unsigned int uid;
unsigned int gid;
string name;
string description;
boolean isMember;
boolean isAdmin;
};uid Unique ID of user.
gid Unique ID of group.
name Unique group name.
description Group description.
isMember Is user a member of group?
isAdmin Is user an admin of group?
GroupUserListItemArray is an array of GroupUserListItem structures.
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |