nn::swkbd::CTR::AppTextCheckResult Enumerated Type

Syntax

enum AppTextCheckResult;

Value

Value Description
APP_TEXT_CHECK_RESULT_OK No problem. Close the keyboard without making any changes.
APP_TEXT_CHECK_RESULT_NG_FINISH A problem exists. Display a dialog box and then close the keyboard.
APP_TEXT_CHECK_RESULT_NG_CONTINUE A problem exists. Display a dialog box and then continue the keyboard.
APP_TEXT_CHECK_RESULT_MAX The total number of values in the enumerated type.
APP_TEXT_CHECK_RESULT_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Enumerated type that indicates the result of text checking by the application.

Revision History

2011/04/12
Added descriptions to values that had no descriptions.
2011/03/01
Initial version.

CONFIDENTIAL