ole2disp.dll16: Add a stub for SETERRORINFO.

This commit is contained in:
Austin English 2011-04-12 12:09:17 -05:00 committed by Alexandre Julliard
parent 35e42ea40e
commit 554715ce72
2 changed files with 10 additions and 1 deletions

View file

@ -248,3 +248,12 @@ HRESULT WINAPI RegisterActiveObject16(
FIXME("(%p,%s,0x%08x,%p):stub\n",punk,debugstr_guid(rclsid),dwFlags,pdwRegister);
return E_NOTIMPL;
}
/******************************************************************************
* SetErrorInfo [OLE2DISP.110]
*/
HRESULT WINAPI SetErrorInfo16(ULONG dwReserved, IErrorInfo *perrinfo)
{
FIXME("stub: (%d, %p)\n", dwReserved, perrinfo);
return E_INVALIDARG;
}

View file

@ -107,7 +107,7 @@
107 stub DOINVOKEMETHOD
108 stub VARIANTCHANGETYPEEX
109 stub SAFEARRAYPTROFINDEX
110 stub SETERRORINFO
110 pascal SetErrorInfo(long ptr) SetErrorInfo16
111 stub GETERRORINFO
112 stub CREATEERRORINFO
113 stub _IID_IERRORINFO