| title |
no_smart_pointers | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
|
| dev_langs |
|
| 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 |
|
C++ Specific
Suppresses the creation of smart pointers for all interfaces in the type library.
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
#import Attributes
#import Directive