IInternetProtocol::LockRequest
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 Values
Returns S_OK if successful, or an error value otherwise.
Remarks
For asynchronous pluggable protocols that do not need to lock a request, the method should return S_OK.
Requirements
Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: urlmon.h
Library: urlmon.lib
See Also
Send Feedback on this topic to the authors