oleaut32: add OleLoadPictureFile stub (try 2)

Marcus Meissner marcus at jet.franken.de
Thu Mar 24 02:33:09 CDT 2016


On Thu, Mar 24, 2016 at 11:17:08AM +0800, Dmitry Timoshkov wrote:
> Austin English <austinenglish at gmail.com> wrote:
> 
> > -422 stub OleLoadPictureFile
> > +422 stdcall OleLoadPictureFile(long ptr)
> ...
> > +HRESULT WINAPI OleLoadPictureFile(VARIANT file, LPDISPATCH *picture)
> > +{
> > +    FIXME("(%p),stub!\n", picture);
> > +    return E_NOTIMPL;
> > +}
> 
> Is passing VARIANT by value supposed to be represented like this in a .spec
> file?

I think it is is tricky to represent.

https://webcache.googleusercontent.com/search?q=cache:dYriaKiafRIJ:www.masmforum.com/board/index.php%3FPHPSESSID%3D8d46cd4ecb1688be429ab49694ec53e6%26topic%3D11150.0%3Bwap2+&cd=3&hl=de&ct=clnk&gl=de

We would need to specify as much longs as the variant struct is wide for 
the relay debugging to be correct :/

Ciao, Marcus



More information about the wine-devel mailing list