#include <dwc.h>typedef void(*) DWCLoginCallback(DWCError error,
int profileID,
void *param);| DWC error type. | |
| Own Profile ID that was obtained | |
| Callback parameter. |
None.
This function is called when the login process started by DWC_LoginAsync completes.
CONFIDENTIAL