1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<TITLE>NWC24AutoEncodingType</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>NWC24AutoEncodingType</H1> 11 12<H2>C Specification</H2> 13<DL> 14 <DD><PRE><CODE>#include <revolution/nwc24.h></CODE></PRE> 15 <DD><PRE><CODE>typedef enum NWC24AutoEncodingType 16{ 17 NWC24_AUTOENCODING_JP = 0, 18 NWC24_AUTOENCODING_US = 1, 19 NWC24_AUTOENCODING_EU = 2 20 21} NWC24AutoEncodingType; 22</CODE></PRE> 23</DL> 24 25<H2>Description</H2> 26<P> 27Parameter values that are used to determine the region at automatic encoding detection in library functions that handle public messages. The value provided here should indicate the same region as the region of the game. Moreover, in the future, multiple values may be set up for countries or areas within the same region. 28</P> 29<P> 30<TABLE border="1"> 31 <TR> 32<TD width="150"><CODE>NWC24_AUTOENCODING_JP</CODE></TD> 33<TD>Automatic detection for the JP region.</TD> 34 </TR> 35 <TR> 36<TD width="150"><CODE>NWC24_AUTOENCODING_US</CODE></TD> 37<TD>Automatic detection for the US region.</TD> 38 </TR> 39 <TR> 40<TD width="150"><CODE>NWC24_AUTOENCODING_EU</CODE></TD> 41<TD>Automatic detection for the EU region.</TD> 42 </TR> 43</TABLE> 44</P> 45 46<H2>See Also</H2> 47<P> 48</P> 49 50<H2>Revision History</H2> 51<P>2007/01/30 Initial version.</P> 52 53<hr><p>CONFIDENTIAL</p></body> 54</HTML>