CDynamicAccessor::GetBookmark
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at CDynamicAccessor::GetBookmark.
Retrieves the bookmark for the current row.
HRESULT GetBookmark(
CBookmark< >* pBookmark
) const throw( );
Parameters
pBookmark
[out] A pointer to the CBookmark object.
One of the standard HRESULT values.
You need to set DBPROP_IRowsetLocate to VARIANT_TRUE to retrieve a bookmark.
Header: atldbcli.h
Show: