Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Holds a bookmark value in its buffer.
template < DBLENGTH 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.
Members
Methods
The constructor |
|
Retrieves the pointer to the buffer. |
|
Retrieves the size of the buffer in bytes. |
|
Sets the bookmark value. |
Operators
Assigns one CBookmark class to another. |
Remarks
CBookmark<0> is a template specialization of CBookmark; its buffer is dynamically created at run time.
Requirements
Header: atldbcli.h