Last change
on this file was 10104, checked in by sandervl, 22 years ago |
Handle WM_(SYS)TIMER timer calls in DispatchMessageA/W
|
File size:
566 bytes
|
Rev | Line | |
---|
[10104] | 1 | /* $Id: timer.h,v 1.6 2003-05-16 10:59:28 sandervl Exp $ */
|
---|
[2469] | 2 | /*
|
---|
| 3 | * public timer functions
|
---|
| 4 | *
|
---|
| 5 | *
|
---|
| 6 | * Copyright 1999 Daniela Engert (dani@ngrt.de)
|
---|
| 7 | *
|
---|
| 8 | *
|
---|
| 9 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
| 10 | *
|
---|
| 11 | */
|
---|
| 12 | #ifndef __TIMER_H__
|
---|
| 13 | #define __TIMER_H__
|
---|
| 14 |
|
---|
| 15 | #ifndef INCL_TIMERWIN32
|
---|
[10104] | 16 | extern BOOL TIMER_GetTimerInfo(HWND PMhwnd,ULONG PMid,PBOOL sys,PULONG id, PULONG proc);
|
---|
[2469] | 17 | extern BOOL TIMER_HandleTimer (PQMSG pMsg);
|
---|
| 18 | #endif
|
---|
[10104] | 19 | extern BOOL TIMER_IsTimerValid( HWND hwnd, UINT id, ULONG proc );
|
---|
[2469] | 20 | extern VOID TIMER_KillTimerFromWindow(HWND hwnd);
|
---|
| 21 |
|
---|
| 22 | #endif //__TIMER_H__
|
---|
| 23 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.