nn::cfg::CTR::GetRegionCodeA3 Function

Syntax

#include <nn/cfg.h>

const char * GetRegionCodeA3(
     CfgRegionCode cfgRegionCode
);

Arguments

Name Description
in cfgRegionCode Specifies the region code.

Return Values

Returns a pointer to the string corresponding to the region code. Returns NULL if there is no corresponding string.

Description

Converts the region code of the system's market to the corresponding three-character string. This API is fast because it returns the value in memory.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL