IRowPosition:ClearRowPosition

Clears the value of the current hRow.

HRESULT ClearRowPosition ();

Parameters

None

Return Code

S_OK

The method succeeded. Calling GetRowPosition returns a phRow value of DB_NULL_ROW, and a pdwPositionFlag value of DBPOSITION_NOROW.

E_FAIL

A provider-specific error occurred. The row position is unchanged.

DB_E_CANCELED

The operation was canceled by a client during notification. The row position is unchanged.

E_UNEXPECTED

ClearRowPosition was called twice in a row.

Comments

ClearRowPosition fires the following notification phases with the reason DBREASON_ROWPOSITION_CLEARED:

A call to ClearRowPosition should always be followed immediately by a call to SetRowPosition, which fires the remaining phases.