https://bugs.winehq.org/show_bug.cgi?id=53644
--- Comment #11 from Jason Millard jsm174@gmail.com --- Okay, thank you for the information!
As for AddTypelib, I've worked around that by writing a utility that parses the MIDL file and generates GetIDsOfNames and Invoke methods. (GetIDsOfNames isn't very efficient right now, but I will optimize later)
https://github.com/jsm174/vpvr/blob/044701951816190fadf3a5023f4fd1b49fabefe4...