GPRecvBuddyRequestArg

GameSpy SDK

GPRecvBuddyRequestArg

Information sent to the GP_RECV_BUDDY_REQUEST callback.

typedef struct 
{
GPProfile profile;
unsigned int date;
gsi_char reason[GP_REASON_LEN];
} GPRecvBuddyRequestArg;

Members

profile
Profile of the buddy who has made the request.
date
The timestamp of the request.
reason
The reason for the request.