Communication exit library buffer structure
The buffer structure is the structure that is passed as input to communication exit library functions.
The buffer structure follows:
struct db2commexitBuffer
{
const unsigned char * pBuffer;
db2int64 buffer_len;
db2int32 reserved1;
db2int32 reserved2;
};