Searched refs:create_editcontrolW (Results 1 – 2 of 2) sorted by relevance
571 static HWND create_editcontrolW(DWORD style, DWORD exstyle) in create_editcontrolW() function3162 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()
560 static HWND create_editcontrolW(DWORD style, DWORD exstyle) in create_editcontrolW() function3158 hwnd[1] = create_editcontrolW(ES_AUTOHSCROLL | ES_AUTOVSCROLL, 0); in test_EM_GETLINE()