| * Copyright 1993 Alexandre Julliard |
| #include "wine/windef16.h" |
| extern BOOL MSG_process_raw_hardware_message( MSG *msg, ULONG_PTR extra_info, HWND hwnd_filter, |
| UINT first, UINT last, BOOL remove ); |
| extern BOOL MSG_process_cooked_hardware_message( MSG *msg, ULONG_PTR extra_info, BOOL remove ); |
| extern void MSG_JournalPlayBackMsg(void); |
| extern BOOL MSG_peek_message( MSG *msg, HWND hwnd, UINT first, UINT last, int flags ); |
| extern void TIMER_RemoveWindowTimers( HWND hwnd ); |
| extern void TIMER_RemoveQueueTimers( HQUEUE16 hqueue ); |
| extern BOOL TIMER_IsTimerValid( HWND hwnd, UINT id, HWINDOWPROC hProc ); |
| extern HWND EVENT_Capture( HWND, INT16 ); |
| #endif /* __WINE_MESSAGE_H */ |