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

MQe_RC6Cryptor.h File Reference

MQeRC6Cryptor object. More...


Functions

MQERETURN mqeRC6Cryptor_new (MQeExceptBlock *pErrStruct, MQeRC6CryptorHndl *phRC6Cryptor)
 This function constructs an MQeRC6Cryptor object.

MQERETURN mqeRC6Cryptor_free (MQeRC6CryptorHndl hRC6Cryptor, MQeExceptBlock *pErrStruct)
 frees the MQeRC6Cryptor handle hRC6Cryptor


Detailed Description

It describes MQe_RC6Cryptor C API prototypes.


Function Documentation

MQERETURN mqeRC6Cryptor_new MQeExceptBlock   pErrStruct,
MQeRC6CryptorHndl *    phRC6Cryptor
 

Parameters:
pErrStruct  [in/out] Pointer to a pre-allocated MQeExceptBlock structure.
phRC6Cryptor  [out] Pointer to handle for output
Precondition:
pErrStruct points to a pre-allocated MQeExceptBlock structure (no error information is returned if pErrStruct is null).
phRC6Cryptor must not be NULL.
Returns :
output in (*phRC6Cryptor).
Return values:
MQERETURN_OK  Completed Successfully
MQERETURN_J_S_CIPHER  Wrong security cipher or key
Warning:
Users are expected to use mqeRC6Cryptor_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 mqeRC6Cryptor_free MQeRC6CryptorHndl    hRC6Cryptor,
MQeExceptBlock   pErrStruct
 

Parameters:
hRC6Cryptor  [in] handle for the MQeRC6Cryptor 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:23 2005 for Websphere MQ Everyplace for Multiplatforms C Bindings Reference