Components that require instance specific data

C components do not contain private data. To allocate separate data for instances of the same component, use the JagSetInstanceData and JagGetInstanceData routines.

EAServer provides two functions for managing instance-specific data:

Chapter 5, “C Routines Reference,” in the EAServer API Reference contains reference pages for these routines.