The application specifies the information it wants Intuition to send to it via the IDCMP by setting IDCMP flags. These may be set either when opening the window or by calling modifyidcmp(). The flags set may be viewed as a filter, in that Intuition will only post intuimessages to an idcmp if the matching flag is set. thus, the application will only receive the IDCMP messages whose class matches one of the bits set in the window's IDCMP. For many of these messages, there is a separation of the act of filtering these messages and causing Intuition to send the messages in the first place. For instance, menu help events may be activated for a window by setting the wa_menuhelp attribute when the window is opened. however, the IDCMP will only receive the messages if the idcmp_menuhelp flag is set. If this flag is not set, then the events are passed downstream in the input and may be picked up by the console device. event message classes and flags verification functions