Allows you to release any resources that were allocated in exit points 0 through 8.
Syntax:
typedef cblt_rtncode (*PFI_IDP_EXIT)(mf_uns32 exit_point,
IDP_EXIT_INFO *exit_info);
On Entry:
- exit point
- 9 = End of request processing
- exit_info
-
| version
|
Version of structure format
|
| flags
|
0
|
| funcs
|
User exit support functions
|
| request_cxt
|
Request context
|
| exit_data
|
User exit-specific data
|
Return codes:
- IDP_EXIT_CONTINUE
- 0 = Continue with processing
- IDP_EXIT_STOP
- 1 = An error has occurred during end of request processing
Comments:
This exit gives you the opportunity to release any resources that were allocated in exit points 0 through 8.