DWC_StartUtilityEx

C Specification

#include <dwc.h>

int DWC_StartUtilityEx( int language, int param );

Description

This function starts the configuration utility using the buffer secured in the static region. For further details, see the reference for the DWC_StartUtility function.

Arguments

work Pointer to a 32-byte aligned DWC_UTILITY_WORK_SIZE byte buffer. Can be deleted after the function completes.
language Language used by the application
DWC_LANGUAGE_JAPANESE // Japanese
DWC_LANGUAGE_ENGLISH // English
DWC_LANGUAGE_FRENCH // French
DWC_LANGUAGE_GERMAN // German
DWC_LANGUAGE_ITALIAN // Italian
DWC_LANGUAGE_SPANISH // Spanish
param Specifies the market region and configuration utility start position. The support phone number displayed in the configuration utility and whether easy wireless start is used will depend on the market region.
DWC_UTILITY_TOP_MENU_FOR_USA // For North America Start from top menu
DWC_UTILITY_SETTING_FOR_USA  //For North America Start from connection target selection
DWC_UTILITY_TOP_MENU_FOR_EUR //For Europe Start from top menu
DWC_UTILITY_SETTING_FOR_EUR // For Europe Start from connection target selection
DWC_UTILITY_TOP_MENU_FOR_JPN //For Japan Start from top menu
DWC_UTILITY_SETTING_FOR_JPN //For Japan Start from connection target selection
DWC_UTILITY_TOP_MENU_COMMON //For Common Start from top menu
DWC_UTILITY_SETTING_COMMON //For Common Start from connection target selection

Language and destination combination and support phone number, use of easy wireless start

Language Destination Support phone number Easy Wireless Start Comments
Japan Japan None. Yes ---
Japan Outside of Japan --- --- Error
English North America Yes None. ---
English Europe/Common None. None. ---
English Japan --- --- Error
Not Japanese or English North America None. None. ---
Not Japanese or English Europe/Common None. None. ---
Not Japanese or English Japan --- --- Error

Return Values

0 Function completed normally.
Non-zero Argument error.

See Also

DWC_StartUtility , DWC_SetAuthServer

Revision History

12/16/2005 Revised so arguments and return value notations do not have omissions.
10/21/2005 Made revisions.
07/22/2005 Initial version.