Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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