Marcus Meissner wrote:
Hi,
ExpressPCB (http://bugs.winehq.org/show_bug.cgi?id=3752) does some invokes on IPictures.
I implemented the ones it needs.
GetTypeInfo is stolen from olefont.c.
Please try not to introduce any more of this code into wine. We should be deferring to typelibs here and in olefont.
However, it doesn't work because ITypeInfo_Invoke doesn't work on variables yet. I plan to refactor the function to reduce the levels of indentation for the majority of it and generate a fake FUNCDESC to parse, reusing the existing code.