Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure contains information about a type library. The information identifies the type library and provides national language support for member names.

Syntax

typedef struct FARSTRUCT tagTLIBATTR {
  GUID 
guid; 
  LCID 
lcid; 
  SYSKIND 
syskind; 
  unsigned short 
wMajorVerNum; 
  unsigned short 
wMinorVerNum; 
  unsigned short 
wLibFlags; 
} TLIBATTR, FAR* LPTLIBATTR;

Members

guid

Globally unique library ID.

lcid

Locale of type library.

syskind

Target hardware platform.

wMajorVerNum

Major version number.

wMinorVerNum

Minor version number.

wLibFlags

Library flags.

Requirements

Header oaidl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later