Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 1.41 KB

File metadata and controls

55 lines (49 loc) · 1.41 KB
title raw_native_types | 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
raw_native_types
dev_langs
C++
helpviewer_keywords
raw_native_types attribute
ms.assetid 9f38daa8-8dc0-46a5-aff9-f1ff9c1e6f48
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

raw_native_types

C++ Specific

Disables the use of COM support classes in the high-level wrapper functions and forces the use of low-level data types instead.

Syntax

raw_native_types  

Remarks

By default, the high-level error-handling methods use the COM support classes _bstr_t and _variant_t in place of the BSTR and VARIANT data types and raw COM interface pointers. These classes encapsulate the details of allocating and deallocating memory storage for these data types, and greatly simplify type casting and conversion operations.

END C++ Specific

See Also

#import Attributes
#import Directive