- DWORD TCAPGetComp (U8 *pMessage,
U8 index,
TcapComp *pComp,
U16 *pParamLen,
U8 *pParamBuf )
- pMessage Address of the caller's message buffer containing a message of type TCAP_EVENT_DAT_IND that was previously received through TCAPRetrieveMessage
.
- index Index of the component being retrieved; valid range is 0 to (TcapTransEvent.numComps - 1), where TcapTransEvent is the event structure associated with this message that was returned by TCAPRetrieveMessage.
- pComp Address of the caller's TcapComp area where the component body is returned.
- pParamLen On input, this field should be set to the maximum number of bytes of parameters to be copied into caller's parameter buffer. On return, this field will be set to the actual number of bytes of parameters copied to the caller's parameter buffer.
- pParamBuf Address of the caller's parameter buffer where parameters belonging to this component are returned to caller (size of this buffer is passed initially in the pParamLen parameter).