Contains information about a type library. Information from this structure is used to identify the type library and to provide national language support for member names. It is defined as follows:
typedef struct FARSTRUCT tagTLIBATTR {
GUID guid; // Unique ID of the library.
LCID lcid; // Language/locale of the library.
SYSKIND syskind; // Target hardware platform.
unsigned short wMajorVerNum; // Major version number.
unsigned short wMinorVerNum; // Minor version number.
unsigned short wLibFlags; // Library flags.
} TLIBATTR, FAR * LPTLIBATTR;
For more information on national language support, see "Supporting Multiple National Languages" in Chapter 2, "Exposing ActiveX objects," and refer to the National Language Support API reference material in the Windows NTŪ documentation.