CSession::Abort

Terminates the transaction.

HRESULT Abort( 
   BOID* pboidReason = NULL, 
   BOOL bRetaining = FALSE, 
   BOOL bAsync = FALSE  
) const throw( );

Parameters

See ITransaction::Abort in the OLE DB Programmer's Reference.

Return Value

A standard HRESULT.

Requirements

Header: atldbcli.h

See Also

Reference

CSession Class

Other Resources

CSession Members