usReserve (USHORT)

      Reserved value, should be 0.

    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 set its definition.
      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.

      pmenuitem (PMENUITEM)

        Menu-item data structure.

        This points to a MENUITEM structure.

      rc (BOOL)

        Success indicator.

        TRUE

          Successful completion
        FALSE
          Error occurred.


        [Back] [Next]