Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
IInternetProtocol is the main interface that is exposed by an asynchronous pluggable protocol. This interface and the IInternetProtocolSink interface communicate with each other very closely during download operations.
IInternetProtocol Methods
LockRequest Locks the request so that the IInternetProtocolRoot::Terminate method can be called and the remaining data can be read. Read Reads data retrieved by the pluggable protocol handler. Seek Moves the current seek offset. UnlockRequest Frees any resources associated with a lock.
Interface Information
Implementation System (Urlmon.dll), Custom (pluggable protocol handler) Inherits from IInternetProtocolRoot Header and IDL files Urlmon.h, Urlmon.idl Minimum availability Internet Explorer 4.0 Minimum operating systems Windows 95, Windows NT 4.0
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.