*EndResources()

Indicates the end of the general resource block.

Syntax

*EndResources()

Application

N/A.

Example

• • •
*BeginResources()
	*RegisterExternalReader(…)
 	*RegisterImportTemplate(…)
	• • •
	*RegisterSharedReader(…)
	*RegisterExternalFunction(…)
*EndResources()
• • •

Comments

The *EndResources() statement terminates the general resource block.

The *BeginResources() statement requires a closing *EndResources() statement.