DWC_StartUtilityEx

Syntax

#include <dwc.h> 
int DWC_StartUtilityEx(int language,
                       int param);

Arguments

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.
  • DWC_LANGUAGE_JAPANESE // Japanese
  • DWC_LANGUAGE_ENGLISH // English
  • DWC_LANGUAGE_FRENCH // French
  • DWC_LANGUAGE_GERMAN // German
  • DWC_LANGUAGE_ITALIAN // Italian
  • DWC_LANGUAGE_SPANISH // Spanish
  • DWC_LANGUAGE_HANGUL // Korean*
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.
  • Starting from the top menu.Implementation is required.
    • DWC_UTILITY_TOP_MENU_FOR_USA // North American market
    • DWC_UTILITY_TOP_MENU_FOR_EUR // European market
    • DWC_UTILITY_TOP_MENU_FOR_JPN // Japanese market
    • DWC_UTILITY_TOP_MENU_COMMON // Common value for all markets other than those listed above

  • Starting from the selection of connection target. Implementation is optional.
    • DWC_UTILITY_SETTING_FOR_USA // North American market
    • DWC_UTILITY_SETTING_FOR_EUR // European market
    • DWC_UTILITY_SETTING_FOR_JPN // Japan market
    • DWC_UTILITY_SETTING_COMMON // Common value for all markets other than those listed above

Return Values

DWC_UTIL_RESULT_SUCCESS Function completed successfully
DWC_UTIL_RESULT_FAILED Argument error
DWC_UTIL_RESULT_ERROR_TWL Error when started on TWL hardware

Description

Starts the Nintendo Wi-Fi Connection setup utility without specifying a work memory. For details, see the page for the DWC_StartUtility function.

See Also

DWC_StartUtility

Revision History

For the change log before 5.1 PR2, click here.   


CONFIDENTIAL