Share via


IInternetProtocolRoot (Windows Embedded CE 6.0)

1/6/2010

This interface is used to control the operation of an asynchronous pluggable protocol handler.

The following table shows this interface's methods.

Method Description

IInternetProtocolRoot::Abort

Cancels an operation that is in progress.

IInternetProtocolRoot::Continue

Allows the pluggable protocol handler to continue processing data on the apartment thread.

Resume

Not implemented.

IInternetProtocolRoot::Start

Starts the operation.

Suspend

Not implemented.

IInternetProtocolRoot::Terminate

Releases the resources used by the pluggable protocol handler.

Requirements

Header urlmon.h, urlmon.idl
Library urlmon.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Asynchronous Pluggable Protocols Interfaces