#include <dwc.h>BOOL DWC_SetStorageServerCallback(DWCSaveToServerCallback saveCallback,
DWCLoadFromServerCallback loadCallback);| saveCallback | Pointer to the save completion notification callback function. |
| loadCallback | Pointer to the load completion notification callback function. |
| TRUE | The configuration of the callback function was successful. |
| FALSE | The configuration failed because the FriendsMatch Library was not running. |
This function registers the callbacks to call when saves or loads to the data storage server have completed.
CONFIDENTIAL