Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Aborts an operation that is in progress.
Syntax
HRESULT Abort( HRESULT hrReason, DWORD dwOptions );
Parameters
- hrReason
- [in] HRESULT value that contains the reason for the abort.
- dwOptions
- [in] DWORD value that determines if the abort happens synchronously or asynchronously. The default is asynchronously.
Return Value
Returns one of the following values:
S_OK Success. E_PENDING The operation started and will complete asynchronously. INET_E_xxx Internet-specific errors. For additional information, see the URL Moniker Error Codes definitions.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.