chatGetNick
Gets the chat nickname of the local client. This may not be the same as the profile nickname.
- gsi_char *Ā chatGetNick(
- CHAT chat );
Routine | Required Header | Distribution |
---|---|---|
chatGetNick | <chat.h> | SDKZIP |
Return Value
The nickname of the local client.
Parameters
- chat
- [in] Chat SDK object, previously initialized using one of the chatConnect methods.
Unicode Mappings
Routine | GSI_UNICODE Not Defined | GSI_UNICODE Defined |
---|---|---|
chatGetNick | chatGetNickA | chatGetNickW |
chatGetNickW and chatGetNickA are UNICODE and ANSI mapped versions of chatGetNick. The arguments of chatGetNickA are ANSI strings; those of chatGetNickW are wide-character strings.
Section Reference: Gamespy Chat SDK