IInternetProtocolRoot
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.