DWCBuddyFriendCallback

Syntax

#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. Until synchronous processing of the friend roster is complete, this callback function cannot be called after DWC_UpdateServersAsync is called.

To set this callback function, use 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

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


CONFIDENTIAL