Data Structures | |
struct | MQeAuthenticator_SubclassInitOutput_st_ |
output parameter structure for MQeAuthenticator_SubclassInitFunc. More... | |
Typedefs | |
typedef MQERETURN MQEDYNFUNC( | MQeAuthenticator_FreeFunc )(MQeAuthenticatorHndl, MQeAttrPlugin_FreeInput *, MQeAttrPlugin_FreeOutput *) |
function pointer type signature for an authenticator plugin free function implementation. | |
typedef MQERETURN MQEDYNFUNC( | MQeAuthenticator_ActivateMasterPrepFunc )(MQeAuthenticatorHndl, MQeAttrPlugin_ActivateMasterPrepInput *pIn, MQeAttrPlugin_ActivateMasterPrepOutput *pOut) |
function pointer type signature for an authenticator plugin ActivateMasterPrep function implementation. | |
typedef MQERETURN MQEDYNFUNC( | MQeAuthenticator_ActivateSlavePrepFunc )(MQeAuthenticatorHndl, MQeAttrPlugin_ActivateSlavePrepInput *pIn, MQeAttrPlugin_ActivateSlavePrepOutput *pOut) |
function pointer type signature for an authenticator plugin ActivateSlavePrep function implementation. | |
typedef MQERETURN MQEDYNFUNC( | MQeAuthenticator_ProcessSlaveResponseFunc )(MQeAuthenticatorHndl, MQeAttrPlugin_ProcessSlaveResponseInput *, MQeAttrPlugin_ProcessSlaveResponseOutput *) |
function pointer type signature for an authenticator plugin ProcessSlaveResponse function implementation. | |
typedef MQERETURN MQEDYNFUNC( | MQeAuthenticator_CloseFunc )(MQeAuthenticatorHndl, MQeAttrPlugin_CloseInput *, MQeAttrPlugin_CloseOutput *) |
function pointer type signature for an authenticator plugin Close function implementation. | |
typedef MQeAuthenticator_SubclassInitOutput_st_ | MQeAuthenticator_SubclassInitOutput |
output parameter structure for MQeAuthenticator_SubclassInitFunc. | |
typedef MQERETURN MQEDYNFUNC( | MQeAuthenticator_SubclassInitFunc )(MQeAttrPlugin_SubclassInitInput *, MQeAuthenticator_SubclassInitOutput *) |
function pointer type signature for an authenticator plugin initializer function implementation. |
|
function pointer type signature for an authenticator plugin free function implementation.
|
|
function pointer type signature for an authenticator plugin ActivateMasterPrep function implementation.
|
|
function pointer type signature for an authenticator plugin ActivateSlavePrep function implementation.
|