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.
Note that a valid value is stored even if success=FALSE.
param Parameter for the callback specified by DWC_SavePublicDataAsync or DWC_SavePrivateDataAsync.

Return Values

None.

Description

Called when the saving of data to the data storage server completes.

This callback function can be set using DWC_SetStorageServerCallback.

Do not call the DWC_LogoutFromStorageServer function from inside a callback.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL