Home
last modified time | relevance | path

Searched refs:hwndCancel (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dpropsheet.c2473 HWND hwndCancel = GetDlgItem(hwndDlg, IDCANCEL); in PROPSHEET_SetWizButtons() local
2529 if (!hwndFocus || hwndFocus == hwndCancel) in PROPSHEET_SetWizButtons()
3810 HWND hwndCancel = GetDlgItem(hwnd, IDCANCEL); in PROPSHEET_DialogProc() local
3812 EnableWindow(hwndCancel, FALSE); in PROPSHEET_DialogProc()
H A Dcomctl32_ros.diff981 + HWND hwndCancel = GetDlgItem(hwndDlg, IDCANCEL);
1023 + if (!hwndFocus || hwndFocus == hwndCancel)