Commit 5e1da850 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Fix a parameter type in the IEnumTfUIElements interface.

Caught by midl.
parent 69849bd2
......@@ -1817,7 +1817,7 @@ interface IEnumTfUIElements : IUnknown
HRESULT Next(
[in] ULONG count,
[out, size_is(count), length_is(fetched)] ITfUIElement **element,
[out] ULONG fetched);
[out] ULONG *fetched);
HRESULT Reset();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment