Searched refs:pushbutton1W (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/comdlg32/ |
H A D | itemdlg.c | 1549 static const WCHAR pushbutton1W[] = {'p','u','s','h','b','u','t','t','o','n','_','i','t','e','m',0}; variable 1598 item = find_window(dlg_hwnd, NULL, pushbutton1W); in test_customize_onfolderchange() 1656 hr = IFileDialogCustomize_AddPushButton(pfdc, i, pushbutton1W); in test_customize() 1658 hr = IFileDialogCustomize_AddPushButton(pfdc, i, pushbutton1W); in test_customize()
|