TYPELIBATTR Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |