1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>OS_GetISOCountryCodeA2</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">OS_GetISOCountryCodeA2 <IMG src="../../image/TWL.gif" align="middle"></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19<CODE>#include <twl/os.h></CODE><BR> <BR> <CODE>const char* OS_GetISOCountryCodeA2(u8 twlCountry);</CODE></dd> 20</dl> 21<h2>Arguments</h2> 22<TABLE border="1" width="100%"> 23 <TBODY> 24 <TR> 25<TD width="13%"><EM><STRONG>twlCountry</STRONG></EM></TD> 26<TD width="87%">Country and region code.</TD> 27 </TR> 28 </TBODY> 29</TABLE> 30 31<h2>Return Values</h2> 32<p>Returns a pointer to a string that corresponds to the country and region code.</p> 33 34<H2>Description</H2> 35<p>Converts the TWL's proprietary country and region code numbers into <CODE>ISO 3166-1 alpha-2</CODE> format.</P> 36<h2>See Also</h2> 37<p><CODE><a href="OSOwnerInfo.html">OSOwnerInfoEx</a></CODE></p> 38 39<H2>Revision History</H2> 40<P> 412008/10/28 Changed function name.<br />2008/09/02 Initial version.</P> 42<hr><p>CONFIDENTIAL</p></body> 43</html> 44