Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 1 KB

File metadata and controls

58 lines (51 loc) · 1 KB
title CSession::Close | 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::Close
ATL.CSession.Close
CSession.Close
ATL::CSession::Close
dev_langs
C++
helpviewer_keywords
Close method
ms.assetid dc36c4c0-e588-4c0b-91d1-fc7dc5c8e7f4
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::Close

Closes the session, which was opened by CSession::Open.

Syntax

  
void Close( ) throw( );  
  

Remarks

Releases the m_spOpenRowset pointer.

Requirements

Header: atldbcli.h

See Also

CSession Class