#include <dwc.h>
typedef void(*) DWCLoginCallback(DWCError error,
int profileID,
void *param);error |
DWC error type. For details, see DWC_GetLastErrorEx. |
profileID |
Obtained GS Profile ID of one's own. |
param |
Parameter for the callback specified by DWC_LoginAsync. |
None.
Called when the login process started by DWC_LoginAsync completes.
For the changelog prior to 5.1 PR2, click here.
CONFIDENTIAL