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 http-equiv="Content-Style-Type" content="text/css">
7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
8<title>RSOIsImportSymbolResolvedAll</title>
9</head>
10
11<body>
12
13<h1>RSOIsImportSymbolResolvedAll</h1>
14
15<h2>C Specification</h2>
16<dl><dd><pre><code>
17#include &lt;revolution/rso.h&gt;
18#include &lt;revolution/RSOLink.h&gt;
19
20BOOL RSOIsImportSymbolResolvedAll( const RSOObjectHeader* rso );
21</code></pre></dd></dl>
22
23<h2>Arguments</h2>
24<p>
25<TABLE border="1" >
26  <tr>
27<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>rso</EM></STRONG></CODE></TD>
28<TD width="520">Pointer to target module information.</TD>
29  </tr>
30
31</TABLE>
32</p>
33
34<h2>Return Values</h2>
35<p>
36Returns whether the import process is complete.<br> TRUE indicates completed.<br> FALSE indicates incomplete.<br>
37</p>
38
39
40<H2>Description</H2>
41Checks whether the external reference (import) list is completely resolved.<br>Use after <code><a href="./RSOLinkList.html">RSOLinkList</a></code> or <code><a href="./RSOLocateObject.html">RSOLocateObject</a></code>.
42<h2>See Also</h2>
43<p>
44<code><a href="./intro.html">RSO API Introduction</a></code><br> <code><a href="./RSOLinkList.html">RSOLinkList</a></code>, <code><a href="./RSOLinkList.html">RSOLinkListFixed</a></code>, <code><a href="./RSOLocateObject.html">RSOLocateObject</a></code>, <code><a href="./RSOLocateObject.html">RSOLocateObjectFixed</a></code> <br>
45</p>
46<H2>Revision History</H2>
47<p>2006/06/14 Initial version. </p>
48
49<hr><p>CONFIDENTIAL</p></body>
50</html>
51