Re: oleaut32: Implement ICreateTypeInfo2 SetHelpStringContext
7 Jul
2011
7 Jul
'11
1:16 p.m.
On Thu, Jul 7, 2011 at 2:09 PM, Alistair Leslie-Hughes <leslie_alistair(a)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
5275
Age (days ago)
5275
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov