|
 |
On Tue, 13 Oct 2009 10:18:33 +0200, Invisible <voi### [at] dev null> wrote:
>> An "interface" is a list of function pointers. In C and C++ the layout
>> of an interface is typically described in a header file.
>
> I see. So without the magic table that tells you the index of each
> function pointer, you can't play with COM?
Pretty much.
Even if every function had been exposed directly in DLL export tables, you
would be no better off because you would still need to know the function
signatures. The bottom line is that you cannot reasonably expect to use an
interface (of any kind, not just COM) without documentation.
--
FE
Post a reply to this message
|
 |