1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<HTML>
3<HEAD>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META http-equiv="Content-Style-Type" content="text/css">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<BASE target="main">
8<TITLE>Memory Interface (MI) Function List</TITLE>
9<LINK rel="stylesheet" href="../css/apilist.css">
10</HEAD>
11<BODY>
12<H1>Environmental Resource Management (ENV) Function List</H1>
13
14<H3><A name="Init">Initialization</A></H3>
15<TABLE border="1" width="100%">
16  <TBODY>
17    <TR>
18<TH nowrap width="25%"><A href="ENV_Init.html" target="_self">ENV_Init</A></TH>
19      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
20<TD>Initializes the resource management system.</TD>
21    </TR>
22  </TBODY>
23</TABLE>
24
25<H3><A name="ResSet">Resource Set Configuration</A></H3>
26<TABLE border="1" width="100%">
27  <TBODY>
28    <TR>
29<TH nowrap width="25%"><A href="ENV_SetResourceSet.html" target="_self">ENV_SetResourceSet</A></TH>
30      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
31<TD>Specifies the resource data set to handle.</TD>
32    </TR>
33    <TR>
34<TH nowrap width="25%"><A href="ENV_AppendResourceSet.html" target="_self">ENV_AppendResourceSet</A></TH>
35      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
36<TD>Adds a set of resource data to the end of the list.</TD>
37    </TR>
38    <TR>
39<TH nowrap width="25%"><A href="ENV_PrependResourceSet.html" target="_self">ENV_PrependResourceSet</A></TH>
40      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
41<TD>Adds a set of resource data to the top of the list.</TD>
42    </TR>
43    <TR>
44<TH nowrap width="25%"><A href="ENV_InsertResourceSet.html" target="_self">ENV_InsertResourceSet</A></TH>
45      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
46<TD>Adds a set of resource data to a given place in the list.</TD>
47    </TR>
48    <TR>
49<TH nowrap width="25%"><A href="ENV_SetResourceSetArray.html" target="_self">ENV_SetResourceSetArray</A></TH>
50      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
51<TD>Specifies the resource data set to handle.</TD>
52    </TR>
53  </TBODY>
54</TABLE>
55
56
57<H3><A name="Res">Resource Acquisition</A></H3>
58<TABLE border="1" width="100%">
59  <TBODY>
60    <TR>
61<TH width="25%"><A href="ENV_GetXXX.html" target="_self">ENV_Get*</A></TH>
62      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
63<TD>Gets the designated resource value.</TD>
64    </TR>
65    <TR>
66<TH width="25%"><A href="ENV_GetType.html" target="_self">ENV_GetType</A></TH>
67      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
68<TD>Gets the designated resource type.</TD>
69    </TR>
70    <TR>
71<TH width="25%"><A href="ENV_GetSize.html" target="_self">ENV_GetSize</A></TH>
72      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
73<TD>Gets the size of the designated resource.</TD>
74    </TR>
75    <TR>
76<TH width="25%"><A href="ENV_GetBelongingResourceSet.html" target="_self">ENV_GetBelongingResourceSet</A></TH>
77      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
78<TD>Gets the resource array to which the resource belongs.</TD>
79    </TR>
80  </TBODY>
81</TABLE>
82
83<H3><A name="Class">Class Configuration</A></H3>
84<TABLE border="1" width="100%">
85  <TBODY>
86    <TR>
87<TH width="25%"><A href="ENV_SetClass.html" target="_self">ENV_SetClass</A></TH>
88      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
89<TD>Configures the class name when designating a resource.</TD>
90    </TR>
91    <TR>
92<TH width="25%"><A href="ENV_GetClass.html" target="_self">ENV_GetClass</A></TH>
93      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
94<TD>Gets the class name configuration when designating a resource.</TD>
95    </TR>
96  </TBODY>
97</TABLE>
98
99<H3><A name="Iter">Conditional Searches</A></H3>
100<TABLE border="1" width="100%">
101  <TBODY>
102    <TR>
103<TH width="25%"><A href="ENV_InitIter.html" target="_self">ENV_InitIter</A></TH>
104      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
105<TD>Initializes the resource iterator.</TD>
106    </TR>
107    <TR>
108<TH width="25%"><A href="ENV_SearchByClass.html" target="_self">ENV_SearchByClass</A></TH>
109      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
110<TD>Searches for and gets a resource that has a specified class.</TD>
111    </TR>
112    <TR>
113<TH width="25%"><A href="ENV_SearchByMember.html" target="_self">ENV_SearchByMember</A></TH>
114      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
115<TD>Searches for and gets a resource that has a specified member.</TD>
116    </TR>
117    <TR>
118<TH width="25%"><A href="ENV_SearchByType.html" target="_self">ENV_SearchByType</A></TH>
119      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
120<TD>Searches for and gets a resource that has a specified type.</TD>
121    </TR>
122    <TR>
123<TH width="25%"><A href="ENV_SearchByPartialName.html" target="_self">ENV_SearchByPartialName</A></TH>
124      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
125<TD>Searches for and gets a resource that contains a specified string in the name.</TD>
126    </TR>
127    <TR>
128<TH width="25%"><A href="ENV_GetLastResourceSetFromIter.html" target="_self">ENV_GetLastResourceSetFromIter</A></TH>
129      <TD width="48"><img src="../image/NTR.gif"><img src="../image/TWL.gif"></TD>
130<TD>Gets the resource array for the resource that was last searched.</TD>
131    </TR>
132  </TBODY>
133</TABLE>
134
135<table border="0" height="100%"><tr><td style="background-color : white;"></td></tr></table>
136
137<hr><p>CONFIDENTIAL</p></body>
138</HTML>
139