DWCLoginCallback

Syntax

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

Arguments

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.

Return Values

None.

Description

Called when the login process started by DWC_LoginAsync completes.

See Also

DWC_LoginAsync

Revision History

5.1 patch 1
To standardize terminology, the term 'Profile ID' was changed to 'GS Profile ID.'

For the changelog prior to 5.1 PR2, click here.


CONFIDENTIAL