a container of users
More...
Detailed Description
a container of users
Function Documentation
increment the ref count
- Parameters:
-
| [in] | pUserInfo | pointer to userinfo object |
Get the IndieCity user id.
- Parameters:
-
| [in] | pUserInfo | pointer to userinfo object |
- Returns:
- the user's IndieCity id.
Obtain name in utf8 format.
- Parameters:
-
| [in] | pUserInfo | pointer to userinfo object |
| [in] | buffer | to write name to |
| [in] | maxBufferSize | maximum num of chars that can be writting including space for nul terminator. The maximum name length is currently 15 unicode characters. A utf8 buffer might have to be 6 times this to contain exotic symbols. |
| [out] | pNameLength | pointer to variable to write how many characters were written. |
- Returns:
- result code
indicate that the userinfo object has been finished with;
- Parameters:
-
| [in] | pUserInfo | pointer to userinfo object |