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.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also