usitem (USHORT)

      Item identifier.

    usincludesubmenus (USHORT)

      Include submenus flag.

      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 copy 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]