shlwapi - forward SHSetTimerQueueTimer to kernel32.CreateTimerQueueTimer

Steven Edwards steven_ed4153 at yahoo.com
Wed Dec 8 00:26:58 CST 2004


Hi,

Msdn documents quite a bit about shlwapi functions that are wrappers around other functions:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_new/shlwapi_wrappers.asp

But at the moment the application I am testing only depends on this function.

Changelog:
Foward Shlwapi.SHSetTimerQueueTimer to kernel32.CreateTimerQueueTimer

Index: shlwapi.spec
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/shlwapi.spec,v
retrieving revision 1.96
diff -u -r1.96 shlwapi.spec
--- shlwapi.spec        25 Sep 2004 00:29:30 -0000      1.96
+++ shlwapi.spec        8 Dec 2004 07:14:56 -0000
@@ -260,7 +260,7 @@
 260 stdcall -noname SHQueueUserWorkItem(long long long long long long long)
 261 stub -noname SHCreateTimerQueue
 262 stub -noname SHDeleteTimerQueue
-263 stub -noname SHSetTimerQueueTimer
+263 stdcall @(ptr long ptr ptr long long long) kernel32.CreateTimerQueueTimer
 264 stub -noname SHChangeTimerQueueTimer
 265 stub -noname SHCancelTimerQueueTimer
 266 stdcall -noname SHRestrictionLookup(long wstr ptr ptr)




		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail



More information about the wine-patches mailing list