TLIBATTR (Compact 2013)

3/26/2014

This structure contains information about a type library. The information identifies the type library and provides National/Regional Language Support (NLS) 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

See Also

Reference

Storage Structures