Contents Index Topic Contents | ||
Previous Topic: IInternetProtocolInfo::QueryInfo Next Topic: IInternetProtocolRoot::Continue |
IInternetProtocolRoot::Abort
HRESULT Abort( [in] HRESULT hrReason, [in] DWORD dwOptions );Aborts an operation that is in progress.
- Returns one of the following values:
S_OK Success. E_PENDING The operation started and will complete asynchronously. INET_E_xxx Internet-specific errors.
- hrReason
- HRESULT value that contains the reason for the abort.
- dwOptions
- DWORD value that determines if the abort happens synchronously or asynchronously. The default is asynchronously.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.