Searched refs:str_edit (Results 1 – 1 of 1) sorted by relevance
934 WCHAR str_edit[256], str_cmb[256]; in CFn_WMCommand() local937 GetDlgItemTextW(hDlg, cmb, str_edit, ARRAY_SIZE(str_edit)); in CFn_WMCommand()938 idx = SendDlgItemMessageW(hDlg, cmb, CB_FINDSTRING, -1, (LPARAM)str_edit); in CFn_WMCommand()944 if(lstrcmpiW(str_edit, str_cmb) == 0) in CFn_WMCommand()