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 name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<TITLE>ENV_PrependResourceSet</TITLE>
8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css">
9</HEAD>
10<BODY>
11<H1 align="left">ENV_PrependResourceSet <img src="../image/NTR.gif"align="middle"><img src="../image/TWL.gif" align="middle"></H1>
12<H2>Syntax</H2>
13<DL>
14  <DD>
15  <PRE><CODE>#include &lt;nitro/env.h&gt;</CODE></PRE>
16  <PRE><CODE>void ENV_PrependResourceSet( ENVResource* resourceSet );
17  </CODE></PRE>
18</DL>
19<H2>Arguments</H2>
20<TABLE border="1" width="100%">
21  <TBODY>
22    <TR>
23      <TD width="20%"><EM><STRONG>resourceSet</STRONG></EM></TD>
24      <TD width="80%"> The pointer to the resource array.</TD>
25    </TR>
26  </TBODY>
27</TABLE>
28<H2>Return Values</H2>
29<P>None.</P>
30<H2>Description</H2>
31<P>This function adds the resource array used in searching for resources.</P>
32<P>Adds <EM><B>resourceSet</B></EM> to the resource array set until then. Added at the top of the list within the system.</P>
33<P>Refer to <CODE><A href="ENV_SetResourceSet.html">ENV_SetResourceSet()</A></CODE> for more on specifying the resource array.</P>
34<H2>See Also</H2>
35<P><CODE><A href="ENV_Init.html">ENV_Init</A><BR></CODE><CODE><A href="ENV_AppendResourceSet.html">ENV_AppendResourceSet</A>, <A href="ENV_SetResourceSet.html">ENV_SetResourceSet</A>, <A href="ENV_InsertResourceSet.html">ENV_InsertResourceSet</A>,</CODE><BR>
36</P>
37<H2>Revision History</H2>
38<P>
392005/12/02 Deleted disabled links.<br> 2005/08/29 Initial release.
40</P>
41<hr><p>CONFIDENTIAL</p></body>
42</HTML>
43