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<TABLE class="arguments" border="1" >
17  <tr>
18    <TH>RSO_FL_INTERNAL</TH>
19    <TD>1</TD>
20<TD>Release internal reference information.</TD>
21  </tr>
22  <tr>
23    <TH>RSO_FL_EXTERNAL</TH>
24    <TD>2</TD>
25<TD>In addition to <code>RSO_FL_INTERNAL</code>, deallocate import (external reference) information.</TD>
26  </tr>
27</TABLE>
28
29<H2>Description</H2>
30<p>
31The release level selected when releasing a part of the memory in <code><a href="./RSOLinkList.html">RSOLinkListFixed</a></code>.<br>
32</p>
33
34<H2>Restrictions</H2>
35<p>
36When <SPAN class="argument">RSO_FL_INTERNAL</SPAN> is used, the module memory copy cannot be reused even after being unlinked.<br>
37</p>
38<p>
39The following restrictions will be applied when <SPAN class="argument">RSO_FL_EXTERNAL</SPAN> is used, in addition to the restrictions of <SPAN class="argument">RSO_FL_INTERNAL</SPAN>. <br><br>1. Referenced functions will not show up as unresolved when a referenced module is unlinked.<br> 2. The module will not be able to reference the functions on the dynamic module registered after the link.<br><br> <br>
40</p>
41
42<H2>Revision History</H2>
43<p>
442006/06/14 Initial version.<br>
45</p>
46
47<hr><p>CONFIDENTIAL</p></body>
48</html>
49