Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.05 KB

ptr.md

File metadata and controls

43 lines (31 loc) · 1.05 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: ptr
ptr (C++ COM Attribute)
10/02/2018
vc-attr.ptr
ptr attribute
95eaea57-a5be-45f6-a612-ba2c9bc4645a

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 Value
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