#include <dwc.h>
DWCNasLoginState DWC_NASLoginProcess(void);
This function allows a running Nintendo Authentication Server authentication process to proceed and to get its state. Call it approximately once per game frame until the authentication process is complete.
None.
DWC_NASLOGIN_STATE_DIRTY |
Authentication process has not been initialized. |
DWC_NASLOGIN_STATE_HTTP |
The HTTP network communication for the authentication process is running. |
DWC_NASLOGIN_STATE_SUCCESS |
Authentication process was successful. |
DWC_NASLOGIN_STATE_ERROR |
Authentication process failed. To check the error's details,call DWC_GetLastErrorEx then take appropriate steps. |
DWC_NASLOGIN_STATE_CANCELED |
Authentication process was cancelled. |
2006/12/05 Deleted.DWC_NASLOGIN_STATE_IDLE to reflect the changes to specifications.
2006/7/24 Reviewed description and corrected mistakes.
2006/3/22 Changed function name.
2006/3/22 Initial version.
CONFIDENTIAL