Skip to content

Latest commit

 

History

History
71 lines (60 loc) · 1.62 KB

File metadata and controls

71 lines (60 loc) · 1.62 KB
title ptr | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
vc-attr.ptr
dev_langs
C++
helpviewer_keywords
ptr attribute
ms.assetid 95eaea57-a5be-45f6-a612-ba2c9bc4645a
caps.latest.revision 9
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

ptr

Designates a pointer as a full pointer.

Syntax

  
[ptr]  
  

Remarks

The ptr C++ attribute has the same functionality as the ptr MIDL attribute.

Example

See the example for defaultvalue for a sample use of ptr.

Requirements

Attribute Context

Applies to Interface parameter, interface method, typedef
Repeatable No
Required attributes None
Invalid attributes None

For more information about the attribute contexts, see Attribute Contexts.

See Also

IDL Attributes
Interface Attributes
Method Attributes
Typedef, Enum, Union, and Struct Attributes