Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
typedef struct tagTLIBATTR {
GUID guid;
LCID lcid;
SYSKIND syskind;
WORD wMajorVerNum;
WORD wMinorVerNum;
WORD wLibFlags;
} TLIBATTR, *LPTLIBATTR;
Members
guid
The globally unique identifier.
lcid
The locale identifier.
syskind
The target hardware platform.
wMajorVerNum
The major version number.
wMinorVerNum
The minor version number.
wLibFlags
The library flags.
Requirements
Requirement | Value |
---|---|
Header | oaidl.h |