CBookmark::SetBookmark

void SetBookmark( ULONG nSize, BYTE* pBuffer );

Parameters

nSize

[in] The size of the bookmark buffer.

pBuffer

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

Remarks

This function copies the bookmark value referenced by pBuffer to the CBookmark buffer, and sets the buffer size to nSize.

Note   This function is only available in CBookmark<0>.

CBookmark OverviewClass Members