Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 850 Bytes

no-smart-pointers.md

File metadata and controls

28 lines (19 loc) · 850 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: no_smart_pointers import attribute
no_smart_pointers import attribute
08/29/2019
no_smart_pointers
no_smart_pointers attribute
d69dd71e-08a8-4446-a3d0-a062dc29cb17

no_smart_pointers import attribute

C++ Specific

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

Syntax

#import type-library 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.

END C++ Specific

See also

#import attributes
#import directive