CBookmark( );
CBookmark( ULONG nSize );
Parameters
nSize
[in] Size of the bookmark buffer in bytes.
Remarks
The constructor. The first function sets the buffer to NULL and the buffer size to 0. The second function sets the buffer size to nSize, and the buffer to a byte array of nSize bytes.
Note This function is only available in CBookmark<0>.