Click to return to the Networking, Protocols     
IInternetProtocolRoot Int...     IInternetProtocolRoot::Co...     IInternetProtocolRoot Int...    
Web Workshop  |  Networking, Protocols & Data Formats

IInternetProtocolRoot::Abort Method


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

IInternetProtocolRoot



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.