#include <revolution/sc.h> #define SC_SIMPLE_ADDRESS_REGION_ID_HI_UNDEFINED (0x00) #define SC_SIMPLE_ADDRESS_REGION_ID_HI_UNDEFINED2 (0xff) BOOL SCGetSimpleAddressRegionIdHi(u8* id);
id |
Wide-area region ID. |
Returns TRUE if the reference to the setting succeeds. Returns FALSE if it fails.
References the simple address data's wide-area region ID.
Simple address data is the comprehensive term for the 32-bit value derived from the Wide-Area Region ID representing the country equivalent and the Detailed Region ID representing the regions that make up that country equivalent (such as cities, towns, or villages). The Wide-Area Region ID is set by selecting country information on the Wii Menu or DEVKIT Menu, although the other ID cannot be set in this way. This function obtains is the Wide-Area Region ID that has been set on these menus.
The range of valid IDs is from 1 to 254. For the correspondence between IDs and region names, see RegionList_SimpleAddress.xls.
Note that a time has not been decided for releasing the means of setting and getting the Detailed Region ID.
2008/08/25 Added information to Description.
2008/06/30 Initial version.
CONFIDENTIAL