Home
last modified time | relevance | path

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

/reactos/win32ss/user/user32/windows/
H A Ddialog.c283 HWND hwndCtrl, hwndDefButton = 0; in DIALOG_CreateControls32() local
371 if (hwndDefButton) in DIALOG_CreateControls32()
372 SendMessageW( hwndDefButton, BM_SETSTYLE, BS_PUSHBUTTON, FALSE ); in DIALOG_CreateControls32()
373 hwndDefButton = hwndCtrl; in DIALOG_CreateControls32()