Skip to content

Latest commit

 

History

History
64 lines (57 loc) · 1.17 KB

File metadata and controls

64 lines (57 loc) · 1.17 KB
title CSession::Abort | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
CSession.Abort
CSession::Abort
ATL.CSession.Abort
ATL::CSession::Abort
dev_langs
C++
helpviewer_keywords
Abort method
ms.assetid 02413b20-c486-451f-b4d7-73a6e8065df8
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

CSession::Abort

Terminates the transaction.

Syntax

  
      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

CSession Class