C++ COM ActiveX Question:

Explain type library?

Tweet Share WhatsApp

Answer:

A file or component within another file that contains standard descriptions of exposed objects, properties, and methods

A type library contains a binary description of an interface exposed by a COM-component. In this sense, they contain the same information that is contained in an IDL (Interface Definition Language) file.

Download C++ COM ActiveX PDF Read All 22 C++ COM ActiveX Questions
Previous QuestionNext Question
Explain ActiveX and OLE?Explain GUID?