Searched refs:SysAllocString (Results 1 – 10 of 10) sorted by relevance
79 *bstr = ::SysAllocString(src); in StringToBstr()107 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR()138 m_str = ::SysAllocString(src);
212 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
78 BSTR SysAllocString(const OLECHAR *s) in SysAllocString() function
440 *pszKeyboardShortcut = ::SysAllocString(L"None"); in get_accKeyboardShortcut()490 *pszDefaultAction = ::SysAllocString(L"Push"); in get_accDefaultAction()
101 bstrVal = ::SysAllocString(lpszSrc); in operator =()
115 *key = ::SysAllocString(U16ToWChar(name_ptr)); in GetNext()149 *display_string = ::SysAllocString( in ToDisplayString()
204 ::SysAllocString(reinterpret_cast<const OLECHAR*>(value.c_str())); in CreateString()
38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL
553 *pbstr = SysAllocString(L"Goodbye!"); in GetString()