DWCLoginCallback

Syntax

#include <dwc.h>

typedef void(*) DWCLoginCallback(DWCError error,
             int profileID,
             void *param);

Arguments

error DWC error type.
profileID Own Profile ID that was obtained
param Callback parameter.

Return Values

None.

Description

This function is called when the login process started by DWC_LoginAsync completes.

See Also

DWC_LoginAsync

Revision History


CONFIDENTIAL