Home | History | Annotate | Download | only in Windows

Lines Matching refs:bstrVal

14   p->bstrVal = ::SysAllocStringLen(0, numChars);

15 if (!p->bstrVal)
28 p->bstrVal = ::SysAllocStringLen(0, len);
29 if (!p->bstrVal)
36 BSTR dest = p->bstrVal;
90 bstrVal = ::SysAllocString(lpszSrc);
91 if (!bstrVal && lpszSrc)
106 bstrVal = ::SysAllocStringLen(0, len);
107 if (!bstrVal)
116 bstrVal[i] = s[i];
138 bstrVal = ::SysAllocStringLen(0, numChars);
139 if (!bstrVal)
145 return bstrVal;