|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Types | |
| typedef IInternetProtocolSink * | LPIINTERNETPROTOCOLSINK |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | Switch ([in] PROTOCOLDATA *pProtocolData) |
| HRESULT | ReportProgress ([in] ULONG ulStatusCode, [in] LPCWSTR szStatusText) |
| HRESULT | ReportData ([in] DWORD grfBSCF, [in] ULONG ulProgress, [in] ULONG ulProgressMax) |
| HRESULT | ReportResult ([in] HRESULT hrResult, [in] DWORD dwError, [in] LPCWSTR szResult) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Definition at line 850 of file urlmon.idl.
Definition at line 852 of file urlmon.idl.
| HRESULT IInternetProtocolSink::ReportData | ( | [in] DWORD | grfBSCF, |
| [in] ULONG | ulProgress, | ||
| [in] ULONG | ulProgressMax | ||
| ) |
| HRESULT IInternetProtocolSink::ReportProgress | ( | [in] ULONG | ulStatusCode, |
| [in] LPCWSTR | szStatusText | ||
| ) |
| HRESULT IInternetProtocolSink::ReportResult | ( | [in] HRESULT | hrResult, |
| [in] DWORD | dwError, | ||
| [in] LPCWSTR | szResult | ||
| ) |
| HRESULT IInternetProtocolSink::Switch | ( | [in] PROTOCOLDATA * | pProtocolData | ) |