nn::boss::TaskActionBase::SetCfgInfo Member Function

Syntax

nn::Result SetCfgInfo(
     CfgInfoType info
);

Parameters

Name Description
in info Specify system setting information.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.

Value Description
Result::IsSuccess Set successfully.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Adds system setting information.

Specify a bitwise OR of the CfgInfoType argument values to configure settings for multiple systems at once.
(Example: static_cast<CfgInfoType>(CFGINFOTYPE_COUNTRY | CFGINFOTYPE_LANGUAGE))

However, when using a BOSS service that uses Nintendo servers, the settings configured by this function have no effect on the service, so you do not need to use this function to configure settings from within your application.
Contact Nintendo if you are planning on a service that changes behavior based on system settings.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL