Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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