NAME

KillTimer  (USER32.@)

SYNOPSIS

 BOOL KillTimer
 (
  HWND     hwnd,
  UINT_PTR id
 )

DESCRIPTION

Disable timer.

PARAMS

hwnd [ I] window handler or NULL
id [ I] timer ID.

RETURNS

FALSE on error or if timer does not exist

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.