DWC_NASLoginProcess

C Specification

#include <dwc.h>

DWCNasLoginState DWC_NASLoginProcess(void);

Description

This function allows a running Nintendo Authentication Server authentication process to proceed and to gets its state.
Call this function approximately once per game frame until the authentication process is complete.

Arguments

None.

Return Values

DWC_NASLOGIN_STATE_DIRTY The authentication process has not been initialized.
DWC_NASLOGIN_STATE_HTTP The HTTP network communications for the authentication process are running.
DWC_NASLOGIN_STATE_SUCCESS The authentication process was successful.
DWC_NASLOGIN_STATE_ERROR The authentication process failed. Check the error details by calling the DWC_GetLastErrorEx function, then take the appropriate steps.
DWC_NASLOGIN_STATE_CANCELED The authentication process was cancelled.

See Also

DWCNasLoginState

Revision History

2006/12/05 Deleted DWC_NASLOGIN_STATE_IDLE in line with changes to specifications
2006/07/24 Reviewed description and corrected mistakes
2006/03/22 Changed function name
2006/03/22 Initial version


CONFIDENTIAL