Lines Matching refs:HRESULT

40     HRESULT Item(IRequestDictionary *iface, [in, optional] VARIANT Var,
44 HRESULT _NewEnum(IRequestDictionary *iface, [retval, out] IUnknown **ppEnumReturn);
47 HRESULT Count(IRequestDictionary *iface, [retval, out] int *cStrRet);
50 HRESULT Key(IRequestDictionary *iface, [in] VARIANT VarKey, [retval, out]VARIANT *pvar);
61 HRESULT Buffer(IResponse *iface, [retval, out] VARIANT_BOOL *fIsBuffering);
64 HRESULT Buffer(IResponse *iface, [in] VARIANT_BOOL fIsBuffering);
67 HRESULT ContentType(IResponse *iface, [retval, out] BSTR *pbstrContentTypeRet);
70 HRESULT ContentType(IResponse *iface, [in] BSTR bstrContentType);
73 HRESULT Expires(IResponse *iface, [retval, out] VARIANT *pvarExpiresMinutesRet);
76 HRESULT Expires(IResponse *iface, [in] long lExpiresMinutes);
79 HRESULT ExpiresAbsolute(IResponse *iface, [retval, out] VARIANT *pvarExpiresRet);
82 HRESULT ExpiresAbsolute(IResponse *iface, [in] DATE dtExpires);
85 HRESULT Cookies(IResponse *iface, [retval, out] IRequestDictionary **ppCookies);
88 HRESULT Status(IResponse *iface, [retval][out] BSTR *pbstrStatusRet);
91 HRESULT Status(IResponse *iface, [in] BSTR bstrStatus);
94 HRESULT Add(IResponse *iface, [in] BSTR bstrHeaderValue, [in] BSTR bstrHeaderName);
96 HRESULT AddHeader(IResponse *iface, [in] BSTR bstrHeaderName, [in] BSTR bstrHeaderValue);
98 HRESULT AppendToLog(IResponse *iface, [in] BSTR bstrLogEntry);
100 HRESULT BinaryWrite(IResponse *iface, [in] VARIANT varInput);
102 HRESULT Clear(IResponse *iface);
104 HRESULT End(IResponse *iface);
106 HRESULT Flush(IResponse *iface);
108 HRESULT Redirect(IResponse *iface, [in] BSTR bstrURL);
110 HRESULT Write(IResponse *iface, [in] VARIANT varText);
113 HRESULT WriteBlock(IResponse *iface, [in] short iBlockNumber);
115 HRESULT IsClientConnected(IResponse *iface, [retval, out] VARIANT_BOOL *pfIsClientConnected);
118 HRESULT get_CharSet( IResponse *iface, [retval, out] BSTR *pbstrCharSetRet);
121 HRESULT put_CharSet(IResponse *iface, [in] BSTR bstrCharSet);
123 HRESULT Pics(IResponse *iface, [in] BSTR bstrHeaderValue);
126 HRESULT get_CacheControl(IResponse *iface, [retval, out] BSTR *pbstrCacheControl);
129 HRESULT put_CacheControl(IResponse *iface, [in] BSTR bstrCacheControl);
132 HRESULT get_CodePage(IResponse *iface, [retval, out] long *plvar);
135 HRESULT put_CodePage(IResponse *iface, [in] long lvar);
138 HRESULT get_LCID(IResponse *iface, [retval, out] long *plvar);
141 HRESULT put_LCID(IResponse *iface, [in] long lvar);