DWCStorageLoginCallback

Syntax

#include <dwc.h>
typedef void(*) DWCStorageLoginCallback(DWCError error,
             void *param);

Arguments

error DWC error type. For details, see DWC_GetLastErrorEx.
param Parameter for the callback specified by DWC_LoginToStorageServerAsync.

Return Values

None.

Description

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.

Revision History

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL