Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1016 Bytes

File metadata and controls

38 lines (32 loc) · 1016 Bytes
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 reference
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
ms.workload
cplusplus
data-storage

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