AESetInteractionAllowed
AEInteractionAllowed level ; see below
interaction preferences for responding to an Apple event.
application's response to an Apple event. The level parameter must be one of
three flags: kAEInteractWithSelf, kAEInteractWithLocal, or
Specifying the kAEInteractWithSelf flag allows the server application to interact with the user in response to an Apple event only when the client
application and server application are the same-that is, only when the
application is sending the Apple event to itself.
Specifying the kAEInteractWithLocal flag allows the server application to interact with the user in response to an Apple event only if the client
application is on the same computer as the server application; this is the
Specifying the kAEInteractWithAll flag allows the server application to interact with the user in response to an Apple event sent from any client
application on any computer.
Result codes
noErr (0) No error