ATPRspCancel
ATATPRecHandle abRecord; handle to an ATATPRec Boolean async ; 0=await completion; 1=immediate return ATPRspCancel is part of the AppleTalk alternate interface. It is recommended that you use the preferred call, PRelRspCB instead. abRecord is a handle to an ATATPRec structure async is a Boolean value. Use FALSE for normal ( synchronous) operation or TRUE to enqueue the request and resume control immediately. See Async I/O.
noErr (0) No error
cbNotFound (-1102) ATP Control Block not found
ATPResponse call, provided that the call has not already completed. is successfully removed from the queue. If it returns cbNotFound, check
the abResult field of abRecord to verify that the ATPSndRsp or ATPResponse call has completed and determine its outcome.