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_InsertResourceSet</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">ENV_InsertResourceSet <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 <nitro/env.h></CODE></PRE> 16 <PRE><CODE>void ENV_InsertResourceSet( ENVResource* standardResourceSet, 17 ENVResource* resourceSet ); 18 </CODE></PRE> 19</DL> 20<H2>Arguments</H2> 21<TABLE border="1" width="100%"> 22 <TBODY> 23 <TR> 24 <TD><EM><B><CODE>standardResouceSet</CODE></B></EM></TD> 25 <TD> The reference position for inserting into a resource array list.</TD> 26 </TR> 27 <TR> 28 <TD width="20%"><EM><STRONG>resourceSet</STRONG></EM></TD> 29 <TD width="80%"> The pointer to the resource array.</TD> 30 </TR> 31 </TBODY> 32</TABLE> 33<H2>Return Values</H2> 34<P>None.</P> 35<H2>Description</H2> 36<P>This function adds the resource array used in searching for resources.</P> 37<P>Adds <EM><B>resourceSet</B></EM> to the resource array set until then. It's added after <EM><B><CODE>standardResourceSet</CODE></B></EM> in the list within the system. When <EM><B><CODE>standardResourceSet</CODE></B></EM> is NULL, additions are made to the top of the list.</P> 38<P>Refer to <CODE><A href="ENV_SetResourceSet.html">ENV_SetResourceSet()</A></CODE> for more on specifying the resource array.</P> 39<H2>See Also</H2> 40<P><CODE><A href="ENV_Init.html">ENV_Init</A><BR></CODE><CODE><A href="ENV_AppendResourceSet.html">ENV_AppendResourceSet</A>, <A href="ENV_PrependResourceSet.html">ENV_PrependResourceSet</A>, <A href="ENV_SetResourceSet.html">ENV_SetResourceSet</A>,</CODE><BR> 41</P> 42<H2>Revision History</H2> 43<P> 442005/12/02 Deleted disabled links.<br> 2005/08/29 Initial release. 45</P> 46<hr><p>CONFIDENTIAL</p></body> 47</HTML> 48