sitem (SHORT)

      Item identifier.

      MIT_NONE

        Deselect all the items in the menu.
      Other
        Item identifier.

      usincludesubmenus (USHORT)

        Include submenus indicator.

        TRUE

          If the menu does not have an item with the specified identifier, search the submenus and subdialogs of the menu for an item with the specified identifier and select or deselect it.
        FALSE
          If the menu does not have an item with the specified identifier, do not search the submenus and subdialogs of the menu for an item with the specified identifier.

        usReserve (USHORT)

          Reserved value, should be 0.

        usdismissed (USHORT)

          Dismissed flag.

          TRUE

            Dismiss the menu
          FALSE
            Do not dismiss the menu.

          rc (BOOL)

            Success indicator.

            TRUE

              A selection has been made, or sitem is MIT_NONE.
            FALSE
              A selection has not been made, or a deselection has been made, or sitem is not MIT_NONE.


            [Back] [Next]