Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
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 just return S_OK.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.