Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.18 KB

File metadata and controls

39 lines (32 loc) · 1.18 KB
title raw_interfaces_only | 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_interfaces_only
dev_langs
C++
helpviewer_keywords
raw_interfaces_only attribute
ms.assetid 87056c6d-3f34-4248-af58-f5775a35bfb7
caps.latest.revision 5
author corob-msft
ms.author corob
manager ghogen

raw_interfaces_only

C++ Specific

Suppresses the generation of error-handling wrapper functions and property declarations that use those wrapper functions.

Syntax

raw_interfaces_only  

Remarks

The raw_interfaces_only attribute also causes the default prefix used in naming the non-property functions to be removed. Normally, the prefix is raw_. If this attribute is specified, the function names are directly from the type library.

This attribute allows you to expose only the low-level contents of the type library.

END C++ Specific

See Also

#import Attributes
#import Directive