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_IsForceDisableWireless</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">OS_IsForceDisableWireless <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>BOOL OS_IsForceDisableWireless(void);</CODE></dd> 20</dl> 21<h2>Arguments</h2> 22<P>None.</P> 23<h2>Return Values</h2> 24<p>Determines whether use of wireless communications was prohibited when a TWL version was produced.</p> 25<p>Returns TRUE when the device is operating as TWL-specific with wireless communications prohibited. Returns FALSE when operating as a normal TWL.</p> 26<p>This function always returns <CODE>FALSE</CODE> if the device is not operating in TWL mode.</p> 27<H2>Description</H2> 28<p>Determines whether use of wireless communications was prohibited when a TWL version was produced.</P> 29<P>This function is designed to identify special TWL devices, so it does not need to be used in normal applications.<BR>If you want to determine the status of wireless communication features configured in the TWL, use the <A href="OS_IsAvailableWireless.html">OS_IsAvailableWireless</A> function.</P> 30 31<p></P> 32<h2>See Also</h2> 33<p><CODE><a href="OSOwnerInfo.html">OSOwnerInfoEx</a>, <A href="OS_IsAvailableWireless.html">OS_IsAvailableWireless</A></CODE></p> 34 35<H2>Revision History</H2> 36<P>2008/12/16 Corrected typos.</P> 37<P>2008/10/29 Explained that this function does not need to be used in normal applications.</P> 38<P>2008/09/02 Initial version.</P> 39<hr><p>CONFIDENTIAL</p></body> 40</html> 41