IInternetProtocol::LockRequestIInternetProtocol::LockRequest*
*Contents  *Index  *Topic Contents
*Previous Topic: IInternetBindInfo::GetBindString
*Next Topic: IInternetProtocol::Read

IInternetProtocol::LockRequest

HRESULT LockRequest(
    [in] DWORD dwOptions
);

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

dwOptions

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.