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 0 if there is no such corresponding string.

Description

Converts the region code of the system's market to the corresponding three-character string.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL