Important: The information in this document is obsolete and should not be used for new development.
AGGetStatus
Use theAGGetStatus
function to determine the status of Apple Guide.
AGStatus AGGetStatus(void);DESCRIPTION
The AGGetStatus function determines whether Apple Guide is active, sleeping, or not running by returning one of the following constants:
kAGIsActive
, if the application portion of Apple Guide is in memory and a guide file is openkAGIsSleeping
, if the application portion of Apple Guide is in memory but no guide files are openkAGIsNotRunning
, if the application portion of Apple Guide is not in memory
SEE ALSO
To determine whether the Apple Guide API is available, use the Gestalt Manager, as described in "Determining Whether Apple Guide Is Available" on page 9-4.