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

MQe_DESCryptor.h File Reference

MQeDESCryptor object. More...


Functions

MQERETURN mqeDESCryptor_new (MQeExceptBlock *pErrStruct, MQeDESCryptorHndl *phDESCryptor)
 This function constructs an MQeDESCryptor object.

MQERETURN mqeDESCryptor_free (MQeDESCryptorHndl hDESCryptor, MQeExceptBlock *pErrStruct)
 frees the MQeDESCryptor handle


Detailed Description

This page describes MQe_DESCryptor C API prototypes.


Function Documentation

MQERETURN mqeDESCryptor_new MQeExceptBlock   pErrStruct,
MQeDESCryptorHndl *    phDESCryptor
 

Parameters:
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure
phDESCryptor  [out] Pointer to handle for output
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
phDESCryptor must not be NULL.
Returns :
New handle to MQeDESCryptor in (*phDESCryptor).
Return values:
MQERETURN_OK  Completed Successfully
Warning:
Users are expected to use mqeDESCryptor_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 mqeDESCryptor_free MQeDESCryptorHndl    hDESCryptor,
MQeExceptBlock   pErrStruct
 

Parameters:
hDESCryptor  [in] Handle for the MQeDESCryptor 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  Completed Successfully


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