Share via


IInternetProtocol (Windows CE 5.0)

Send Feedback

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
IInternetProtocol::LockRequest Locks the requested resource.
IInternetProtocol::Read Reads data retrieved by the pluggable protocol handler.
IInternetProtocol::Seek Moves the current seek offset.
IInternetProtocol::UnlockRequest Frees any resources associated with a lock.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Urlmon.h, Urlmon.idl.
Link Library: Urlmon.lib.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.