Previous Topic Next topic Print topic


End of Request Processing (Exit Point 9)

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
  version Version of structure format
  flags 0
  funcs User exit support functions
  request_cxt Request context
  exit_data User exit-specific data
IDP_EXIT_CONTINUE 0 Continue with processing
IDP_EXIT_STOP 1 An error has occurred during end of request processing

On Exit:

None

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.

Previous Topic Next topic Print topic