GPFindPlayerMatch

GameSpy SDK

GPFindPlayerMatch

An element of GPFindPlayersResponseArg, which is the arg parameter passed to a callback generated by a call to gpFindPlayers .

typedef struct 
{
GPProfile profile;
gsi_char nick[GP_NICK_LEN];
GPEnum status;
gsi_char statusString[GP_STATUS_STRING_LEN];
} GPFindPlayerMatch;

Members

profile
The profile object for this match.
nick
The nick for this match.
status
Status of the match.
statusString
Readable text string representation of the status.