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>, <br>1. When a referenced module is unlinked, the referenced functions will not show as unresolved.<br>2. The module will not be able to reference the functions on the dynamic module registered after the link.<br> <br>
41</p>
42<H2>Revision History</H2>
43<p>06/14/2006 Initial version.</p>
44
45<hr>
46<p align="right"><strong>CONFIDENTIAL</strong></p>
47
48</BODY>
49</HTML>
50