Added Extract stub.

This commit is contained in:
Eric Kohl 2002-01-29 18:03:36 +00:00 committed by Alexandre Julliard
parent 231f2594d2
commit eba84bb564
2 changed files with 11 additions and 1 deletions

View file

@ -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;
}

View file

@ -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