CBookmark
template < ULONG nSize = 0 >
class CBookmark : public CBookmarkBase
template < >
class CBookmark< 0 > : public CBookmarkBase
Parameters
nSize
The size of the bookmark buffer in bytes. When nSize is zero, the bookmark buffer will be dynamically created at run time.
This class holds a bookmark value in its buffer. CBookmark<0> is a template specialization of CBookmark; its buffer is dynamically created at run time.
#include <atldbcli.h>
See Also
Using the OLE DB Consumer Templates, Consumer Architecture Chart