#include <dwc.h>
BOOL DWC_SetStorageServerCallback( DWCSaveToServerCallback saveCallback,
DWCLoadFromServerCallback loadCallback);
This function registers the callbacks to call when saving to or loading from the completed data storage server.
saveCallback |
Pointer to the save completion notification callback function. |
loadCallback |
Pointer to the load completion notification callback function. |
TRUE |
The callback function configuration was successful. |
FALSE |
The configuration failed, because the FriendsMatch Library was not running. |
DWC_SavePublicDataAsync, DWC_SavePrivateDataAsync, DWC_LoadOwnDataAsync, DWC_LoadOthersDataAsync, DWCSaveToServerCallback, DWCLoadFromServerCallback
01/18/2006 Added support for the change of the return value to a BOOL
07/22/2005 Initial version