Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 995 Bytes

File metadata and controls

45 lines (37 loc) · 995 Bytes
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

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