CRowset::Undo
HRESULT Undo( ULONG* pcRows = NULL, HROW* phRow = NULL, DBROWSTATUS* pStatus = NULL );
Return Value
A standard HRESULT.
Parameters
pcRows
[out] A pointer to the location where Undo returns the number of rows it attempted to undo if required.
phRow
[out] A pointer to the location where Undo returns an array of handles to all rows it attempted to undo if required.
pStatus
[out] A pointer to the location where Undo returns the row status value. No status is returned if pStatus is null.
Remarks
Undoes any changes made to a row since the last fetch or Update.
CRowset Overview | Class Members
See Also