Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Ddialog.c2469 HWND hwndDef; in DIALOG_FixChildrenOnChangeFocus() local
2471 hwndDef = GetDlgItem (hwndDlg, def_id); in DIALOG_FixChildrenOnChangeFocus()
2472 if (hwndDef) in DIALOG_FixChildrenOnChangeFocus()
2474 INT dlgcode_def = SendMessageW (hwndDef, WM_GETDLGCODE, 0, 0); in DIALOG_FixChildrenOnChangeFocus()
2482 SendMessageW (hwndDef, BM_SETSTYLE, BS_DEFPUSHBUTTON, TRUE); in DIALOG_FixChildrenOnChangeFocus()
2663 HWND hwndDef = DIALOG_IdToHwnd(hDlg, LOWORD(dw)); in IsDialogMessageW() local
2664 if (!hwndDef || IsWindowEnabled(hwndDef)) in IsDialogMessageW()
2665 … SendMessageW( hDlg, WM_COMMAND, MAKEWPARAM( LOWORD(dw), BN_CLICKED ), (LPARAM)hwndDef); in IsDialogMessageW()