Searched refs:SysAllocStringByteLen (Results 1 – 4 of 4) sorted by relevance
40 BSTR SysAllocStringByteLen(LPCSTR s, UINT len) in SysAllocStringByteLen() function124 dest->bstrVal = SysAllocStringByteLen((LPCSTR)src->bstrVal, in VariantCopy()
266 EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
40 if ((value->bstrVal = ::SysAllocStringByteLen(s, size)) != NULL) in SetPropStrFromBin()
39 if ((value->bstrVal = ::SysAllocStringByteLen((const char *)&guid, sizeof(guid))) != NULL) in SetPropGUID()