Hans Leidekker : shell32: Add a stub implementation for SHIsFileAvailableOffline.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 27 04:53:51 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: ca9f266ac0207365df315bca0aa61221115f51ae
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=ca9f266ac0207365df315bca0aa61221115f51ae

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Mon Jun 26 20:54:09 2006 +0200

shell32: Add a stub implementation for SHIsFileAvailableOffline.

---

 dlls/shell32/shell.c      |    6 ++++++
 dlls/shell32/shell32.spec |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/dlls/shell32/shell.c b/dlls/shell32/shell.c
index 533ccdb..c8a78f8 100644
--- a/dlls/shell32/shell.c
+++ b/dlls/shell32/shell.c
@@ -86,6 +86,12 @@ BOOL WINAPI SHELL_DllEntryPoint(DWORD Re
     return TRUE;
 }
 
+HRESULT WINAPI SHIsFileAvailableOffline(LPCWSTR path, LPDWORD status)
+{
+    FIXME("(%s, %p) stub\n", debugstr_w(path), status);
+    return E_FAIL;
+}
+
 /*************************************************************************
  *				DragAcceptFiles		[SHELL.9]
  */
diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index 83f6df6..c6a307d 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -359,7 +359,7 @@ #300 stub Shl3216_ThunkData32
 @ stdcall SHHelpShortcuts_RunDLLW(long long long long)
 @ stub SHInvokePrinterCommandA
 @ stub SHInvokePrinterCommandW
-@ stub SHIsFileAvailableOffline
+@ stdcall SHIsFileAvailableOffline(wstr ptr)
 @ stdcall SHLoadInProc(long)
 @ stub SHLoadNonloadedIconOverlayIdentifiers
 @ stub SHPathPrepareForWriteA




More information about the wine-cvs mailing list