#include <dwc.h>
int DWC_StartUtilityEx(int language,
int param);language |
Language of the Nintendo Wi-Fi Connection setup utility. As a general rule, specify the same language being used for the application. However, depending on the market region specified by param, certain languages are not selectable. If the application is using a language that is not supported by this function (*), select the most suitable language from among those that the function supports. |
param |
Market (region) and where in the Nintendo Wi-Fi Connection setup utility to start. Depending on the market, the Easy Wireless Start feature may or may not be enabled.
|
DWC_UTIL_RESULT_SUCCESS |
Function completed successfully |
DWC_UTIL_RESULT_FAILED |
Argument error |
DWC_UTIL_RESULT_ERROR_TWL |
Error when started on TWL hardware |
Starts the Nintendo Wi-Fi Connection setup utility without specifying a work memory. For details, see the page for the DWC_StartUtility function.
For the change log before 5.1 PR2, click here.
CONFIDENTIAL