DWCUpdateServersCallback

Syntax

#include <dwc.h>

typedef void(*) DWCUpdateServersCallback(DWCError error,
             BOOL isChanged,
             void *param);

Arguments

error DWC error type
isChanged TRUE: The friend roster was rewritten during asynchronous processing.
FALSE: The friend roster was not rewritten.
param Callback parameter.

Return Values

None.

Description

This function is called when the friend roster synchronization process completes.

See Also

DWC_UpdateServersAsync

Revision History


CONFIDENTIAL