CBookmark::SetBookmark

Copies the bookmark value referenced by pBuffer to the CBookmark buffer and sets the buffer size to nSize.

HRESULT SetBookmark(
   DBLENGTH nSize,
   BYTE* pBuffer 
) throw( );

Parameters

  • nSize
    [in] The size of the bookmark buffer.

  • pBuffer
    [in] A pointer to the byte array containing the bookmark value.

Return Value

A standard HRESULT.

Remarks

This function is only available in CBookmark<0>.

Requirements

Header: atldbcli.h

See Also

Reference

CBookmark Class

Other Resources

CBookmark Members