GetSelfBookmark

HRESULT GetSelfBookmark(
HROW hrow, 
CBookmark& bmk);

Parameters

hrow

Handle to a row.

bmk

Reference to a bookmark object to receive the given row’s self-bookmark. bmk is cleared prior to being set with new bookmark data.

Return Code

S_OK

Method succeeded.

E_FAIL
Returned if the object is not attached, or any DB error code.

Comments

Use to retrieve the self-bookmark of the row identified by the given HROW. This method does not wrap any particular rowset interface method, but is provided as a convenience to the programmer.