This subroutine cancels all requests made via a specified Shopping List. PTMAP cancels the outstanding requests in the specified Shopping List.
Syntax
int PTMAP_cancel_sl (sl_adr, retstat)
PTMAP_ADDR *sl_adr;
COR_STATUS *retstat;
Input Arguments
sl_adr |
A Shopping List ID created by a call to PTMAP_add_sl. |
Output Arguments
Retstat |
Pointer to status structure. The following errors may be returned (see Appendix A for an explanation of this code): |
|
PTMAP_ADDR_PTR_NULL |
|
PTMAP_REQ_ADR_NULL |
|
PTMAP_REQ_ADDR_NOTF |
|
PTMAP_SEQ_NUM_MISMATCH |
Return Value
The contents of retstat.status.
Point Management API subroutines. |