Searched refs:SysAllocStringLen (Results 1 – 3 of 3) sorted by relevance
14 p->bstrVal = ::SysAllocStringLen(0, numChars); in PropVarEm_Alloc_Bstr()28 p->bstrVal = ::SysAllocStringLen(0, len); in PropVarEm_Set_Str()106 bstrVal = ::SysAllocStringLen(0, len); in operator =()138 bstrVal = ::SysAllocStringLen(0, numChars); in AllocBstr()
57 BSTR SysAllocStringLen(const OLECHAR *s, UINT len) in SysAllocStringLen() function81 return SysAllocStringLen(s, (UINT)(s2 - s)); in SysAllocString()
195 MY_EXTERN_C BSTR SysAllocStringLen(const OLECHAR *sz, UINT len);