Share via


TLIBATTR (Windows CE 5.0)

Send Feedback

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

typedef struct FARSTRUCT tagTLIBATTR {GUIDguid;LCIDlcid;SYSKINDsyskind;unsignedshort wMajorVerNum;unsignedshort wMinorVerNum;unsignedshort 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

OS Versions: Windows CE 2.0 and later.
Header: Oaidl.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.