HMGetBalloonWindow
HMGetBalloonWindow Get a pointer to the current help balloon's
window record
#include <Balloons.h> Help Manager
WindowPtr * window; a pointer to the current help balloon's window
record
The HMGetBalloonWindow function returns a pointer to the
window record of the currently displayed help balloon in the window
parameter.
window the window record of the currently displayed help balloon. If a help
balloon is not currently displayed, the HMGetBalloonWindow
function returns NIL in the window parameter.
Returns: an Error Code.
noErr (0) No error
memFullErr (-108) Not enough room in heap zone

Notes: The HMGetBalloonWindow function also returns NIL for balloons
created with the HMShowMenuBalloon function because no windows are
created; likewise, NIL is returned for balloons created with the
HMShowBalloon function when the kHMSaveBitsNoWindow constant is
specified as the method parameter.