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>RSOFixedLevel</title>
9</head>
10
11<body>
12
13<h1>RSOFixedLevel</h1>
14
15<H2>Release Level</H2>
16<p>
17<TABLE border="1" >
18  <tr>
19<TD valign="top" width="120" bgcolor="#ffffe8"><STRONG><EM>RSO_FL_INTERNAL</EM></STRONG></TD>
20    <TD>1</TD>
21<TD width="520">Release internal reference information.</TD>
22  </tr>
23  <tr>
24<TD valign="top" width="120" bgcolor="#ffffe8"><STRONG><EM>RSO_FL_EXTERNAL</EM></STRONG></TD>
25    <TD>2</TD>
26<TD width="520">Deallocate import (external reference) information in addition to <code>RSO_FL_INTERNAL</code>.</TD>
27  </tr>
28</TABLE>
29</p>
30
31<H2>Description</H2>
32<p>
33The release level selected when releasing a part of the memory in <code><a href="./RSOLinkList.html">RSOLinkListFixed</a></code>.<br>
34</p>
35<H2>Restrictions</H2>
36<p>
37When <code>RSO_FL_INTERNAL</code> is used, the module memory copy cannot be reused even after being unlinked.<br>
38</p>
39<p>
40When <code>RSO_FL_EXTERNAL</code> is used, in addition to the restrictions of <code>RSO_FL_INTERNAL</code>:
41<ul>
42<li>The referenced functions will not show as unresolved when a referenced module is unlinked.</li>
43<li>The module will not be able to reference the functions on the dynamic module registered after the link.</li>
44</ul>
45</p>
46<H2>Revision History</H2>
47<p>2006/06/14 Initial version.</p>
48
49
50<hr><p>CONFIDENTIAL</p></body>
51</html>
52