| * Copyright 1993 Alexandre Julliard |
| #include "wine/windef16.h" |
| extern BOOL MSG_InternalGetMessage( struct tagMSG *msg, HWND hwnd, HWND hwndOwner, |
| UINT first, UINT last, WPARAM code, |
| WORD flags, BOOL sendIdle, BOOL* idleSent ); |
| extern void TIMER_RemoveWindowTimers( HWND hwnd ); |
| extern void TIMER_RemoveQueueTimers( HQUEUE16 hqueue ); |
| extern BOOL TIMER_GetTimerMsg( struct tagMSG *msg, HWND hwnd, |
| HQUEUE16 hQueue, BOOL remove ); |
| extern BOOL TIMER_IsTimerValid( HWND hwnd, UINT id, HWINDOWPROC hProc ); |
| extern HWND EVENT_Capture( HWND, INT16 ); |
| #endif /* __WINE_MESSAGE_H */ |