DWC_SetStorageServerCallback

Syntax

#include <dwc.h>

BOOL DWC_SetStorageServerCallback(DWCSaveToServerCallback saveCallback,
                                  DWCLoadFromServerCallback loadCallback);

Arguments

saveCallback Pointer to the save completion notification callback function.
loadCallback Pointer to the load completion notification callback function.

Return Values

TRUE The configuration of the callback function was successful.
FALSE The configuration failed because the FriendsMatch Library was not running.

Description

This function registers the callbacks to call when saves or loads to the data storage server have completed.

Revision History


CONFIDENTIAL