IRowsetNotifyImpl::OnRowChange

将对行的第一个更改或影响整个行的任何更改通知给使用方。

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

参数

为说明参数,参见 IRowsetNotify::OnRowsetChange

返回值

关于返回值的阐释,参见 IRowsetNotify::OnRowsetChange

备注

此方法包装 IRowsetNotify::OnRowsetChange方法。 有关详细信息,请参阅OLE DB 程序员引用的该方法描述。

要求

标头: atldbcli.h

请参见

参考

IRowsetNotifyImpl 类

IRowsetNotify::OnRowChange