Skip to content

Latest commit

 

History

History
66 lines (59 loc) · 1.27 KB

File metadata and controls

66 lines (59 loc) · 1.27 KB
title CBookmark::GetBuffer | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
ATL.CBookmark<0>.GetBuffer
ATL.CBookmark.GetBuffer
ATL::CBookmark<0>::GetBuffer
ATL::CBookmark::GetBuffer
CBookmark.GetBuffer
ATL::CBookmark<nSize>::GetBuffer
ATL.CBookmark<nSize>.GetBuffer
CBookmark<0>.GetBuffer
CBookmark<nSize>::GetBuffer
CBookmark<0>::GetBuffer
CBookmark<nSize>.GetBuffer
CBookmark::GetBuffer
dev_langs
C++
helpviewer_keywords
GetBuffer method
ms.assetid f24465e8-8dd2-478f-8efe-73f44895b034
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

CBookmark::GetBuffer

Retrieves the pointer to the bookmark buffer.

Syntax

  
virtual BYTE* GetBuffer( ) const throw( );  
  

Return Value

A pointer to the bookmark buffer.

Requirements

Header: atldbcli.h

See Also

CBookmark Class