Required Parameter Group: | |||
1 | grplist | Input | Binary(4) |
2 | grp | Input | Binary(4) |
3 | usr | Input | Binary(4) |
4 | buf | Output | Char(*) |
5 | buf_len | Input | Binary(4) |
6 | buf_actlen | Output | Binary(4) |
7 | errcode | I/O | Char(*) |
Threadsafe: Yes |
Use the QzhbGetUserString API to retrieve the name string of a group member given the user handle, as returned by the QzhbGetNextUser, QzhbFindUserInGroup, or QzhbAddUserToGroup API.
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 returned from a call to the QzhbGetNextUser, QzhbFindUserInGroup, or QzhbAddUserToGroup API.
The buffer to receive the user string.
The size of the buffer.
The actual length of the user string. If the buf_actlen value is greater than the buf_len value, the data is truncated by the system.
The structure in which to return error information.