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>RSOUnLinkList</title>
9</head>
10
11<body>
12
13<h1>RSOUnLinkList</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 RSOUnLinkList(void* i_oldRso);
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>i_oldRso</EM></STRONG></CODE></TD>
28<TD width="520">Pointer to the dynamic module information to be unlinked</TD>
29  </tr>
30</TABLE>
31</p>
32
33<h2>Return Values</h2>
34<p>
35Returns success or failure of the operation<br> Success: TRUE<br> Fail: FALSE<br>
36</p>
37
38
39<H2>Description</H2>
40<p>
41Removes the specified dynamic module from the linked list.<br>When the links are removed, code from other dynamic modules referencing this module will be set as unresolved.<br>
42</p>
43
44<h2>See Also</h2>
45<p>
46<code><a href="./intro.html">RSO API Introduction</a></code><br> <code><a href="./RSOListInit.html">RSOListInit</a></code>, <code><a href="./RSOLinkList.html">RSOLinkList</a></code>, <code><a href="./RSOLinkList.html">RSOLinkListFixed</a></code>,
47</p>
48<H2>Revision History</H2>
49<p>06/14/2006 Initial version.</p>
50
51<hr>
52<p align="right"><strong>CONFIDENTIAL</strong></p>
53
54</BODY>
55</HTML>
56