Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 1.16 KB

File metadata and controls

55 lines (49 loc) · 1.16 KB
title no_smart_pointers | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
no_search_pointers
dev_langs
C++
helpviewer_keywords
no_smart_pointers attribute
ms.assetid d69dd71e-08a8-4446-a3d0-a062dc29cb17
caps.latest.revision 5
author corob-msft
ms.author corob
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

no_smart_pointers

C++ Specific

Suppresses the creation of smart pointers for all interfaces in the type library.

Syntax

no_smart_pointers  

Remarks

By default, when you use #import, you get a smart pointer declaration for all interfaces in the type library. These smart pointers are of type _com_ptr_t Class.

END C++ Specific

See Also

#import Attributes
#import Directive