You are here: SwitchKit TCAP Interface User’s Guide > 2 SwitchKit Interface Module > CancelOperation()
Description
This method allows the user to cancel a previously invoked operation for a given call reference ID and invoke ID.
int CancelOperation(int callrefid, SKIM_OCTET invokeId);
The input parameter is shown in the next table. There are no input/output parameters.
Argument |
Description |
---|---|
callrefid |
Call reference ID |
invokeId |
Invoke ID |
Possible return values for this API are:
SKIM_SUCCESS |
No failure has occurred. |
SKIM return code |
As defined in Appendix B SKIM Return Codes. |