Home | History | Annotate | Download | only in win

Lines Matching full:bstr

239     BSTR responseURLBSTR;
618 BSTR resultPathBSTR = SysAllocStringLen(resultPath.data(), resultPath.size());
729 BSTR idBSTR = SysAllocStringLen((OLECHAR*)idWstring.c_str(), idWstring.length());
761 BSTR nameBSTR = SysAllocStringLen((OLECHAR*)wName.c_str(), wName.length());
762 BSTR valueBSTR = SysAllocStringLen((OLECHAR*)wValue.c_str(), wValue.length());
806 BSTR keyBSTR = JSStringCopyBSTR(key);
807 BSTR valueBSTR = JSStringCopyBSTR(value);
832 BSTR schemeBSTR = JSStringCopyBSTR(scheme);
848 BSTR idBSTR = JSStringCopyBSTR(elementId);
859 BSTR nameBSTR = JSStringCopyBSTR(animationName);
873 BSTR idBSTR = JSStringCopyBSTR(elementId);
884 BSTR nameBSTR = JSStringCopyBSTR(propertyName);
898 BSTR idBSTR = JSStringCopyBSTR(animationId);
909 BSTR elementIdBSTR = JSStringCopyBSTR(elementId);
932 // The false parameter tells the _bstr_t constructor to adopt the BSTR we pass it.
1082 BSTR result;
1112 BSTR idBSTR = SysAllocStringLen((OLECHAR*)idWstring.c_str(), idWstring.length());
1113 BSTR counterValueBSTR;