#include <dwc.h>
typedef void(*) DWCDeleteFriendListCallback(int deletedIndex,
int srcIndex,
void *param);deletedIndex |
Friend roster index of deleted friend. |
srcIndex |
Friend roster index of the duplicate friend data. |
param |
Parameter for the callback specified by DWC_UpdateServersAsync. |
None.
Called if duplicate friend information is found in the friend roster while the DWC_UpdateServersAsync function is processing and the duplicate information is erased by the library .
This callback function can be set using DWC_UpdateServersAsync.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL