Skip to content

Latest commit

 

History

History
69 lines (61 loc) · 1.8 KB

File metadata and controls

69 lines (61 loc) · 1.8 KB
title IRowsetNotifyImpl::OnRowChange | 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
IRowsetNotifyImpl::OnRowChange
IRowsetNotifyImpl.OnRowChange
OnRowChange
dev_langs
C++
helpviewer_keywords
OnRowChange method
ms.assetid 148bee03-3707-4bbf-8c51-657efc63645f
caps.latest.revision 7
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

IRowsetNotifyImpl::OnRowChange

Notifies the consumer of the first change to a row or of any change that affects the entire row.

Syntax

  
STDMETHOD(OnRowChange)(   
/* [in] */ IRowset* /* pRowset */,  
/* [in] */ DBCOUNTITEM /* cRows */,  
/* [size_is][in] */ const HROW /* rghRows*/ [] ,  
/* [in] */ DBREASON /* eReason */,  
/* [in] */ DBEVENTPHASE /* ePhase */,  
/* [in] */ BOOL /* fCantDeny */)  

Parameters

See IRowsetNotify::OnRowChange for parameter descriptions.

Return Value

See IRowsetNotify::OnRowChange for return value descriptions.

Remarks

This method wraps the IRowsetNotify::OnRowChange method. See that method's description in the OLE DB Programmer's Reference for details.

Requirements

Header: atldbcli.h

See Also

IRowsetNotifyImpl Class
IRowsetNotify::OnRowChange