Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - <b>word pascal getmenustate(hmenu hmenu, word id, word wflags)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WORD pascal GetMenuState(HMENU hMenu, WORD id, WORD wFlags)

  Reports the 'State' of the menu.  For a list, see the Returns below

Parameters
  hMenu is the handle of the menu which contains the menu item.
  id is the identifier of the menu item to query.
  wFlags is either MF_BYCOMMANMD or MF_BYPOSITION.

Returns
  The state of the specified item. The state can be an ORed
combination of one of the following :  MF_CHECKED    MF_UNCHECKED
                                       MF_DISABLED   MF_ENABLED
                                       MF_SEPARATOR
                                       MF_HELP
                                       MF_SHADOW

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson