/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | debug.h | 116 #define LWIP_ASSERT(message, assertion) do { if (!(assertion)) { \ argument 119 #define LWIP_ASSERT(message, assertion) argument 124 #define LWIP_PLATFORM_ERROR(message) LWIP_PLATFORM_DIAG((message)) argument 126 #define LWIP_PLATFORM_ERROR(message) argument 130 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument 147 #define LWIP_DEBUGF(debug, message) do { \ argument 158 #define LWIP_DEBUGF(debug, message) argument
|
/reactos/modules/rosapps/templates/mdi/ |
H A D | ros2win.c | 47 LRESULT CALLBACK RosWindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in RosWindowProc() 60 LRESULT CALLBACK RosDlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in RosDlgProc() 70 LRESULT CALLBACK RosFrameProc(HWND hWnd, HWND hMdi, UINT message, WPARAM wParam, LPARAM lParam) in RosFrameProc() 75 LRESULT CALLBACK RosMDIChildProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in RosMDIChildProc()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | msg.h | 48 struct message struct 50 UINT message; /* the WM_* code */ member 51 msg_flags_t flags; /* message props */ argument 54 UINT id; /* extra message data: id of the window, argument
|
/reactos/modules/rostests/apitests/user32/ |
H A D | SystemMenu.c | 40 struct message struct 42 UINT message; /* the WM_* code */ argument 43 msg_flags_t flags; /* message props */ argument 52 UINT message; /* the WM_* code */ member 86 static BOOL ignore_message(UINT message) in ignore_message() 487 static LRESULT MsgCheckProc(BOOL unicode, HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in MsgCheckProc() 514 static LRESULT WINAPI MsgCheckProcA(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in MsgCheckProcA() 647 static LRESULT WINAPI parent_menu_proc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp) in parent_menu_proc()
|
H A D | CreateWindowEx.c | 108 static LRESULT CALLBACK MSGTestProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in MSGTestProc() 335 static LRESULT CALLBACK MSGChildProc2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in MSGChildProc2() 402 static LRESULT CALLBACK MSGTestProc2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in MSGTestProc2() 652 static LRESULT CALLBACK MSGTestProcMDI(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in MSGTestProcMDI() 761 static LRESULT CALLBACK MSGTestProcMDI2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in MSGTestProcMDI2() 834 static LRESULT CALLBACK MSGChildProcMDI2(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in MSGChildProcMDI2()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | msg.h | 50 struct message struct 52 UINT message; /* the WM_* code */ member 53 msg_flags_t flags; /* message props */ argument 56 UINT id; /* extra message data: id of the window, argument 65 struct message *sequence; argument
|
H A D | subclass.c | 42 struct message { struct 43 int procnum; /* WndProc id message is expected from */ argument 48 static struct message* sequence; argument 170 static LRESULT WINAPI wnd_proc_1(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in wnd_proc_1() 184 static LRESULT WINAPI wnd_proc_3(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) in wnd_proc_3() 196 static LRESULT WINAPI wnd_proc_sub(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam, UINT_PTR … in wnd_proc_sub()
|
/reactos/base/applications/mstsc/ |
H A D | win32.c | 268 handle_WM_SETCURSOR(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_SETCURSOR() 283 handle_WM_NCHITTEST(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_NCHITTEST() 299 handle_WM_MOUSEMOVE(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_MOUSEMOVE() 319 handle_WM_LBUTTONUP(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_LBUTTONUP() 389 handle_WM_KEY(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_KEY() 421 handle_WM_PAINT(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_PAINT() 456 handle_WM_SIZE(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_SIZE() 505 handle_WM_SIZING(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_SIZING() 545 handle_WM_HSCROLL(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_HSCROLL() 609 handle_WM_VSCROLL(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in handle_WM_VSCROLL() [all …]
|
/reactos/modules/rostests/winetests/ntdll/ |
H A D | error.c | 72 static void cmp_call(NTSTATUS win_nt, ULONG win32, const char* message) in cmp_call() 82 static void cmp_call2(NTSTATUS win_nt, ULONG win32, const char* message) in cmp_call2() 93 static void cmp_call3(NTSTATUS win_nt, ULONG win32_1, ULONG win32_2, const char* message) in cmp_call3() 103 static void cmp_call4(NTSTATUS win_nt, ULONG win32_1, ULONG win32_2, const char* message) in cmp_call4()
|
/reactos/dll/win32/mmdrv/ |
H A D | mme.c | 27 DWORD message, in NotifyClient() 50 UINT message, in wodMessage()
|
H A D | entry.c | 31 UINT message, in DriverProc()
|
/reactos/modules/rosapps/templates/old_wordpad/ |
H A D | dialogs.c | 5 UINT message, in NewDocSelDlgProc() 81 UINT message, in AboutDialogProc()
|
H A D | about.c | 5 UINT message, in AboutDialogProc()
|
/reactos/boot/freeldr/fdebug/ |
H A D | fdebug.c | 155 LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) in WndProc() 308 INT_PTR CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in About() 338 INT_PTR CALLBACK ConnectionDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in ConnectionDialogProc() 368 INT_PTR CALLBACK CaptureDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in CaptureDialogProc()
|
/reactos/dll/shellext/zipfldr/ |
H A D | CZipPassword.cpp | 31 CStringW message(MAKEINTRESOURCEW(IDS_PASSWORD_ZIP_TEXT)); in OnInitDialog() local 37 CStringW message; in OnInitDialog() local
|
/reactos/base/applications/msconfig_new/ |
H A D | systempage.cpp | 73 UINT message, in FindDialogWndProc() 484 CommonWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in CommonWndProc() 868 SystemPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in SystemPageWndProc() 882 WinPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in WinPageWndProc()
|
/reactos/base/applications/dxdiag/ |
H A D | help.c | 13 HelpPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in HelpPageWndProc()
|
H A D | music.c | 13 MusicPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in MusicPageWndProc()
|
/reactos/modules/rostests/apitests/shell32/ |
H A D | IShellFolderViewCB.cpp | 154 struct message struct 156 message(UINT msg, WPARAM wp, LPARAM lp) : uMsg(msg), wParam(wp), lParam(lp) { ; } in message() function 163 CSimpleArray<message> g_Received; argument
|
/reactos/modules/rosapps/templates/dialog/ |
H A D | page2.c | 37 LRESULT CALLBACK PageWndProc2(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in PageWndProc2()
|
H A D | page3.c | 37 LRESULT CALLBACK PageWndProc3(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in PageWndProc3()
|
/reactos/dll/directx/wine/d3d8/ |
H A D | d3d8_main.c | 65 const char *message = ""; in ValidateVertexShader() local 101 const char *message = ""; in ValidatePixelShader() local
|
/reactos/modules/rostests/winetests/user32/ |
H A D | msg.c | 150 struct message { struct 151 UINT message; /* the WM_* code */ member 152 msg_flags_t flags; /* message props */ argument 160 UINT message; /* the WM_* code */ argument 2077 static BOOL ignore_message( UINT message ) in ignore_message() 7371 static LRESULT CALLBACK combobox_edit_subclass_proc(HWND hwnd, UINT message, in combobox_edit_subclass_proc() 7404 static LRESULT CALLBACK combobox_lbox_subclass_proc(HWND hwnd, UINT message, in combobox_lbox_subclass_proc() 9380 static LRESULT MsgCheckProc (BOOL unicode, HWND hwnd, UINT message, in MsgCheckProc() 12317 UINT message; in test_PeekMessage2() local 15212 static LRESULT WINAPI parent_menu_proc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp) in parent_menu_proc() [all …]
|
/reactos/base/applications/mscutils/servman/ |
H A D | create.c | 164 UINT message, in CreateHelpDialogProc() 219 UINT message, in CreateDialogProc()
|
/reactos/dll/win32/mapi32/ |
H A D | sendmail.c | 85 static ULONG sendmail_extended_mapi(LHANDLE mapi_session, ULONG_PTR uiparam, lpMapiMessageW message, in sendmail_extended_mapi() 483 lpMapiMessage message, FLAGS flags, ULONG reserved ) in MAPISendMail() 590 lpMapiMessageW message, FLAGS flags, ULONG reserved) in MAPISendMailW()
|