Important: The information in this document is obsolete and should not be used for new development.
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