|
ReactOS 0.4.16-dev-2135-g2f5a67f
|


Public Member Functions | |
| HRESULT | OnRedirect ([in] IXMLHTTPRequest2 *xhr, [in, string] const WCHAR *url) |
| HRESULT | OnHeadersAvailable ([in] IXMLHTTPRequest2 *xhr, [in] DWORD status, [in, string] const WCHAR *msg) |
| HRESULT | OnDataAvailable ([in] IXMLHTTPRequest2 *xhr, [in] ISequentialStream *stream) |
| HRESULT | OnResponseReceived ([in] IXMLHTTPRequest2 *xhr, [in] ISequentialStream *stream) |
| HRESULT | OnError ([in] IXMLHTTPRequest2 *xhr, [in] HRESULT error) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 1398 of file msxml6.idl.
| HRESULT IXMLHTTPRequest2Callback::OnDataAvailable | ( | [in] IXMLHTTPRequest2 * | xhr, |
| [in] ISequentialStream * | stream | ||
| ) |
| HRESULT IXMLHTTPRequest2Callback::OnError | ( | [in] IXMLHTTPRequest2 * | xhr, |
| [in] HRESULT | error | ||
| ) |
| HRESULT IXMLHTTPRequest2Callback::OnHeadersAvailable | ( | [in] IXMLHTTPRequest2 * | xhr, |
| [in] DWORD | status, | ||
| [in, string] const WCHAR * | msg | ||
| ) |
| HRESULT IXMLHTTPRequest2Callback::OnRedirect | ( | [in] IXMLHTTPRequest2 * | xhr, |
| [in, string] const WCHAR * | url | ||
| ) |
| HRESULT IXMLHTTPRequest2Callback::OnResponseReceived | ( | [in] IXMLHTTPRequest2 * | xhr, |
| [in] ISequentialStream * | stream | ||
| ) |