Skip to content

Latest commit

 

History

History
58 lines (51 loc) · 1.15 KB

File metadata and controls

58 lines (51 loc) · 1.15 KB
title CCommand::ReleaseCommand | 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
CCommand.ReleaseCommand
ReleaseCommand
CCommand::ReleaseCommand
dev_langs
C++
helpviewer_keywords
ReleaseCommand method
ms.assetid 3b58230c-13d5-45c5-b43e-bb013ecc3019
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

CCommand::ReleaseCommand

Releases the parameter accessor, then releases the command itself.

Syntax

  
void CCommandBase::ReleaseCommand( ) throw( );  
  

Remarks

ReleaseCommand is used in conjunction with Close. See Close for usage details.

Requirements

Header: atldbcli.h

See Also

CCommand Class
CCommand::Close