DtvLong dal_dbi_get_grp_lis (uic, nam_lis, gic_lis, acc_lis)

Returns the group data of the user identification code from the system relation T_GRP_USR.

Input Parameters Significance
DtvLong uic user identification code (UIC)

Output Parameters Significance
char nam_lis [ ] [21] list of group names of the user (in alphabetic and ascending order)
DtvLong gic_lis [ ] list of group identification codes (GICs) of the user
char acc_lis [ ] list of user group access Ids
r = user has read privilege in the group
w = user has write privilege in the group
d = user has delete privilege in the group
o = user has owner privilege in the group

Return Code Significance
0 no error
1 no group registered for the user
-1 data base error reading the access Id

no remarks