| Function : CAI_listTransaction CAI_initMsgList CAI_releaseMsgList |
| CAI_listTransaction Method |
CAI_listTransaction return the list of XML document known by the object.
It returns a pointer
to an array of string.
The array of string must be initialized by using the CAI_initMsgList.
It is released by using the CAI_releaseMsgList.
| Syntax |
typedef char** MSG_LIST; void CAI_listTransaction( unsigned int *listCount, CAI_MSG_LIST *msgList ); void CAI_initMsgList(CAI_MSG_LIST *msgList); void CAI_releaseMsgList(CAI_MSG_LIST *msgList); |
| Parameters |
| Parameter | In/Out | Description |
|---|---|---|
| list_count | Out | Number of string in the array |
| msgList | Out | Array of string. |
| Return Value |
Returns S_OK if successful, or an error code otherwise.
| Return Value |
See example here