IMapiTable::FindRow: Wrongly named Function parameters

Bug #350205 reported by Christian Kellner
2
Affects Status Importance Assigned to Milestone
OpenMapi.org
Fix Committed
Undecided
Johannes Roith

Bug Description

In xml/mapi.xml:

  <method id="^Find^Row">
   <doc>
    <summary></summary>
    <remarks></remarks>
   </doc>
   <!-- VOID //-->
   <param type="^Restriction">restriction</param>
   <param type="int">numerator</param>
   <param type="int">denominator</param>
  </method>

Should be somthing like:
<method id="^Find^Row">
   <doc>
    <summary></summary>
    <remarks></remarks>
   </doc>
   <!-- VOID //-->
   <param type="^Restriction">restriction</param>
   <param type="int">BookmarkOrigin</param>
   <param type="int">Flags</param>
  </method>

Johannes Roith (jroith)
Changed in openmapi:
assignee: nobody → johannes-jroith
Revision history for this message
Johannes Roith (jroith) wrote :

fixed in git.

Changed in openmapi:
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.