Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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