Searched refs:SysAllocStringByteLen (Results 1 – 5 of 5) sorted by relevance
36 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen() function120 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy()
194 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
124 BSTR res = ::SysAllocStringByteLen(NULL, byteLen); in MyCopy()
37 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0) in SetPropString()
31 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0) in SetPropString()