| ENV_Init | This function initializes the resource management system. |
|---|
| ENV_SetResourceSet | Specifies the resource data set to handle. |
|---|---|
| ENV_AppendResourceSet | Adds a set of resource data to the end of the list. |
| ENV_PrependResourceSet | Adds a set of resource data to the top of the list. |
| ENV_InsertResourceSet | Adds a set of resource data to a given place in the list. |
| ENV_SetResourceSetArray | Specifies the resource data set to handle. |
| ENV_Get* | Gets the designated resource value. |
|---|---|
| ENV_GetType | Gets the designated resource type. |
| ENV_GetSize | Gets the size of the designated resource. |
| ENV_GetBelongingResourceSet | Gets the resource array to which the resource belongs. |
| ENV_SetClass | Configures the class name when designating a resource. |
|---|---|
| ENV_GetClass | Gets the class name configuration when designating a resource. |
| ENV_InitIter | Initializes the resource iterator. |
|---|---|
| ENV_SearchByClass | This function searches for and gets a resource that has a specified class. |
| ENV_SearchByMember | This function searches for and gets a resource that has a specified member. |
| ENV_SearchByType | This function searches for and gets a resource that has a specified type. |
| ENV_SearchByPartialName | This function searches for and obtains a resource that contains a specified string in the name. |
| ENV_GetLastResourceSetForIter | Gets the resource array for the resource that was last searched. |
CONFIDENTIAL