| title |
CCommand::CreateCommand | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
CCommand.CreateCommand |
CreateCommand |
CCommand::CreateCommand |
|
| dev_langs |
|
| helpviewer_keywords |
|
| 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 |
|
Creates a new command.
HRESULT CCommandBase::CreateCommand(
const CSession& session
) throw ( );
session
[in] A CSession object to be associated with the new command.
A standard HRESULT.
Remarks
This method creates a command using the specified session object.
Header: atldbcli.h
CCommand Class