This topic has not yet been rated - Rate this topic

tlbid

C++ Specific

Allows for loading libraries other than the primary type library.

tlbid(number)
number

The number of the type library in filename.

If multiple type libraries are built into a single DLL, it possible to load libraries other than the primary type library by using tlbid.

For example:

#import <MyResource.dll> tlbid(2)

is equivalent to:

LoadTypeLib("MyResource.dll\\2");

END C++ Specific

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.