chatGetNick

GameSpy SDK

chatGetNick

Gets the chat nickname of the local client. This may not be the same as the profile nickname.

gsi_char *Ā chatGetNick(
CHAT chat );
RoutineRequired HeaderDistribution
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

RoutineGSI_UNICODE Not DefinedGSI_UNICODE Defined
chatGetNickchatGetNickAchatGetNickW

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