Finalize

nn::cfg::CTR::Finalize Function

Syntax

#include <nn/cfg.h>

void Finalize(
     void
);

Arguments

None.

Return Values

None.

Description

Finalizes use of the System Settings library.

After calling this function, you can no longer use the functions in the nncfg::CTR namespace (excluding the nn::cfg::CTR::GetCountryCodeA2 and nn::cfg::CTR::GetLanguageCodeA2 functions).
The function does nothing unless the cfg library has been initialized.
If nn::cfg::CTR::Initialize has been called multiple times, you must call nn::cfg::CTR::Finalize the same number of times to finalize use of the cfg library.

Revision History

2011/12/12
Clarified when to finalize the cfg library and mentioned which functions can no longer be used after finalizing.
2010/05/27
Initial version.

CONFIDENTIAL