LAPRmvATQ
LAPRmvATQ Remove entry from AppleTalk Transition Queue
#include <AppleTalk.h> AppleTalk Manager
ATQEntryPtr ATQEntry; address of ATQEntry data structure.
returns Error Code; 0=no error
LAPRmvATQ removes an entry from the AppleTalk Transition Queue
theATQEntry is a pointer to an ATQEntry data structure.
Returns: an operating system Error Code. It will be one of:
noErr (0) No error
qErr (-1) Queue element not found

Notes: You must not call the LAPRmvATQ function at interrupt time or through a
callback routine. This restriction is to prevent any routine from removing
an entry from the AppleTalk Transition Queue while another routine is in
the process of adding or removing an entry.