IInternetProtocol (Windows Embedded CE 6.0)
1/6/2010
This is the main interface exposed by an asynchronous pluggable protocol. This interface and the IInternetProtocolSink interface communicate with each other very closely during download operations.
LockRequest locks the requested resource so that the IInternetProtocolRoot::Terminate method can be called and the remaining data can be read.
The following table shows this interface's methods.
Method | Description |
---|---|
Locks the requested resource. |
|
Reads data retrieved by the pluggable protocol handler. |
|
Moves the current seek offset. |
|
Frees any resources associated with a lock. |
Requirements
Header | urlmon.h, urlmon.idl |
Library | urlmon.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |