Home
last modified time | relevance | path

Searched refs:hwndNext (Results 1 – 9 of 9) sorted by relevance

/reactos/win32ss/user/user32/windows/
H A Ddialog.c388 HWND hwndNext; in DIALOG_IsAccelerator() local
430 else hwndNext = 0; in DIALOG_IsAccelerator()
432 if (!hwndNext) hwndNext = GetWindow( hwndControl, GW_HWNDNEXT ); in DIALOG_IsAccelerator()
441 hwndNext=hwnd; in DIALOG_IsAccelerator()
449 hwndControl = hwndNext; in DIALOG_IsAccelerator()
2321 while (!hwndNext) in GetNextDlgGroupItem()
2341 hwnd = hwndNext; in GetNextDlgGroupItem()
2347 hwnd = hwndNext; in GetNextDlgGroupItem()
2624 hwndNext && hwndFirst != hwndNext; in IsDialogMessageW()
2625 hwndNext = GetNextDlgGroupItem(hDlg, hwndNext, fPrevious)) in IsDialogMessageW()
[all …]
H A Dmdi.c1486 next_menu->hwndNext = ci->hwndActiveChild; in DefFrameProcW()
1681 next_menu->hwndNext = parent; in DefMDIChildProcW()
/reactos/dll/win32/comctl32/
H A Dpropsheet.c2468 HWND hwndNext = GetDlgItem(hwndDlg, IDC_NEXT_BUTTON); in PROPSHEET_SetWizButtons() local
2481 EnableWindow(hwndNext, dwFlags & PSWIZB_NEXT); in PROPSHEET_SetWizButtons()
2501 ShowWindow(hwndNext, SW_HIDE); in PROPSHEET_SetWizButtons()
2511 ShowWindow(hwndNext, SW_SHOW); in PROPSHEET_SetWizButtons()
H A Dcomctl32_ros.diff989 EnableWindow(hwndNext, dwFlags & PSWIZB_NEXT);
1005 ShowWindow(hwndNext, SW_SHOW);
/reactos/modules/rostests/winetests/user32/
H A Dgenerated.c1824 TEST_FIELD_SIZE (MDINEXTMENU, hwndNext, 8) in test_pack_MDINEXTMENU()
1825 TEST_FIELD_ALIGN (MDINEXTMENU, hwndNext, 8) in test_pack_MDINEXTMENU()
1826 TEST_FIELD_OFFSET(MDINEXTMENU, hwndNext, 16) in test_pack_MDINEXTMENU()
5328 TEST_FIELD_SIZE (MDINEXTMENU, hwndNext, 4) in test_pack_MDINEXTMENU()
5329 TEST_FIELD_ALIGN (MDINEXTMENU, hwndNext, 4) in test_pack_MDINEXTMENU()
5330 TEST_FIELD_OFFSET(MDINEXTMENU, hwndNext, 8) in test_pack_MDINEXTMENU()
/reactos/sdk/include/psdk/
H A Dwindowsx.h119 …NGECBCHAIN(hwnd,hwndRemove,hwndNext,fn) (void)(fn)((hwnd),WM_CHANGECBCHAIN,(WPARAM)(HWND)(hwndRemo… argument
H A Dwinuser.h3640 HWND hwndNext; member
/reactos/win32ss/user/ntuser/
H A Dmenu.c3781 NextMenu.hwndNext = NULL; in MENU_DoNextMenu()
3785 pmt->CurrentMenu, pmt->OwnerWnd, NextMenu.hmenuNext, NextMenu.hwndNext ); in MENU_DoNextMenu()
3787 if (NULL == NextMenu.hmenuNext || NULL == NextMenu.hwndNext) in MENU_DoNextMenu()
3822 hNewWnd = NextMenu.hwndNext; in MENU_DoNextMenu()
/reactos/sdk/include/reactos/
H A Dmsgdump.h1268 MD_OnChangeCBChain(HWND hwnd, HWND hwndRemove, HWND hwndNext) in MD_OnChangeCBChain() argument
1271 MSGDUMP_PREFIX, (void *)hwnd, (void *)hwndRemove, (void *)hwndNext); in MD_OnChangeCBChain()