DWC_NASLoginAbort

C Specification

#include <dwc.h>

void DWC_NASLoginAbort(void);

Description

This function interrupts an authentication process for Nintendo Authentication Server which is being executed.

After this function is called, call the DWC_NASLoginProcess function to continue the process, then use the return value to check that the authentication process has ended (or has been interrupted).

Arguments

None.

Return Values

None.

See Also

DWC_NASLoginProcess function

Revision History

07/24/2006 Re-examined the description
03/27/2006 Revised the function name
03/22/2006 Initial version


CONFIDENTIAL