00001 /* $Id: timer.h,v 1.5 2000/01/18 20:08:14 sandervl Exp $ */ 00002 /* 00003 * public timer functions 00004 * 00005 * 00006 * Copyright 1999 Daniela Engert (dani@ngrt.de) 00007 * 00008 * 00009 * Project Odin Software License can be found in LICENSE.TXT 00010 * 00011 */ 00012 #ifndef __TIMER_H__ 00013 #define __TIMER_H__ 00014 00015 #ifndef INCL_TIMERWIN32 00016 extern BOOL TIMER_GetTimerInfo(HWND PMhwnd,ULONG PMid,PBOOL sys,PULONG id); 00017 extern BOOL TIMER_HandleTimer (PQMSG pMsg); 00018 #endif 00019 extern VOID TIMER_KillTimerFromWindow(HWND hwnd); 00020 00021 #endif //__TIMER_H__ 00022