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: More Macintosh Toolbox /
Chapter 6 - Component Manager / Component Manager Reference
Routines for Components / Managing Component Connections


GetComponentInstanceStorage

The GetComponentInstanceStorage function allows your component
to retrieve a handle to the memory associated with a connection. Your
component tells the Component Manager about this memory by calling the SetComponentInstanceStorage procedure. Typically, your component does not need to use this function, because the Component Manager provides this handle to your component each time the client application requests service from this connection.

FUNCTION GetComponentInstanceStorage 
                  (aComponentInstance: ComponentInstance): Handle;
aComponentInstance
The connection for which to retrieve the associated memory. The Component Manager provides a component instance to your component when the connection is opened.
DESCRIPTION
The GetComponentInstanceStorage function returns a handle to the memory associated with the specified connection.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996