source:
trunk/src/user32/timer.h@
1418
Last change on this file since 1418 was 1418, checked in by , 26 years ago | |
---|---|
File size: 407 bytes |
Line | |
---|---|
1 | /* $Id: timer.h,v 1.2 1999-10-23 16:45:22 cbratschi Exp $ */ |
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 | extern BOOL TIMER_GetTimerInfo(HWND PMhwnd,ULONG PMid,PBOOL sys,PULONG id); |
16 | extern BOOL TIMER_HandleTimer (PQMSG pMsg); |
17 | |
18 | #endif //__TIMER_H__ |
19 |
Note:
See TracBrowser
for help on using the repository browser.