oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext

Nikolay Sivov bunglehead at gmail.com
Thu Jul 7 05:16:01 CDT 2011


On Thu, Jul 7, 2011 at 2:09 PM, Alistair Leslie-Hughes
<leslie_alistair at hotmail.com> wrote:
> Hi,
>
>
> Changelog:
>    oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext
>

+    ICreateTypeInfo2Impl *This = impl_from_ICreateTypeInfo2(iface);
+
+    TRACE("(%p,%d), stub!\n", iface, dwHelpStringContext);
It's not a stub anymore.

+
+    This->typelib->typelib_header.helpcontext = dwHelpStringContext;

Could you please get rid of this ugly naming here and use something
like 'context' for variable.

+
+    return S_OK;
 }

>
> Best Regards
>  Alistair Leslie-Hughes
>
>
>
>



More information about the wine-devel mailing list