IPOPUPMENU_HANDLEEVENT()
Brew Release
Brew MP 1.0.2
See Also
Description
This function receives and handles events passed to the popup menu from its owner.
Params
p
[]:
A pointer to an IPopupMenu object.
e
[]:
The event code being sent to the IPopupMenu object.
w
[]:
16-bit event-specific parameter.
d
[]:
32-bit event-specific parameter.
Interface
Prototype
boolean IPopupMenu_HandleEvent(IPopupMenu *p, AEEEvent e, uint16 w, uint32 d);
Return
TRUE - If the event was handled by the object. FALSE - If the event was not handled.
Side Effect
- None
Comments
None
COMMENTS (0)
See Below