Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Locks the requested resource so that the IInternetProtocolRoot::Terminate method can be called, and the remaining data can be read.
HRESULT retVal = object.LockRequest(dwOptions);
dwOptions [in]
Type: DWORDReserved. Must be set to 0.
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
For asynchronous pluggable protocols that do not have to lock a request, the method should return S_OK.