This is a function that can be registered as a callback and is invoked every time a message flow transaction ends. It is invoked for every message flow transaction within the execution group where the callback was registered, if the user exit state is active. The callback is registered by providing a pointer to the function in the iFpTransactionEventCallback field of the CCI_UE_VFT struct passed to cciRegisterUserExit.
typedef void (*cciTransactionEventCallback) ( CciDataContext* userContext, CciTransactionEventType type, CciMessage* environment, CciNode* inputNode);
A transaction has been successfully committed.
A transaction has been rolled back.
void myTransactionEventCallback( CciDataContext* userContext, CciTransactionEventType type, CciMessage* environment, CciNode* inputNode){ … … }
Notices |
Trademarks |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
as35960_ |