Important: The information in this document is obsolete and should not be used for new development.
HMGetBalloons
To determine whether Balloon Help assistance is enabled, use theHMGetBalloons
function.
FUNCTION HMGetBalloons: Boolean;DESCRIPTION
TheHMGetBalloons
function returnsTRUE
if help is currently enabled andFALSE
if help is not currently enabled. Because theHMGetBalloons
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 theHMGetBalloons
function are
Trap macro Selector _Pack14 $0003 SEE ALSO
To determine whether Balloon Help assistance is available, use theGestalt
function as described in "Using the Help Manager" on page 3-15.