chatGetBasicUserInfoNoWait

GameSpy SDK

chatGetBasicUserInfoNoWait

Retrieves basic information on the specified user. Information is returned through function parameters.

CHATBool chatGetBasicUserInfoNoWait(
CHAT chat,
const gsi_char * nick,
const gsi_char ** user,
const gsi_char ** address );
RoutineRequired HeaderDistribution
chatGetBasicUserInfoNoWait<chat.h>SDKZIP

Return Value

Returns CHATTrue if info is available, CHATFalse otherwise.

Parameters

chat
[in] Chat SDK object, previously initialized using one of the chatConnect methods.
nick
[out] Receives the user's nickname
user
[out] Receives the user's username
address
[out] Receives the user's IP address.

Remarks

chatGetBasicUserInfoNoWait is used to retrieve basic information on a user. This information consists of the chat nickname, user profile name and IP address.

Section Reference: Gamespy Chat SDK

See Also: chatGetBasicUserInfo