Allows you to release any resources that were allocated in exit points 0 through 8.
typedef cblt_rtncode (*PFI_IDP_EXIT)(mf_uns32 exit_point, IDP_EXIT_INFO *exit_info);
exit point | 9 = End of request processing | |||||||||||||||
exit_info
|
None
IDP_EXIT_CONTINUE | 0 | Continue with processing |
IDP_EXIT_STOP | 1 | An error has occurred during end of request processing |
This exit gives you the opportunity to release any resources that were allocated in exit points 0 through 8.