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 3 - Help Manager / Help Manager Reference
Help Manager Routines / Determining Balloon Help Status


HMGetBalloons

To determine whether Balloon Help assistance is enabled, use the HMGetBalloons function.

FUNCTION HMGetBalloons: Boolean;
DESCRIPTION
The HMGetBalloons function returns TRUE if help is currently enabled and FALSE if help is not currently enabled. Because the HMGetBalloons function does not load the Help Manager into memory, it provides a fast way to determine whether Balloon Help assistance is enabled.

ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for the HMGetBalloons function are
Trap macroSelector
_Pack14$0003

SEE ALSO
To determine whether Balloon Help assistance is available, use the Gestalt function as described in "Using the Help Manager" on page 3-15.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996