#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.
02/21/2006 Clarified that this function is called when local friend information is deleted.
12/16/2005 Indicated the callback settings function
11/01/2005 Initial version