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: Apple Guide Complete / Part 3 - Integrating Guide Files
Chapter 9 - Apple Guide API / Application-Defined Routines


Responding to Context Checks

This section gives information on how to provide a context check handler.

You can implement context checks using one of two methods. You can provide the code for a context check in an external module that you include as a resource in your guide file (this is the more typical method of providing a context check handler). Alternatively, you can provide the code in your application and make your context check handler available to Apple Guide using the AGInstallContextHandler function. Regardless of which method you use, a context check handler follows a specific syntax, as described next.


Subtopics
MyContextReplyProc

Previous Book Contents Book Index Next

© Apple Computer, Inc.
12 JUL 1996