DWC_SetStorageServerCallback

C Specification


#include <dwc.h>

BOOL DWC_SetStorageServerCallback( DWCSaveToServerCallback saveCallback,
DWCLoadFromServerCallback loadCallback);

				

Description

This function registers the callbacks to call when saving to or loading from the completed data storage server.

Arguments

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

Return Values

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

See Also

DWC_SavePublicDataAsync, DWC_SavePrivateDataAsync, DWC_LoadOwnDataAsync, DWC_LoadOthersDataAsync, DWCSaveToServerCallback, DWCLoadFromServerCallback

Revision History

01/18/2006 Added support for the change of the return value to a BOOL
07/22/2005 Initial version