Home
last modified time | relevance | path

Searched refs:DLGC_WANTMESSAGE (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/aclui/
H A Dchecklist.c2284 Ret |= DLGC_WANTCHARS | DLGC_WANTMESSAGE; in CheckListWndProc()
2288 Ret |= DLGC_WANTMESSAGE; in CheckListWndProc()
/reactos/win32ss/user/user32/windows/
H A Ddialog.c2552 if (dlgCode & DLGC_WANTMESSAGE) break; in IsDialogMessageW()
2681 if (dlgCode & (DLGC_WANTCHARS|DLGC_WANTMESSAGE)) break; in IsDialogMessageW()
/reactos/modules/rostests/winetests/riched20/
H A Deditor.c7564 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7572 expected = expected | DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7590 expected = expected | DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7601 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7637 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7661 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7688 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
7712 expected = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL|DLGC_WANTMESSAGE; in test_WM_GETDLGCODE()
/reactos/dll/win32/comctl32/
H A Dsyslink.c1615 Ret |= DLGC_WANTMESSAGE; in SysLinkWindowProc()
H A Dcombo.c1738 result |= DLGC_WANTMESSAGE; in COMBO_WindowProc()
H A Dpropsheet.c3201 if (!(dlgCode & DLGC_WANTMESSAGE)) in PROPSHEET_IsDialogMessage()
H A Dedit.c4967 result |= DLGC_WANTMESSAGE; in EDIT_WindowProc()
/reactos/win32ss/user/user32/controls/
H A Dcombo.c1892 result |= DLGC_WANTMESSAGE; in ComboWndProc_common()
H A Dedit.c5146 result |= DLGC_WANTMESSAGE;
/reactos/dll/win32/riched20/
H A Deditor.c3647 code |= DLGC_WANTMESSAGE; in ME_HandleMessage()
/reactos/sdk/include/psdk/
H A Dwinuser.h2616 #define DLGC_WANTMESSAGE 4 macro