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.
Identifies a particular type library and provides localization support for member names.
public value class TYPELIBATTRpublic struct TYPELIBATTR[System.Serializable]
public struct TYPELIBATTRtype TYPELIBATTR = struct[<System.Serializable>]
type TYPELIBATTR = structPublic Structure TYPELIBATTR- Inheritance
- Attributes
Remarks
For more information, see TLIBATTR structure.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
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. |