Searched refs:id_text (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/comdlg32/ |
H A D | itemdlg.c | 1638 UINT id_vgroup1, id_text, id_editbox1; in test_customize() local 2176 id_text = ++i; in test_customize() 2177 hr = IFileDialogCustomize_AddText(pfdc, id_text, label); in test_customize() 2181 hr = IFileDialogCustomize_GetControlState(pfdc, id_text, &cdstate); in test_customize() 2205 hr = IFileDialogCustomize_GetControlState(pfdc, id_text, &cdstate); in test_customize() 2215 hr = IFileDialogCustomize_SetControlState(pfdc, id_text, CDCS_VISIBLE); in test_customize() 2224 hr = IFileDialogCustomize_GetControlState(pfdc, id_text, &cdstate); in test_customize() 2243 hr = IFileDialogCustomize_GetControlState(pfdc, id_text, &cdstate); in test_customize() 2262 hr = IFileDialogCustomize_GetControlState(pfdc, id_text, &cdstate); in test_customize()
|