[PATCH] msxml3: Fix value of 'fetched' in IEnumVariant_Next() for IXMLDOMSelection.

Nikolay Sivov nsivov at codeweavers.com
Tue Aug 25 10:26:35 CDT 2020


On 8/21/20 11:17 PM, Gijs Vermeulen wrote:
> From: Alexandre Abgrall <aabgrall98 at gmail.com>
>
> It must be the number of elements returned in 'var', as specified here:
> https://docs.microsoft.com/en-us/windows/win32/api/oaidl/nf-oaidl-ienumvariant-next
>
> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=40430
> Signed-off-by: Alexandre Abgrall <aabgrall98 at gmail.com>
> Signed-off-by: Gijs Vermeulen <gijsvrm at gmail.com>
>
Thanks, this looks good. I have one request, same function is used not
just for selection but for children list/nodemap/schema collection.
Could you check if we have tests covering all of those, and please add
what's missing.



More information about the wine-devel mailing list