Home
last modified time | relevance | path

Searched refs:uiMsg (Results 1 – 4 of 4) sorted by relevance

/reactos/modules/rostests/winetests/user32/
H A Ddialog.c465 switch (uiMsg) in main_window_procA()
495 switch (uiMsg) in disabled_test_proc()
533 switch (uiMsg) in testDlgWinProc()
827 switch (uiMsg) in delayFocusDlgWinProc()
867 switch (uiMsg) in focusDlgWinProc()
899 switch (uiMsg) in focusChildDlgWinProc()
1254 if (uiMsg == WM_INITDIALOG) in DestroyDlgWinProc()
1265 switch (uiMsg) in DestroyOnCloseDlgWinProc()
1283 if (uiMsg == WM_INITDIALOG) in TestInitDialogHandleProc()
1299 switch (uiMsg) in TestDefButtonDlgProc()
[all …]
H A Dlistbox.c1381 HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM lParam) in listbox_container_window_procA() argument
1385 switch (uiMsg) { in listbox_container_window_procA()
1394 result = DefWindowProcA (hwnd, uiMsg, wParam, lParam); in listbox_container_window_procA()
/reactos/base/applications/regedit/
H A Dframewnd.c531 static UINT_PTR CALLBACK ExportRegistryFile_OFNHookProc(HWND hdlg, UINT uiMsg, WPARAM wParam, LPARA… in ExportRegistryFile_OFNHookProc() argument
543 switch(uiMsg) in ExportRegistryFile_OFNHookProc()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistbox.c1515 static LRESULT CALLBACK listbox_container_window_procA(HWND hwnd, UINT uiMsg, WPARAM wParam, LPARAM… in listbox_container_window_procA() argument
1519 switch (uiMsg) in listbox_container_window_procA()
1528 result = DefWindowProcA(hwnd, uiMsg, wParam, lParam); in listbox_container_window_procA()