GetIDsOfNames implementation
Posted
by fearlesscoder
on Stack Overflow
See other posts from Stack Overflow
or by fearlesscoder
Published on 2010-06-15T14:00:52Z
Indexed on
2010/06/15
14:02 UTC
Read the original article
Hit count: 276
Hi all,
I need to implement GetIDsOfNames in my C++ application and I have no idea how to do that. I understand that I should implement GetTypeInfo, GetTypeInfoCount for that. I found a code sample which uses LIBID, but I don't have LIBID, and I don't know where to get one.
What I really need is a good explanation of IDispatch interface internals...
© Stack Overflow or respective owner