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 duplicate friend data.
param Parameter for the callback specified by DWC_UpdateServersAsync.

Return Values

None.

Description

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.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL