Searched refs:SysAllocStringByteLen (Results 1 – 4 of 4) 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);
39 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != 0) in SetPropStrFromBin()
37 if ((value->bstrVal = ::SysAllocStringByteLen((const char *)&guid, sizeof(guid))) != NULL) in SetPropGUID()