Add stub implementation for CreateProxyFromTypeInfo.

This commit is contained in:
Mike McCormack 2004-10-18 19:37:42 +00:00 committed by Alexandre Julliard
parent e990342ced
commit 130f6e51f2
2 changed files with 9 additions and 1 deletions

View File

@ -332,3 +332,11 @@ ULONG WINAPI IUnknown_Release_Proxy(LPUNKNOWN iface)
return IUnknown_Release(This->pUnkOuter);
#endif
}
HRESULT WINAPI
CreateProxyFromTypeInfo( LPTYPEINFO pTypeInfo, LPUNKNOWN pUnkOuter, REFIID riid,
LPRPCPROXYBUFFER *ppProxy, LPVOID *ppv )
{
FIXME("%p %p %s %p %p\n", pTypeInfo, pUnkOuter, debugstr_guid(riid), ppProxy, ppv);
return E_NOTIMPL;
}

View File

@ -573,7 +573,7 @@
@ stub I_RpcltDebugSetPDUFilter
@ stub I_UuidCreate
@ stub CreateProxyFromTypeInfo
@ stdcall CreateProxyFromTypeInfo(ptr ptr ptr ptr ptr)
@ stub CreateStubFromTypeInfo
@ stub PerformRpcInitialization
@ stub StartServiceIfNecessary # win9x