Searched refs:hwndCancel (Results 1 – 2 of 2) sorted by relevance
2473 HWND hwndCancel = GetDlgItem(hwndDlg, IDCANCEL); in PROPSHEET_SetWizButtons() local2529 if (!hwndFocus || hwndFocus == hwndCancel) in PROPSHEET_SetWizButtons()3810 HWND hwndCancel = GetDlgItem(hwnd, IDCANCEL); in PROPSHEET_DialogProc() local3812 EnableWindow(hwndCancel, FALSE); in PROPSHEET_DialogProc()
981 + HWND hwndCancel = GetDlgItem(hwndDlg, IDCANCEL);1023 + if (!hwndFocus || hwndFocus == hwndCancel)