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>RSOStaticLocateObject</title>
9</head>
10
11<body>
12
13<h1>RSOStaticLocateObject</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 RSOStaticLocateObject( void* newModule );
21
22</code></pre></dd></dl>
23
24<h2>Arguments</h2>
25<p>
26<TABLE border="1" >
27  <tr>
28<TD valign="top" width="120" bgcolor="#ffffe8"><CODE><STRONG><EM>newModule</EM></STRONG></CODE></TD>
29<TD width="520">Pointer to the target static module information</TD>
30  </tr>
31</TABLE>
32</p>
33
34<h2>Return Values</h2>
35<p>
36Success or failure of the operation<br> Success: TRUE<br> Fail: FALSE<br>
37</p>
38
39
40<H2>Description</H2>
41<p>
42Rewrites the static module information offset to a virtual address.
43</p>
44
45<h2>See Also</h2>
46<p>
47<code><a href="./intro.html">RSO API Introduction</a></code><br> <code><a href="./RSOLocateObject.html">RSOLocateObject</a></code>, <code><a href="./RSOLocateObject.html">RSOLocateObjectFixed</a></code>, <code><a href="./RSOUnLocateObject.html">RSOUnLocateObject</a></code>, <code><a href="./RSOLink.html">RSOLink</a></code>, <code><a href="./RSOUnLink.html">RSOUnLink</a></code>,
48</p>
49<H2>Revision History</H2>
50<p>06/14/2006 Initial version.</p>
51
52<hr>
53<p align="right"><strong>CONFIDENTIAL</strong></p>
54
55</BODY>
56</HTML>
57