Skip to content

Latest commit

 

History

History
65 lines (57 loc) · 1.17 KB

File metadata and controls

65 lines (57 loc) · 1.17 KB
title CCommand::CreateCommand | 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.CreateCommand
CreateCommand
CCommand::CreateCommand
dev_langs
C++
helpviewer_keywords
CreateCommand method
ms.assetid 3652a313-07a1-40ec-82d6-fc7182f2a6f6
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::CreateCommand

Creates a new command.

Syntax

  
      HRESULT CCommandBase::CreateCommand(  
   const CSession& session   
) throw ( );  

Parameters

session
[in] A CSession object to be associated with the new command.

Return Value

A standard HRESULT.

Remarks

This method creates a command using the specified session object.

Requirements

Header: atldbcli.h

See Also

CCommand Class