次の方法で共有


IRowsetNotifyImpl::OnRowChange

 

The latest version of this topic can be found at IRowsetNotifyImpl::OnRowChange.

Notifies the consumer of the first change to a row or of any change that affects the entire row.

Syntax

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

Parameters

See IRowsetNotify::OnRowChange for parameter descriptions.

Return Value

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.

Requirements

Header: atldbcli.h

See Also

IRowsetNotifyImpl Class
IRowsetNotify::OnRowChange