nn::boss::TaskActionBase::SetCfgInfo Member Functionnn::Result SetCfgInfo( CfgInfoType info );
| Name | Description | |
|---|---|---|
| in | info |
Specify system setting information. |
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). |
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.
CONFIDENTIAL