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>RSOFindExportSymbolAddr</title>
9</head>
10
11<body>
12
13<h1>RSOFindExportSymbolAddr</h1>
14
15<h2>Syntax</h2>
16<dl><dd><pre class="construction">
17#include &lt;revolution/rso.h&gt;
18
19const void* RSOFindExportSymbolAddr( const RSOObjectHeader* rso, const char* name );
20</pre></dd></dl>
21
22<h2>Arguments</h2>
23<TABLE class="arguments" border="1" >
24  <tr>
25<TH>rso</TH>
26<TD>Pointer to target module information.</TD>
27  </tr>
28  <tr>
29<TH>name</TH>
30<TD>Symbol name to be found.</TD>
31  </tr>
32</TABLE>
33
34<h2>Return Values</h2>
35<p>
36The function or variable address of the specified symbol name.<br>Returns <CODE>NULL</CODE> on failure.
37</p>
38
39<H2>Description</H2>
40<p>
41Gets the address for functions and variables through a symbol name specification from a module following a call to the <code><a href="./RSOLinkList.html">RSOLinkList</a></code> or <code><a href="./RSOLocateObject.html">RSOLocateObject</a></code> function.<br>Use this function when accessing the dynamic module functions and variables from static modules.<br>
42</p>
43
44<h2>See Also</h2>
45<p class="reference">
46<a href="./RSOLinkList.html">RSOLinkList</a>,
47<a href="./RSOLinkList.html">RSOLinkListFixed</a>,
48<a href="./RSOLocateObject.html">RSOLocateObject</a>,
49<a href="./RSOLocateObject.html">RSOLocateObjectFixed</a>
50</p>
51
52<H2>Revision History</H2>
53<p>
542008/07/10 Removed <CODE>RSOLink.h</CODE> from <B>Syntax</B>.<BR> 2006/06/14 Initial version.<BR>
55</p>
56
57<hr><p>CONFIDENTIAL</p></body>
58</html>
59