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:
JagSetInstanceData – Associates a reference to instance data with the current C component instance.
JagGetInstanceData – Retrieves the address of component instance data.
Chapter 5, “C Routines Reference,” in the EAServer API Reference contains reference pages for these routines.
Copyright © 2005. Sybase Inc. All rights reserved. |