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_IsAgreeEULA</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">OS_IsAgreeEULA <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> 20 <BR> 21 <CODE>BOOL OS_IsAgreeEULA(void);</CODE></dd> 22</dl> 23<h2>Arguments</h2> 24<P>None.</P> 25<h2>Return Values</h2> 26<p>If TRUE, indicates that the EULA has been agreed to on this console unit.</p> 27<p>If FALSE, indicates that the EULA has not yet been agreed to.</p> 28<p>This function always returns FALSE if the application is not running on a TWL.</p> 29 30<H2>Description</H2> 31<p>Determines whether the EULA has been agreed to on this console unit.</P> 32<p>To get the version of the EULA that has been agreed to, call the <CODE><A href="OS_GetAgreedEULAVersion.html">OS_GetAgreedEULAVersion()</A></CODE> function.</P> 33<h2>See Also</h2> 34<p><CODE><a href="OSOwnerInfo.html">OSOwnerInfoEx</a>, <A href="OS_GetAgreedEULAVersion.html">OS_GetAgreedEULAVersion()</A></CODE></p> 35 36<H2>Revision History</H2> 37<P>2008/09/02 Initial version.</P> 38<hr><p>CONFIDENTIAL</p></body> 39</html> 40