title CCommand::SetParameterInfo | 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 SetParameterInfo CCommand.SetParameterInfo CCommand::SetParameterInfo dev_langs C++ helpviewer_keywords SetParameterInfo method ms.assetid a70e92f4-1e73-41d7-a5b7-c6ebb45a6477 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::SetParameterInfo Specifies the native type of each command parameter. Syntax HRESULT CCommandBase::SetParameterInfo( DB_UPARAMS ulParams, const DBORDINAL* pOrdinals, const DBPARAMBINDINFO* pParamInfo ) throw( ); Parameters See ICommandWithParameters::SetParameterInfo in the OLE DB Programmer's Reference. Return Value A standard HRESULT. Requirements Header: atldbcli.h See Also CCommand Class