Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/comctl32/
H A Dedit.c571 static HWND create_editcontrolW(DWORD style, DWORD exstyle) in create_editcontrolW() function
3162 hwnd[1] = create_editcontrolW(ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_EM_GETLINE()
3264 hwnd_edit = create_editcontrolW(ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_cue_banner()
3321 hwnd_edit = create_editcontrolW(ES_AUTOHSCROLL | ES_AUTOVSCROLL | ES_MULTILINE, 0); in test_cue_banner()
/reactos/modules/rostests/winetests/user32/
H A Dedit.c560 static HWND create_editcontrolW(DWORD style, DWORD exstyle) in create_editcontrolW() function
3158 hwnd[1] = create_editcontrolW(ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_EM_GETLINE()