Added stub for OleDoAutoConvert.

This commit is contained in:
Mike McCormack 2003-05-13 22:14:30 +00:00 committed by Alexandre Julliard
parent 97820bc6ef
commit cf983e9a7f
2 changed files with 10 additions and 1 deletions

View File

@ -1853,6 +1853,15 @@ done:
return res;
}
/******************************************************************************
* OleDoAutoConvert [OLE32.100]
*/
HRESULT WINAPI OleDoAutoConvert(IStorage *pStg, LPCLSID pClsidNew)
{
FIXME("(%p,%p) : stub\n",pStg,pClsidNew);
return E_NOTIMPL;
}
/******************************************************************************
* CoTreatAsClass [OLE32.46]
*/

View File

@ -97,7 +97,7 @@
97 stdcall OleCreateMenuDescriptor(long ptr)
98 stdcall OleCreateStaticFromData(ptr ptr long ptr ptr ptr ptr)
99 stdcall OleDestroyMenuDescriptor(long)
100 stub OleDoAutoConvert
100 stdcall OleDoAutoConvert(ptr ptr)
101 stub OleDraw
102 stdcall OleDuplicateData(long long long)
103 stdcall OleFlushClipboard()