#include <dwc.h>
typedef void (*DWCBuddyFriendCallback)( int index, void* param);
This function is called when a friend relationship is established on the GameSpy server. This callback function cannot be called after DWC_UpdateServersAsync has been called until synchronous processing of the friend roster is complete.
This callback function can be set using DWC_SetBuddyFriendCallback.
index |
Index of the friend roster where a friend relationship has been established. |
param |
Parameter for the callback specified by DWC_SetBuddyFriendCallback. |
None.
DWC_SetBuddyFriendCallback, DWC_UpdateServersAsync
2005/12/16 Added descriptions of the callback select function and the period the callback cannot be called.
2005/11/01 Initial version.
CONFIDENTIAL