Click to return to the Networking, Protocols     
IInternetProtocol Interfa...     IInternetProtocol::Read M...     IInternetProtocol Interfa...    
Web Workshop  |  Networking, Protocols & Data Formats

IInternetProtocol::LockRequest Method


Locks the requested resource so that the IInternetProtocolRoot::Terminate method can be called and the remaining data can be read.

Syntax

HRESULT LockRequest(
    DWORD dwOptions
); 

Parameters

dwOptions
[in] Reserved. Must be set to zero.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

For asynchronous pluggable protocols that do not need to lock a request, the method should return S_OK.

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.