4 * Copyright 1993 Alexandre Julliard
7 #ifndef __WINE_MESSAGE_H
8 #define __WINE_MESSAGE_H
11 #include "wine/windef16.h"
17 extern BOOL MSG_InternalGetMessage( int type, struct tagMSG *msg, HWND hwnd,
18 HWND hwndOwner, WPARAM code,
19 WORD flags, BOOL sendIdle, BOOL* idleSent );
22 extern void TIMER_RemoveWindowTimers( HWND hwnd );
23 extern void TIMER_RemoveQueueTimers( HQUEUE16 hqueue );
24 extern BOOL TIMER_GetTimerMsg( struct tagMSG *msg, HWND hwnd,
25 HQUEUE16 hQueue, BOOL remove );
26 extern BOOL TIMER_IsTimerValid( HWND hwnd, UINT id, HWINDOWPROC hProc );
29 extern void EVENT_Synchronize( void );
30 extern BOOL EVENT_CheckFocus( void );
34 extern HWND EVENT_Capture( HWND, INT16 );
36 #endif /* __WINE_MESSAGE_H */