ATPCloseSocket
ATPCloseSocket Close a responding socket
#include <AppleTalk.h> AppleTalk Manager
short atpSocket; socket number to close
returns Error Code; 0=no error
ATPCloseSocket is part of the AppleTalk alternate interface. It is
recommended that you use the preferred call, PCloseATPSkt instead.
ATPCloseSocket closes the responding socket whose number is specified by
atpSocket. It releases the data structures associated with all pending,
asynchronous calls involving that socket; these pending calls are completed
immediately and return the result code sktClosed.
atpSocket contains the socket number of the socket to close
Returns: an operating system Error Code. It will be one of:
noErr (0) No error
noDataArea (-1104) Too many outstanding ATP calls