1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<LINK rel="stylesheet" type="text/css" href="../../CSS/revolution.css"> 6<title>AXIsInit</title> 7<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 8<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 9<META http-equiv="Content-Style-Type" content="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AXIsInit</h1> 15 16<h2>C Specification</h2> 17 18<BLOCKQUOTE> 19<pre><code>#include <revolution.h> 20 21BOOL AXIsInit(void);</CODE></pre> 22</BLOCKQUOTE> 23 24<h2>Arguments</h2> 25 26<p>None.</p> 27 28<h2>Return Values</h2> 29 30<p>Returns <code>TRUE</code> if initialization of the AX library has completed; otherwise <code>FALSE</code>.</p> 31 32<h2>Description</h2> 33 34<p><code>AXIsInit</code> can be used to check that initialization of the AX library is complete.</p> 35 36<h2>See Also</h2> 37 38<p> 39<code></code> 40</p> 41 42<h2>Revision History</h2> 43 44<P> 452006/10/24 Initial version. 46</P> 47 48<hr> 49<P>CONFIDENTIAL</p> 50</BODY> 51</HTML> 52