chatGetUserID

GameSpy SDK

chatGetUserID

Gets the user id of the local client.

intĀ chatGetUserID(
CHAT chat );
RoutineRequired HeaderDistribution
chatGetUserID<chat.h>SDKZIP

Return Value

Returns the user id of the local client.

Parameters

chat
[in] Chat SDK object, previously initialized using chatConnectLogin or chatConnectPreAuth.

Remarks

The chat SDK must have been initialized using chatConnectLogin or chatConnectPreAuth.

Section Reference: Gamespy Chat SDK