Resource_EndSeriesFill()

Examples


The Resource_EndSeriesFill() function releases resources that have been read into memory by the Resource_StartSeriesFill() function.

Syntax

Resource_EndSeriesFill()

Parameters

• None

Return value

The boolean value true.

Comments

When you are finished working with the resources, the Resource_EndSeriesFill() function should be used to release the resources that were read into memory by the Resource_StartSeriesFill() function. This frees up memory used to store information about the resources.


Documentation Feedback