Searched refs:valueBSTR (Results 1 – 2 of 2) sorted by relevance
234 BSTR valueBSTR; in intValue() local235 if (FAILED(m_element->get_accValue(self(), &valueBSTR)) || !valueBSTR) in intValue()237 wstring value(valueBSTR, SysStringLen(valueBSTR)); in intValue()238 ::SysFreeString(valueBSTR); in intValue()
680 BSTR valueBSTR = SysAllocStringLen((OLECHAR*)wValue.c_str(), wValue.length()); in execCommand() local681 viewPrivate->executeCoreCommandByName(nameBSTR, valueBSTR); in execCommand()684 SysFreeString(valueBSTR); in execCommand()