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

MQe_CompressorPlugin.h File Reference


Detailed Description

API header file for MQe Compressor plugin.


Data Structures

struct  MQeCompressor_CompressInput_st
 input parameter structure for MQeCompressor_CompressFunc. More...

struct  MQeCompressor_CompressOutput_st
 output parameter structure for MQeCompressor_CompressFunc. More...

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

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

struct  MQeCompressor_SubclassInitOutput_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_st MQeCompressor_CompressInput
 type definition of struct MQeCompressor_CompressInput_st.

typedef MQeCompressor_CompressOutput_st MQeCompressor_CompressOutput
 type definition of struct MQeCompressor_CompressOutput_st.

typedef MQERETURN MQEDYNFUNC( MQeCompressor_CompressFunc )(MQeCompressorHndl, MQeCompressor_CompressInput *, MQeCompressor_CompressOutput *)
 function pointer type signature for a compressor plugin compress function implementation.

typedef MQeCompressor_DecompressInput_st_ MQeCompressor_DecompressInput
 type definition of struct MQeCompressor_DecompressInput_st.

typedef MQeCompressor_DecompressOutput_st_ MQeCompressor_DecompressOutput
 type definition of struct MQeCompressor_DecompressOutput_st.

typedef MQERETURN MQEDYNFUNC( MQeCompressor_DecompressFunc )(MQeCompressorHndl, MQeCompressor_DecompressInput *, MQeCompressor_DecompressOutput *)
 function pointer type signature for a compressor plugin decompress function implementation.

typedef MQeCompressor_SubclassInitOutput_st_ MQeCompressor_SubclassInitOutput
 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 Mon Apr 14 10:11:53 2003 for Websphere MQ Everyplace for Multiplatforms C Programming Reference