Add a real stub for Advpack.extract.

This commit is contained in:
Steven Edwards 2005-11-03 09:54:56 +00:00 committed by Alexandre Julliard
parent 4e76f91f1a
commit 20ea04f976
2 changed files with 16 additions and 1 deletions

View File

@ -392,6 +392,21 @@ HRESULT WINAPI ExecuteCab( HWND hwnd, PCABINFO pCab, LPVOID pReserved )
return E_FAIL;
}
/***********************************************************************
* ExtractFiles (ADVPACK.@)
*
* BUGS
* Unimplemented
*/
HRESULT WINAPI ExtractFiles ( LPCSTR CabName, LPCSTR ExpandDir, DWORD Flags,
LPCSTR FileList, LPVOID LReserved, DWORD Reserved)
{
FIXME("(%p %p 0x%08lx %p %p 0x%08lx): stub\n", CabName, ExpandDir, Flags,
FileList, LReserved, Reserved);
return E_FAIL;
}
/***********************************************************************
* TranslateInfString (ADVPACK.@)
*

View File

@ -6,7 +6,7 @@
@ stdcall -private DllMain(long long ptr)
@ stdcall DoInfInstall(ptr)
@ stdcall ExecuteCab(ptr ptr ptr)
@ stub ExtractFiles
@ stdcall ExtractFiles(str str long ptr ptr long)
@ stub FileSaveMarkNotExist
@ stub FileSaveRestore
@ stub FileSaveRestoreOnINF