ReactOS 0.4.15-dev-7907-g95bf896
IResponse Interface Reference
Inheritance diagram for IResponse:
Collaboration diagram for IResponse:

Public Member Functions

HRESULT Add ([in] BSTR value, [in] BSTR name)
 
HRESULT AddHeader ([in] BSTR name, [in] BSTR value)
 
HRESULT AppendToLog ([in] BSTR log_entry)
 
HRESULT BinaryWrite ([in] VARIANT input)
 
HRESULT Clear ()
 
HRESULT End ()
 
HRESULT Flush ()
 
HRESULT Redirect (BSTR url)
 
HRESULT Write ([in] VARIANT text)
 
HRESULT WriteBlock ([in] short block_number)
 
HRESULT IsClientConnected ([retval, out] VARIANT_BOOL *is_connected)
 
HRESULT Pics ([in] BSTR value)
 
- Public Member Functions inherited from IDispatch
HRESULT GetTypeInfoCount ([out] UINT *pctinfo)
 
HRESULT GetTypeInfo ([in] UINT iTInfo, [in] LCID lcid, [out] ITypeInfo **ppTInfo)
 
HRESULT GetIDsOfNames ([in] REFIID riid, [in, size_is(cNames)] LPOLESTR *rgszNames, [in] UINT cNames, [in] LCID lcid, [out, size_is(cNames)] DISPID *rgDispId)
 
HRESULT Invoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] WORD wFlags, [in, out] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *puArgErr)
 
HRESULT RemoteInvoke ([in] DISPID dispIdMember, [in] REFIID riid, [in] LCID lcid, [in] DWORD dwFlags, [in] DISPPARAMS *pDispParams, [out] VARIANT *pVarResult, [out] EXCEPINFO *pExcepInfo, [out] UINT *pArgErr, [in] UINT cVarRef, [in, size_is(cVarRef)] UINT *rgVarRefIdx, [in, out, size_is(cVarRef)] VARIANTARG *rgVarRef)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Properties

VARIANT_BOOL Buffer [get, set]
 
BSTR ContentType [get, set]
 
VARIANT Expires [get]
 
LONG Expires [set]
 
VARIANT ExpiresAbsolute [get]
 
DATE ExpiresAbsolute [set]
 
IRequestDictionary Cookies [get]
 
BSTR Status [get, set]
 
BSTR CharSet [get, set]
 
BSTR CacheControl [get, set]
 
LONG CodePage [get, set]
 
LONG LCID [get, set]
 

Additional Inherited Members

- Public Types inherited from IDispatch
typedef IDispatchLPDISPATCH
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 
- Public Attributes inherited from IDispatch
const DISPID DISPID_UNKNOWN = -1
 
const DISPID DISPID_VALUE = 0
 
const DISPID DISPID_PROPERTYPUT = -3
 
const DISPID DISPID_NEWENUM = -4
 
const DISPID DISPID_EVALUATE = -5
 
const DISPID DISPID_CONSTRUCTOR = -6
 
const DISPID DISPID_DESTRUCTOR = -7
 
const DISPID DISPID_COLLECT = -8
 

Detailed Description

Definition at line 48 of file asptlb.idl.

Member Function Documentation

◆ Add()

HRESULT IResponse::Add ( [in] BSTR  value,
[in] BSTR  name 
)

◆ AddHeader()

HRESULT IResponse::AddHeader ( [in] BSTR  name,
[in] BSTR  value 
)

◆ AppendToLog()

HRESULT IResponse::AppendToLog ( [in] BSTR  log_entry)

◆ BinaryWrite()

HRESULT IResponse::BinaryWrite ( [in] VARIANT  input)

◆ Clear()

HRESULT IResponse::Clear ( )

◆ End()

HRESULT IResponse::End ( )

◆ Flush()

HRESULT IResponse::Flush ( )

◆ IsClientConnected()

HRESULT IResponse::IsClientConnected ( [retval, out] VARIANT_BOOL is_connected)

◆ Pics()

HRESULT IResponse::Pics ( [in] BSTR  value)

◆ Redirect()

HRESULT IResponse::Redirect ( BSTR  url)

◆ Write()

HRESULT IResponse::Write ( [in] VARIANT  text)

◆ WriteBlock()

HRESULT IResponse::WriteBlock ( [in] short  block_number)

Property Documentation

◆ Buffer

VARIANT_BOOL IResponse::Buffer
getset

◆ CacheControl

BSTR IResponse::CacheControl
getset

◆ CharSet

BSTR IResponse::CharSet
getset

◆ CodePage

LONG IResponse::CodePage
getset

◆ ContentType

BSTR IResponse::ContentType
getset

◆ Cookies

IRequestDictionary IResponse::Cookies
get

◆ Expires [1/2]

VARIANT IResponse::Expires
get

◆ Expires [2/2]

LONG IResponse::Expires
set

◆ ExpiresAbsolute [1/2]

VARIANT IResponse::ExpiresAbsolute
get

◆ ExpiresAbsolute [2/2]

DATE IResponse::ExpiresAbsolute
set

◆ LCID

LONG IResponse::LCID
getset

◆ Status

BSTR IResponse::Status
getset

The documentation for this interface was generated from the following file: