SetTimer (USER32.@)
UINT_PTR SetTimer ( HWND hwnd, UINT_PTR id, UINT timeout, TIMERPROC proc )
Create or modify timer.
hwnd | [ I] | window handler or NULL |
id | [ I] | timer Id (if 0, will used next free ID) |
timeout | [ I] | timer interval (in ms) |
proc | [ I] | pointer to callback function or NULL for generate WM_TIMER messages. |
id of created timer or 0 if failure
Defined in "textserv.h".
Implemented in "dlls/user/message.c". source.winehq.org/source/dlls/user/message.c
Debug channel "msg".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.