Searched refs:SysAllocString (Results 1 – 10 of 10) sorted by relevance
77 *bstr = ::SysAllocString(src); in StringToBstr()95 CMyComBSTR(LPCOLESTR src) { m_str = ::SysAllocString(src); } in CMyComBSTR()124 m_str = ::SysAllocString(src);
74 BSTR SysAllocString(const OLECHAR *s) in SysAllocString() function
211 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
140 fwBstrProcessImageFileName = SysAllocString(fwProcessImageFileName); in mDNSFirewallAppIsEnabled()226 fwBstrProcessImageFileName = SysAllocString(fwProcessImageFileName); in mDNSFirewallAddApp()234 fwBstrName = SysAllocString(fwName); in mDNSFirewallAddApp()
110 BSTR strClassProp = SysAllocString(L"Manufacturer"); in IsVPCRunning()
101 bstrVal = ::SysAllocString(lpszSrc); in operator =()
377 *pbstr = SysAllocString(L"Goodbye!"); in GetString()
38 #define BstrAlloc(x) (x) ? SysAllocString(x) : NULL
869 *name = SysAllocString(L"<name omitted>"); in GetSymbolFunctionName()
553 *pbstr = SysAllocString(L"Goodbye!"); in GetString()