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>Syntax</h2> 16<dl><dd><pre class="construction"> 17#include <revolution/rso.h> 18 19BOOL RSOUnLinkList(void* i_oldRso); 20</pre></dd></dl> 21 22<h2>Arguments</h2> 23<TABLE class="arguments" border="1" > 24 <tr> 25<TH>i_oldRso</TH> 26<TD>Pointer to the dynamic module information to be unlinked.</TD> 27 </tr> 28</TABLE> 29 30<h2>Return Values</h2> 31<p> 32Processing result.<br> Success: <CODE>TRUE</CODE><br> Failure: <CODE>FALSE</CODE><br> 33</p> 34 35<H2>Description</H2> 36<p> 37Removes the specified dynamic module from the linked list.<br>When the module is unlinked, code that references it from other dynamic modules will be set as unresolved.<br> 38</p> 39 40<h2>See Also</h2> 41<p class="reference"> 42<a href="./RSOListInit.html">RSOListInit</a>, 43<a href="./RSOLinkList.html">RSOLinkList</a>, 44<a href="./RSOLinkList.html">RSOLinkListFixed</a> 45</p> 46 47<H2>Revision History</H2> 48<p> 492008/07/10 Removed <CODE>RSOLink.h</CODE> from <B>Syntax</B>.<BR> 2006/06/14 Initial version.<BR> 50</p> 51 52<hr><p>CONFIDENTIAL</p></body> 53</html> 54