GetRowStatus

HRESULT GetRowStatus(
const HROW *phRows, 
ULONG cRows, 
DBPENDINGSTATUS *pStatus);

Parameters

phRows

Pointer to an array of HROWs for which to retrieve status.

cRows

The number of HROWs in the array.

pStatus

Caller-allocated array to receive the status for each of the given HROWs. This array must contain at least cRows elements.

Return Code

S_OK

Method succeeded.

E_NOINTERFACE
Returned if IRowsetUpdate is not available.

E_FAIL
Returned if the object is not attached.

Comments

Uses IRowsetUpdate::GetRowStatus to retrieve the status for each row in the given HROW array.