GPRecvBuddyStatusArg

GameSpy SDK

GPRecvBuddyStatusArg

Information sent to the GP_RECV_BUDDY_STATUS callback.

typedef struct 
{
GPProfile profile;
unsigned int date;
int index;
} GPRecvBuddyStatusArg;

Members

profile
This object represents the buddy whose status has changed.
date
The timestamp of the change.
index
This buddy’s index in the buddy list. This index can be used in a call to gpGetBuddyStatus to get more information on the buddy’s new status.

Section Reference: Gamespy Presence SDK

See Also: gpSetStatus, gpSetCallback, GPEnum