Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Interapplication Communication /
Chapter 10 - Scripting Components / Scripting Components Reference
Required Scripting Component Routines


Manipulating the Active Function

The OSASetActiveProc and OSAGetActiveProc functions allow your application to set or to get a pointer to the active function called periodically by the scripting component during script execution. To get time periodically during script execution for its own purposes, your application can substitute its own active function for use by the scripting component. If you do not specify an active function, the scripting component uses its default active function, which allows a user to cancel script execution.

The functions described in this section use the following type for pointers to active functions:

TYPE OSAActiveProcPtr = ProcPtr;
For more information about active functions, see "Supplying an Alternative Active Function" on page 10-23.


Subtopics
OSASetActiveProc
OSAGetActiveProc

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996