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_GetAgreedEULAVersion</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">OS_GetAgreedEULAVersion <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>u8 OS_GetAgreedEULAVersion(void);</CODE></dd> 20</dl> 21<h2>Arguments</h2> 22<P>None.</P> 23<h2>Return Values</h2> 24<p>The EULA version that the end user has agreed to. (This is a number between 0 and 255.)</p> 25 26<H2>Description</H2> 27<p>Gets the EULA version to which the console user has agreed.<BR>You can use <CODE><A href="OS_IsAgreeEULA.html">OS_IsAgreeEULA()</A></CODE> to determine whether the end user has agreed to the EULA. </P> 28<P><B>When a Wi-Fi Connection is initiated, the TWL-DWC automatically checks whether the user has agreed to the latest version of the End User License Agreement (EULA). Therefore, applications normally do not need to call this function.</B></P> 29 30 31<h2>See Also</h2> 32<p><a href="OSOwnerInfo.html"><CODE>OSOwnerInfoEx</CODE></a><BR> <A href="OS_IsAgreeEULA.html"><CODE>OS_IsAgreeEULA</CODE></A></p> 33 34<H2>Revision History</H2> 35<P>2008/09/02 Initial version.</P> 36<hr><p>CONFIDENTIAL</p></body> 37</html> 38