COMPR_CB data structure
This structure is used internally by the plug-in library as the control block.
It contains data used internally by compression and decompression APIs.
Db2® passes this structure
to each call it makes to the plug-in library, but all aspects of the structure are left up to the
library, including the definition of the structure's parameters and memory management of the
structure.
API and data structure syntax
struct COMPR_CB;