tlbid-Import-Attribut

C++-spezifisch

Ermöglicht das Laden anderer Bibliotheken als der primären Typbibliothek.

Syntax

#import type-library-dll tlbid( Zahl )

Parameter

Zahl
Die Nummer der Typbibliothek in type-library-dll.

Hinweise

Wenn mehrere Typbibliotheken in eine einzelne DLL integriert sind, ist es möglich, andere Bibliotheken als die primäre Typbibliothek mithilfe von Tlbid zu laden.

Zum Beispiel:

#import <MyResource.dll> tlbid(2)

entspricht:

LoadTypeLib("MyResource.dll\\2");

END C++-spezifisch

Siehe auch

#import Attribute
#import Richtlinie