Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Cancels an operation that is in progress.
Syntax
HRESULT retVal = object.Abort(hrReason, dwOptions);
Parameters
hrReason [in]
Type: HRESULTAn HRESULT value that contains the reason for canceling the operation. This is the HRESULT that is reported by the pluggable protocol if it successfully canceled the binding. The pluggable protocol uses the IInternetProtocolSink::ReportResult method to pass this HRESULT to urlmon.dll. Urlmon.dll uses IBindStatusCallback::OnStopBinding to pass this HRESULT to the host.
dwOptions [in]
Type: DWORD