Your Own AppleTalk Transition
Your Own AppleTalk Transition Custom transitions
You can define your own AppleTalk transition to have any meaning you choose.
For example, you might want to call every routine in the AppleTalk Transition
Queue and you might want to do it each time you open an
You can use either the ATEventprocedure or the ATPreFlightEvent
function to notify all of the routines in the AppleTalk Transition Queue that
your AppleTalk transition has occurred. Whereas the ATEventprocedure only
calls the routines in the queue with a transition event, the
ATPreFlightEventfunction also allows each routine in the AppleTalk
Transition Queue to return a result code and other information to your calling
routine.
Note: You can call the ATEventand ATPreFlightEvent routines only at
virtual-memory safe time. See the Memory Manager for information on
virtual memory.