DWCDeleteFriendListCallback

Syntax

#include <dwc.h>

typedef void(*) DWCDeleteFriendListCallback(int deletedIndex,
             int srcIndex,
             void *param);

Arguments

deletedIndex Friend roster index of deleted friend.
srcIndex Friend roster index of the friend data that was judged to be duplicate.
param Callback parameter.

Return Values

None.

Description

This function is called if duplicate friend data is found in the friend roster and it is erased by the library while the DWC_UpdateServersAsync function is processing.

See Also

DWC_UpdateServersAsync

Revision History


CONFIDENTIAL