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_IsAvailableWireless</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">OS_IsAvailableWireless <IMG src="../../image/TWL.gif" align="middle"></h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;twl/os.h&gt;</CODE><BR> <BR> <CODE>BOOL OS_IsAvailableWireless(void);</CODE></dd>
20</dl>
21<h2>Arguments</h2>
22<P>None.</P>
23<h2>Return Values</h2>
24<p>Determine whether wireless communications features configured in the TWL System Settings are available.</p>
25<p>Returns <CODE>TRUE</CODE> when wireless communications are enabled. Returns <CODE>FALSE</CODE> when wireless features cannot be used.</p>
26<p>This function always returns <CODE>TRUE</CODE> when the program is running in NITRO mode even though wireless communications cannot actually be used if they are disabled in the TWL System Settings.</p>
27
28<H2>Description</H2>
29<p>Get whether wireless communications features, as configured in the Wireless Communications item of the TWL System Settings, are on.</P>
30<h2>See Also</h2>
31<p><CODE><a href="OSOwnerInfo.html">OSOwnerInfoEx</a></p>
32
33<H2>Revision History</H2>
34<P>
352009/03/11 Added a note about wireless communications being unavailable in NITRO mode. <BR>2008/12/18 Revised wording because the conditions for always returning <CODE>TRUE</CODE> were ambiguous. <BR>2008/10/29 Changed the text in <B>Return Values</B> and <B>Description</B> to be easier to understand. <BR>2008/09/02 Initial version.
36</P>
37<hr><p>CONFIDENTIAL</p></body>
38</html>
39