Skip to content

Latest commit

 

History

History
62 lines (56 loc) · 1.2 KB

File metadata and controls

62 lines (56 loc) · 1.2 KB
title IRowsetChangeImpl::SetData | 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
SetData
IRowsetChangeImpl::SetData
ATL.IRowsetChangeImpl.SetData
IRowsetChangeImpl.SetData
ATL::IRowsetChangeImpl::SetData
dev_langs
C++
helpviewer_keywords
SetData method
ms.assetid 81e1dd0a-0518-440c-8808-cee76e4929c7
caps.latest.revision 9
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

IRowsetChangeImpl::SetData

Sets data values in one or more columns.

Syntax

  
      STDMETHOD ( SetData )(  
   HROW hRow,  
   HACCESSOR hAccessor,  
   void* pSrcData   
);  

Parameters

See IRowsetChange::SetData in the OLE DB Programmer's Reference.

Requirements

Header: atldb.h

See Also

IRowsetChangeImpl Class