Required Parameter Group: | |||
1 | grplist | Input | Binary(4) |
2 | grp | Input | Binary(4) |
3 | buf | Output | Char(*) |
4 | buf_len | Input | Binary(4) |
5 | buf_actlen | Output | Binary(4) |
6 | errcode | I/O | Char(*) |
Threadsafe: Yes |
Use the QzhbGetGroupName API to retrieve the name of a group using the group handle.
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 buffer to receive the group name.
The size of the buffer.
The actual length of the group name. If the buf_actlen value is greater than the buf_len value, the data is truncated.
The structure in which to return error information.