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_GetLastResourceSetForIter</TITLE> 8<LINK rel="stylesheet" href="../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">ENV_GetLastResourceSetFromIter<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>ENVResource* ENV_GetLastResourceSetFromIter( ENVResourceIter* iter ); 17 </CODE></PRE> 18</DL> 19<H2>Arguments</H2> 20<TABLE border="1" width="100%"> 21 <TBODY> 22 <TR> 23<TD width="20%"><SPAN class="argument">iter</SPAN></TD> 24<TD width="80%"> Resource iterator.</TD> 25 </TR> 26 </TBODY> 27</TABLE> 28<H2>Return Values</H2> 29<P>None.</P> 30<H2>Description</H2> 31<P>Gets the resource array for the last resource that was searched for using the resource iterator in the resource search.</P> 32<P><A href="ENV_SearchByClass.html"><CODE>ENV_SearchByClass</CODE></A><BR> <A href="ENV_SearchByMember.html"><CODE>ENV_SearchByMember</CODE></A><BR> <A href="ENV_SearchByType.html"><CODE>ENV_SearchByType</CODE></A><BR> <A href="ENV_SearchByPartialName.html"><CODE>ENV_SearchByPartialName</CODE></A></P> 33<P>This is used for learning which resource belongs to a given resource array after a list of resources are obtained using the above-mentioned functions once they have searched the resources using the resource iterators.</P> 34<P>Immediately after initializing the iterator with the <A href="ENV_InitIter.html"><CODE>ENV_InitIter</CODE></A> function, it returns the first array on the list of resource arrays registered in the system.</P> 35<P>When the search reaches the end, <CODE>NULL</CODE> is returned.</P> 36<H2>See Also</H2> 37<P><A href="ENV_Init.html"><CODE>ENV_Init</CODE></A><BR> <A href="ENV_InitIter.html"><CODE>ENV_InitIter</CODE></A><BR> <A href="ENV_SearchByClass.html"><CODE>ENV_SearchByClass</CODE></A><BR> <A href="ENV_SearchByMember.html"><CODE>ENV_SearchByMember</CODE></A><BR> <A href="ENV_SearchByType.html"><CODE>ENV_SearchByType</CODE></A><BR> <A href="ENV_SearchByPartialName.html"><CODE>ENV_SearchByPartialName</CODE></A></P> 38<H2>Revision History</H2> 39<P>2008/10/29 Corrected errors.<BR> 2005/08/29 Initial version.</P> 40<hr><p>CONFIDENTIAL</p></body> 41</HTML> 42