Lines Matching full:bstr
143 HRESULT authenticationMethod([out, retval] BSTR* result);
148 HRESULT host([out, retval] BSTR* result);
153 HRESULT initWithHost([in] BSTR host, [in] int port, [in] BSTR protocol, [in] BSTR realm, [in] BSTR authenticationMethod);
158 HRESULT initWithProxyHost([in] BSTR host, [in] int port, [in] BSTR proxyType, [in] BSTR realm, [in] BSTR authenticationMethod);
173 HRESULT protocol([out, retval] BSTR* result);
178 HRESULT proxyType([out, retval] BSTR* result);
183 HRESULT realm([out, retval] BSTR* result);
208 HRESULT initWithUser([in] BSTR user, [in] BSTR password, [in] WebURLCredentialPersistence persistence);
213 HRESULT password([out, retval] BSTR* password);
223 HRESULT user([out, retval] BSTR* result);