Ignore:
Timestamp:
May 16, 2003, 12:59:28 PM (22 years ago)
Author:
sandervl
Message:

Handle WM_(SYS)TIMER timer calls in DispatchMessageA/W

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/timer.h

    r2469 r10104  
    1 /* $Id: timer.h,v 1.5 2000-01-18 20:08:14 sandervl Exp $ */
     1/* $Id: timer.h,v 1.6 2003-05-16 10:59:28 sandervl Exp $ */
    22/*
    33 * public timer functions
     
    1414
    1515#ifndef INCL_TIMERWIN32
    16 extern BOOL TIMER_GetTimerInfo(HWND PMhwnd,ULONG PMid,PBOOL sys,PULONG id);
     16extern BOOL TIMER_GetTimerInfo(HWND PMhwnd,ULONG PMid,PBOOL sys,PULONG id, PULONG proc);
    1717extern BOOL TIMER_HandleTimer (PQMSG pMsg);
    1818#endif
     19extern BOOL TIMER_IsTimerValid( HWND hwnd, UINT id, ULONG proc );
    1920extern VOID TIMER_KillTimerFromWindow(HWND hwnd);
    2021
Note: See TracChangeset for help on using the changeset viewer.