Commit 2c325f8b authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

wshom/network: Implement GetTypeInfo().

parent fcce3920
......@@ -69,8 +69,9 @@ static HRESULT WINAPI WshNetwork2_GetTypeInfoCount(IWshNetwork2 *iface, UINT *pc
static HRESULT WINAPI WshNetwork2_GetTypeInfo(IWshNetwork2 *iface, UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo)
{
FIXME("%p, %u, %lx, %p.\n", iface, iTInfo, lcid, ppTInfo);
return E_NOTIMPL;
TRACE("%p, %u, %lx, %p.\n", iface, iTInfo, lcid, ppTInfo);
return get_typeinfo(IWshNetwork2_tid, ppTInfo);
}
static HRESULT WINAPI WshNetwork2_GetIDsOfNames(IWshNetwork2 *iface, REFIID riid, LPOLESTR *rgszNames,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment