C user exit API

The C language user exit API consists of:
  1. A set of implementation functions that provide the functionality of the user exits. Some of these implementation functions are mandatory and others are optional.
  2. A set of utility functions, which are invoked by user exits.

These functions are defined in the BipCpi.h header file.

This section covers the following topics:
Related concepts
Developing user exits
Planning user-defined extensions
Related tasks
Developing a user exit
Deploying a user exit
Developing user-defined extensions
Related reference
C user exit implementation functions
C user exit utility functions
Header files
C common API
C language user-defined node API
C language user-defined parser API