DWCDeleteFriendListCallback

Syntax

#include <dwc.h>

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

Description

This function is called if duplicate friend data is found in the local friend roster and is erased in the library after DWC_UpdateServersAsync is called.

This callback function can be set using DWC_UpdateServersAsync.

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.

See Also

DWC_UpdateServersAsync

Revision History

2006/02/21 Clarified that this function is called when local friend information is deleted.
2005/12/16 Added information about the callback settings function.
2005/11/01 Initial version.


CONFIDENTIAL