GPRecvGameInviteArg

GameSpy SDK

GPRecvGameInviteArg

Information sent to the GP_RECV_GAME_INVITE callback.

typedef struct 
{
GPProfile profile;
int productID;
gsi_char location[GP_LOCATION_STRING_LEN];
} GPRecvGameInviteArg;

Members

profile
Profile of the buddy who the message is from.
productID
The product ID of the game to which the remote profile is inviting the local profile.
location
The location string for the invite.

Section Reference: Gamespy Presence SDK

See Also: gpSetCallback, GPCallback, GPEnum