TYPELIBATTR Struktur

Definition

Achtung

Use System.Runtime.InteropServices.ComTypes.TYPELIBATTR instead. http://go.microsoft.com/fwlink/?linkid=14202

Achtung

Diese API ist nun veraltet.

Verwenden Sie stattdessen TYPELIBATTR.

public value class TYPELIBATTR
[System.Runtime.InteropServices.ComVisible(false)]
public struct TYPELIBATTR
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPELIBATTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
[System.Serializable]
public struct TYPELIBATTR
[System.Serializable]
[System.Obsolete]
public struct TYPELIBATTR
[<System.Runtime.InteropServices.ComVisible(false)>]
type TYPELIBATTR = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.TYPELIBATTR instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
[<System.Serializable>]
type TYPELIBATTR = struct
[<System.Serializable>]
[<System.Obsolete>]
type TYPELIBATTR = struct
Public Structure TYPELIBATTR
Vererbung
TYPELIBATTR
Attribute

Hinweise

Weitere Informationen zur TLIBATTR Struktur finden Sie in der MSDN Library.

Felder

guid

Stellt eine global eindeutige Bibliotheks-ID einer Typbibliothek dar.

lcid

Stellt eine Gebietsschema-ID einer Typbibliothek dar.

syskind

Stellt die Zielhardwareplattform für eine Typbibliothek dar.

wLibFlags

Stellt Bibliotheksflags dar.

wMajorVerNum

Stellt die Hauptversionsnummer einer Typbibliothek dar.

wMinorVerNum

Stellt die Nebenversionsnummer einer Typbibliothek dar.

Gilt für