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
Optional Scripting Component Routines / Manipulating the Create and Send Functions


OSAGetSendProc

You can use the OSAGetSendProc function to get a pointer to the send function that a scripting component is currently using.

FUNCTION OSAGetSendProc(scriptingComponent: ComponentInstance;
                        VAR sendProc: AESendProcPtr;
                        VAR refCon: LongInt): OSAError;
scriptingComponent

A component instance created by a prior call to the Component Manager function OpenDefaultComponent or OpenComponent (see page 10-4).
sendProc
The OSAGetSendProc function returns, in this parameter, a pointer to the send function currently set for the specified scripting component.
refCon
The OSAGetSendProc function returns, in this parameter, the reference constant associated with the send function for the specified scripting component.
RESULT CODES
noErr0No error
errOSASystemError-1750General scripting system error
badComponentInstance$80008001Invalid component instance

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996