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