NAME

SetTimer  (USER32.@)

SYNOPSIS

 UINT_PTR SetTimer
 (
  HWND      hwnd,
  UINT_PTR  id,
  UINT      timeout,
  TIMERPROC proc
 )

DESCRIPTION

Create or modify timer.

PARAMS

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.

RETURNS

id of created timer or 0 if failure

IMPLEMENTATION

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.