c++ - GetIDsOfNames implementation -


I need to implement GetIDsOfNames in my C ++ application and I do not know how to do this, I understand I should get GetTypeInfo, GetTypeInfoCount implemented for that. I got a code sample which uses LIBID, but I do not have any LIBID, and I do not know where one gets from.

What I really want is a good description of the IDispatch interface internal ...

Check


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -