Contents Index Topic Contents | ||
Previous Topic: IInternetProtocolRoot Next Topic: IInternetSession |
IInternetProtocolSink
This interface receives the reports and binding data from the asynchronous pluggable protocol. It is a free-threaded interface and can be called from any thread.
IInternetProtocolSink methods Description ReportData Reports the amount of data that is available on the thread. ReportProgress Reports progress made in a state operation. ReportResult Reports the result of an operation on the thread. Switch Passes data from an asynchronous pluggable protocol's worker thread intended for the same asynchronous pluggable protocol's apartment thread. IInternetProtocolSink should pass this data, without modification, back to the asynchronous pluggable protocol by calling its IInternetProtocolRoot::Continue method. This interface is implemented by client applications interacting directly with an asynchronous pluggable protocol and pluggable MIME filters.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.