IRowsetNotifyCP::Fire_OnRowsetChange

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at IRowsetNotifyCP::Fire_OnRowsetChange.

Broadcasts an OnRowsetChange event to all listeners on the connection point IID_IRowsetNotify to notify consumers of a change affecting the entire rowset.

Syntax

  
      HRESULT Fire_OnRowsetChange(  
   IRowset* pRowset,  
   DBREASON eReason,  
   DBEVENTPHASE ePhase,  
   BOOL fCantDeny   
);  

Parameters

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

Requirements

Header: atldb.h

See Also

IRowsetNotifyCP Class