IRowsetUpdateImpl::GetPendingRows

 

The latest version of this topic can be found at IRowsetUpdateImpl::GetPendingRows.

Returns a list of rows with pending changes.

Syntax

  
      STDMETHOD ( GetPendingRows )(  
   HCHAPTER /* hReserved */,  
   DBPENDINGSTATUS dwRowStatus,  
   DBCOUNTITEM* pcPendingRows,  
   HROW** prgPendingRows,  
   DBPENDINGSTATUS** prgPendingStatus   
);  

Parameters

hReserved
[in] Corresponds to the hChapter parameter in IRowsetUpdate::GetPendingRows.

For other parameters, see IRowsetUpdate::GetPendingRows in the OLE DB Programmer's Reference.

Remarks

For more information, see IRowsetUpdate::GetPendingRows in the OLE DB Programmer's Reference.

Requirements

Header: atldb.h

See Also

IRowsetUpdateImpl Class