oleaut32: add OleLoadPictureFile stub

Andrew Eikum aeikum at codeweavers.com
Wed Mar 23 13:07:59 CDT 2016


> + * OleLoadPictureFile (OLEAUT32.422)
> + */
> +HRESULT WINAPI OleLoadPictureFile(VARIANT file, LPDISPATCH *picture)
> +{
> +    FIXME("(%p),stub!\n", picture);
> +    return ERROR_CALL_NOT_IMPLEMENTED;
> +}
> +
> +/***********************************************************************

This should return an HRESULT, right? Probably E_NOTIMPL.

Andrew



More information about the wine-devel mailing list