Abort Method

Abort Method

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

This method aborts the event transaction if the event is synchronous.

Applies To

IExStoreEventInfo Interface

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Syntax

[Visual Basic]Sub Abort
(
    ByVal lErrorCode As LONG
)

[C++]HRESULT Abort (     LONG lErrorCode );

Parameters

  • lErrorCode
    The error code you can return to the event source to indicate the reason for the abort. See Remarks.

Return Value

This method returns S_OK if the call succeeds.

Remarks

This method aborts the transaction if the event is synchronous. It is not valid for asynchronous events or system events.

When aborting the transaction for reasons other than programmatic failures, set the LErrorCode flag to E_ABORT.

See the AbortChange Method for the Automation-compatible version of this method.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.