#include <dwc.h>
typedef void (*DWCDeleteFriendListCallback)(
int deletedIndex,
int srcIndex,
void* param );
This function is called if duplicate friend data is found in the local friend roster and is erased in the library after the DWC_UpdateServersAsync function is called.
This callback function can be set using DWC_UpdateServersAsync.
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.
2006/02/21 Clarified that this function is called when local friend information is deleted.
2005/12/16 Indicated the callback settings function
2005/11/01 Initial version
CONFIDENTIAL