Partager via


IRowsetNotifyImpl : : OnRowChange

Notifie le consommateur de la première modification apportée à une ligne ou de toute modification qui affecte la ligne entière.

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

Paramètres

Voir IRowsetNotify::OnRowChange pour obtenir une description du paramètre.

Valeur de retour

Voir IRowsetNotify::OnRowChange pour obtenir une description de la valeur de retour.

Notes

Cette méthode inclut la méthode IRowsetNotify::OnRowChange. Consultez la description de cette méthode dans le guide de référence du programmeur OLE DB pour plus d'informations.

Configuration requise

En-tête : atldbcli.h

Voir aussi

Référence

classe d'IRowsetNotifyImpl

IRowsetNotify::OnRowChange