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

MQe_LZWCompressor.h File Reference

The MQeLZWCompressor class C API header file for Java bindings. More...


Functions

MQERETURN mqeLZWCompressor_new (MQeExceptBlock *pErrStruct, MQeLZWCompressorHndl *phLZWCompressor)
 This function constructs an MQeLZWCompressor object.

MQERETURN mqeLZWCompressor_free (MQeLZWCompressorHndl hLZWCompressor, MQeExceptBlock *pErrStruct)
 frees the MQeLZWCompressor handle hLZWCompressor


Detailed Description

This page describes MQe_LZWCompressor C API prototypes.


Function Documentation

MQERETURN mqeLZWCompressor_new MQeExceptBlock   pErrStruct,
MQeLZWCompressorHndl *    phLZWCompressor
 

Parameters:
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure
phLZWCompressor  [out] Pointer to handle for output
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
phLZWCompressor must not be NULL.
Returns :
(*phLZWCompressor).
Return values:
MQERETURN_OK  Operation successful
Warning:
Users are expected to use mqeLZWCompressor_free() to free the object returned by this call when it is no longer needed. This enables reuse of system resources and can help to avoid system problems caused by shortage of resources.

MQERETURN mqeLZWCompressor_free MQeLZWCompressorHndl    hLZWCompressor,
MQeExceptBlock   pErrStruct
 

Parameters:
hLZWCompressor  [in] Handle for the MQeLZWCompressor to be freed
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
Return values:
MQERETURN_OK  Operation successful


Generated Thu Aug 11 23:41:19 2005 for Websphere MQ Everyplace for Multiplatforms C Bindings Reference