#include <dwc.h>
typedef void(*) DWCStorageLoginCallback(DWCError error,
void *param);error |
DWC error type. For details, see DWC_GetLastErrorEx. |
param |
Parameter for the callback specified by DWC_LoginToStorageServerAsync. |
None.
Called when login to the data storage server completes.
This callback function can be set using DWC_LoginToStorageServerAsync.
Do not call the DWC_LogoutFromStorageServer function from inside a callback.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL