ATPReqCancel
ATATPRecHandle abRecord; handle to an ATATPRec Boolean async; 0=await completion; 1=immediate return ATPReqCancel is part of the AppleTalk alternate interface. It is recommended that you use the preferred call, PRelTCB 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
have not been completed. This routine returns noErr if the call is
successfully removed from the queue. If it returns cbNotFound, check the
abResult field of abRecord to verify that the call has completed and
determine its outcome.