HMBalloonRect
Rect *coolRect; the rectangle coordinates You can specify the help information for a help balloon and then use
the HMBalloonRect function to get the coordinates of the rectangle that the
aHelpMsg specifies the help information for a help balloon. The aHelpMsg
record.
coolRect specifies the rectangle coordinates. The coordinates of the returned
rectangle are zero-based, with (0,0) the coordinates of the
upper-left corner of the rectangle. The coolRect parameter gives the
coordinates of the rectangle that encloses the user help information.
noErr (0) No error
paramErr (-50) Error in parameter list
memFullErr (-108) Not enough room in heap zone
Notes: You can use the HMBalloonRect function to find out the size (not the position) of the rectangle for a help balloon message.
coolRect parameter.