DWCBuddyFriendCallback

C Specification

#include <dwc.h>

typedef void (*DWCBuddyFriendCallback)( int index, void* param);

Description

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.

Arguments

index Index of the friend roster where a friend relationship has been established.
param Parameter for the callback specified by DWC_SetBuddyFriendCallback.

Return Values

None.

See Also

DWC_SetBuddyFriendCallback, DWC_UpdateServersAsync

Revision History

12/16/2005 Added descriptions of the callback select function and the period the callback cannot be called.
11/01/2005 Initial version.