Re: oleaut32: add OleLoadPictureFile stub
+ * 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
On Wed, Mar 23, 2016 at 1:07 PM, Andrew Eikum <aeikum(a)codeweavers.com> wrote:
+ * 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
Yes, thanks for catching Andrew. -- -Austin
participants (2)
-
Andrew Eikum -
Austin English