Contents Index Topic Contents | ||
Previous Topic: IInternetProtocolInfo Next Topic: IInternetProtocolSink |
IInternetProtocolRoot
This interface is used to control the operation of an asynchronous pluggable protocol handler.
IInternetProtocolRoot methods Description Abort Aborts an operation in progress. Continue Allows the pluggable protocol handler to continue processing data on the apartment (or user interface) thread. This method is called in response to a call to IInternetProtocolSink::Switch. Resume Not currently implemented. Start Starts the class associated with the asynchronous pluggable protocol. Suspend Not currently implemented. Terminate Releases the resources used by the pluggable protocol handler.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.