Поделиться через


IRowsetNotifyCP::Fire_OnRowChange

Broadcasts an OnRowChange event to all listeners on the connection point IID_IRowsetNotify to notify consumers of a change affecting the rows.

HRESULT Fire_OnRowChange(
   IRowset* pRowset,
   DBCOUNTITEM cRows,
   const HROW rghRows[],
   DBREASON eReason,
   DBEVENTPHASE ePhase,
   BOOL fCantDeny 
);

Параметры

See IRowsetNotify::OnRowChange in the OLE DB Programmer's Reference.

Требования

Header: atldb.h

См. также

Основные понятия

IRowsetNotifyCP Class

IRowsetNotifyCP Members