ReactOS 0.4.15-dev-7958-gcd0bb1a
IInternetProtocolSink Interface Reference
Inheritance diagram for IInternetProtocolSink:
Collaboration diagram for IInternetProtocolSink:

Public Types

typedef IInternetProtocolSinkLPIINTERNETPROTOCOLSINK
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

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 ()
 

Detailed Description

Definition at line 850 of file urlmon.idl.

Member Typedef Documentation

◆ LPIINTERNETPROTOCOLSINK

Member Function Documentation

◆ ReportData()

HRESULT IInternetProtocolSink::ReportData ( [in] DWORD  grfBSCF,
[in] ULONG  ulProgress,
[in] ULONG  ulProgressMax 
)

◆ ReportProgress()

HRESULT IInternetProtocolSink::ReportProgress ( [in] ULONG  ulStatusCode,
[in] LPCWSTR  szStatusText 
)

◆ ReportResult()

HRESULT IInternetProtocolSink::ReportResult ( [in] HRESULT  hrResult,
[in] DWORD  dwError,
[in] LPCWSTR  szResult 
)

◆ Switch()

HRESULT IInternetProtocolSink::Switch ( [in] PROTOCOLDATA *  pProtocolData)

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