Searched refs:bstrWord (Results 1 – 1 of 1) sorted by relevance
592 BSTR bstrWord = SysAllocString(pRegWord->lpWord); in ConfigureRegisterWord() local593 if (bstrWord) in ConfigureRegisterWord()595 hr = pFunction->Show(hWnd, profile.langid, profile.guidProfile, bstrWord); in ConfigureRegisterWord()596 SysFreeString(bstrWord); in ConfigureRegisterWord()