Commit eba84bb5 authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

Added Extract stub.

parent 231f2594
......@@ -127,3 +127,13 @@ HRESULT WINAPI RevokeBindStatusCallback(
return hr;
}
/***********************************************************************
* Extract (URLMON.@)
*
*/
HRESULT WINAPI Extract(DWORD Param1, DWORD Param2)
{
TRACE("%lx %lx\n", Param1, Param2);
return S_OK;
}
......@@ -34,7 +34,7 @@ debug_channels (urlmon win32)
@ stdcall DllRegisterServer() URLMON_DllRegisterServer
@ stdcall DllRegisterServerEx() URLMON_DllRegisterServerEx
@ stdcall DllUnregisterServer() URLMON_DllUnregisterServer
@ stub Extract
@ stdcall Extract(long long) Extract
@ stub FaultInIEFeature
@ stub FindMediaType
@ stub FindMediaTypeClass
......
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