![]() |
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 Mac OS 8.1 and later when Carbon 1.0.2 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 5/8/2000)