Required Parameter Group: | |||
1 | grplist | Input | Binary(4) |
2 | grp | Input | Binary(4) |
3 | prev_usr | Input | Binary(4) |
4 | usr | Output | Binary(4) |
5 | errcode | I/O | Char(*) |
Threadsafe: Yes |
Use the QzhbGetNextUser API to retrieve the next user from a group.
The group list handle returned from a call to the QzhbCreateGroupList or QzhbOpenGroupList API.
The group handle returned from a call to the QzhbGetNextGroup, QzhbFindGroupInList, or QzhbAddGroupToList API.
The user handle for an existing user that returns the user immediately following this user. A handle of 0 returns the first user in the group list.
The handle of the user if a next user is found in the group. If no next user is found, error HTPA207 is returned.
The structure in which to return error information.