Initialize

nn::cfg::CTR::Initialize Function

Syntax

#include <nn/cfg.h>

void Initialize(
     void
);

Arguments

None.

Return Values

None.

Description

Initializes the System Settings library.

When using functions in the nn::cfg::CTR namespace, you must first call the nn::cfg::CTR::Initialize function to initialize.
(You can use the nn::cfg::CTR::GetCountryCodeA2 and nn::cfg::CTR::GetLanguageCodeA2 functions without initializing.)
You can use these functions until you declare finalization by calling the nn::cfg::CTR::Finalize function.

Revision History

2011/12/12
Added mention of functions that can be used without first initializing the cfg library.
2010/05/27
Initial version.

CONFIDENTIAL