![]() |
AEGetInteractionAllowed |
||||
Header: | AEInteraction.h | Carbon status: | Supported | |
Gets your applications current user interaction preferences for responding to an Apple event as a server application.
OSErr AEGetInteractionAllowed ( AEInteractAllowed *level );
A pointer to an interaction level variable. On return, the variable specifies the current user interaction level, matching one of the values described in
A result code.
The current user interaction preference for responding to an Apple event is set either by default (to kAEInteractWithLocal) or by a previous call to AESetInteractionAllowed.
For additional information on interaction level, see
See also AEInteractWithUser.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)