00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #include <odin.h>
00017 #include <odinwrap.h>
00018 #include <os2sel.h>
00019
00020 #include <os2win.h>
00021 #include <misc.h>
00022 #include <winuser32.h>
00023
00024 #include "user32.h"
00025 #include <winicon.h>
00026 #include "syscolor.h"
00027 #include "pmwindow.h"
00028 #include "oslibgdi.h"
00029 #include "oslibwin.h"
00030 #include "oslibprf.h"
00031
00032 #include <wchar.h>
00033 #include <stdlib.h>
00034 #include <string.h>
00035
00036 #include <win32wnd.h>
00037 #include <winuser.h>
00038 #include "initterm.h"
00039
00040 #define DBG_LOCALLOG DBG_user32
00041 #include "dbglocal.h"
00042
00043 ODINDEBUGCHANNEL(USER32-WINEVENT)
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064 ODINPROCEDURE4(NotifyWinEvent,
00065 DWORD, event,
00066 HWND, hwnd,
00067 LONG, idObjectType,
00068 LONG, idObject)
00069 {
00070
00071
00072
00073
00074
00075
00076
00077
00078
00079
00080 }
00081
00082 DWORD WIN32API UnhookWinEvent(DWORD arg1)
00083 {
00084 dprintf(("USER32: UnhookWinEvent %x - empty stub!!", arg1));
00085
00086 return 0;
00087 }
00088
00089 DWORD WIN32API SetWinEventHook(DWORD arg1, DWORD arg2, DWORD arg3, DWORD arg4, DWORD arg5, DWORD arg6, DWORD arg7)
00090 {
00091 dprintf(("USER32: SetWinEventHook %x %x %x %x %x %x %x - empty stub!!", arg1, arg2, arg3, arg4, arg5, arg6, arg7));
00092
00093 return 0;
00094 }