Main Page   Modules   Data Structures   File List   Data Fields   Globals   Related Pages  

MQe_CompressorPluginBase.h File Reference


Detailed Description

Base API header file for MQe Compressor plugin.


Data Structures

struct  MQeCompressor_CompressOutput_DynamicBuffer_st_
 output parameter structure for MQeCompressor_CompressFunc_DynamicBuffer. More...

struct  MQeCompressor_DecompressInput_DynamicBuffer_st_
 input parameter structure for MQeCompressor_DecompressFunc. More...

struct  MQeCompressor_DecompressOutput_DynamicBuffer_st_
 output parameter structure for MQeCompressor_DecompressFunc. More...

struct  MQeCompressor_SubclassInitOutput_DynamicBuffer_st_
 output parameter structure for MQeCompressor_SubclassInitFunc. More...

struct  MQeCompressor_SubclassInitOutput_Header_st_
 output parameter structure for MQeCompressor_SubclassInitFunc. More...


Typedefs

typedef MQERETURN MQEDYNFUNC( MQeCompressor_FreeFunc )(MQeCompressorHndl, MQeAttrPlugin_FreeInput *, MQeAttrPlugin_FreeOutput *)
 function pointer type signature for a compressor plugin free function implementation.

typedef MQeCompressor_CompressInput_DynamicBuffer_st_ MQeCompressor_CompressInput_DynamicBuffer
 type definition of struct MQeCompressor_CompressInput_DynamicBuffer.

typedef MQeCompressor_CompressOutput_DynamicBuffer_st_ MQeCompressor_CompressOutput_DynamicBuffer
 type definition of struct MQeCompressor_CompressOutput_st.

typedef MQeCompressor_DecompressInput_DynamicBuffer_st_ MQeCompressor_DecompressInput_DynamicBuffer
 type definition of struct MQeCompressor_DecompressInput_DynamicBuffer.

typedef MQeCompressor_DecompressOutput_DynamicBuffer_st_ MQeCompressor_DecompressOutput_DynamicBuffer
 type definition of struct MQeCompressor_DecompressOutput_DynamicBuffer.

typedef MQERETURN MQEDYNFUNC( MQeCompressor_CompressFunc_DynamicBuffer )(MQeCompressorHndl, MQeCompressor_CompressInput_DynamicBuffer *, MQeCompressor_CompressOutput_DynamicBuffer *)
 function pointer type signature for a compressor plugin compress function implementation.

typedef MQERETURN MQEDYNFUNC( MQeCompressor_DecompressFunc_DynamicBuffer )(MQeCompressorHndl, MQeCompressor_DecompressInput_DynamicBuffer *, MQeCompressor_DecompressOutput_DynamicBuffer *)
 function pointer type signature for a compressor plugin decompress function implementation.

typedef MQeCompressor_SubclassInitOutput_DynamicBuffer_st_ MQeCompressor_SubclassInitOutput_DynamicBuffer
 output parameter structure for MQeCompressor_SubclassInitFunc.

typedef MQeCompressor_SubclassInitOutput_Header_st_ MQeCompressor_SubclassInitOutput_Header
 output parameter structure for MQeCompressor_SubclassInitFunc.

typedef MQERETURN MQEDYNFUNC( MQeCompressor_SubclassInitFunc )(MQeAttrPlugin_SubclassInitInput *, MQeCompressor_SubclassInitOutput *)
 function pointer type signature for a compressor plugin initializer function implementation.


Typedef Documentation

typedef MQERETURN MQEDYNFUNC( MQeCompressor_FreeFunc)(MQeCompressorHndl , MQeAttrPlugin_FreeInput *, MQeAttrPlugin_FreeOutput * )
 

function pointer type signature for a compressor plugin free function implementation.

Note:
This function needs only to free resources allocated by a plugin subclass.


Generated Thu Aug 11 23:27:09 2005 for Websphere MQ Everyplace for Multiplatforms C Programming Reference