ENV_InsertResourceSet

C Specification

#include <nitro/env.h>
void ENV_InsertResourceSet( ENVResource* standardResourceSet,
ENVResource* resourceSet );
  

Arguments

standardResouceSet The reference position for inserting into a resource array list.
resourceSet The pointer to the resource array.

Return Values

None.

Description

This function adds the resource array used in searching for resources.

Adds resourceSet to the resource array set until then. Added after standardResourceSet in the list within the system. When standardResourceSet is NULL, additions are made to the top of the list.

Refer to ENV_SetResourceSet() for more on specifying the resource array.

See Also

ENV_Init
ENV_AppendResourceSet, ENV_PrependResourceSet, ENV_SetResourceSet,

Revision History

08/29/2005 Initial version.