Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1017 Bytes

no-auto-exclude.md

File metadata and controls

28 lines (19 loc) · 1017 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: no_auto_exclude import attribute
no_auto_exclude import attribute
08/29/2019
no_auto_exclude
no_auto_exclude attribute
3241ef9c-758a-4e86-bdc5-37da6072430f

no_auto_exclude import attribute

C++ Specific

Disables automatic exclusion.

Syntax

#import type-library no_auto_exclude

Remarks

Type libraries may include definitions of items defined in system headers or other type libraries. #import attempts to avoid multiple definition errors by automatically excluding such items. It causes Compiler Warning (level 3) C4192 to be issued for each item to be excluded. You can disable the automatic exclusion by using this attribute.

END C++ Specific

See also

#import attributes
#import directive