#include <dwc.h>
typedef void(*) DWCUpdateServersCallback(DWCError error,
BOOL isChanged,
void *param);error |
DWC error type. For details, see DWC_GetLastErrorEx. |
isChanged |
TRUE: The friend roster was rewritten during asynchronous processing.FALSE: The friend roster was not rewritten. |
param |
Parameter for the callback specified by DWC_UpdateServersAsync. |
None.
Called when the friend roster synchronization process completes.
For details about synchronous processing of the friend roster, see DWC_UpdateServersAsync.
This callback function can be set using DWC_UpdateServersAsync.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL