Stub for SHFlushSFCacheWrap.

This commit is contained in:
Raphael Junqueira 2004-06-01 20:20:33 +00:00 committed by Alexandre Julliard
parent a9b405cf9a
commit 28d175b52c
2 changed files with 9 additions and 1 deletions

View file

@ -3512,6 +3512,14 @@ BOOL WINAPI MLFreeLibrary(HMODULE hModule)
return FreeLibrary(hModule);
}
/*************************************************************************
* @ [SHLWAPI.419]
*/
BOOL WINAPI SHFlushSFCacheWrap(void) {
FIXME(": stub\n");
return TRUE;
}
/*************************************************************************
* @ [SHLWAPI.429]
* FIXME I have no idea what this function does or what its arguments are.

View file

@ -416,7 +416,7 @@
416 stub -noname SHWinHelpOnDemandW
417 stub -noname SHWinHelpOnDemandA
418 stdcall -noname MLFreeLibrary(long)
419 stub -noname SHFlushSFCacheWrap
419 stdcall -noname SHFlushSFCacheWrap()
420 stub @ # CMemStream::Commit
421 stub -noname SHLoadPersistedDataObject
422 stdcall -noname _SHGlobalCounterCreateNamedA(str long)