title
IRowsetNotifyImpl::OnRowChange | Microsoft Docs
ms.custom
ms.date
11/04/2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
article
f1_keywords
IRowsetNotifyImpl::OnRowChange
IRowsetNotifyImpl.OnRowChange
OnRowChange
dev_langs
helpviewer_keywords
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.
STDMETHOD(OnRowChange)(
/* [in] */ IRowset* /* pRowset */,
/* [in] */ DBCOUNTITEM /* cRows */,
/* [size_is][in] */ const HROW /* rghRows*/ [] ,
/* [in] */ DBREASON /* eReason */,
/* [in] */ DBEVENTPHASE /* ePhase */,
/* [in] */ BOOL /* fCantDeny */)
See IRowsetNotify::OnRowChange for parameter descriptions.
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.
Header: atldbcli.h
IRowsetNotifyImpl Class
IRowsetNotify::OnRowChange