nn::phtsel::CTR::ReturnCode Enumerated Type

Syntax

enum ReturnCode;

Value

Value Description
RETURN_CODE_UNKNOWN Ended abnormally.
RETURN_CODE_INVALID_CONFIG A config value is invalid.
RETURN_CODE_OUT_OF_MEMORY Ended abnormally due to insufficient memory.
RETURN_CODE_FILENAME_OVERFLOW File name was too long to fit in buffer.
RETURN_CODE_SUCCESS Ended normally.
RETURN_CODE_HOME_BUTTON HOME was pressed.
RETURN_CODE_SOFTWARE_RESET A combination of buttons causing a software reset was pressed.
RETURN_CODE_CANCEL The Cancel button was pressed.
RETURN_CODE_POWER_BUTTON The Power button was pressed.
RETURN_CODE_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Enumerated type representing return codes.

The values when ending normally are zero and above. The values when ending abnormally are negative.

Revision History

2011/08/24
Initial version.

CONFIDENTIAL