IInternetProtocolRoot::AbortIInternetProtocolRoot::Abort*
*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.

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.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.