DWCSaveToServerCallback

Syntax

#include <dwc.h>

typedef void(*) DWCSaveToServerCallback(BOOL success,
             BOOL isPublic,
             void *param);

Arguments

success TRUE: Save succeeded.
FALSE: Save failed.
isPublic TRUE: Saved data is public data.
FALSE: Private data
param Callback parameter.

Return Values

None.

Description

This function is called when the saving of data to the data storage server completes.

Do not call DWC_LogoutFromStorageServer from inside a callback.

See Also

DWC_SetStorageServerCallback

Revision History

1.4.0
Added the text concerning the DWC_LogoutFromStorageServer function.

CONFIDENTIAL