DWCStorageLoginCallback

Syntax

#include <dwc.h>

typedef void(*) DWCStorageLoginCallback(DWCError error,
             void *param);

Arguments

error DWC error type
param Callback parameter.

Return Values

None.

Description

This function is called when login to the data storage server completes.

Do not call DWC_LogoutFromStorageServer from inside this callback.

See Also

DWC_LoginToStorageServerAsync

Revision History

1.4.0
Added the text concerning the DWC_LogoutFromStorageServer function.

CONFIDENTIAL