TYPELIBATTR Struct

Definition

Caution

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

Use TYPELIBATTR instead.

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.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
Public Structure TYPELIBATTR
Inheritance
TYPELIBATTR
Attributes

Remarks

For additional information about the TLIBATTR structure, see the MSDN Library.

Fields

guid

Represents a globally unique library ID of a type library.

lcid

Represents a locale ID of a type library.

syskind

Represents the target hardware platform of a type library.

wLibFlags

Represents library flags.

wMajorVerNum

Represents the major version number of a type library.

wMinorVerNum

Represents the minor version number of a type library.

Applies to