다음을 통해 공유


CBookmark 클래스

Holds a bookmark value in its buffer.

template < DBLENGTH nSize = 0 >
class CBookmark : public CBookmarkBase
template < >
class CBookmark< 0 > : public CBookmarkBase

매개 변수

  • nSize
    The size of the bookmark buffer in bytes. When nSize is zero, the bookmark buffer will be dynamically created at run time.

멤버

메서드

CBookmark

The constructor

GetBuffer

Retrieves the pointer to the buffer.

GetSize

Retrieves the size of the buffer in bytes.

SetBookmark

Sets the bookmark value.

연산자

연산자 =

Assigns one CBookmark class to another.

설명

CBookmark<0> is a template specialization of CBookmark; its buffer is dynamically created at run time.

요구 사항

Header: atldbcli.h

참고 항목

개념

OLE DB 소비자 템플릿(C++)

OLE DB 소비자 템플릿 참조