1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<title>Authentication Server - Constants</title> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</head> 10 11<body> 12 13<h1 align="left">Authentication Server - Constants</h1> 14<H2>Definition</H2> 15<DL> 16 <DD> 17 <PRE><CODE> 18#include <dwc.h> 19 20 21enum DWCIngamesnCheckResult { 22 DWC_INGAMESN_NOT_CHECKED 0 23 DWC_INGAMESN_VALID 1 24 DWC_INGAMESN_INVALID 2 25}; 26 27enum DWCNasLoginState { 28 DWC_NASLOGIN_STATE_DIRTY 0 29 DWC_NASLOGIN_STATE_IDLE 30 DWC_NASLOGIN_STATE_HTTP 31 DWC_NASLOGIN_STATE_SUCCESS 32 DWC_NASLOGIN_STATE_ERROR 33 DWC_NASLOGIN_STATE_CANCELED 34 DWC_NASLOGIN_STATE_MAX 35}; 36 37 </CODE></PRE> 38 </DD> 39</DL> 40 41<TABLE border="1"> 42 <TBODY> 43 44 </TBODY> 45</TABLE> 46 47<a name="dwc__naslogin_8h_1349021731a0fc769a18f1057332fd0f6"></a> 48<H2><A name="TAG_ENUM_1">ingamesn Check Result Enumerator</A></H2> 49<TABLE border="1"> 50 <TBODY> 51 52 <TR> 53 <TD width="25%"><EM><STRONG><CODE>DWC_INGAMESN_NOT_CHECKED</CODE></STRONG></EM></TD> 54 <TD>Unchecked.</TD> 55 </TR> 56 57 <TR> 58 <TD width="25%"><EM><STRONG><CODE>DWC_INGAMESN_VALID</CODE></STRONG></EM></TD> 59 <TD>Enabled.</TD> 60 </TR> 61 62 <TR> 63 <TD width="25%"><EM><STRONG><CODE>DWC_INGAMESN_INVALID</CODE></STRONG></EM></TD> 64 <TD>Disabled.</TD> 65 </TR> 66 67 </TBODY> 68</TABLE> 69 70<a name="dwc__naslogin_8h_1114bd9397d08664e16b744907f8cf30b"></a> 71<H2><A name="TAG_ENUM_2">This is an enumeration type that displays the status of the authentication process of Nintendo Authentication Server.</A></H2> 72<TABLE border="1"> 73 <TBODY> 74 75 <TR> 76 <TD width="25%"><EM><STRONG><CODE>DWC_NASLOGIN_STATE_DIRTY</CODE></STRONG></EM></TD> 77 <TD>Authentication process has not been initialized.</TD> 78 </TR> 79 80 <TR> 81 <TD width="25%"><EM><STRONG><CODE>DWC_NASLOGIN_STATE_IDLE</CODE></STRONG></EM></TD> 82 <TD>Authentication process has not started. Waiting...</TD> 83 </TR> 84 85 <TR> 86 <TD width="25%"><EM><STRONG><CODE>DWC_NASLOGIN_STATE_HTTP</CODE></STRONG></EM></TD> 87 <TD>The HTTP network communication for the authentication process is running.</TD> 88 </TR> 89 90 <TR> 91 <TD width="25%"><EM><STRONG><CODE>DWC_NASLOGIN_STATE_SUCCESS</CODE></STRONG></EM></TD> 92 <TD>Authentication process was successful.</TD> 93 </TR> 94 95 <TR> 96 <TD width="25%"><EM><STRONG><CODE>DWC_NASLOGIN_STATE_ERROR</CODE></STRONG></EM></TD> 97 <TD>Authentication process failed.</TD> 98 </TR> 99 100 <TR> 101 <TD width="25%"><EM><STRONG><CODE>DWC_NASLOGIN_STATE_CANCELED</CODE></STRONG></EM></TD> 102 <TD>Authentication process was canceled.</TD> 103 </TR> 104 105 <TR> 106 <TD width="25%"><EM><STRONG><CODE>DWC_NASLOGIN_STATE_MAX</CODE></STRONG></EM></TD> 107 <TD></TD> 108 </TR> 109 110 </TBODY> 111</TABLE> 112 113<hr><p>CONFIDENTIAL</p></body> 114</html> 115