Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.05 KB

raw-interfaces-only.md

File metadata and controls

30 lines (20 loc) · 1.05 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: raw_interfaces_only import attribute
raw_interfaces_only import attribute
08/29/2019
raw_interfaces_only
raw_interfaces_only attribute
87056c6d-3f34-4248-af58-f5775a35bfb7

raw_interfaces_only import attribute

C++ Specific

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

Syntax

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